namespace PBS.WinFrmUI.Hydro { partial class Form_EditFloors { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_EditFloors)); FloorsListBox = new ListBox(); menuStrip1 = new MenuStrip(); 文件FToolStripMenuItem = new ToolStripMenuItem(); toolStripSeparator = new ToolStripSeparator(); 打开OToolStripMenuItem = new ToolStripMenuItem(); 另存为AToolStripMenuItem = new ToolStripMenuItem(); toolStripSeparator2 = new ToolStripSeparator(); 退出XToolStripMenuItem = new ToolStripMenuItem(); 编辑EToolStripMenuItem = new ToolStripMenuItem(); 撤消UToolStripMenuItem = new ToolStripMenuItem(); 重复RToolStripMenuItem = new ToolStripMenuItem(); toolStripSeparator3 = new ToolStripSeparator(); 复制CToolStripMenuItem = new ToolStripMenuItem(); 粘贴PToolStripMenuItem = new ToolStripMenuItem(); FloorIndexTextBox = new TextBox(); BackgroundImgTextBox = new TextBox(); ElevTextBox = new TextBox(); labelControl1 = new Label(); labelControl2 = new Label(); labelControl3 = new Label(); simpleButton1 = new Button(); SaveButton = new Button(); CancelButton = new Button(); groupControl1 = new GroupBox(); simpleButton4 = new Button(); groupControl2 = new GroupBox(); simpleButton10 = new Button(); simpleButton9 = new Button(); comboBox1 = new ComboBox(); simpleButton6 = new Button(); simpleButton3 = new Button(); simpleButton2 = new Button(); groupControl3 = new GroupBox(); labelControl7 = new Label(); labelControl5 = new Label(); simpleButton5 = new Button(); BackgroundImgTextBox_q = new TextBox(); simpleButton7 = new Button(); labelControl6 = new Label(); labelControl4 = new Label(); tb_Height = new TextBox(); tb_maxFloorIndex = new TextBox(); ErrorLabel = new Label(); labelControl8 = new Label(); tb_minFloorElev = new TextBox(); tb_minFloorIndex = new TextBox(); groupControl4 = new GroupBox(); groupControl5 = new GroupBox(); comboBox2 = new ComboBox(); InsertIntoNet = new Button(); menuStrip1.SuspendLayout(); groupControl1.SuspendLayout(); groupControl2.SuspendLayout(); groupControl3.SuspendLayout(); groupControl5.SuspendLayout(); SuspendLayout(); // // FloorsListBox // FloorsListBox.ItemHeight = 20; FloorsListBox.Location = new Point(10, 108); FloorsListBox.Margin = new Padding(4, 5, 4, 5); FloorsListBox.Name = "FloorsListBox"; FloorsListBox.Size = new Size(334, 484); FloorsListBox.TabIndex = 0; FloorsListBox.Click += FloorsListBox_Click; FloorsListBox.SelectedIndexChanged += FloorsListBox_SelectedIndexChanged; // // menuStrip1 // menuStrip1.ImageScalingSize = new Size(20, 20); menuStrip1.Items.AddRange(new ToolStripItem[] { 文件FToolStripMenuItem, 编辑EToolStripMenuItem }); menuStrip1.Location = new Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Padding = new Padding(9, 3, 0, 3); menuStrip1.Size = new Size(957, 30); menuStrip1.TabIndex = 1; menuStrip1.Text = "menuStrip1"; // // 文件FToolStripMenuItem // 文件FToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { toolStripSeparator, 打开OToolStripMenuItem, 另存为AToolStripMenuItem, toolStripSeparator2, 退出XToolStripMenuItem }); 文件FToolStripMenuItem.Name = "文件FToolStripMenuItem"; 文件FToolStripMenuItem.Size = new Size(71, 24); 文件FToolStripMenuItem.Text = "文件(&F)"; // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new Size(155, 6); // // 打开OToolStripMenuItem // 打开OToolStripMenuItem.Image = (Image)resources.GetObject("打开OToolStripMenuItem.Image"); 打开OToolStripMenuItem.ImageTransparentColor = Color.Magenta; 打开OToolStripMenuItem.Name = "打开OToolStripMenuItem"; 打开OToolStripMenuItem.Size = new Size(158, 26); 打开OToolStripMenuItem.Text = "导入(&O)"; // // 另存为AToolStripMenuItem // 另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem"; 另存为AToolStripMenuItem.Size = new Size(158, 26); 另存为AToolStripMenuItem.Text = "导出为(&A)"; // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new Size(155, 6); // // 退出XToolStripMenuItem // 退出XToolStripMenuItem.Name = "退出XToolStripMenuItem"; 退出XToolStripMenuItem.Size = new Size(158, 26); 退出XToolStripMenuItem.Text = "退出(&X)"; 退出XToolStripMenuItem.Click += 退出XToolStripMenuItem_Click; // // 编辑EToolStripMenuItem // 编辑EToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { 撤消UToolStripMenuItem, 重复RToolStripMenuItem, toolStripSeparator3, 复制CToolStripMenuItem, 粘贴PToolStripMenuItem }); 编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem"; 编辑EToolStripMenuItem.Size = new Size(71, 24); 编辑EToolStripMenuItem.Text = "编辑(&E)"; // // 撤消UToolStripMenuItem // 撤消UToolStripMenuItem.Name = "撤消UToolStripMenuItem"; 撤消UToolStripMenuItem.Size = new Size(143, 26); 撤消UToolStripMenuItem.Text = "撤消(&U)"; 撤消UToolStripMenuItem.Click += UndoButton_Click; // // 重复RToolStripMenuItem // 重复RToolStripMenuItem.Name = "重复RToolStripMenuItem"; 重复RToolStripMenuItem.Size = new Size(143, 26); 重复RToolStripMenuItem.Text = "重复(&R)"; 重复RToolStripMenuItem.Click += RedoButton_Click; // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new Size(140, 6); // // 复制CToolStripMenuItem // 复制CToolStripMenuItem.Image = (Image)resources.GetObject("复制CToolStripMenuItem.Image"); 复制CToolStripMenuItem.ImageTransparentColor = Color.Magenta; 复制CToolStripMenuItem.Name = "复制CToolStripMenuItem"; 复制CToolStripMenuItem.Size = new Size(143, 26); 复制CToolStripMenuItem.Text = "复制(&C)"; 复制CToolStripMenuItem.Click += CopyFloorButton_Click; // // 粘贴PToolStripMenuItem // 粘贴PToolStripMenuItem.Image = (Image)resources.GetObject("粘贴PToolStripMenuItem.Image"); 粘贴PToolStripMenuItem.ImageTransparentColor = Color.Magenta; 粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem"; 粘贴PToolStripMenuItem.Size = new Size(143, 26); 粘贴PToolStripMenuItem.Text = "粘贴(&P)"; 粘贴PToolStripMenuItem.Click += PasteFloorButton_Click; // // FloorIndexTextBox // FloorIndexTextBox.Location = new Point(160, 43); FloorIndexTextBox.Margin = new Padding(4, 5, 4, 5); FloorIndexTextBox.Name = "FloorIndexTextBox"; FloorIndexTextBox.Size = new Size(214, 27); FloorIndexTextBox.TabIndex = 2; // // BackgroundImgTextBox // BackgroundImgTextBox.Location = new Point(160, 87); BackgroundImgTextBox.Margin = new Padding(4, 5, 4, 5); BackgroundImgTextBox.Name = "BackgroundImgTextBox"; BackgroundImgTextBox.Size = new Size(148, 27); BackgroundImgTextBox.TabIndex = 2; // // ElevTextBox // ElevTextBox.Location = new Point(160, 130); ElevTextBox.Margin = new Padding(4, 5, 4, 5); ElevTextBox.Name = "ElevTextBox"; ElevTextBox.Size = new Size(214, 27); ElevTextBox.TabIndex = 2; // // labelControl1 // labelControl1.Location = new Point(20, 48); labelControl1.Margin = new Padding(4, 0, 4, 0); labelControl1.Name = "labelControl1"; labelControl1.Size = new Size(54, 23); labelControl1.TabIndex = 3; labelControl1.Text = "楼层号"; // // labelControl2 // labelControl2.Location = new Point(20, 92); labelControl2.Margin = new Padding(4, 0, 4, 0); labelControl2.Name = "labelControl2"; labelControl2.Size = new Size(36, 23); labelControl2.TabIndex = 3; labelControl2.Text = "模板"; // // labelControl3 // labelControl3.Location = new Point(20, 135); labelControl3.Margin = new Padding(4, 0, 4, 0); labelControl3.Name = "labelControl3"; labelControl3.Size = new Size(72, 23); labelControl3.TabIndex = 3; labelControl3.Text = "楼层高度"; // // simpleButton1 // simpleButton1.Location = new Point(320, 85); simpleButton1.Margin = new Padding(4, 5, 4, 5); simpleButton1.Name = "simpleButton1"; simpleButton1.Size = new Size(57, 38); simpleButton1.TabIndex = 4; simpleButton1.Text = "..."; simpleButton1.Click += SelectImageButton_Click; // // SaveButton // SaveButton.Enabled = false; SaveButton.Location = new Point(142, 173); SaveButton.Margin = new Padding(4, 5, 4, 5); SaveButton.Name = "SaveButton"; SaveButton.Size = new Size(111, 58); SaveButton.TabIndex = 4; SaveButton.Text = "保存"; SaveButton.Click += SaveButton_Click; // // CancelButton // CancelButton.Enabled = false; CancelButton.Location = new Point(266, 173); CancelButton.Margin = new Padding(4, 5, 4, 5); CancelButton.Name = "CancelButton"; CancelButton.Size = new Size(111, 58); CancelButton.TabIndex = 4; CancelButton.Text = "取消"; CancelButton.Click += CancelButton_Click; // // groupControl1 // groupControl1.Controls.Add(CancelButton); groupControl1.Controls.Add(simpleButton4); groupControl1.Controls.Add(FloorIndexTextBox); groupControl1.Controls.Add(SaveButton); groupControl1.Controls.Add(BackgroundImgTextBox); groupControl1.Controls.Add(simpleButton1); groupControl1.Controls.Add(ElevTextBox); groupControl1.Controls.Add(labelControl3); groupControl1.Controls.Add(labelControl1); groupControl1.Controls.Add(labelControl2); groupControl1.Location = new Point(363, 48); groupControl1.Margin = new Padding(4, 5, 4, 5); groupControl1.Name = "groupControl1"; groupControl1.Padding = new Padding(4, 5, 4, 5); groupControl1.Size = new Size(394, 252); groupControl1.TabIndex = 5; groupControl1.TabStop = false; groupControl1.Text = "属性编辑"; // // simpleButton4 // simpleButton4.Location = new Point(20, 173); simpleButton4.Margin = new Padding(4, 5, 4, 5); simpleButton4.Name = "simpleButton4"; simpleButton4.Size = new Size(111, 58); simpleButton4.TabIndex = 4; simpleButton4.Text = "编辑"; simpleButton4.Click += EditFloorButton_Click; // // groupControl2 // groupControl2.Controls.Add(simpleButton10); groupControl2.Controls.Add(simpleButton9); groupControl2.Controls.Add(comboBox1); groupControl2.Controls.Add(FloorsListBox); groupControl2.Controls.Add(simpleButton6); groupControl2.Controls.Add(simpleButton3); groupControl2.Controls.Add(simpleButton2); groupControl2.Location = new Point(0, 48); groupControl2.Margin = new Padding(4, 5, 4, 5); groupControl2.Name = "groupControl2"; groupControl2.Padding = new Padding(4, 5, 4, 5); groupControl2.Size = new Size(354, 682); groupControl2.TabIndex = 6; groupControl2.TabStop = false; groupControl2.Text = "楼层管理"; // // simpleButton10 // simpleButton10.Location = new Point(240, 70); simpleButton10.Margin = new Padding(4, 5, 4, 5); simpleButton10.Name = "simpleButton10"; simpleButton10.Size = new Size(105, 37); simpleButton10.TabIndex = 6; simpleButton10.Text = "删除分区"; simpleButton10.Click += simpleButton10_Click; // // simpleButton9 // simpleButton9.Location = new Point(240, 33); simpleButton9.Margin = new Padding(4, 5, 4, 5); simpleButton9.Name = "simpleButton9"; simpleButton9.Size = new Size(105, 37); simpleButton9.TabIndex = 6; simpleButton9.Text = "新增分区"; simpleButton9.Click += simpleButton9_Click; // // comboBox1 // comboBox1.DropDownStyle = ComboBoxStyle.DropDownList; comboBox1.FormattingEnabled = true; comboBox1.Location = new Point(10, 48); comboBox1.Margin = new Padding(4, 5, 4, 5); comboBox1.Name = "comboBox1"; comboBox1.Size = new Size(218, 28); comboBox1.TabIndex = 5; comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged; // // simpleButton6 // simpleButton6.Location = new Point(224, 615); simpleButton6.Margin = new Padding(4, 5, 4, 5); simpleButton6.Name = "simpleButton6"; simpleButton6.Size = new Size(98, 58); simpleButton6.TabIndex = 4; simpleButton6.Text = "清空"; simpleButton6.Click += ClearFloorsButton_Click; // // simpleButton3 // simpleButton3.Location = new Point(117, 615); simpleButton3.Margin = new Padding(4, 5, 4, 5); simpleButton3.Name = "simpleButton3"; simpleButton3.Size = new Size(98, 58); simpleButton3.TabIndex = 4; simpleButton3.Text = "删除"; simpleButton3.Click += DeleteFloorButton_Click; // // simpleButton2 // simpleButton2.Location = new Point(10, 617); simpleButton2.Margin = new Padding(4, 5, 4, 5); simpleButton2.Name = "simpleButton2"; simpleButton2.Size = new Size(98, 58); simpleButton2.TabIndex = 4; simpleButton2.Text = "新增"; simpleButton2.Click += AddFloorButton_Click; // // groupControl3 // groupControl3.Controls.Add(labelControl7); groupControl3.Controls.Add(labelControl5); groupControl3.Controls.Add(simpleButton5); groupControl3.Controls.Add(BackgroundImgTextBox_q); groupControl3.Controls.Add(simpleButton7); groupControl3.Controls.Add(labelControl6); groupControl3.Controls.Add(labelControl4); groupControl3.Controls.Add(tb_Height); groupControl3.Controls.Add(tb_maxFloorIndex); groupControl3.Controls.Add(ErrorLabel); groupControl3.Controls.Add(labelControl8); groupControl3.Controls.Add(tb_minFloorElev); groupControl3.Controls.Add(tb_minFloorIndex); groupControl3.Location = new Point(364, 312); groupControl3.Margin = new Padding(4, 5, 4, 5); groupControl3.Name = "groupControl3"; groupControl3.Padding = new Padding(4, 5, 4, 5); groupControl3.Size = new Size(393, 418); groupControl3.TabIndex = 7; groupControl3.TabStop = false; groupControl3.Text = "快速生成"; // // labelControl7 // labelControl7.Location = new Point(18, 183); labelControl7.Margin = new Padding(4, 0, 4, 0); labelControl7.Name = "labelControl7"; labelControl7.Size = new Size(72, 23); labelControl7.TabIndex = 3; labelControl7.Text = "每层高度"; // // labelControl5 // labelControl5.Location = new Point(18, 100); labelControl5.Margin = new Padding(4, 0, 4, 0); labelControl5.Name = "labelControl5"; labelControl5.Size = new Size(72, 23); labelControl5.TabIndex = 3; labelControl5.Text = "最高层号"; // // simpleButton5 // simpleButton5.Location = new Point(214, 352); simpleButton5.Margin = new Padding(4, 5, 4, 5); simpleButton5.Name = "simpleButton5"; simpleButton5.Size = new Size(160, 58); simpleButton5.TabIndex = 4; simpleButton5.Text = "快速生成"; simpleButton5.Click += GenerateFloorsButton_Click; // // BackgroundImgTextBox_q // BackgroundImgTextBox_q.Location = new Point(159, 220); BackgroundImgTextBox_q.Margin = new Padding(4, 5, 4, 5); BackgroundImgTextBox_q.Name = "BackgroundImgTextBox_q"; BackgroundImgTextBox_q.Size = new Size(148, 27); BackgroundImgTextBox_q.TabIndex = 2; // // simpleButton7 // simpleButton7.Location = new Point(318, 227); simpleButton7.Margin = new Padding(4, 5, 4, 5); simpleButton7.Name = "simpleButton7"; simpleButton7.Size = new Size(57, 38); simpleButton7.TabIndex = 4; simpleButton7.Text = "..."; simpleButton7.Click += SelectImageButton_Click_q; // // labelControl6 // labelControl6.Location = new Point(18, 142); labelControl6.Margin = new Padding(4, 0, 4, 0); labelControl6.Name = "labelControl6"; labelControl6.Size = new Size(72, 23); labelControl6.TabIndex = 3; labelControl6.Text = "底层标高"; // // labelControl4 // labelControl4.Location = new Point(18, 58); labelControl4.Margin = new Padding(4, 0, 4, 0); labelControl4.Name = "labelControl4"; labelControl4.Size = new Size(72, 23); labelControl4.TabIndex = 3; labelControl4.Text = "最低层号"; // // tb_Height // tb_Height.Location = new Point(159, 178); tb_Height.Margin = new Padding(4, 5, 4, 5); tb_Height.Name = "tb_Height"; tb_Height.Size = new Size(214, 27); tb_Height.TabIndex = 2; tb_Height.Text = "3"; // // tb_maxFloorIndex // tb_maxFloorIndex.Location = new Point(159, 95); tb_maxFloorIndex.Margin = new Padding(4, 5, 4, 5); tb_maxFloorIndex.Name = "tb_maxFloorIndex"; tb_maxFloorIndex.Size = new Size(214, 27); tb_maxFloorIndex.TabIndex = 2; // // ErrorLabel // ErrorLabel.Location = new Point(18, 370); ErrorLabel.Margin = new Padding(4, 0, 4, 0); ErrorLabel.Name = "ErrorLabel"; ErrorLabel.Size = new Size(188, 23); ErrorLabel.TabIndex = 3; ErrorLabel.Text = "错误提示"; ErrorLabel.Visible = false; // // labelControl8 // labelControl8.Location = new Point(18, 225); labelControl8.Margin = new Padding(4, 0, 4, 0); labelControl8.Name = "labelControl8"; labelControl8.Size = new Size(36, 23); labelControl8.TabIndex = 3; labelControl8.Text = "模板"; // // tb_minFloorElev // tb_minFloorElev.Location = new Point(159, 137); tb_minFloorElev.Margin = new Padding(4, 5, 4, 5); tb_minFloorElev.Name = "tb_minFloorElev"; tb_minFloorElev.Size = new Size(214, 27); tb_minFloorElev.TabIndex = 2; tb_minFloorElev.Text = "0"; // // tb_minFloorIndex // tb_minFloorIndex.Location = new Point(159, 53); tb_minFloorIndex.Margin = new Padding(4, 5, 4, 5); tb_minFloorIndex.Name = "tb_minFloorIndex"; tb_minFloorIndex.Size = new Size(214, 27); tb_minFloorIndex.TabIndex = 2; // // groupControl4 // groupControl4.Location = new Point(975, 48); groupControl4.Margin = new Padding(4, 5, 4, 5); groupControl4.Name = "groupControl4"; groupControl4.Padding = new Padding(4, 5, 4, 5); groupControl4.Size = new Size(464, 682); groupControl4.TabIndex = 6; groupControl4.TabStop = false; groupControl4.Text = "预览"; // // groupControl5 // groupControl5.Controls.Add(comboBox2); groupControl5.Controls.Add(InsertIntoNet); groupControl5.Location = new Point(768, 48); groupControl5.Margin = new Padding(4, 5, 4, 5); groupControl5.Name = "groupControl5"; groupControl5.Padding = new Padding(4, 5, 4, 5); groupControl5.Size = new Size(189, 682); groupControl5.TabIndex = 8; groupControl5.TabStop = false; groupControl5.Text = "功能"; // // comboBox2 // comboBox2.FormattingEnabled = true; comboBox2.Items.AddRange(new object[] { "向上", "向下" }); comboBox2.Location = new Point(8, 53); comboBox2.Margin = new Padding(4, 5, 4, 5); comboBox2.Name = "comboBox2"; comboBox2.Size = new Size(172, 28); comboBox2.TabIndex = 5; comboBox2.SelectedIndexChanged += comboBox2_SelectedIndexChanged; // // InsertIntoNet // InsertIntoNet.Location = new Point(8, 615); InsertIntoNet.Margin = new Padding(4, 5, 4, 5); InsertIntoNet.Name = "InsertIntoNet"; InsertIntoNet.Size = new Size(174, 58); InsertIntoNet.TabIndex = 4; InsertIntoNet.Text = "插入管网"; InsertIntoNet.Click += InsertIntoNet_Click; // // Form_EditFloors // AutoScaleDimensions = new SizeF(9F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(957, 750); Controls.Add(groupControl5); Controls.Add(groupControl4); Controls.Add(groupControl3); Controls.Add(menuStrip1); Controls.Add(groupControl1); Controls.Add(groupControl2); Icon = (Icon)resources.GetObject("$this.Icon"); MainMenuStrip = menuStrip1; Margin = new Padding(4, 5, 4, 5); MaximizeBox = false; Name = "Form_EditFloors"; SizeGripStyle = SizeGripStyle.Hide; StartPosition = FormStartPosition.CenterScreen; Text = "楼层设置"; Load += Form_EditFloors_Load; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); groupControl1.ResumeLayout(false); groupControl1.PerformLayout(); groupControl2.ResumeLayout(false); groupControl3.ResumeLayout(false); groupControl3.PerformLayout(); groupControl5.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private System.Windows.Forms.ListBox FloorsListBox; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator; private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 另存为AToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem 退出XToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 撤消UToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 重复RToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripMenuItem 复制CToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 粘贴PToolStripMenuItem; private System.Windows.Forms.TextBox FloorIndexTextBox; private System.Windows.Forms.TextBox BackgroundImgTextBox; private System.Windows.Forms.TextBox ElevTextBox; private System.Windows.Forms.Label labelControl1; private System.Windows.Forms.Label labelControl2; private System.Windows.Forms.Label labelControl3; private System.Windows.Forms.Button simpleButton1; private System.Windows.Forms.Button SaveButton; private System.Windows.Forms.Button CancelButton; private System.Windows.Forms.GroupBox groupControl1; private System.Windows.Forms.GroupBox groupControl2; private System.Windows.Forms.Button simpleButton3; private System.Windows.Forms.Button simpleButton2; private System.Windows.Forms.Button simpleButton4; private System.Windows.Forms.GroupBox groupControl3; private System.Windows.Forms.Label labelControl5; private System.Windows.Forms.Label labelControl4; private System.Windows.Forms.TextBox tb_maxFloorIndex; private System.Windows.Forms.TextBox tb_minFloorIndex; private System.Windows.Forms.Label labelControl7; private System.Windows.Forms.Label labelControl6; private System.Windows.Forms.TextBox tb_Height; private System.Windows.Forms.TextBox tb_minFloorElev; private System.Windows.Forms.Button simpleButton6; private System.Windows.Forms.Button simpleButton5; private System.Windows.Forms.TextBox BackgroundImgTextBox_q; private System.Windows.Forms.Button simpleButton7; private System.Windows.Forms.Label labelControl8; private System.Windows.Forms.GroupBox groupControl4; private System.Windows.Forms.Label ErrorLabel; private System.Windows.Forms.GroupBox groupControl5; private System.Windows.Forms.Button InsertIntoNet; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button simpleButton9; private System.Windows.Forms.Button simpleButton10; private System.Windows.Forms.ComboBox comboBox2; } }