namespace Tester
{
partial class ReferencePastDataPanel
{
///
/// 必要なデザイナー変数です。
///
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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtResPath = new System.Windows.Forms.TextBox();
this.txtSelect = new System.Windows.Forms.TextBox();
this.txtExt = new System.Windows.Forms.TextBox();
this.txtDate = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(79, 12);
this.label1.TabIndex = 0;
this.label1.Text = "Resource path";
//
// 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(55, 12);
this.label2.TabIndex = 1;
this.label2.Text = "Extension";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 12);
this.label3.TabIndex = 2;
this.label3.Text = "Select";
//
// 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(472, 19);
this.txtResPath.TabIndex = 0;
//
// txtSelect
//
this.txtSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtSelect.Location = new System.Drawing.Point(88, 78);
this.txtSelect.Name = "txtSelect";
this.txtSelect.Size = new System.Drawing.Size(472, 19);
this.txtSelect.TabIndex = 3;
//
// txtExt
//
this.txtExt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtExt.Location = new System.Drawing.Point(88, 53);
this.txtExt.Name = "txtExt";
this.txtExt.Size = new System.Drawing.Size(472, 19);
this.txtExt.TabIndex = 2;
this.txtExt.Text = "json";
//
// 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(472, 19);
this.txtDate.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 31);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 3;
this.label4.Text = "Date";
//
// ReferencePastDataPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.txtDate);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtExt);
this.Controls.Add(this.txtSelect);
this.Controls.Add(this.txtResPath);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "ReferencePastDataPanel";
this.Size = new System.Drawing.Size(560, 145);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtResPath;
private System.Windows.Forms.TextBox txtSelect;
private System.Windows.Forms.TextBox txtExt;
private System.Windows.Forms.TextBox txtDate;
private System.Windows.Forms.Label label4;
}
}