UserControls/AttachmentFolderSelectionControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class AttachmentFolderSelectionControl
    {
        /// <summary> 
        /// 必要なデザイナー変数です。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 使用中のリソースをすべてクリーンアップします。
        /// </summary>
        /// <param name="disposing">マネージド リソースを破棄する場合は true を指定し、その他の場合は false を指定します。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region コンポーネント デザイナーで生成されたコード

        /// <summary> 
        /// デザイナー サポートに必要なメソッドです。このメソッドの内容を 
        /// コード エディターで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.lblTitle = new System.Windows.Forms.Label();
            this.txtAttachmentPath = new System.Windows.Forms.TextBox();
            this.btnSelectAttachmentPath = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lblTitle
            // 
            this.lblTitle.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblTitle.Location = new System.Drawing.Point(0, 0);
            this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(223, 27);
            this.lblTitle.TabIndex = 8;
            this.lblTitle.Text = "添付ファイル保存場所";
            this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtAttachmentPath
            // 
            this.txtAttachmentPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAttachmentPath.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.txtAttachmentPath.Location = new System.Drawing.Point(3, 26);
            this.txtAttachmentPath.Name = "txtAttachmentPath";
            this.txtAttachmentPath.Size = new System.Drawing.Size(802, 21);
            this.txtAttachmentPath.TabIndex = 14;
            // 
            // btnSelectAttachmentPath
            // 
            this.btnSelectAttachmentPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSelectAttachmentPath.BackColor = System.Drawing.Color.Gray;
            this.btnSelectAttachmentPath.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnSelectAttachmentPath.FlatAppearance.BorderSize = 0;
            this.btnSelectAttachmentPath.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSelectAttachmentPath.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.btnSelectAttachmentPath.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnSelectAttachmentPath.Location = new System.Drawing.Point(810, 24);
            this.btnSelectAttachmentPath.Margin = new System.Windows.Forms.Padding(2);
            this.btnSelectAttachmentPath.Name = "btnSelectAttachmentPath";
            this.btnSelectAttachmentPath.Size = new System.Drawing.Size(48, 25);
            this.btnSelectAttachmentPath.TabIndex = 16;
            this.btnSelectAttachmentPath.Text = "選択";
            this.btnSelectAttachmentPath.UseVisualStyleBackColor = false;
            this.btnSelectAttachmentPath.Click += new System.EventHandler(this.btnSelectAttachmentPath_Click);
            // 
            // AttachmentFolderSelectionControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnSelectAttachmentPath);
            this.Controls.Add(this.txtAttachmentPath);
            this.Controls.Add(this.lblTitle);
            this.Name = "AttachmentFolderSelectionControl";
            this.Size = new System.Drawing.Size(860, 50);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblTitle;
        private System.Windows.Forms.TextBox txtAttachmentPath;
        private System.Windows.Forms.Button btnSelectAttachmentPath;
    }
}