namespace Tester { partial class DataCountPanel { /// /// 必要なデザイナー変数です。 /// 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.txtResPath = new System.Windows.Forms.TextBox(); this.txtFilter = 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"; // // 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; // // 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, 28); this.txtFilter.Name = "txtFilter"; this.txtFilter.Size = new System.Drawing.Size(469, 19); this.txtFilter.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(32, 12); this.label4.TabIndex = 3; this.label4.Text = "Filter"; // // DataCountPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtFilter); this.Controls.Add(this.label4); this.Controls.Add(this.txtResPath); this.Controls.Add(this.label1); this.Name = "DataCountPanel"; this.Size = new System.Drawing.Size(560, 172); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtResPath; private System.Windows.Forms.TextBox txtFilter; private System.Windows.Forms.Label label4; } }