namespace HotelPms.SourceFactory
{
partial class ExcelCopy
{
///
/// 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.cmbSheet = new System.Windows.Forms.ComboBox();
this.txtExcelPath = new System.Windows.Forms.TextBox();
this.OpenExcel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtSrcBegin = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtDstBegin = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button1 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.txtSrcEnd = new System.Windows.Forms.TextBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// cmbSheet
//
this.cmbSheet.FormattingEnabled = true;
this.cmbSheet.Location = new System.Drawing.Point(105, 33);
this.cmbSheet.Name = "cmbSheet";
this.cmbSheet.Size = new System.Drawing.Size(534, 23);
this.cmbSheet.TabIndex = 5;
//
// txtExcelPath
//
this.txtExcelPath.Location = new System.Drawing.Point(22, 12);
this.txtExcelPath.Name = "txtExcelPath";
this.txtExcelPath.Size = new System.Drawing.Size(568, 23);
this.txtExcelPath.TabIndex = 4;
//
// OpenExcel
//
this.OpenExcel.Location = new System.Drawing.Point(605, 12);
this.OpenExcel.Name = "OpenExcel";
this.OpenExcel.Size = new System.Drawing.Size(184, 52);
this.OpenExcel.TabIndex = 3;
this.OpenExcel.Text = "開く";
this.OpenExcel.UseVisualStyleBackColor = true;
this.OpenExcel.Click += new System.EventHandler(this.OpenExcel_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtSrcEnd);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.txtSrcBegin);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.cmbSheet);
this.groupBox1.Location = new System.Drawing.Point(22, 82);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(766, 115);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Src";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(36, 15);
this.label1.TabIndex = 6;
this.label1.Text = "Sheet";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 71);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 15);
this.label4.TabIndex = 11;
this.label4.Text = "Row&Col";
//
// txtSrcBegin
//
this.txtSrcBegin.Location = new System.Drawing.Point(105, 68);
this.txtSrcBegin.Name = "txtSrcBegin";
this.txtSrcBegin.Size = new System.Drawing.Size(87, 23);
this.txtSrcBegin.TabIndex = 12;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtDstBegin);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.comboBox1);
this.groupBox2.Location = new System.Drawing.Point(22, 211);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(766, 119);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Dest";
//
// txtDstBegin
//
this.txtDstBegin.Location = new System.Drawing.Point(105, 73);
this.txtDstBegin.Name = "txtDstBegin";
this.txtDstBegin.Size = new System.Drawing.Size(87, 23);
this.txtDstBegin.TabIndex = 12;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 15);
this.label5.TabIndex = 11;
this.label5.Text = "Row&Col";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(15, 36);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(36, 15);
this.label8.TabIndex = 6;
this.label8.Text = "Sheet";
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(105, 33);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(534, 23);
this.comboBox1.TabIndex = 5;
//
// button1
//
this.button1.Location = new System.Drawing.Point(318, 348);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(184, 52);
this.button1.TabIndex = 8;
this.button1.Text = "Copy";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(198, 71);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(19, 15);
this.label6.TabIndex = 13;
this.label6.Text = "~";
//
// txtSrcEnd
//
this.txtSrcEnd.Location = new System.Drawing.Point(223, 68);
this.txtSrcEnd.Name = "txtSrcEnd";
this.txtSrcEnd.Size = new System.Drawing.Size(87, 23);
this.txtSrcEnd.TabIndex = 14;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.Filter = "Excel2003以降|*.xlsx|Excel2003以前|*.xls|すべてのファイル|*.*";
//
// ExcelCopy
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 413);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.txtExcelPath);
this.Controls.Add(this.OpenExcel);
this.Name = "ExcelCopy";
this.Text = "ExcelCopy";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ComboBox cmbSheet;
private TextBox txtExcelPath;
private Button OpenExcel;
private GroupBox groupBox1;
private TextBox txtSrcEnd;
private Label label6;
private TextBox txtSrcBegin;
private Label label4;
private Label label1;
private GroupBox groupBox2;
private TextBox txtDstBegin;
private Label label5;
private Label label8;
private ComboBox comboBox1;
private Button button1;
private OpenFileDialog openFileDialog1;
}
}