namespace HCTools { partial class TKInfo { /// /// 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.label_blc_TK = new System.Windows.Forms.Label(); this.comboBox_BLC1 = new System.Windows.Forms.ComboBox(); this.textBox_DH = new System.Windows.Forms.TextBox(); this.textBox_JCY = new System.Windows.Forms.TextBox(); this.textBox_SHY = new System.Windows.Forms.TextBox(); this.textBox_TDY = new System.Windows.Forms.TextBox(); this.textBox_CTY = new System.Windows.Forms.TextBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label_Rich = new System.Windows.Forms.Label(); this.textBox_Name = new System.Windows.Forms.TextBox(); this.label_Name = new System.Windows.Forms.Label(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_OK = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.textBox_savepath = new System.Windows.Forms.TextBox(); this.button_chse = new System.Windows.Forms.Button(); this.label_DH = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox_secret = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label_blc_TK // this.label_blc_TK.AutoSize = true; this.label_blc_TK.Location = new System.Drawing.Point(306, 304); this.label_blc_TK.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_blc_TK.Name = "label_blc_TK"; this.label_blc_TK.Size = new System.Drawing.Size(52, 15); this.label_blc_TK.TabIndex = 107; this.label_blc_TK.Text = "比例尺"; // // comboBox_BLC1 // this.comboBox_BLC1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_BLC1.FormattingEnabled = true; this.comboBox_BLC1.Items.AddRange(new object[] { "1:500", "1:1000", "1:2000"}); this.comboBox_BLC1.Location = new System.Drawing.Point(366, 301); this.comboBox_BLC1.Margin = new System.Windows.Forms.Padding(4); this.comboBox_BLC1.Name = "comboBox_BLC1"; this.comboBox_BLC1.Size = new System.Drawing.Size(166, 23); this.comboBox_BLC1.TabIndex = 106; // // textBox_DH // this.textBox_DH.Location = new System.Drawing.Point(133, 299); this.textBox_DH.Margin = new System.Windows.Forms.Padding(4); this.textBox_DH.Name = "textBox_DH"; this.textBox_DH.Size = new System.Drawing.Size(156, 25); this.textBox_DH.TabIndex = 105; // // textBox_JCY // this.textBox_JCY.Location = new System.Drawing.Point(309, 220); this.textBox_JCY.Margin = new System.Windows.Forms.Padding(4); this.textBox_JCY.Name = "textBox_JCY"; this.textBox_JCY.Size = new System.Drawing.Size(223, 25); this.textBox_JCY.TabIndex = 104; this.textBox_JCY.Text = "检察员 "; // // textBox_SHY // this.textBox_SHY.Location = new System.Drawing.Point(309, 258); this.textBox_SHY.Margin = new System.Windows.Forms.Padding(4); this.textBox_SHY.Name = "textBox_SHY"; this.textBox_SHY.Size = new System.Drawing.Size(223, 25); this.textBox_SHY.TabIndex = 103; this.textBox_SHY.Text = "数调员 "; // // textBox_TDY // this.textBox_TDY.Location = new System.Drawing.Point(76, 258); this.textBox_TDY.Margin = new System.Windows.Forms.Padding(4); this.textBox_TDY.Name = "textBox_TDY"; this.textBox_TDY.Size = new System.Drawing.Size(213, 25); this.textBox_TDY.TabIndex = 102; this.textBox_TDY.Text = "土调员 "; // // textBox_CTY // this.textBox_CTY.Location = new System.Drawing.Point(76, 220); this.textBox_CTY.Margin = new System.Windows.Forms.Padding(4); this.textBox_CTY.Name = "textBox_CTY"; this.textBox_CTY.Size = new System.Drawing.Size(213, 25); this.textBox_CTY.TabIndex = 101; this.textBox_CTY.Text = "测图员 "; // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(102, 68); this.richTextBox1.Margin = new System.Windows.Forms.Padding(4); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(414, 133); this.richTextBox1.TabIndex = 95; this.richTextBox1.Text = ""; // // label_Rich // this.label_Rich.AutoSize = true; this.label_Rich.Location = new System.Drawing.Point(57, 75); this.label_Rich.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_Rich.Name = "label_Rich"; this.label_Rich.Size = new System.Drawing.Size(37, 15); this.label_Rich.TabIndex = 94; this.label_Rich.Text = "附注"; // // textBox_Name // this.textBox_Name.Location = new System.Drawing.Point(102, 35); this.textBox_Name.Margin = new System.Windows.Forms.Padding(4); this.textBox_Name.Name = "textBox_Name"; this.textBox_Name.Size = new System.Drawing.Size(414, 25); this.textBox_Name.TabIndex = 93; // // label_Name // this.label_Name.AutoSize = true; this.label_Name.Location = new System.Drawing.Point(57, 38); this.label_Name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_Name.Name = "label_Name"; this.label_Name.Size = new System.Drawing.Size(37, 15); this.label_Name.TabIndex = 92; this.label_Name.Text = "图名"; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(323, 418); 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 = 109; 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(172, 417); 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 = 108; this.btn_OK.Text = "确 定"; this.btn_OK.UseVisualStyleBackColor = true; this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(49, 376); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(82, 15); this.label1.TabIndex = 110; this.label1.Text = "保存路径:"; // // textBox_savepath // this.textBox_savepath.Location = new System.Drawing.Point(137, 373); this.textBox_savepath.Name = "textBox_savepath"; this.textBox_savepath.Size = new System.Drawing.Size(304, 25); this.textBox_savepath.TabIndex = 111; // // button_chse // this.button_chse.Location = new System.Drawing.Point(457, 369); this.button_chse.Name = "button_chse"; this.button_chse.Size = new System.Drawing.Size(75, 29); this.button_chse.TabIndex = 112; this.button_chse.Text = "选 择"; this.button_chse.UseVisualStyleBackColor = true; this.button_chse.Click += new System.EventHandler(this.button_chse_Click); // // label_DH // this.label_DH.AutoSize = true; this.label_DH.Location = new System.Drawing.Point(73, 307); this.label_DH.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label_DH.Name = "label_DH"; this.label_DH.Size = new System.Drawing.Size(37, 15); this.label_DH.TabIndex = 99; this.label_DH.Text = "带号"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(51, 340); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(187, 15); this.label2.TabIndex = 113; this.label2.Text = "保密等级(没有则为空):"; // // textBox_secret // this.textBox_secret.Location = new System.Drawing.Point(244, 337); this.textBox_secret.Name = "textBox_secret"; this.textBox_secret.Size = new System.Drawing.Size(151, 25); this.textBox_secret.TabIndex = 114; // // TKInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(610, 457); this.Controls.Add(this.textBox_secret); this.Controls.Add(this.label2); this.Controls.Add(this.button_chse); this.Controls.Add(this.textBox_savepath); this.Controls.Add(this.label1); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_OK); this.Controls.Add(this.label_blc_TK); this.Controls.Add(this.comboBox_BLC1); this.Controls.Add(this.textBox_DH); this.Controls.Add(this.textBox_JCY); this.Controls.Add(this.textBox_SHY); this.Controls.Add(this.textBox_TDY); this.Controls.Add(this.textBox_CTY); this.Controls.Add(this.label_DH); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label_Rich); this.Controls.Add(this.textBox_Name); this.Controls.Add(this.label_Name); this.Name = "TKInfo"; this.Text = "图廓信息"; this.Load += new System.EventHandler(this.TKInfo_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label_blc_TK; private System.Windows.Forms.ComboBox comboBox_BLC1; private System.Windows.Forms.TextBox textBox_DH; private System.Windows.Forms.TextBox textBox_JCY; private System.Windows.Forms.TextBox textBox_SHY; private System.Windows.Forms.TextBox textBox_TDY; private System.Windows.Forms.TextBox textBox_CTY; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Label label_Rich; private System.Windows.Forms.TextBox textBox_Name; private System.Windows.Forms.Label label_Name; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_OK; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox_savepath; private System.Windows.Forms.Button button_chse; private System.Windows.Forms.Label label_DH; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox_secret; } }