namespace Tester
{
partial class UpdateCSVPanel
{
///
/// 必要なデザイナー変数です。
///
private System.ComponentModel.IContainer components = null;
///
/// 使用中のリソースをすべてクリーンアップします。
///
/// マネージ リソースが破棄される場合 true、破棄されない場合は false です。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region コンポーネント デザイナーで生成されたコード
///
/// デザイナー サポートに必要なメソッドです。このメソッドの内容を
/// コード エディターで変更しないでください。
///
private void InitializeComponent()
{
this.txtResPath = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtDate = new System.Windows.Forms.TextBox();
this.txtStr = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtNewDate = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.cbNumConv = new System.Windows.Forms.CheckBox();
this.nudSkip = new System.Windows.Forms.NumericUpDown();
this.cbUseSkip = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.nudSkip)).BeginInit();
this.SuspendLayout();
//
// txtResPath
//
this.txtResPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtResPath.Location = new System.Drawing.Point(88, 3);
this.txtResPath.Name = "txtResPath";
this.txtResPath.Size = new System.Drawing.Size(522, 19);
this.txtResPath.TabIndex = 0;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 6);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(79, 12);
this.label6.TabIndex = 33;
this.label6.Text = "Resource path";
//
// txtDate
//
this.txtDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDate.Location = new System.Drawing.Point(88, 28);
this.txtDate.Name = "txtDate";
this.txtDate.Size = new System.Drawing.Size(522, 19);
this.txtDate.TabIndex = 1;
//
// txtStr
//
this.txtStr.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtStr.Location = new System.Drawing.Point(88, 128);
this.txtStr.Multiline = true;
this.txtStr.Name = "txtStr";
this.txtStr.Size = new System.Drawing.Size(522, 147);
this.txtStr.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 131);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(28, 12);
this.label5.TabIndex = 32;
this.label5.Text = "CSV";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 30;
this.label1.Text = "Date";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 83);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 12);
this.label7.TabIndex = 37;
this.label7.Text = "Body skip";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(3, 106);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 12);
this.label8.TabIndex = 39;
this.label8.Text = "Num conv";
//
// txtNewDate
//
this.txtNewDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtNewDate.Location = new System.Drawing.Point(88, 53);
this.txtNewDate.Name = "txtNewDate";
this.txtNewDate.Size = new System.Drawing.Size(522, 19);
this.txtNewDate.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 56);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 41;
this.label2.Text = "New date";
//
// cbNumConv
//
this.cbNumConv.AutoSize = true;
this.cbNumConv.Checked = true;
this.cbNumConv.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbNumConv.Location = new System.Drawing.Point(88, 106);
this.cbNumConv.Name = "cbNumConv";
this.cbNumConv.Size = new System.Drawing.Size(15, 14);
this.cbNumConv.TabIndex = 5;
this.cbNumConv.UseVisualStyleBackColor = true;
//
// nudSkip
//
this.nudSkip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.nudSkip.Location = new System.Drawing.Point(109, 81);
this.nudSkip.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudSkip.Name = "nudSkip";
this.nudSkip.Size = new System.Drawing.Size(501, 19);
this.nudSkip.TabIndex = 4;
this.nudSkip.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// cbUseSkip
//
this.cbUseSkip.AutoSize = true;
this.cbUseSkip.Location = new System.Drawing.Point(88, 83);
this.cbUseSkip.Name = "cbUseSkip";
this.cbUseSkip.Size = new System.Drawing.Size(15, 14);
this.cbUseSkip.TabIndex = 3;
this.cbUseSkip.UseVisualStyleBackColor = true;
this.cbUseSkip.CheckedChanged += new System.EventHandler(this.cbUseSkip_CheckedChanged);
//
// UpdateCSVPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.cbUseSkip);
this.Controls.Add(this.cbNumConv);
this.Controls.Add(this.nudSkip);
this.Controls.Add(this.txtNewDate);
this.Controls.Add(this.label2);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtResPath);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtDate);
this.Controls.Add(this.txtStr);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Name = "UpdateCSVPanel";
this.Size = new System.Drawing.Size(613, 278);
((System.ComponentModel.ISupportInitialize)(this.nudSkip)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtResPath;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtDate;
private System.Windows.Forms.TextBox txtStr;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtNewDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox cbNumConv;
private System.Windows.Forms.NumericUpDown nudSkip;
private System.Windows.Forms.CheckBox cbUseSkip;
}
}