namespace Tester { partial class UpdateTXTPanel { /// /// 必要なデザイナー変数です。 /// 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.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.label1 = new System.Windows.Forms.Label(); this.txtNewDate = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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 = 50; 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, 78); this.txtStr.Multiline = true; this.txtStr.Name = "txtStr"; this.txtStr.Size = new System.Drawing.Size(522, 197); this.txtStr.TabIndex = 4; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 81); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(26, 12); this.label5.TabIndex = 49; this.label5.Text = "TXT"; // // 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 = 47; this.label1.Text = "Date"; // // txtNewDate // this.txtNewDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNewDate.Location = new System.Drawing.Point(88, 53); this.txtNewDate.Name = "txtNewDate"; this.txtNewDate.Size = new System.Drawing.Size(522, 19); this.txtNewDate.TabIndex = 2; // // 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(53, 12); this.label2.TabIndex = 53; this.label2.Text = "New date"; // // UpdateTXTPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtNewDate); this.Controls.Add(this.label2); 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.label1); this.Name = "UpdateTXTPanel"; this.Size = new System.Drawing.Size(613, 278); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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 label1; private System.Windows.Forms.TextBox txtNewDate; private System.Windows.Forms.Label label2; } }