UserControls/MessageInputControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class MessageInputControl
    {
        /// <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.labelConfig = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.errorMessageBeforeSendControl1 = new ChatworkBulkSender.UserControls.ErrorMessageBeforeSendControl();
            this.patternDropDownControl1 = new ChatworkBulkSender.UserControls.PatternDropDownControl();
            this.attachmentSelectionControl1 = new ChatworkBulkSender.UserControls.AttachmentFolderSelectionControl();
            this.sendContentControl1 = new ChatworkBulkSender.UserControls.SendContentControl();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnTestSend = new System.Windows.Forms.Button();
            this.btnConfirm = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelConfig
            // 
            this.labelConfig.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22F, System.Drawing.FontStyle.Bold);
            this.labelConfig.Location = new System.Drawing.Point(15, 0);
            this.labelConfig.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.labelConfig.Name = "labelConfig";
            this.labelConfig.Size = new System.Drawing.Size(144, 30);
            this.labelConfig.TabIndex = 7;
            this.labelConfig.Text = "定期送信";
            this.labelConfig.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panel1
            // 
            this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.errorMessageBeforeSendControl1);
            this.panel1.Controls.Add(this.patternDropDownControl1);
            this.panel1.Controls.Add(this.attachmentSelectionControl1);
            this.panel1.Controls.Add(this.sendContentControl1);
            this.panel1.Location = new System.Drawing.Point(9, 16);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1582, 832);
            this.panel1.TabIndex = 6;
            // 
            // errorMessageBeforeSendControl1
            // 
            this.errorMessageBeforeSendControl1.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.errorMessageBeforeSendControl1.Location = new System.Drawing.Point(14, 640);
            this.errorMessageBeforeSendControl1.Name = "errorMessageBeforeSendControl1";
            this.errorMessageBeforeSendControl1.Size = new System.Drawing.Size(1556, 189);
            this.errorMessageBeforeSendControl1.TabIndex = 40;
            // 
            // patternDropDownControl1
            // 
            this.patternDropDownControl1.Location = new System.Drawing.Point(10, 22);
            this.patternDropDownControl1.Name = "patternDropDownControl1";
            this.patternDropDownControl1.Size = new System.Drawing.Size(862, 30);
            this.patternDropDownControl1.TabIndex = 10;
            // 
            // attachmentSelectionControl1
            // 
            this.attachmentSelectionControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.attachmentSelectionControl1.Location = new System.Drawing.Point(15, 591);
            this.attachmentSelectionControl1.Name = "attachmentSelectionControl1";
            this.attachmentSelectionControl1.Size = new System.Drawing.Size(1553, 51);
            this.attachmentSelectionControl1.TabIndex = 30;
            // 
            // sendContentControl1
            // 
            this.sendContentControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.sendContentControl1.LayoutMode = ChatworkBulkSender.UserControls.LayoutMode.Horizontal;
            this.sendContentControl1.Location = new System.Drawing.Point(10, 55);
            this.sendContentControl1.Name = "sendContentControl1";
            this.sendContentControl1.Size = new System.Drawing.Size(1559, 536);
            this.sendContentControl1.TabIndex = 20;
            // 
            // btnBack
            // 
            this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnBack.BackColor = System.Drawing.Color.Gray;
            this.btnBack.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnBack.FlatAppearance.BorderSize = 0;
            this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBack.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnBack.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnBack.Location = new System.Drawing.Point(9, 856);
            this.btnBack.Margin = new System.Windows.Forms.Padding(2);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(74, 36);
            this.btnBack.TabIndex = 50;
            this.btnBack.Text = "戻る";
            this.btnBack.UseVisualStyleBackColor = false;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // btnTestSend
            // 
            this.btnTestSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnTestSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
            this.btnTestSend.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnTestSend.FlatAppearance.BorderSize = 0;
            this.btnTestSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnTestSend.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnTestSend.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnTestSend.Location = new System.Drawing.Point(1089, 866);
            this.btnTestSend.Margin = new System.Windows.Forms.Padding(2);
            this.btnTestSend.Name = "btnTestSend";
            this.btnTestSend.Size = new System.Drawing.Size(124, 26);
            this.btnTestSend.TabIndex = 51;
            this.btnTestSend.Text = "テスト送信";
            this.btnTestSend.UseVisualStyleBackColor = false;
            this.btnTestSend.Click += new System.EventHandler(this.btnTestSend_Click);
            // 
            // btnConfirm
            // 
            this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnConfirm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(114)))), ((int)(((byte)(196)))));
            this.btnConfirm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnConfirm.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnConfirm.FlatAppearance.BorderSize = 0;
            this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnConfirm.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F);
            this.btnConfirm.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnConfirm.Location = new System.Drawing.Point(1356, 856);
            this.btnConfirm.Margin = new System.Windows.Forms.Padding(2);
            this.btnConfirm.Name = "btnConfirm";
            this.btnConfirm.Size = new System.Drawing.Size(235, 36);
            this.btnConfirm.TabIndex = 52;
            this.btnConfirm.Text = "次へ(確認画面)";
            this.btnConfirm.UseVisualStyleBackColor = false;
            this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
            // 
            // MessageInputControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnTestSend);
            this.Controls.Add(this.btnConfirm);
            this.Controls.Add(this.btnBack);
            this.Controls.Add(this.labelConfig);
            this.Controls.Add(this.panel1);
            this.Name = "MessageInputControl";
            this.Size = new System.Drawing.Size(1598, 900);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label labelConfig;
        private System.Windows.Forms.Panel panel1;
        private PatternDropDownControl patternDropDownControl1;
        private AttachmentFolderSelectionControl attachmentSelectionControl1;
        private SendContentControl sendContentControl1;
        private System.Windows.Forms.Button btnBack;
        private ErrorMessageBeforeSendControl errorMessageBeforeSendControl1;
        private System.Windows.Forms.Button btnTestSend;
        private System.Windows.Forms.Button btnConfirm;
    }
}