namespace Cyberpipe { partial class FrmMaterialSel { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.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.components = new System.ComponentModel.Container(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.buttonX4 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.listBox2 = new System.Windows.Forms.ListBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.listBox1 = new System.Windows.Forms.ListBox(); this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.panelEx1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(188, 284); this.buttonX3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(93, 29); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 5; this.buttonX3.Text = "取消"; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(44, 284); this.buttonX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(92, 29); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 4; this.buttonX1.Text = "查询"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.buttonX4); this.panelEx1.Controls.Add(this.buttonX2); this.panelEx1.Controls.Add(this.listBox2); this.panelEx1.Controls.Add(this.listBox1); this.panelEx1.Controls.Add(this.comboBoxEx1); this.panelEx1.Controls.Add(this.labelX3); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Location = new System.Drawing.Point(8, 15); this.panelEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(311, 261); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 3; // // buttonX4 // this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX4.Location = new System.Drawing.Point(141, 181); this.buttonX4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX4.Name = "buttonX4"; this.buttonX4.Size = new System.Drawing.Size(24, 29); this.buttonX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX4.TabIndex = 7; this.buttonX4.Text = "<"; this.buttonX4.Click += new System.EventHandler(this.buttonX4_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(141, 132); this.buttonX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(24, 29); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 6; this.buttonX2.Text = ">"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // listBox2 // this.listBox2.ContextMenuStrip = this.contextMenuStrip1; this.listBox2.FormattingEnabled = true; this.listBox2.HorizontalScrollbar = true; this.listBox2.ItemHeight = 15; this.listBox2.Location = new System.Drawing.Point(180, 91); this.listBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(109, 154); this.listBox2.TabIndex = 5; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.删除ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 删除ToolStripMenuItem // this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem"; this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.删除ToolStripMenuItem.Text = "删除"; this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 15; this.listBox1.Location = new System.Drawing.Point(17, 91); this.listBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.listBox1.Name = "listBox1"; this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBox1.Size = new System.Drawing.Size(109, 154); this.listBox1.TabIndex = 5; // // comboBoxEx1 // this.comboBoxEx1.DisplayMember = "Text"; this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEx1.FormattingEnabled = true; this.comboBoxEx1.ItemHeight = 15; this.comboBoxEx1.Location = new System.Drawing.Point(111, 14); this.comboBoxEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(181, 21); this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx1.TabIndex = 1; this.comboBoxEx1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx1_SelectedIndexChanged); // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(180, 51); this.labelX3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(127, 29); this.labelX3.TabIndex = 0; this.labelX3.Text = "查询材质类型:"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(17, 51); this.labelX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(128, 29); this.labelX2.TabIndex = 0; this.labelX2.Text = "所有材质类型:"; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(17, 12); this.labelX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(100, 29); this.labelX1.TabIndex = 0; this.labelX1.Text = "管线图层:"; // // FrmMaterialSel // this.AcceptButton = this.buttonX1; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(327, 320); this.Controls.Add(this.buttonX3); this.Controls.Add(this.buttonX1); this.Controls.Add(this.panelEx1); 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 = "FrmMaterialSel"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "材质查询"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMaterialSel_FormClosing); this.Load += new System.EventHandler(this.FrmMaterialSel_Load); this.panelEx1.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private System.Windows.Forms.ListBox listBox1; private DevComponents.DotNetBar.ButtonX buttonX2; private System.Windows.Forms.ListBox listBox2; private DevComponents.DotNetBar.LabelX labelX3; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem; private DevComponents.DotNetBar.ButtonX buttonX4; } }