123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
-
- namespace HCTools
- {
- partial class GCDdelete_Form
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.comboBox_blc = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(52, 93);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(127, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "高程点所在图层:";
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(185, 90);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(172, 23);
- this.comboBox1.TabIndex = 1;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(176, 135);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(67, 29);
- this.button1.TabIndex = 2;
- this.button1.Text = "确 定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(112, 41);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(67, 15);
- this.label2.TabIndex = 3;
- this.label2.Text = "比例尺:";
- //
- // comboBox_blc
- //
- this.comboBox_blc.FormattingEnabled = true;
- this.comboBox_blc.Items.AddRange(new object[] {
- "1:500",
- "1:2000",
- "1:5000",
- "1:10000"});
- this.comboBox_blc.Location = new System.Drawing.Point(185, 38);
- this.comboBox_blc.Name = "comboBox_blc";
- this.comboBox_blc.Size = new System.Drawing.Size(172, 23);
- this.comboBox_blc.TabIndex = 4;
- //
- // GCDdelete_Form
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(427, 176);
- this.Controls.Add(this.comboBox_blc);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label1);
- this.Name = "GCDdelete_Form";
- this.Text = "删除整数值高程点";
- this.Load += new System.EventHandler(this.GCDdelete_Form_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox comboBox_blc;
- }
- }
|