namespace HCTools { partial class EleRd { /// /// 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() { this.comboBox_sqx = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBox_jqx = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_OK = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBox_sqx // this.comboBox_sqx.FormattingEnabled = true; this.comboBox_sqx.Location = new System.Drawing.Point(155, 80); this.comboBox_sqx.Name = "comboBox_sqx"; this.comboBox_sqx.Size = new System.Drawing.Size(160, 23); this.comboBox_sqx.TabIndex = 67; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(52, 83); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 15); this.label1.TabIndex = 66; this.label1.Text = "首曲线图层:"; // // comboBox_jqx // this.comboBox_jqx.FormattingEnabled = true; this.comboBox_jqx.Location = new System.Drawing.Point(155, 34); this.comboBox_jqx.Name = "comboBox_jqx"; this.comboBox_jqx.Size = new System.Drawing.Size(160, 23); this.comboBox_jqx.TabIndex = 65; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(52, 37); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 15); this.label2.TabIndex = 64; this.label2.Text = "计曲线图层:"; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(215, 124); this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(100, 29); this.btn_Cancel.TabIndex = 63; this.btn_Cancel.Text = "取 消"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_OK // this.btn_OK.Location = new System.Drawing.Point(52, 124); this.btn_OK.Margin = new System.Windows.Forms.Padding(4); this.btn_OK.Name = "btn_OK"; this.btn_OK.Size = new System.Drawing.Size(100, 29); this.btn_OK.TabIndex = 62; this.btn_OK.Text = "确 定"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // EleRd // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(380, 184); this.Controls.Add(this.comboBox_sqx); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox_jqx); this.Controls.Add(this.label2); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_OK); this.Name = "EleRd"; this.Text = "等高线高程取整"; this.Load += new System.EventHandler(this.EleRd_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox_sqx; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox_jqx; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_OK; } }