namespace WorldGIS { partial class FrmSetDigPit { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSetDigPit)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxWidthAlongLine = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cbbValueMode = new System.Windows.Forms.ComboBox(); this.textBoxValue = new System.Windows.Forms.TextBox(); this.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.textBoxWidthAlongLine); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.cbbValueMode); this.groupBox2.Controls.Add(this.textBoxValue); this.groupBox2.Location = new System.Drawing.Point(22, 25); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(281, 141); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "挖坑设置"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 12); this.label3.TabIndex = 5; this.label3.Text = "沿线挖坑宽度:"; // // textBoxWidthAlongLine // this.textBoxWidthAlongLine.Location = new System.Drawing.Point(117, 95); this.textBoxWidthAlongLine.Name = "textBoxWidthAlongLine"; this.textBoxWidthAlongLine.Size = new System.Drawing.Size(142, 21); this.textBoxWidthAlongLine.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 65); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 4; this.label2.Text = "挖坑值:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 3; this.label1.Text = "挖坑值模式:"; // // cbbValueMode // this.cbbValueMode.FormattingEnabled = true; this.cbbValueMode.Items.AddRange(new object[] { "指定深度挖坑", "指定底部海拔挖坑"}); this.cbbValueMode.Location = new System.Drawing.Point(117, 31); this.cbbValueMode.Name = "cbbValueMode"; this.cbbValueMode.Size = new System.Drawing.Size(142, 20); this.cbbValueMode.TabIndex = 2; this.cbbValueMode.Text = "指定深度挖坑"; // // textBoxValue // this.textBoxValue.Location = new System.Drawing.Point(117, 62); this.textBoxValue.Name = "textBoxValue"; this.textBoxValue.Size = new System.Drawing.Size(142, 21); this.textBoxValue.TabIndex = 1; // // buttonOk // this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.buttonOk.Location = new System.Drawing.Point(63, 186); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(79, 26); this.buttonOk.TabIndex = 2; this.buttonOk.Text = "确定"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // buttonCancel // this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(185, 186); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(80, 26); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "取消"; this.buttonCancel.UseVisualStyleBackColor = true; // // FrmDigPitSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(326, 230); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); this.Controls.Add(this.groupBox2); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmDigPitSetting"; this.Text = "挖坑设置"; this.Load += new System.EventHandler(this.FrmDigPitSetting_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxWidthAlongLine; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbbValueMode; private System.Windows.Forms.TextBox textBoxValue; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; } }