namespace wispro.sp.winform
{
partial class frmMerageExcel
{
///
/// 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.lblSaveFilePath = new System.Windows.Forms.Label();
this.txtSaveFilePath = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnSelectSavePath = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnBeginMerage = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lstFiles = new System.Windows.Forms.CheckedListBox();
this.SuspendLayout();
//
// lblSaveFilePath
//
this.lblSaveFilePath.AutoSize = true;
this.lblSaveFilePath.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblSaveFilePath.Location = new System.Drawing.Point(56, 64);
this.lblSaveFilePath.Name = "lblSaveFilePath";
this.lblSaveFilePath.Size = new System.Drawing.Size(208, 21);
this.lblSaveFilePath.TabIndex = 0;
this.lblSaveFilePath.Text = "合并文件保存路径:";
//
// txtSaveFilePath
//
this.txtSaveFilePath.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtSaveFilePath.Location = new System.Drawing.Point(270, 55);
this.txtSaveFilePath.Name = "txtSaveFilePath";
this.txtSaveFilePath.Size = new System.Drawing.Size(698, 39);
this.txtSaveFilePath.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(56, 131);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(164, 21);
this.label1.TabIndex = 0;
this.label1.Text = "合共文件清单:";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// btnSelectSavePath
//
this.btnSelectSavePath.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSelectSavePath.Location = new System.Drawing.Point(974, 53);
this.btnSelectSavePath.Name = "btnSelectSavePath";
this.btnSelectSavePath.Size = new System.Drawing.Size(123, 42);
this.btnSelectSavePath.TabIndex = 3;
this.btnSelectSavePath.Text = "选择";
this.btnSelectSavePath.UseVisualStyleBackColor = true;
this.btnSelectSavePath.Click += new System.EventHandler(this.btnSelectSavePath_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(56, 567);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(158, 58);
this.btnAdd.TabIndex = 5;
this.btnAdd.Text = "添加文件";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnBeginMerage
//
this.btnBeginMerage.Location = new System.Drawing.Point(926, 567);
this.btnBeginMerage.Name = "btnBeginMerage";
this.btnBeginMerage.Size = new System.Drawing.Size(171, 58);
this.btnBeginMerage.TabIndex = 6;
this.btnBeginMerage.Text = "开始合并";
this.btnBeginMerage.UseVisualStyleBackColor = true;
this.btnBeginMerage.Click += new System.EventHandler(this.btnBeginMerage_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(751, 567);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(155, 58);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lstFiles
//
this.lstFiles.FormattingEnabled = true;
this.lstFiles.Location = new System.Drawing.Point(60, 172);
this.lstFiles.Name = "lstFiles";
this.lstFiles.Size = new System.Drawing.Size(1037, 379);
this.lstFiles.TabIndex = 7;
//
// frmMerageExcel
//
this.AcceptButton = this.btnBeginMerage;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(1151, 676);
this.Controls.Add(this.lstFiles);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnBeginMerage);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnSelectSavePath);
this.Controls.Add(this.txtSaveFilePath);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblSaveFilePath);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "frmMerageExcel";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "合并Excel文件";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblSaveFilePath;
private System.Windows.Forms.TextBox txtSaveFilePath;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnSelectSavePath;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnBeginMerage;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.CheckedListBox lstFiles;
}
}