namespace Tester { partial class RetrieveDataPanel { /// /// 必要なデザイナー変数です。 /// 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.txtSkip = new System.Windows.Forms.TextBox(); this.txtTop = new System.Windows.Forms.TextBox(); this.txtFilter = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtSelect = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtExt = new System.Windows.Forms.TextBox(); this.label6 = 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, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(24, 12); this.label2.TabIndex = 1; this.label2.Text = "Top"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 106); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(27, 12); this.label3.TabIndex = 2; this.label3.Text = "Skip"; // // 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(469, 19); this.txtResPath.TabIndex = 0; // // txtSkip // this.txtSkip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSkip.Location = new System.Drawing.Point(88, 103); this.txtSkip.Name = "txtSkip"; this.txtSkip.Size = new System.Drawing.Size(469, 19); this.txtSkip.TabIndex = 4; // // txtTop // this.txtTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtTop.Location = new System.Drawing.Point(88, 78); this.txtTop.Name = "txtTop"; this.txtTop.Size = new System.Drawing.Size(469, 19); this.txtTop.TabIndex = 3; // // txtFilter // this.txtFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFilter.Location = new System.Drawing.Point(88, 53); this.txtFilter.Name = "txtFilter"; this.txtFilter.Size = new System.Drawing.Size(469, 19); this.txtFilter.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 56); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 12); this.label4.TabIndex = 3; this.label4.Text = "Filter"; // // 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, 128); this.txtSelect.Name = "txtSelect"; this.txtSelect.Size = new System.Drawing.Size(469, 19); this.txtSelect.TabIndex = 5; // // 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(37, 12); this.label5.TabIndex = 5; this.label5.Text = "Select"; // // 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, 28); this.txtExt.Name = "txtExt"; this.txtExt.Size = new System.Drawing.Size(469, 19); this.txtExt.TabIndex = 1; this.txtExt.Text = "json"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 31); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(55, 12); this.label6.TabIndex = 6; this.label6.Text = "Extension"; // // RetrieveDataPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtExt); this.Controls.Add(this.label6); this.Controls.Add(this.txtSelect); this.Controls.Add(this.label5); this.Controls.Add(this.txtFilter); this.Controls.Add(this.label4); this.Controls.Add(this.txtTop); this.Controls.Add(this.txtSkip); this.Controls.Add(this.txtResPath); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "RetrieveDataPanel"; this.Size = new System.Drawing.Size(560, 167); 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 txtSkip; private System.Windows.Forms.TextBox txtTop; private System.Windows.Forms.TextBox txtFilter; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtSelect; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtExt; private System.Windows.Forms.Label label6; } }