namespace Tester { partial class ReferenceMetadataPanel { /// /// 必要なデザイナー変数です。 /// 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.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, 31); 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, 56); 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, 53); this.txtSkip.Name = "txtSkip"; this.txtSkip.Size = new System.Drawing.Size(469, 19); this.txtSkip.TabIndex = 2; // // 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, 28); this.txtTop.Name = "txtTop"; this.txtTop.Size = new System.Drawing.Size(469, 19); this.txtTop.TabIndex = 1; // // ReferenceMetadataPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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 = "ReferenceMetadataPanel"; this.Size = new System.Drawing.Size(560, 228); 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; } }