namespace Thumbnail
{
partial class Form1
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textBox_files = new System.Windows.Forms.TextBox();
this.textBox_tk = new System.Windows.Forms.TextBox();
this.textBox_iplfiles = new System.Windows.Forms.TextBox();
this.button_files = new System.Windows.Forms.Button();
this.button_tk = new System.Windows.Forms.Button();
this.button_iplfiles = new System.Windows.Forms.Button();
this.button_ok = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.comboBox_blc = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.textBox_tkn = new System.Windows.Forms.TextBox();
this.textBox_tfh = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(157, 15);
this.label1.TabIndex = 0;
this.label1.Text = "待替换文件所在位置:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(127, 15);
this.label2.TabIndex = 1;
this.label2.Text = "截图表所在位置:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(39, 118);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(157, 15);
this.label3.TabIndex = 2;
this.label3.Text = "替换后文件保存位置:";
//
// textBox_files
//
this.textBox_files.Location = new System.Drawing.Point(207, 12);
this.textBox_files.Name = "textBox_files";
this.textBox_files.Size = new System.Drawing.Size(260, 25);
this.textBox_files.TabIndex = 3;
//
// textBox_tk
//
this.textBox_tk.Location = new System.Drawing.Point(207, 61);
this.textBox_tk.Name = "textBox_tk";
this.textBox_tk.Size = new System.Drawing.Size(260, 25);
this.textBox_tk.TabIndex = 4;
//
// textBox_iplfiles
//
this.textBox_iplfiles.Location = new System.Drawing.Point(207, 108);
this.textBox_iplfiles.Name = "textBox_iplfiles";
this.textBox_iplfiles.Size = new System.Drawing.Size(260, 25);
this.textBox_iplfiles.TabIndex = 5;
//
// button_files
//
this.button_files.Location = new System.Drawing.Point(499, 7);
this.button_files.Name = "button_files";
this.button_files.Size = new System.Drawing.Size(75, 30);
this.button_files.TabIndex = 6;
this.button_files.Text = "选 择";
this.button_files.UseVisualStyleBackColor = true;
this.button_files.Click += new System.EventHandler(this.button_files_Click);
//
// button_tk
//
this.button_tk.Location = new System.Drawing.Point(499, 56);
this.button_tk.Name = "button_tk";
this.button_tk.Size = new System.Drawing.Size(75, 30);
this.button_tk.TabIndex = 7;
this.button_tk.Text = "选 择";
this.button_tk.UseVisualStyleBackColor = true;
this.button_tk.Click += new System.EventHandler(this.button_tk_Click);
//
// button_iplfiles
//
this.button_iplfiles.Location = new System.Drawing.Point(499, 103);
this.button_iplfiles.Name = "button_iplfiles";
this.button_iplfiles.Size = new System.Drawing.Size(75, 30);
this.button_iplfiles.TabIndex = 8;
this.button_iplfiles.Text = "选 择";
this.button_iplfiles.UseVisualStyleBackColor = true;
this.button_iplfiles.Click += new System.EventHandler(this.button_iplfiles_Click);
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(253, 295);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 31);
this.button_ok.TabIndex = 9;
this.button_ok.Text = "确 定";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(39, 258);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(97, 15);
this.label4.TabIndex = 10;
this.label4.Text = "选择比例尺:";
//
// comboBox_blc
//
this.comboBox_blc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_blc.FormattingEnabled = true;
this.comboBox_blc.Items.AddRange(new object[] {
"1:500",
"1:1000",
"1:2000",
"1:5000",
"1:10000"});
this.comboBox_blc.Location = new System.Drawing.Point(207, 250);
this.comboBox_blc.Name = "comboBox_blc";
this.comboBox_blc.Size = new System.Drawing.Size(172, 23);
this.comboBox_blc.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(39, 163);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(187, 15);
this.label5.TabIndex = 12;
this.label5.Text = "结合表图框所在图层名称:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(39, 206);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(202, 15);
this.label6.TabIndex = 13;
this.label6.Text = "结合表图幅号所在图层名称:";
//
// textBox_tkn
//
this.textBox_tkn.Location = new System.Drawing.Point(253, 163);
this.textBox_tkn.Name = "textBox_tkn";
this.textBox_tkn.Size = new System.Drawing.Size(126, 25);
this.textBox_tkn.TabIndex = 14;
//
// textBox_tfh
//
this.textBox_tfh.Location = new System.Drawing.Point(253, 206);
this.textBox_tfh.Name = "textBox_tfh";
this.textBox_tfh.Size = new System.Drawing.Size(126, 25);
this.textBox_tfh.TabIndex = 15;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(644, 346);
this.Controls.Add(this.textBox_tfh);
this.Controls.Add(this.textBox_tkn);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.comboBox_blc);
this.Controls.Add(this.label4);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.button_iplfiles);
this.Controls.Add(this.button_tk);
this.Controls.Add(this.button_files);
this.Controls.Add(this.textBox_iplfiles);
this.Controls.Add(this.textBox_tk);
this.Controls.Add(this.textBox_files);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "接图表替换";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox_files;
private System.Windows.Forms.TextBox textBox_tk;
private System.Windows.Forms.TextBox textBox_iplfiles;
private System.Windows.Forms.Button button_files;
private System.Windows.Forms.Button button_tk;
private System.Windows.Forms.Button button_iplfiles;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboBox_blc;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox_tkn;
private System.Windows.Forms.TextBox textBox_tfh;
}
}