using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; namespace Cyberpipe { partial class FrmPropertiesMarker { /// <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.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); this.textBoxX1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(23, 22); this.labelX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(68, 29); this.labelX1.TabIndex = 0; this.labelX1.Text = "编号:"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(23, 56); this.labelX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(144, 29); this.labelX2.TabIndex = 0; this.labelX2.Text = "请选择标注列:"; // // checkedListBox1 // this.checkedListBox1.CheckOnClick = true; this.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.Location = new System.Drawing.Point(23, 92); this.checkedListBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(225, 244); this.checkedListBox1.TabIndex = 2; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(23, 350); this.buttonX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(100, 29); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 3; this.buttonX1.Text = "全选"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(149, 350); this.buttonX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(100, 29); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 4; this.buttonX2.Text = "反选"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(23, 392); this.buttonX3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(100, 29); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 5; this.buttonX3.Text = "添加标注"; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // buttonX4 // this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX4.Location = new System.Drawing.Point(149, 392); this.buttonX4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX4.Name = "buttonX4"; this.buttonX4.Size = new System.Drawing.Size(100, 29); this.buttonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX4.TabIndex = 6; this.buttonX4.Text = "关闭"; this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click); // // textBoxX1 // this.textBoxX1.Location = new System.Drawing.Point(77, 22); this.textBoxX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(171, 25); this.textBoxX1.TabIndex = 7; // // FrmPropertiesMarker // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(275, 434); this.Controls.Add(this.textBoxX1); this.Controls.Add(this.buttonX4); this.Controls.Add(this.buttonX3); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.checkedListBox1); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); 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 = "FrmPropertiesMarker"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "属性标注"; this.Load += new System.EventHandler(this.FrmPropertiesMarker_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelX labelX1; private LabelX labelX2; private CheckedListBox checkedListBox1; private ButtonX buttonX1; private ButtonX buttonX2; private ButtonX buttonX3; private ButtonX buttonX4; private TextBox textBoxX1; } }