namespace Tester
{
partial class RegistCSVPanel
{
///
/// 必要なデザイナー変数です。
///
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.cbxRetain = new System.Windows.Forms.CheckBox();
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.label3 = 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.nudSkip = new System.Windows.Forms.NumericUpDown();
this.cbNumConv = new System.Windows.Forms.CheckBox();
this.cbUseSkip = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.nudSkip)).BeginInit();
this.SuspendLayout();
//
// cbxRetain
//
this.cbxRetain.AutoSize = true;
this.cbxRetain.Location = new System.Drawing.Point(88, 53);
this.cbxRetain.Name = "cbxRetain";
this.cbxRetain.Size = new System.Drawing.Size(15, 14);
this.cbxRetain.TabIndex = 2;
this.cbxRetain.UseVisualStyleBackColor = true;
//
// 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, 119);
this.txtStr.Multiline = true;
this.txtStr.Name = "txtStr";
this.txtStr.Size = new System.Drawing.Size(522, 156);
this.txtStr.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 122);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(28, 12);
this.label5.TabIndex = 32;
this.label5.Text = "CSV";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 53);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(46, 12);
this.label3.TabIndex = 31;
this.label3.Text = "RETAIN";
//
// 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, 76);
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, 99);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(56, 12);
this.label8.TabIndex = 39;
this.label8.Text = "Num conv";
//
// 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, 74);
this.nudSkip.Name = "nudSkip";
this.nudSkip.Size = new System.Drawing.Size(501, 19);
this.nudSkip.TabIndex = 4;
//
// cbNumConv
//
this.cbNumConv.AutoSize = true;
this.cbNumConv.Location = new System.Drawing.Point(88, 99);
this.cbNumConv.Name = "cbNumConv";
this.cbNumConv.Size = new System.Drawing.Size(15, 14);
this.cbNumConv.TabIndex = 5;
this.cbNumConv.UseVisualStyleBackColor = true;
//
// cbUseSkip
//
this.cbUseSkip.AutoSize = true;
this.cbUseSkip.Location = new System.Drawing.Point(88, 76);
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);
//
// RegistCSVPanel
//
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.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.cbxRetain);
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.label3);
this.Controls.Add(this.label1);
this.Name = "RegistCSVPanel";
this.Size = new System.Drawing.Size(613, 278);
((System.ComponentModel.ISupportInitialize)(this.nudSkip)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox cbxRetain;
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 label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown nudSkip;
private System.Windows.Forms.CheckBox cbNumConv;
private System.Windows.Forms.CheckBox cbUseSkip;
}
}