namespace HCTools { partial class Conn { /// /// 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_blc = new System.Windows.Forms.ComboBox(); this.label_Blc = new System.Windows.Forms.Label(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_OK = new System.Windows.Forms.Button(); this.comboBox_jqx = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBox_sqx = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // comboBox_blc // this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_blc.FormattingEnabled = true; this.comboBox_blc.Items.AddRange(new object[] { "1:500", "1:1000", "1:2000", "1:5000"}); this.comboBox_blc.Location = new System.Drawing.Point(186, 28); this.comboBox_blc.Margin = new System.Windows.Forms.Padding(4); this.comboBox_blc.Name = "comboBox_blc"; this.comboBox_blc.Size = new System.Drawing.Size(160, 23); this.comboBox_blc.TabIndex = 53; // // label_Blc // this.label_Blc.AutoSize = true; this.label_Blc.Location = new System.Drawing.Point(83, 31); this.label_Blc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_Blc.Name = "label_Blc"; this.label_Blc.Size = new System.Drawing.Size(97, 15); this.label_Blc.TabIndex = 52; this.label_Blc.Text = "比例尺选择:"; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(246, 167); 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 = 55; this.btn_Cancel.Text = "取 消"; this.btn_Cancel.UseVisualStyleBackColor = true; // // btn_OK // this.btn_OK.Location = new System.Drawing.Point(83, 167); 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 = 54; this.btn_OK.Text = "确 定"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // comboBox_jqx // this.comboBox_jqx.FormattingEnabled = true; this.comboBox_jqx.Location = new System.Drawing.Point(186, 77); this.comboBox_jqx.Name = "comboBox_jqx"; this.comboBox_jqx.Size = new System.Drawing.Size(160, 23); this.comboBox_jqx.TabIndex = 59; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(83, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 15); this.label2.TabIndex = 58; this.label2.Text = "计曲线图层:"; // // comboBox_sqx // this.comboBox_sqx.FormattingEnabled = true; this.comboBox_sqx.Location = new System.Drawing.Point(186, 123); this.comboBox_sqx.Name = "comboBox_sqx"; this.comboBox_sqx.Size = new System.Drawing.Size(160, 23); this.comboBox_sqx.TabIndex = 61; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(83, 126); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(97, 15); this.label1.TabIndex = 60; this.label1.Text = "首曲线图层:"; // // Conn // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(432, 223); 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.Controls.Add(this.comboBox_blc); this.Controls.Add(this.label_Blc); this.Name = "Conn"; this.Text = "线相交检查"; this.Load += new System.EventHandler(this.Conn_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox_blc; private System.Windows.Forms.Label label_Blc; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.ComboBox comboBox_jqx; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox_sqx; private System.Windows.Forms.Label label1; } }