123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
-
- namespace wispro.sp.winform
- {
- partial class frmMerageExcel
- {
- /// <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.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;
- }
- }
|