123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
-
- namespace HCTools
- {
- partial class PLError_Overlay
- {
- /// <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()
- {
- this.label_ElePoint = new System.Windows.Forms.Label();
- this.comboBox_blc = new System.Windows.Forms.ComboBox();
- this.label_Jqx = new System.Windows.Forms.Label();
- this.label_Blc = new System.Windows.Forms.Label();
- this.comboBox_ElePoint = new System.Windows.Forms.ComboBox();
- this.comboBox_jqx = new System.Windows.Forms.ComboBox();
- this.comboBox_sqx = new System.Windows.Forms.ComboBox();
- this.label_Sqx = new System.Windows.Forms.Label();
- this.btn_Cancel = new System.Windows.Forms.Button();
- this.btn_OK = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label_ElePoint
- //
- this.label_ElePoint.AutoSize = true;
- this.label_ElePoint.Location = new System.Drawing.Point(79, 36);
- this.label_ElePoint.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label_ElePoint.Name = "label_ElePoint";
- this.label_ElePoint.Size = new System.Drawing.Size(150, 15);
- this.label_ElePoint.TabIndex = 52;
- this.label_ElePoint.Text = "高程点所在图层选择:";
- //
- // comboBox_blc
- //
- 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(248, 201);
- this.comboBox_blc.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox_blc.Name = "comboBox_blc";
- this.comboBox_blc.Size = new System.Drawing.Size(161, 23);
- this.comboBox_blc.TabIndex = 59;
- //
- // label_Jqx
- //
- this.label_Jqx.AutoSize = true;
- this.label_Jqx.Location = new System.Drawing.Point(79, 151);
- this.label_Jqx.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label_Jqx.Name = "label_Jqx";
- this.label_Jqx.Size = new System.Drawing.Size(150, 15);
- this.label_Jqx.TabIndex = 56;
- this.label_Jqx.Text = "计曲线所在图层选择:";
- //
- // label_Blc
- //
- this.label_Blc.AutoSize = true;
- this.label_Blc.Location = new System.Drawing.Point(79, 204);
- 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(90, 15);
- this.label_Blc.TabIndex = 58;
- this.label_Blc.Text = "比例尺选择:";
- //
- // comboBox_ElePoint
- //
- this.comboBox_ElePoint.FormattingEnabled = true;
- this.comboBox_ElePoint.Location = new System.Drawing.Point(248, 33);
- this.comboBox_ElePoint.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox_ElePoint.MaxDropDownItems = 30;
- this.comboBox_ElePoint.Name = "comboBox_ElePoint";
- this.comboBox_ElePoint.Size = new System.Drawing.Size(161, 23);
- this.comboBox_ElePoint.TabIndex = 53;
- //
- // comboBox_jqx
- //
- this.comboBox_jqx.FormattingEnabled = true;
- this.comboBox_jqx.Location = new System.Drawing.Point(248, 143);
- this.comboBox_jqx.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox_jqx.MaxDropDownItems = 30;
- this.comboBox_jqx.Name = "comboBox_jqx";
- this.comboBox_jqx.Size = new System.Drawing.Size(161, 23);
- this.comboBox_jqx.TabIndex = 57;
- //
- // comboBox_sqx
- //
- this.comboBox_sqx.FormattingEnabled = true;
- this.comboBox_sqx.Location = new System.Drawing.Point(248, 86);
- this.comboBox_sqx.Margin = new System.Windows.Forms.Padding(4);
- this.comboBox_sqx.MaxDropDownItems = 30;
- this.comboBox_sqx.Name = "comboBox_sqx";
- this.comboBox_sqx.Size = new System.Drawing.Size(161, 23);
- this.comboBox_sqx.TabIndex = 55;
- //
- // label_Sqx
- //
- this.label_Sqx.AutoSize = true;
- this.label_Sqx.Location = new System.Drawing.Point(79, 94);
- this.label_Sqx.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label_Sqx.Name = "label_Sqx";
- this.label_Sqx.Size = new System.Drawing.Size(150, 15);
- this.label_Sqx.TabIndex = 54;
- this.label_Sqx.Text = "首曲线所在图层选择:";
- //
- // btn_Cancel
- //
- this.btn_Cancel.Location = new System.Drawing.Point(291, 257);
- 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 = 61;
- 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(140, 256);
- 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 = 60;
- this.btn_OK.Text = "确 定";
- this.btn_OK.UseVisualStyleBackColor = true;
- this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
- //
- // PLError_Overlay
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(512, 316);
- this.Controls.Add(this.btn_Cancel);
- this.Controls.Add(this.btn_OK);
- this.Controls.Add(this.label_ElePoint);
- this.Controls.Add(this.comboBox_blc);
- this.Controls.Add(this.label_Jqx);
- this.Controls.Add(this.label_Blc);
- this.Controls.Add(this.comboBox_ElePoint);
- this.Controls.Add(this.comboBox_jqx);
- this.Controls.Add(this.comboBox_sqx);
- this.Controls.Add(this.label_Sqx);
- this.Name = "PLError_Overlay";
- this.Text = "点线矛盾检查";
- this.Load += new System.EventHandler(this.PLError_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label_ElePoint;
- private System.Windows.Forms.ComboBox comboBox_blc;
- private System.Windows.Forms.Label label_Jqx;
- private System.Windows.Forms.Label label_Blc;
- private System.Windows.Forms.ComboBox comboBox_ElePoint;
- private System.Windows.Forms.ComboBox comboBox_jqx;
- private System.Windows.Forms.ComboBox comboBox_sqx;
- private System.Windows.Forms.Label label_Sqx;
- private System.Windows.Forms.Button btn_Cancel;
- private System.Windows.Forms.Button btn_OK;
- }
- }
|