namespace CloudWaterNetwork { 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)); this.FloorsListBox = new System.Windows.Forms.ListBox(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.退出XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.撤消UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.重复RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.复制CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.粘贴PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.FloorIndexTextBox = new System.Windows.Forms.TextBox(); this.BackgroundImgTextBox = new System.Windows.Forms.TextBox(); this.ElevTextBox = new System.Windows.Forms.TextBox(); this.labelControl1 = new System.Windows.Forms.Label(); this.labelControl2 = new System.Windows.Forms.Label(); this.labelControl3 = new System.Windows.Forms.Label(); this.simpleButton1 = new System.Windows.Forms.Button(); this.SaveButton = new System.Windows.Forms.Button(); this.CancelButton = new System.Windows.Forms.Button(); this.groupControl1 = new System.Windows.Forms.GroupBox(); this.simpleButton4 = new System.Windows.Forms.Button(); this.groupControl2 = new System.Windows.Forms.GroupBox(); this.simpleButton10 = new System.Windows.Forms.Button(); this.simpleButton9 = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.simpleButton6 = new System.Windows.Forms.Button(); this.simpleButton3 = new System.Windows.Forms.Button(); this.simpleButton2 = new System.Windows.Forms.Button(); this.groupControl3 = new System.Windows.Forms.GroupBox(); this.labelControl7 = new System.Windows.Forms.Label(); this.labelControl5 = new System.Windows.Forms.Label(); this.simpleButton5 = new System.Windows.Forms.Button(); this.BackgroundImgTextBox_q = new System.Windows.Forms.TextBox(); this.simpleButton7 = new System.Windows.Forms.Button(); this.labelControl6 = new System.Windows.Forms.Label(); this.labelControl4 = new System.Windows.Forms.Label(); this.tb_Height = new System.Windows.Forms.TextBox(); this.tb_maxFloorIndex = new System.Windows.Forms.TextBox(); this.ErrorLabel = new System.Windows.Forms.Label(); this.labelControl8 = new System.Windows.Forms.Label(); this.tb_minFloorElev = new System.Windows.Forms.TextBox(); this.tb_minFloorIndex = new System.Windows.Forms.TextBox(); this.groupControl4 = new System.Windows.Forms.GroupBox(); this.groupControl5 = new System.Windows.Forms.GroupBox(); this.InsertIntoNet = new System.Windows.Forms.Button(); this.comboBox2 = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.FloorsListBox)).BeginInit(); this.menuStrip1.SuspendLayout(); //((System.ComponentModel.ISupportInitialize)(this.FloorIndexTextBox.Properties)).BeginInit(); //((System.ComponentModel.ISupportInitialize)(this.BackgroundImgTextBox.Properties)).BeginInit(); //((System.ComponentModel.ISupportInitialize)(this.ElevTextBox.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); this.groupControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); this.groupControl3.SuspendLayout(); //((System.ComponentModel.ISupportInitialize)(this.BackgroundImgTextBox_q.Properties)).BeginInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_Height.Properties)).BeginInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_maxFloorIndex.Properties)).BeginInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_minFloorElev.Properties)).BeginInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_minFloorIndex.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit(); this.groupControl5.SuspendLayout(); this.SuspendLayout(); // // FloorsListBox // this.FloorsListBox.Location = new System.Drawing.Point(7, 65); this.FloorsListBox.Name = "FloorsListBox"; this.FloorsListBox.Size = new System.Drawing.Size(224, 298); this.FloorsListBox.TabIndex = 0; this.FloorsListBox.SelectedIndexChanged += new System.EventHandler(this.FloorsListBox_SelectedIndexChanged); this.FloorsListBox.Click += new System.EventHandler(this.FloorsListBox_Click); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.文件FToolStripMenuItem, this.编辑EToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(638, 25); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // 文件FToolStripMenuItem // this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripSeparator, this.打开OToolStripMenuItem, this.另存为AToolStripMenuItem, this.toolStripSeparator2, this.退出XToolStripMenuItem}); this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem"; this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21); this.文件FToolStripMenuItem.Text = "文件(&F)"; // // toolStripSeparator // this.toolStripSeparator.Name = "toolStripSeparator"; this.toolStripSeparator.Size = new System.Drawing.Size(125, 6); // // 打开OToolStripMenuItem // this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image"))); this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem"; this.打开OToolStripMenuItem.Size = new System.Drawing.Size(128, 22); this.打开OToolStripMenuItem.Text = "导入(&O)"; // // 另存为AToolStripMenuItem // this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem"; this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(128, 22); this.另存为AToolStripMenuItem.Text = "导出为(&A)"; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(125, 6); // // 退出XToolStripMenuItem // this.退出XToolStripMenuItem.Name = "退出XToolStripMenuItem"; this.退出XToolStripMenuItem.Size = new System.Drawing.Size(128, 22); this.退出XToolStripMenuItem.Text = "退出(&X)"; this.退出XToolStripMenuItem.Click += new System.EventHandler(this.退出XToolStripMenuItem_Click); // // 编辑EToolStripMenuItem // this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.撤消UToolStripMenuItem, this.重复RToolStripMenuItem, this.toolStripSeparator3, this.复制CToolStripMenuItem, this.粘贴PToolStripMenuItem}); this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem"; this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21); this.编辑EToolStripMenuItem.Text = "编辑(&E)"; // // 撤消UToolStripMenuItem // this.撤消UToolStripMenuItem.Name = "撤消UToolStripMenuItem"; this.撤消UToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.撤消UToolStripMenuItem.Text = "撤消(&U)"; this.撤消UToolStripMenuItem.Click += new System.EventHandler(this.UndoButton_Click); // // 重复RToolStripMenuItem // this.重复RToolStripMenuItem.Name = "重复RToolStripMenuItem"; this.重复RToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.重复RToolStripMenuItem.Text = "重复(&R)"; this.重复RToolStripMenuItem.Click += new System.EventHandler(this.RedoButton_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(114, 6); // // 复制CToolStripMenuItem // this.复制CToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("复制CToolStripMenuItem.Image"))); this.复制CToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.复制CToolStripMenuItem.Name = "复制CToolStripMenuItem"; this.复制CToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.复制CToolStripMenuItem.Text = "复制(&C)"; this.复制CToolStripMenuItem.Click += new System.EventHandler(this.CopyFloorButton_Click); // // 粘贴PToolStripMenuItem // this.粘贴PToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("粘贴PToolStripMenuItem.Image"))); this.粘贴PToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; this.粘贴PToolStripMenuItem.Name = "粘贴PToolStripMenuItem"; this.粘贴PToolStripMenuItem.Size = new System.Drawing.Size(117, 22); this.粘贴PToolStripMenuItem.Text = "粘贴(&P)"; this.粘贴PToolStripMenuItem.Click += new System.EventHandler(this.PasteFloorButton_Click); // // FloorIndexTextBox // this.FloorIndexTextBox.Location = new System.Drawing.Point(107, 26); this.FloorIndexTextBox.Name = "FloorIndexTextBox"; this.FloorIndexTextBox.Size = new System.Drawing.Size(144, 20); this.FloorIndexTextBox.TabIndex = 2; // // BackgroundImgTextBox // this.BackgroundImgTextBox.Location = new System.Drawing.Point(107, 52); this.BackgroundImgTextBox.Name = "BackgroundImgTextBox"; this.BackgroundImgTextBox.Size = new System.Drawing.Size(100, 20); this.BackgroundImgTextBox.TabIndex = 2; // // ElevTextBox // this.ElevTextBox.Location = new System.Drawing.Point(107, 78); this.ElevTextBox.Name = "ElevTextBox"; this.ElevTextBox.Size = new System.Drawing.Size(144, 20); this.ElevTextBox.TabIndex = 2; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(13, 29); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(36, 14); this.labelControl1.TabIndex = 3; this.labelControl1.Text = "楼层号"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(13, 55); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(24, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "模板"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(13, 81); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(48, 14); this.labelControl3.TabIndex = 3; this.labelControl3.Text = "楼层高度"; // // simpleButton1 // //this.simpleButton1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage"))); this.simpleButton1.Location = new System.Drawing.Point(213, 51); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(38, 23); this.simpleButton1.TabIndex = 4; this.simpleButton1.Text = "..."; this.simpleButton1.Click += new System.EventHandler(this.SelectImageButton_Click); // // SaveButton // this.SaveButton.Enabled = false; //this.SaveButton.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("SaveButton.ImageOptions.SvgImage"))); this.SaveButton.Location = new System.Drawing.Point(95, 104); this.SaveButton.Name = "SaveButton"; this.SaveButton.Size = new System.Drawing.Size(74, 35); this.SaveButton.TabIndex = 4; this.SaveButton.Text = "保存"; this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click); // // CancelButton // this.CancelButton.Enabled = false; //this.CancelButton.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("CancelButton.ImageOptions.SvgImage"))); this.CancelButton.Location = new System.Drawing.Point(177, 104); this.CancelButton.Name = "CancelButton"; this.CancelButton.Size = new System.Drawing.Size(74, 35); this.CancelButton.TabIndex = 4; this.CancelButton.Text = "取消"; this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click); // // groupControl1 // this.groupControl1.Controls.Add(this.CancelButton); this.groupControl1.Controls.Add(this.simpleButton4); this.groupControl1.Controls.Add(this.FloorIndexTextBox); this.groupControl1.Controls.Add(this.SaveButton); this.groupControl1.Controls.Add(this.BackgroundImgTextBox); this.groupControl1.Controls.Add(this.simpleButton1); this.groupControl1.Controls.Add(this.ElevTextBox); this.groupControl1.Controls.Add(this.labelControl3); this.groupControl1.Controls.Add(this.labelControl1); this.groupControl1.Controls.Add(this.labelControl2); this.groupControl1.Location = new System.Drawing.Point(242, 29); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(263, 151); this.groupControl1.TabIndex = 5; this.groupControl1.Text = "属性编辑"; // // simpleButton4 // //this.simpleButton4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton4.ImageOptions.SvgImage"))); this.simpleButton4.Location = new System.Drawing.Point(13, 104); this.simpleButton4.Name = "simpleButton4"; this.simpleButton4.Size = new System.Drawing.Size(74, 35); this.simpleButton4.TabIndex = 4; this.simpleButton4.Text = "编辑"; this.simpleButton4.Click += new System.EventHandler(this.EditFloorButton_Click); // // groupControl2 // this.groupControl2.Controls.Add(this.simpleButton10); this.groupControl2.Controls.Add(this.simpleButton9); this.groupControl2.Controls.Add(this.comboBox1); this.groupControl2.Controls.Add(this.FloorsListBox); this.groupControl2.Controls.Add(this.simpleButton6); this.groupControl2.Controls.Add(this.simpleButton3); this.groupControl2.Controls.Add(this.simpleButton2); this.groupControl2.Location = new System.Drawing.Point(0, 29); this.groupControl2.Name = "groupControl2"; this.groupControl2.Size = new System.Drawing.Size(236, 409); this.groupControl2.TabIndex = 6; this.groupControl2.Text = "楼层管理"; // // simpleButton10 // //this.simpleButton10.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton10.ImageOptions.Image"))); this.simpleButton10.Location = new System.Drawing.Point(191, 25); this.simpleButton10.Name = "simpleButton10"; this.simpleButton10.Size = new System.Drawing.Size(40, 34); this.simpleButton10.TabIndex = 6; this.simpleButton10.Text = "新增"; this.simpleButton10.Click += new System.EventHandler(this.simpleButton10_Click); // // simpleButton9 // //this.simpleButton9.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton9.ImageOptions.Image"))); //this.simpleButton9.ImageOptions.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.Full; this.simpleButton9.Location = new System.Drawing.Point(149, 25); this.simpleButton9.Name = "simpleButton9"; this.simpleButton9.Size = new System.Drawing.Size(40, 34); this.simpleButton9.TabIndex = 6; this.simpleButton9.Text = "新增"; this.simpleButton9.Click += new System.EventHandler(this.simpleButton9_Click); // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(7, 29); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(136, 22); this.comboBox1.TabIndex = 5; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // simpleButton6 // //this.simpleButton6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton6.ImageOptions.SvgImage"))); this.simpleButton6.Location = new System.Drawing.Point(149, 369); this.simpleButton6.Name = "simpleButton6"; this.simpleButton6.Size = new System.Drawing.Size(65, 35); this.simpleButton6.TabIndex = 4; this.simpleButton6.Text = "清空"; this.simpleButton6.Click += new System.EventHandler(this.ClearFloorsButton_Click); // // simpleButton3 // //this.simpleButton3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton3.ImageOptions.SvgImage"))); this.simpleButton3.Location = new System.Drawing.Point(78, 369); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(65, 35); this.simpleButton3.TabIndex = 4; this.simpleButton3.Text = "删除"; this.simpleButton3.Click += new System.EventHandler(this.DeleteFloorButton_Click); // // simpleButton2 // //this.simpleButton2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton2.ImageOptions.SvgImage"))); this.simpleButton2.Location = new System.Drawing.Point(7, 370); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(65, 35); this.simpleButton2.TabIndex = 4; this.simpleButton2.Text = "新增"; this.simpleButton2.Click += new System.EventHandler(this.AddFloorButton_Click); // // groupControl3 // this.groupControl3.Controls.Add(this.labelControl7); this.groupControl3.Controls.Add(this.labelControl5); this.groupControl3.Controls.Add(this.simpleButton5); this.groupControl3.Controls.Add(this.BackgroundImgTextBox_q); this.groupControl3.Controls.Add(this.simpleButton7); this.groupControl3.Controls.Add(this.labelControl6); this.groupControl3.Controls.Add(this.labelControl4); this.groupControl3.Controls.Add(this.tb_Height); this.groupControl3.Controls.Add(this.tb_maxFloorIndex); this.groupControl3.Controls.Add(this.ErrorLabel); this.groupControl3.Controls.Add(this.labelControl8); this.groupControl3.Controls.Add(this.tb_minFloorElev); this.groupControl3.Controls.Add(this.tb_minFloorIndex); this.groupControl3.Location = new System.Drawing.Point(243, 187); this.groupControl3.Name = "groupControl3"; this.groupControl3.Size = new System.Drawing.Size(262, 251); this.groupControl3.TabIndex = 7; this.groupControl3.Text = "快速生成"; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(12, 110); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(48, 14); this.labelControl7.TabIndex = 3; this.labelControl7.Text = "每层高度"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(12, 60); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(48, 14); this.labelControl5.TabIndex = 3; this.labelControl5.Text = "最高层号"; // // simpleButton5 // //this.simpleButton5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton5.ImageOptions.SvgImage"))); this.simpleButton5.Location = new System.Drawing.Point(143, 211); this.simpleButton5.Name = "simpleButton5"; this.simpleButton5.Size = new System.Drawing.Size(107, 35); this.simpleButton5.TabIndex = 4; this.simpleButton5.Text = "快速生成"; this.simpleButton5.Click += new System.EventHandler(this.GenerateFloorsButton_Click); // // BackgroundImgTextBox_q // this.BackgroundImgTextBox_q.Location = new System.Drawing.Point(106, 132); this.BackgroundImgTextBox_q.Name = "BackgroundImgTextBox_q"; this.BackgroundImgTextBox_q.Size = new System.Drawing.Size(100, 20); this.BackgroundImgTextBox_q.TabIndex = 2; // // simpleButton7 // //this.simpleButton7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton7.ImageOptions.SvgImage"))); this.simpleButton7.Location = new System.Drawing.Point(212, 136); this.simpleButton7.Name = "simpleButton7"; this.simpleButton7.Size = new System.Drawing.Size(38, 23); this.simpleButton7.TabIndex = 4; this.simpleButton7.Text = "..."; this.simpleButton7.Click += new System.EventHandler(this.SelectImageButton_Click_q); // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(12, 85); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(48, 14); this.labelControl6.TabIndex = 3; this.labelControl6.Text = "底层标高"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(12, 35); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(48, 14); this.labelControl4.TabIndex = 3; this.labelControl4.Text = "最低层号"; // // tb_Height // this.tb_Height.Text = "3"; this.tb_Height.Location = new System.Drawing.Point(106, 107); this.tb_Height.Name = "tb_Height"; this.tb_Height.Size = new System.Drawing.Size(144, 20); this.tb_Height.TabIndex = 2; // // tb_maxFloorIndex // this.tb_maxFloorIndex.Location = new System.Drawing.Point(106, 57); this.tb_maxFloorIndex.Name = "tb_maxFloorIndex"; this.tb_maxFloorIndex.Size = new System.Drawing.Size(144, 20); this.tb_maxFloorIndex.TabIndex = 2; // // ErrorLabel // this.ErrorLabel.Location = new System.Drawing.Point(12, 222); this.ErrorLabel.Name = "ErrorLabel"; this.ErrorLabel.Size = new System.Drawing.Size(48, 14); this.ErrorLabel.TabIndex = 3; this.ErrorLabel.Text = "错误提示"; this.ErrorLabel.Visible = false; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(12, 135); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(24, 14); this.labelControl8.TabIndex = 3; this.labelControl8.Text = "模板"; // // tb_minFloorElev // this.tb_minFloorElev.Text = "0"; this.tb_minFloorElev.Location = new System.Drawing.Point(106, 82); this.tb_minFloorElev.Name = "tb_minFloorElev"; this.tb_minFloorElev.Size = new System.Drawing.Size(144, 20); this.tb_minFloorElev.TabIndex = 2; // // tb_minFloorIndex // this.tb_minFloorIndex.Location = new System.Drawing.Point(106, 32); this.tb_minFloorIndex.Name = "tb_minFloorIndex"; this.tb_minFloorIndex.Size = new System.Drawing.Size(144, 20); this.tb_minFloorIndex.TabIndex = 2; // // groupControl4 // this.groupControl4.Location = new System.Drawing.Point(650, 29); this.groupControl4.Name = "groupControl4"; this.groupControl4.Size = new System.Drawing.Size(309, 409); this.groupControl4.TabIndex = 6; this.groupControl4.Text = "预览"; // // groupControl5 // this.groupControl5.Controls.Add(this.comboBox2); this.groupControl5.Controls.Add(this.InsertIntoNet); this.groupControl5.Location = new System.Drawing.Point(512, 29); this.groupControl5.Name = "groupControl5"; this.groupControl5.Size = new System.Drawing.Size(126, 409); this.groupControl5.TabIndex = 8; this.groupControl5.Text = "功能"; // // InsertIntoNet // //this.InsertIntoNet.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("InsertIntoNet.ImageOptions.Image"))); this.InsertIntoNet.Location = new System.Drawing.Point(5, 369); this.InsertIntoNet.Name = "InsertIntoNet"; this.InsertIntoNet.Size = new System.Drawing.Size(116, 35); this.InsertIntoNet.TabIndex = 4; this.InsertIntoNet.Text = "插入管网"; this.InsertIntoNet.Click += new System.EventHandler(this.InsertIntoNet_Click); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "向上", "向下"}); this.comboBox2.Location = new System.Drawing.Point(5, 32); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(116, 22); this.comboBox2.TabIndex = 5; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); // // Form_EditFloors // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(638, 450); this.Controls.Add(this.groupControl5); this.Controls.Add(this.groupControl4); this.Controls.Add(this.groupControl3); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.groupControl1); this.Controls.Add(this.groupControl2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "Form_EditFloors"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "楼层设置"; this.Load += new System.EventHandler(this.Form_EditFloors_Load); ((System.ComponentModel.ISupportInitialize)(this.FloorsListBox)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); //((System.ComponentModel.ISupportInitialize)(this.FloorIndexTextBox.Properties)).EndInit(); //((System.ComponentModel.ISupportInitialize)(this.BackgroundImgTextBox.Properties)).EndInit(); //((System.ComponentModel.ISupportInitialize)(this.ElevTextBox.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.groupControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); this.groupControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); this.groupControl3.ResumeLayout(false); this.groupControl3.PerformLayout(); //((System.ComponentModel.ISupportInitialize)(this.BackgroundImgTextBox_q.Properties)).EndInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_Height.Properties)).EndInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_maxFloorIndex.Properties)).EndInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_minFloorElev.Properties)).EndInit(); //((System.ComponentModel.ISupportInitialize)(this.tb_minFloorIndex.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit(); this.groupControl5.ResumeLayout(false); this.ResumeLayout(false); this.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; } }