123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
-
- namespace HCTools
- {
- partial class OutputbyTK_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.label2 = new System.Windows.Forms.Label();
- this.textBox_output = new System.Windows.Forms.TextBox();
- this.button_ok = new System.Windows.Forms.Button();
- this.button_sele = new System.Windows.Forms.Button();
- this.comboBox_tk = new System.Windows.Forms.ComboBox();
- this.label3 = new System.Windows.Forms.Label();
- this.comboBox_num = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(51, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(142, 15);
- this.label1.TabIndex = 0;
- this.label1.Text = "分幅图框所在图层:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(110, 128);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "输出位置:";
- //
- // textBox_output
- //
- this.textBox_output.Location = new System.Drawing.Point(198, 125);
- this.textBox_output.Name = "textBox_output";
- this.textBox_output.Size = new System.Drawing.Size(257, 25);
- this.textBox_output.TabIndex = 3;
- //
- // button_ok
- //
- this.button_ok.Location = new System.Drawing.Point(241, 170);
- this.button_ok.Name = "button_ok";
- this.button_ok.Size = new System.Drawing.Size(75, 31);
- this.button_ok.TabIndex = 4;
- this.button_ok.Text = "确 定";
- this.button_ok.UseVisualStyleBackColor = true;
- this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
- //
- // button_sele
- //
- this.button_sele.Location = new System.Drawing.Point(471, 120);
- this.button_sele.Name = "button_sele";
- this.button_sele.Size = new System.Drawing.Size(68, 31);
- this.button_sele.TabIndex = 5;
- this.button_sele.Text = "选 择";
- this.button_sele.UseVisualStyleBackColor = true;
- this.button_sele.Click += new System.EventHandler(this.button_sele_Click);
- //
- // comboBox_tk
- //
- this.comboBox_tk.FormattingEnabled = true;
- this.comboBox_tk.Location = new System.Drawing.Point(199, 22);
- this.comboBox_tk.Name = "comboBox_tk";
- this.comboBox_tk.Size = new System.Drawing.Size(146, 23);
- this.comboBox_tk.TabIndex = 6;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(65, 76);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(127, 15);
- this.label3.TabIndex = 7;
- this.label3.Text = "图幅号所在图层:";
- //
- // comboBox_num
- //
- this.comboBox_num.FormattingEnabled = true;
- this.comboBox_num.Location = new System.Drawing.Point(199, 73);
- this.comboBox_num.Name = "comboBox_num";
- this.comboBox_num.Size = new System.Drawing.Size(146, 23);
- this.comboBox_num.TabIndex = 8;
- //
- // OutputbyTK_Form
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(595, 234);
- this.Controls.Add(this.comboBox_num);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.comboBox_tk);
- this.Controls.Add(this.button_sele);
- this.Controls.Add(this.button_ok);
- this.Controls.Add(this.textBox_output);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "OutputbyTK_Form";
- this.Text = "分幅输出地形图";
- this.Load += new System.EventHandler(this.OutputbyTK_Form_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox_output;
- private System.Windows.Forms.Button button_ok;
- private System.Windows.Forms.Button button_sele;
- private System.Windows.Forms.ComboBox comboBox_tk;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox comboBox_num;
- }
- }
|