namespace Tester { partial class UpdateBINPanel { /// /// 必要なデザイナー変数です。 /// 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.txtNewDate = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtCntentType = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnFile = new System.Windows.Forms.Button(); this.txtFilePath = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtDate = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtCmp = new System.Windows.Forms.TextBox(); this.label4 = 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(309, 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 = 60; this.label6.Text = "Resource path"; // // 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, 78); this.txtNewDate.Name = "txtNewDate"; this.txtNewDate.Size = new System.Drawing.Size(309, 19); this.txtNewDate.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 81); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 57; this.label1.Text = "New date"; // // txtCntentType // this.txtCntentType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCntentType.Location = new System.Drawing.Point(88, 53); this.txtCntentType.Name = "txtCntentType"; this.txtCntentType.Size = new System.Drawing.Size(309, 19); this.txtCntentType.TabIndex = 1; // // 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(76, 12); this.label2.TabIndex = 63; this.label2.Text = "Content-Type"; // // btnFile // this.btnFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnFile.Location = new System.Drawing.Point(374, 126); this.btnFile.Name = "btnFile"; this.btnFile.Size = new System.Drawing.Size(23, 23); this.btnFile.TabIndex = 6; this.btnFile.Text = "..."; this.btnFile.UseVisualStyleBackColor = true; this.btnFile.Click += new System.EventHandler(this.btnFile_Click); // // txtFilePath // this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtFilePath.Location = new System.Drawing.Point(88, 128); this.txtFilePath.Name = "txtFilePath"; this.txtFilePath.Size = new System.Drawing.Size(280, 19); this.txtFilePath.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(24, 12); this.label5.TabIndex = 66; this.label5.Text = "File"; // // 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(309, 19); this.txtDate.TabIndex = 67; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 68; this.label3.Text = "Date"; // // txtCmp // this.txtCmp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCmp.Location = new System.Drawing.Point(88, 103); this.txtCmp.Name = "txtCmp"; this.txtCmp.Size = new System.Drawing.Size(309, 19); this.txtCmp.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 106); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 12); this.label4.TabIndex = 61; this.label4.Text = "Compression"; // // UpdateBINPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtDate); this.Controls.Add(this.label3); this.Controls.Add(this.label5); this.Controls.Add(this.btnFile); this.Controls.Add(this.txtFilePath); this.Controls.Add(this.txtCntentType); this.Controls.Add(this.label2); this.Controls.Add(this.txtCmp); this.Controls.Add(this.label4); this.Controls.Add(this.txtResPath); this.Controls.Add(this.label6); this.Controls.Add(this.txtNewDate); this.Controls.Add(this.label1); this.Name = "UpdateBINPanel"; this.Size = new System.Drawing.Size(400, 250); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtResPath; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtNewDate; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtCntentType; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnFile; private System.Windows.Forms.TextBox txtFilePath; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtDate; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtCmp; private System.Windows.Forms.Label label4; } }