UserControls/ConfigMenuControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class ConfigMenuControl
    {
        /// <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.btnGoToSendHistory = new System.Windows.Forms.Button();
            this.btnGoToSendPatternMaster = new System.Windows.Forms.Button();
            this.btnGoToCustomerMaster = new System.Windows.Forms.Button();
            this.btnGoToSenderMaster = new System.Windows.Forms.Button();
            this.btnGoToMain = new System.Windows.Forms.Button();
            this.labelConfig = new System.Windows.Forms.Label();
            this.panelConfig = new System.Windows.Forms.Panel();
            this.btnCloseConfig = new System.Windows.Forms.Button();
            this.panelConfig.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnGoToSendHistory
            // 
            this.btnGoToSendHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
            this.btnGoToSendHistory.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnGoToSendHistory.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnGoToSendHistory.FlatAppearance.BorderSize = 0;
            this.btnGoToSendHistory.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGoToSendHistory.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 31.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnGoToSendHistory.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnGoToSendHistory.Location = new System.Drawing.Point(36, 333);
            this.btnGoToSendHistory.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnGoToSendHistory.Name = "btnGoToSendHistory";
            this.btnGoToSendHistory.Size = new System.Drawing.Size(456, 63);
            this.btnGoToSendHistory.TabIndex = 1;
            this.btnGoToSendHistory.Text = "送信履歴";
            this.btnGoToSendHistory.UseVisualStyleBackColor = false;
            this.btnGoToSendHistory.Click += new System.EventHandler(this.btnGoToSendHistory_Click);
            // 
            // btnGoToSendPatternMaster
            // 
            this.btnGoToSendPatternMaster.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
            this.btnGoToSendPatternMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnGoToSendPatternMaster.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnGoToSendPatternMaster.FlatAppearance.BorderSize = 0;
            this.btnGoToSendPatternMaster.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGoToSendPatternMaster.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 31.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnGoToSendPatternMaster.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnGoToSendPatternMaster.Location = new System.Drawing.Point(36, 244);
            this.btnGoToSendPatternMaster.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnGoToSendPatternMaster.Name = "btnGoToSendPatternMaster";
            this.btnGoToSendPatternMaster.Size = new System.Drawing.Size(456, 63);
            this.btnGoToSendPatternMaster.TabIndex = 1;
            this.btnGoToSendPatternMaster.Text = "送信パターンマスタ";
            this.btnGoToSendPatternMaster.UseVisualStyleBackColor = false;
            this.btnGoToSendPatternMaster.Click += new System.EventHandler(this.btnGoToSendPatternMaster_Click);
            // 
            // btnGoToCustomerMaster
            // 
            this.btnGoToCustomerMaster.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
            this.btnGoToCustomerMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnGoToCustomerMaster.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnGoToCustomerMaster.FlatAppearance.BorderSize = 0;
            this.btnGoToCustomerMaster.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGoToCustomerMaster.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 31.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnGoToCustomerMaster.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnGoToCustomerMaster.Location = new System.Drawing.Point(36, 154);
            this.btnGoToCustomerMaster.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnGoToCustomerMaster.Name = "btnGoToCustomerMaster";
            this.btnGoToCustomerMaster.Size = new System.Drawing.Size(456, 63);
            this.btnGoToCustomerMaster.TabIndex = 1;
            this.btnGoToCustomerMaster.Text = "顧客マスタ";
            this.btnGoToCustomerMaster.UseVisualStyleBackColor = false;
            this.btnGoToCustomerMaster.Click += new System.EventHandler(this.btnGoToCustomerMaster_Click);
            // 
            // btnGoToSenderMaster
            // 
            this.btnGoToSenderMaster.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
            this.btnGoToSenderMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnGoToSenderMaster.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnGoToSenderMaster.FlatAppearance.BorderSize = 0;
            this.btnGoToSenderMaster.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGoToSenderMaster.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 31.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnGoToSenderMaster.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnGoToSenderMaster.Location = new System.Drawing.Point(36, 64);
            this.btnGoToSenderMaster.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnGoToSenderMaster.Name = "btnGoToSenderMaster";
            this.btnGoToSenderMaster.Size = new System.Drawing.Size(456, 63);
            this.btnGoToSenderMaster.TabIndex = 1;
            this.btnGoToSenderMaster.Text = "送信者情報マスタ";
            this.btnGoToSenderMaster.UseVisualStyleBackColor = false;
            this.btnGoToSenderMaster.Click += new System.EventHandler(this.btnGoToSenderMaster_Click);
            // 
            // btnGoToMain
            // 
            this.btnGoToMain.BackColor = System.Drawing.Color.Gray;
            this.btnGoToMain.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnGoToMain.FlatAppearance.BorderSize = 0;
            this.btnGoToMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnGoToMain.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
            this.btnGoToMain.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnGoToMain.Location = new System.Drawing.Point(36, 512);
            this.btnGoToMain.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnGoToMain.Name = "btnGoToMain";
            this.btnGoToMain.Size = new System.Drawing.Size(252, 61);
            this.btnGoToMain.TabIndex = 1;
            this.btnGoToMain.Text = "メインメニュー";
            this.btnGoToMain.UseVisualStyleBackColor = false;
            this.btnGoToMain.Click += new System.EventHandler(this.btnGoToMain_Click);
            // 
            // labelConfig
            // 
            this.labelConfig.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.labelConfig.Location = new System.Drawing.Point(192, 10);
            this.labelConfig.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.labelConfig.Name = "labelConfig";
            this.labelConfig.Size = new System.Drawing.Size(216, 30);
            this.labelConfig.TabIndex = 4;
            this.labelConfig.Text = "設定メニュー";
            this.labelConfig.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // panelConfig
            // 
            this.panelConfig.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panelConfig.Controls.Add(this.btnGoToSenderMaster);
            this.panelConfig.Controls.Add(this.btnGoToCustomerMaster);
            this.panelConfig.Controls.Add(this.btnGoToSendPatternMaster);
            this.panelConfig.Controls.Add(this.btnGoToSendHistory);
            this.panelConfig.Location = new System.Drawing.Point(36, 26);
            this.panelConfig.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.panelConfig.Name = "panelConfig";
            this.panelConfig.Size = new System.Drawing.Size(528, 448);
            this.panelConfig.TabIndex = 4;
            // 
            // btnCloseConfig
            // 
            this.btnCloseConfig.BackColor = System.Drawing.Color.Gray;
            this.btnCloseConfig.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnCloseConfig.FlatAppearance.BorderSize = 0;
            this.btnCloseConfig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCloseConfig.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
            this.btnCloseConfig.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnCloseConfig.Location = new System.Drawing.Point(420, 512);
            this.btnCloseConfig.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnCloseConfig.Name = "btnCloseConfig";
            this.btnCloseConfig.Size = new System.Drawing.Size(144, 61);
            this.btnCloseConfig.TabIndex = 5;
            this.btnCloseConfig.Text = "終了";
            this.btnCloseConfig.UseVisualStyleBackColor = false;
            this.btnCloseConfig.Click += new System.EventHandler(this.btnCloseConfig_Click);
            // 
            // ConfigMenuControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btnCloseConfig);
            this.Controls.Add(this.labelConfig);
            this.Controls.Add(this.btnGoToMain);
            this.Controls.Add(this.panelConfig);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "ConfigMenuControl";
            this.Size = new System.Drawing.Size(610, 616);
            this.panelConfig.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnGoToSendHistory;
        private System.Windows.Forms.Button btnGoToSendPatternMaster;
        private System.Windows.Forms.Button btnGoToCustomerMaster;
        private System.Windows.Forms.Button btnGoToSenderMaster;
        private System.Windows.Forms.Button btnGoToMain;
        private System.Windows.Forms.Label labelConfig;
        private System.Windows.Forms.Panel panelConfig;
        private System.Windows.Forms.Button btnCloseConfig;
    }
}