namespace HCTools
{
partial class Chaginfos
{
///
/// 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.btn_BrowseSave = new System.Windows.Forms.Button();
this.btn_BrowseNdupdate = new System.Windows.Forms.Button();
this.label_Save = new System.Windows.Forms.Label();
this.label_Update = new System.Windows.Forms.Label();
this.txtbox_SaveLocation = new System.Windows.Forms.TextBox();
this.txtbox_nDupdateLocation = new System.Windows.Forms.TextBox();
this.dataGridView_Update = new System.Windows.Forms.DataGridView();
this.btn_Update = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.comboBox_layer = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Update)).BeginInit();
this.SuspendLayout();
//
// btn_BrowseSave
//
this.btn_BrowseSave.Location = new System.Drawing.Point(494, 90);
this.btn_BrowseSave.Name = "btn_BrowseSave";
this.btn_BrowseSave.Size = new System.Drawing.Size(47, 30);
this.btn_BrowseSave.TabIndex = 18;
this.btn_BrowseSave.Text = "浏览";
this.btn_BrowseSave.UseVisualStyleBackColor = true;
this.btn_BrowseSave.Click += new System.EventHandler(this.btn_BrowseSave_Click);
//
// btn_BrowseNdupdate
//
this.btn_BrowseNdupdate.Location = new System.Drawing.Point(494, 38);
this.btn_BrowseNdupdate.Name = "btn_BrowseNdupdate";
this.btn_BrowseNdupdate.Size = new System.Drawing.Size(47, 29);
this.btn_BrowseNdupdate.TabIndex = 17;
this.btn_BrowseNdupdate.Text = "浏览";
this.btn_BrowseNdupdate.UseVisualStyleBackColor = true;
this.btn_BrowseNdupdate.Click += new System.EventHandler(this.btn_BrowseNdupdate_Click);
//
// label_Save
//
this.label_Save.AutoSize = true;
this.label_Save.Location = new System.Drawing.Point(74, 98);
this.label_Save.Name = "label_Save";
this.label_Save.Size = new System.Drawing.Size(82, 15);
this.label_Save.TabIndex = 16;
this.label_Save.Text = "保存路径:";
//
// label_Update
//
this.label_Update.Location = new System.Drawing.Point(74, 29);
this.label_Update.Name = "label_Update";
this.label_Update.Size = new System.Drawing.Size(77, 55);
this.label_Update.TabIndex = 15;
this.label_Update.Text = "需修改的文件所在路径:";
//
// txtbox_SaveLocation
//
this.txtbox_SaveLocation.Location = new System.Drawing.Point(157, 95);
this.txtbox_SaveLocation.Name = "txtbox_SaveLocation";
this.txtbox_SaveLocation.Size = new System.Drawing.Size(319, 25);
this.txtbox_SaveLocation.TabIndex = 14;
//
// txtbox_nDupdateLocation
//
this.txtbox_nDupdateLocation.Location = new System.Drawing.Point(157, 41);
this.txtbox_nDupdateLocation.Name = "txtbox_nDupdateLocation";
this.txtbox_nDupdateLocation.Size = new System.Drawing.Size(319, 25);
this.txtbox_nDupdateLocation.TabIndex = 13;
//
// dataGridView_Update
//
this.dataGridView_Update.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView_Update.Location = new System.Drawing.Point(77, 197);
this.dataGridView_Update.Margin = new System.Windows.Forms.Padding(4);
this.dataGridView_Update.Name = "dataGridView_Update";
this.dataGridView_Update.RowHeadersWidth = 51;
this.dataGridView_Update.RowTemplate.Height = 23;
this.dataGridView_Update.Size = new System.Drawing.Size(473, 195);
this.dataGridView_Update.TabIndex = 12;
//
// btn_Update
//
this.btn_Update.Location = new System.Drawing.Point(252, 411);
this.btn_Update.Name = "btn_Update";
this.btn_Update.Size = new System.Drawing.Size(89, 31);
this.btn_Update.TabIndex = 19;
this.btn_Update.Text = "确定更新";
this.btn_Update.UseVisualStyleBackColor = true;
this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(74, 138);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 55);
this.label1.TabIndex = 20;
this.label1.Text = "待修改信息所在图层:";
//
// comboBox_layer
//
this.comboBox_layer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_layer.FormattingEnabled = true;
this.comboBox_layer.Location = new System.Drawing.Point(157, 151);
this.comboBox_layer.Name = "comboBox_layer";
this.comboBox_layer.Size = new System.Drawing.Size(184, 23);
this.comboBox_layer.TabIndex = 21;
//
// Chaginfos
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(624, 466);
this.Controls.Add(this.comboBox_layer);
this.Controls.Add(this.label1);
this.Controls.Add(this.btn_Update);
this.Controls.Add(this.btn_BrowseSave);
this.Controls.Add(this.btn_BrowseNdupdate);
this.Controls.Add(this.label_Save);
this.Controls.Add(this.label_Update);
this.Controls.Add(this.txtbox_SaveLocation);
this.Controls.Add(this.txtbox_nDupdateLocation);
this.Controls.Add(this.dataGridView_Update);
this.Name = "Chaginfos";
this.Text = "批量修改图框信息";
this.Load += new System.EventHandler(this.Chaginfos_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView_Update)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_BrowseSave;
private System.Windows.Forms.Button btn_BrowseNdupdate;
private System.Windows.Forms.Label label_Save;
private System.Windows.Forms.Label label_Update;
private System.Windows.Forms.TextBox txtbox_SaveLocation;
private System.Windows.Forms.TextBox txtbox_nDupdateLocation;
private System.Windows.Forms.DataGridView dataGridView_Update;
private System.Windows.Forms.Button btn_Update;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox_layer;
}
}