namespace Hydro.MapUI { partial class 模板管理 { /// /// 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(模板管理)); this.combobox_type = new System.Windows.Forms.ComboBox(); this.listbox_templates = new System.Windows.Forms.ListBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton_新增 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton_复制 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton_删除 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.panel1 = new System.Windows.Forms.Panel(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.radioButton3 = new System.Windows.Forms.RadioButton(); this.radioButton5 = new System.Windows.Forms.RadioButton(); this.radioButton4 = new System.Windows.Forms.RadioButton(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.button1 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.保存ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.形状ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.导入形状ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.导出形状ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripMenuItem_EPANET_OPEN = new System.Windows.Forms.ToolStripMenuItem(); this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.属性栏ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.设为默认视角ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.恢复默认视角ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.panelControl1 = new System.Windows.Forms.GroupBox(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_OK = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); this.menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // combobox_type // this.combobox_type.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.combobox_type.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.combobox_type.FormattingEnabled = true; this.combobox_type.Location = new System.Drawing.Point(9, 3); this.combobox_type.Name = "combobox_type"; this.combobox_type.Size = new System.Drawing.Size(204, 20); this.combobox_type.TabIndex = 0; this.combobox_type.SelectedIndexChanged += new System.EventHandler(this.combobox_type_SelectedIndexChanged); // // listbox_templates // this.listbox_templates.Dock = System.Windows.Forms.DockStyle.Fill; this.listbox_templates.FormattingEnabled = true; this.listbox_templates.ItemHeight = 12; this.listbox_templates.Location = new System.Drawing.Point(0, 0); this.listbox_templates.Name = "listbox_templates"; this.listbox_templates.Size = new System.Drawing.Size(220, 180); this.listbox_templates.TabIndex = 1; this.listbox_templates.SelectedIndexChanged += new System.EventHandler(this.listbox_templates_SelectedIndexChanged); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.combobox_type); this.splitContainer1.Panel1.Controls.Add(this.listbox_templates); this.splitContainer1.Panel1.Controls.Add(this.toolStrip1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.propertyGrid1); this.splitContainer1.Size = new System.Drawing.Size(220, 665); this.splitContainer1.SplitterDistance = 205; this.splitContainer1.TabIndex = 3; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton_新增, this.toolStripButton_复制, this.toolStripButton_删除, this.toolStripButton1}); this.toolStrip1.Location = new System.Drawing.Point(0, 180); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(220, 25); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton_新增 // this.toolStripButton_新增.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton_新增.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_新增.Image"))); this.toolStripButton_新增.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton_新增.Name = "toolStripButton_新增"; this.toolStripButton_新增.Size = new System.Drawing.Size(23, 22); this.toolStripButton_新增.Text = "toolStripButton1"; this.toolStripButton_新增.Click += new System.EventHandler(this.toolStripButton_新增_Click); // // toolStripButton_复制 // this.toolStripButton_复制.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton_复制.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_复制.Image"))); this.toolStripButton_复制.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton_复制.Name = "toolStripButton_复制"; this.toolStripButton_复制.Size = new System.Drawing.Size(23, 22); this.toolStripButton_复制.Text = "复制"; this.toolStripButton_复制.Click += new System.EventHandler(this.toolStripButton_复制_Click); // // toolStripButton_删除 // this.toolStripButton_删除.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton_删除.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_删除.Image"))); this.toolStripButton_删除.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton_删除.Name = "toolStripButton_删除"; this.toolStripButton_删除.Size = new System.Drawing.Size(23, 22); this.toolStripButton_删除.Text = "toolStripButton2"; this.toolStripButton_删除.Click += new System.EventHandler(this.toolStripButton_删除_Click); // // toolStripButton1 // this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(23, 22); this.toolStripButton1.Text = "toolStripButton1"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton_刷新_Click); // // propertyGrid1 // this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.propertyGrid1.Location = new System.Drawing.Point(0, 0); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(220, 456); this.propertyGrid1.TabIndex = 2; this.propertyGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid1_PropertyValueChanged_1); // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer2.Location = new System.Drawing.Point(0, 25); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.splitContainer1); this.splitContainer2.Size = new System.Drawing.Size(1154, 665); this.splitContainer2.SplitterDistance = 220; this.splitContainer2.TabIndex = 4; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.checkBox1); this.panel1.Controls.Add(this.radioButton3); this.panel1.Controls.Add(this.radioButton5); this.panel1.Controls.Add(this.radioButton4); this.panel1.Controls.Add(this.radioButton2); this.panel1.Controls.Add(this.radioButton1); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.trackBar1); this.panel1.Location = new System.Drawing.Point(579, 1); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(563, 24); this.panel1.TabIndex = 6; this.panel1.Visible = false; // // checkBox1 // this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(213, 4); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(60, 16); this.checkBox1.TabIndex = 5; this.checkBox1.Text = "3D视角"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // radioButton3 // this.radioButton3.AutoSize = true; this.radioButton3.Location = new System.Drawing.Point(172, 4); this.radioButton3.Name = "radioButton3"; this.radioButton3.Size = new System.Drawing.Size(35, 16); this.radioButton3.TabIndex = 5; this.radioButton3.Text = "90"; this.radioButton3.UseVisualStyleBackColor = true; this.radioButton3.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // radioButton5 // this.radioButton5.AutoSize = true; this.radioButton5.Location = new System.Drawing.Point(131, 4); this.radioButton5.Name = "radioButton5"; this.radioButton5.Size = new System.Drawing.Size(35, 16); this.radioButton5.TabIndex = 5; this.radioButton5.Text = "60"; this.radioButton5.UseVisualStyleBackColor = true; this.radioButton5.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // radioButton4 // this.radioButton4.AutoSize = true; this.radioButton4.Location = new System.Drawing.Point(49, 4); this.radioButton4.Name = "radioButton4"; this.radioButton4.Size = new System.Drawing.Size(35, 16); this.radioButton4.TabIndex = 5; this.radioButton4.Text = "30"; this.radioButton4.UseVisualStyleBackColor = true; this.radioButton4.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Checked = true; this.radioButton2.Location = new System.Drawing.Point(90, 4); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(35, 16); this.radioButton2.TabIndex = 5; this.radioButton2.TabStop = true; this.radioButton2.Text = "45"; this.radioButton2.UseVisualStyleBackColor = true; this.radioButton2.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Location = new System.Drawing.Point(12, 4); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(29, 16); this.radioButton1.TabIndex = 5; this.radioButton1.Text = "0"; this.radioButton1.UseVisualStyleBackColor = true; this.radioButton1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(290, 0); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(25, 23); this.button1.TabIndex = 4; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(321, 1); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(38, 21); this.textBox1.TabIndex = 3; this.textBox1.Text = "0"; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // trackBar1 // this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.trackBar1.AutoSize = false; this.trackBar1.Location = new System.Drawing.Point(366, 0); this.trackBar1.Maximum = 180; this.trackBar1.Minimum = -180; this.trackBar1.Name = "trackBar1"; this.trackBar1.Size = new System.Drawing.Size(194, 24); this.trackBar1.TabIndex = 2; this.trackBar1.TickFrequency = 20; this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.文件ToolStripMenuItem, this.形状ToolStripMenuItem, this.视图ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1154, 25); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // 文件ToolStripMenuItem // this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.保存ToolStripMenuItem1, this.toolStripSeparator3}); this.文件ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("文件ToolStripMenuItem.Image"))); this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem"; this.文件ToolStripMenuItem.Size = new System.Drawing.Size(60, 21); this.文件ToolStripMenuItem.Text = "文件"; // // 保存ToolStripMenuItem1 // this.保存ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("保存ToolStripMenuItem1.Image"))); this.保存ToolStripMenuItem1.Name = "保存ToolStripMenuItem1"; this.保存ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22); this.保存ToolStripMenuItem1.Text = "保存"; this.保存ToolStripMenuItem1.Click += new System.EventHandler(this.保存ToolStripMenuItem1_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(97, 6); // // 形状ToolStripMenuItem // this.形状ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.导入形状ToolStripMenuItem, this.导出形状ToolStripMenuItem, this.toolStripSeparator2, this.toolStripMenuItem_EPANET_OPEN, this.保存ToolStripMenuItem}); this.形状ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("形状ToolStripMenuItem.Image"))); this.形状ToolStripMenuItem.Name = "形状ToolStripMenuItem"; this.形状ToolStripMenuItem.Size = new System.Drawing.Size(60, 21); this.形状ToolStripMenuItem.Text = "编辑"; // // 导入形状ToolStripMenuItem // this.导入形状ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("导入形状ToolStripMenuItem.Image"))); this.导入形状ToolStripMenuItem.Name = "导入形状ToolStripMenuItem"; this.导入形状ToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.导入形状ToolStripMenuItem.Text = "绑定INP"; this.导入形状ToolStripMenuItem.Click += new System.EventHandler(this.导入形状ToolStripMenuItem_Click); // // 导出形状ToolStripMenuItem // this.导出形状ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("导出形状ToolStripMenuItem.Image"))); this.导出形状ToolStripMenuItem.Name = "导出形状ToolStripMenuItem"; this.导出形状ToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.导出形状ToolStripMenuItem.Text = "导出INP"; this.导出形状ToolStripMenuItem.Click += new System.EventHandler(this.导出形状ToolStripMenuItem_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(118, 6); // // toolStripMenuItem_EPANET_OPEN // this.toolStripMenuItem_EPANET_OPEN.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem_EPANET_OPEN.Image"))); this.toolStripMenuItem_EPANET_OPEN.Name = "toolStripMenuItem_EPANET_OPEN"; this.toolStripMenuItem_EPANET_OPEN.Size = new System.Drawing.Size(121, 22); this.toolStripMenuItem_EPANET_OPEN.Text = "打开"; this.toolStripMenuItem_EPANET_OPEN.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // 保存ToolStripMenuItem // this.保存ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("保存ToolStripMenuItem.Image"))); this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem"; this.保存ToolStripMenuItem.Size = new System.Drawing.Size(121, 22); this.保存ToolStripMenuItem.Text = "保存"; this.保存ToolStripMenuItem.Click += new System.EventHandler(this.保存ToolStripMenuItem_Click_1); // // 视图ToolStripMenuItem // this.视图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.属性栏ToolStripMenuItem, this.toolStripSeparator1, this.设为默认视角ToolStripMenuItem, this.恢复默认视角ToolStripMenuItem}); this.视图ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("视图ToolStripMenuItem.Image"))); this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem"; this.视图ToolStripMenuItem.Size = new System.Drawing.Size(60, 21); this.视图ToolStripMenuItem.Text = "视图"; // // 属性栏ToolStripMenuItem // this.属性栏ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("属性栏ToolStripMenuItem.Image"))); this.属性栏ToolStripMenuItem.Name = "属性栏ToolStripMenuItem"; this.属性栏ToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.属性栏ToolStripMenuItem.Text = "属性栏"; this.属性栏ToolStripMenuItem.Click += new System.EventHandler(this.属性栏ToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6); // // 设为默认视角ToolStripMenuItem // this.设为默认视角ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("设为默认视角ToolStripMenuItem.Image"))); this.设为默认视角ToolStripMenuItem.Name = "设为默认视角ToolStripMenuItem"; this.设为默认视角ToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.设为默认视角ToolStripMenuItem.Text = "设为默认视角"; this.设为默认视角ToolStripMenuItem.Click += new System.EventHandler(this.设为默认视角ToolStripMenuItem_Click); // // 恢复默认视角ToolStripMenuItem // this.恢复默认视角ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("恢复默认视角ToolStripMenuItem.Image"))); this.恢复默认视角ToolStripMenuItem.Name = "恢复默认视角ToolStripMenuItem"; this.恢复默认视角ToolStripMenuItem.Size = new System.Drawing.Size(148, 22); this.恢复默认视角ToolStripMenuItem.Text = "恢复默认视角"; this.恢复默认视角ToolStripMenuItem.Click += new System.EventHandler(this.恢复默认视角ToolStripMenuItem_Click); // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.splitContainer2); this.splitContainer3.Panel1.Controls.Add(this.menuStrip1); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.panelControl1); this.splitContainer3.Size = new System.Drawing.Size(1154, 738); this.splitContainer3.SplitterDistance = 690; this.splitContainer3.TabIndex = 7; // // panelControl1 // this.panelControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); //this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.Controls.Add(this.btn_Cancel); this.panelControl1.Controls.Add(this.btn_OK); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl1.Location = new System.Drawing.Point(0, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1154, 44); this.panelControl1.TabIndex = 1; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(1042, 9); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 0; this.btn_Cancel.Text = "取消"; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_OK // this.btn_OK.Location = new System.Drawing.Point(961, 9); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(75, 23); this.btn_OK.TabIndex = 0; this.btn_OK.Text = "确定"; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // 模板管理 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1154, 738); this.Controls.Add(this.panel1); this.Controls.Add(this.splitContainer3); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.Name = "模板管理"; this.Text = "模板管理"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.模板管理_FormClosing); this.Load += new System.EventHandler(this.模板管理_Load); this.SizeChanged += new System.EventHandler(this.模板管理_SizeChanged); this.Move += new System.EventHandler(this.模板管理_Move); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.splitContainer2.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel1.PerformLayout(); this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox combobox_type; private System.Windows.Forms.ListBox listbox_templates; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem 形状ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 导入形状ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 导出形状ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_EPANET_OPEN; private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem; private System.Windows.Forms.RadioButton radioButton5; private System.Windows.Forms.RadioButton radioButton4; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.RadioButton radioButton3; private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem1; private System.Windows.Forms.PropertyGrid propertyGrid1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton_新增; private System.Windows.Forms.ToolStripButton toolStripButton_删除; private System.Windows.Forms.ToolStripButton toolStripButton_复制; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripMenuItem 视图ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 属性栏ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem 设为默认视角ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 恢复默认视角ToolStripMenuItem; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.GroupBox panelControl1; //private MapViewer mapViewer1; } }