namespace ChatworkBulkSender.UserControls
{
partial class MainMenuControl
{
/// <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.panelMain = new System.Windows.Forms.Panel();
this.btnManualSend = new System.Windows.Forms.Button();
this.btnScheduledSend = new System.Windows.Forms.Button();
this.btnGoToConfig = new System.Windows.Forms.Button();
this.labelMain = new System.Windows.Forms.Label();
this.btnCloseMain = new System.Windows.Forms.Button();
this.lblVersion = new System.Windows.Forms.Label();
this.panelMain.SuspendLayout();
this.SuspendLayout();
//
// panelMain
//
this.panelMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelMain.Controls.Add(this.lblVersion);
this.panelMain.Controls.Add(this.btnManualSend);
this.panelMain.Controls.Add(this.btnScheduledSend);
this.panelMain.Location = new System.Drawing.Point(36, 26);
this.panelMain.Margin = new System.Windows.Forms.Padding(2);
this.panelMain.Name = "panelMain";
this.panelMain.Size = new System.Drawing.Size(528, 448);
this.panelMain.TabIndex = 4;
//
// btnManualSend
//
this.btnManualSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(173)))), ((int)(((byte)(71)))));
this.btnManualSend.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnManualSend.FlatAppearance.BorderSize = 0;
this.btnManualSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnManualSend.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 31.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.btnManualSend.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnManualSend.Location = new System.Drawing.Point(48, 256);
this.btnManualSend.Margin = new System.Windows.Forms.Padding(2);
this.btnManualSend.Name = "btnManualSend";
this.btnManualSend.Size = new System.Drawing.Size(432, 79);
this.btnManualSend.TabIndex = 0;
this.btnManualSend.Text = "不定期送信";
this.btnManualSend.UseVisualStyleBackColor = false;
this.btnManualSend.Click += new System.EventHandler(this.btnManualSend_Click);
//
// btnScheduledSend
//
this.btnScheduledSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(114)))), ((int)(((byte)(196)))));
this.btnScheduledSend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnScheduledSend.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnScheduledSend.FlatAppearance.BorderSize = 0;
this.btnScheduledSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnScheduledSend.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 31.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.btnScheduledSend.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnScheduledSend.Location = new System.Drawing.Point(48, 115);
this.btnScheduledSend.Margin = new System.Windows.Forms.Padding(2);
this.btnScheduledSend.Name = "btnScheduledSend";
this.btnScheduledSend.Size = new System.Drawing.Size(432, 79);
this.btnScheduledSend.TabIndex = 0;
this.btnScheduledSend.Text = "定期送信";
this.btnScheduledSend.UseVisualStyleBackColor = false;
this.btnScheduledSend.Click += new System.EventHandler(this.BtnScheduledSend_Click);
//
// btnGoToConfig
//
this.btnGoToConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
this.btnGoToConfig.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnGoToConfig.FlatAppearance.BorderSize = 0;
this.btnGoToConfig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnGoToConfig.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
this.btnGoToConfig.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnGoToConfig.Location = new System.Drawing.Point(36, 512);
this.btnGoToConfig.Margin = new System.Windows.Forms.Padding(2);
this.btnGoToConfig.Name = "btnGoToConfig";
this.btnGoToConfig.Size = new System.Drawing.Size(144, 61);
this.btnGoToConfig.TabIndex = 0;
this.btnGoToConfig.Text = "設定";
this.btnGoToConfig.UseVisualStyleBackColor = false;
this.btnGoToConfig.Click += new System.EventHandler(this.BtnGoToConfig_Click);
//
// labelMain
//
this.labelMain.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.labelMain.Location = new System.Drawing.Point(192, 10);
this.labelMain.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelMain.Name = "labelMain";
this.labelMain.Size = new System.Drawing.Size(216, 30);
this.labelMain.TabIndex = 2;
this.labelMain.Text = "メインメニュー";
this.labelMain.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// btnCloseMain
//
this.btnCloseMain.BackColor = System.Drawing.Color.Gray;
this.btnCloseMain.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnCloseMain.FlatAppearance.BorderSize = 0;
this.btnCloseMain.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCloseMain.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
this.btnCloseMain.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnCloseMain.Location = new System.Drawing.Point(420, 512);
this.btnCloseMain.Margin = new System.Windows.Forms.Padding(2);
this.btnCloseMain.Name = "btnCloseMain";
this.btnCloseMain.Size = new System.Drawing.Size(144, 61);
this.btnCloseMain.TabIndex = 1;
this.btnCloseMain.Text = "終了";
this.btnCloseMain.UseVisualStyleBackColor = false;
this.btnCloseMain.Click += new System.EventHandler(this.BtnCloseMain_Click);
//
// lblVersion
//
this.lblVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblVersion.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
this.lblVersion.Location = new System.Drawing.Point(319, 18);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(194, 23);
this.lblVersion.TabIndex = 1;
this.lblVersion.Text = "Ver._____";
this.lblVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// MainMenuControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.labelMain);
this.Controls.Add(this.btnCloseMain);
this.Controls.Add(this.panelMain);
this.Controls.Add(this.btnGoToConfig);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MainMenuControl";
this.Size = new System.Drawing.Size(616, 604);
this.panelMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelMain;
private System.Windows.Forms.Button btnManualSend;
private System.Windows.Forms.Button btnScheduledSend;
private System.Windows.Forms.Button btnGoToConfig;
private System.Windows.Forms.Label labelMain;
private System.Windows.Forms.Button btnCloseMain;
private System.Windows.Forms.Label lblVersion;
}
}