123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
-
- namespace HCTools
- {
- partial class DGXGeneral
- {
- /// <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.checkedListBox_dgxtc = new System.Windows.Forms.CheckedListBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.comboBox_dgj = new System.Windows.Forms.ComboBox();
- this.butn_ok = new System.Windows.Forms.Button();
- this.butn_cancel = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // checkedListBox_dgxtc
- //
- this.checkedListBox_dgxtc.FormattingEnabled = true;
- this.checkedListBox_dgxtc.Location = new System.Drawing.Point(44, 102);
- this.checkedListBox_dgxtc.Name = "checkedListBox_dgxtc";
- this.checkedListBox_dgxtc.Size = new System.Drawing.Size(235, 264);
- this.checkedListBox_dgxtc.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(25, 35);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(112, 15);
- this.label1.TabIndex = 1;
- this.label1.Text = "转换后等高距:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(25, 75);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(127, 15);
- this.label2.TabIndex = 2;
- this.label2.Text = "选择等高线图层:";
- //
- // comboBox_dgj
- //
- this.comboBox_dgj.FormattingEnabled = true;
- this.comboBox_dgj.Items.AddRange(new object[] {
- "0.5",
- "1",
- "2",
- "2.5",
- "5",
- "10",
- "20",
- "40",
- "50"});
- this.comboBox_dgj.Location = new System.Drawing.Point(134, 32);
- this.comboBox_dgj.Name = "comboBox_dgj";
- this.comboBox_dgj.Size = new System.Drawing.Size(155, 23);
- this.comboBox_dgj.TabIndex = 3;
- //
- // butn_ok
- //
- this.butn_ok.Location = new System.Drawing.Point(28, 389);
- this.butn_ok.Name = "butn_ok";
- this.butn_ok.Size = new System.Drawing.Size(75, 23);
- this.butn_ok.TabIndex = 4;
- this.butn_ok.Text = "确 定";
- this.butn_ok.UseVisualStyleBackColor = true;
- this.butn_ok.Click += new System.EventHandler(this.butn_ok_Click);
- //
- // butn_cancel
- //
- this.butn_cancel.Location = new System.Drawing.Point(214, 389);
- this.butn_cancel.Name = "butn_cancel";
- this.butn_cancel.Size = new System.Drawing.Size(75, 23);
- this.butn_cancel.TabIndex = 5;
- this.butn_cancel.Text = "取 消";
- this.butn_cancel.UseVisualStyleBackColor = true;
- //
- // DGXGeneral
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(338, 424);
- this.Controls.Add(this.butn_cancel);
- this.Controls.Add(this.butn_ok);
- this.Controls.Add(this.comboBox_dgj);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.checkedListBox_dgxtc);
- this.Name = "DGXGeneral";
- this.Text = "等高线缩编";
- this.Load += new System.EventHandler(this.DGXGeneral_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.CheckedListBox checkedListBox_dgxtc;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox comboBox_dgj;
- private System.Windows.Forms.Button butn_ok;
- private System.Windows.Forms.Button butn_cancel;
- }
- }
|