using System.ComponentModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmExportCADS { /// <summary> /// Required designer variable. /// </summary> private IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.btnExport = new DevComponents.DotNetBar.ButtonX(); this.btnClose = new DevComponents.DotNetBar.ButtonX(); this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx(); this.SuspendLayout(); // // btnExport // this.btnExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnExport.Location = new System.Drawing.Point(7, 248); this.btnExport.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(93, 29); this.btnExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnExport.TabIndex = 1; this.btnExport.Text = "导出"; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnClose // this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClose.Location = new System.Drawing.Point(164, 248); this.btnClose.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 29); this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnClose.TabIndex = 2; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // listViewEx1 // this.listViewEx1.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid; this.listViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); // // // this.listViewEx1.Border.Class = "ListViewBorder"; this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.listViewEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listViewEx1.FullRowSelect = true; this.listViewEx1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listViewEx1.LabelWrap = false; this.listViewEx1.Location = new System.Drawing.Point(0, 1); this.listViewEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.listViewEx1.MultiSelect = false; this.listViewEx1.Name = "listViewEx1"; this.listViewEx1.Size = new System.Drawing.Size(256, 240); this.listViewEx1.TabIndex = 3; this.listViewEx1.UseCompatibleStateImageBehavior = false; this.listViewEx1.View = System.Windows.Forms.View.Tile; // // FrmExportCADS // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(256, 280); this.Controls.Add(this.listViewEx1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnExport); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FrmExportCADS"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "导出CAD"; this.Load += new System.EventHandler(this.FrmExportCADS_Load); this.ResumeLayout(false); } #endregion private ButtonX btnExport; private ButtonX btnClose; private ListViewEx listViewEx1; } }