namespace ChatworkBulkSender.UserControls
{
partial class BtnAddMasterControl
{
/// <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.btnReturn = new System.Windows.Forms.Button();
this.btnCreateAdd = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnReturn
//
this.btnReturn.BackColor = System.Drawing.Color.Gray;
this.btnReturn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnReturn.FlatAppearance.BorderSize = 0;
this.btnReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnReturn.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
this.btnReturn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnReturn.Location = new System.Drawing.Point(32, 16);
this.btnReturn.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.btnReturn.Name = "btnReturn";
this.btnReturn.Size = new System.Drawing.Size(170, 56);
this.btnReturn.TabIndex = 10;
this.btnReturn.Text = "戻る";
this.btnReturn.UseVisualStyleBackColor = false;
this.btnReturn.Click += new System.EventHandler(this.BtnReturn_Click);
//
// btnCreateAdd
//
this.btnCreateAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCreateAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
this.btnCreateAdd.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnCreateAdd.FlatAppearance.BorderSize = 0;
this.btnCreateAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCreateAdd.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
this.btnCreateAdd.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnCreateAdd.Location = new System.Drawing.Point(1232, 16);
this.btnCreateAdd.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.btnCreateAdd.Name = "btnCreateAdd";
this.btnCreateAdd.Size = new System.Drawing.Size(202, 56);
this.btnCreateAdd.TabIndex = 11;
this.btnCreateAdd.Text = "新規作成";
this.btnCreateAdd.UseVisualStyleBackColor = false;
this.btnCreateAdd.Click += new System.EventHandler(this.BtnCreateAdd_Click);
//
// BtnAddMasterControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnReturn);
this.Controls.Add(this.btnCreateAdd);
this.Name = "BtnAddMasterControl";
this.Size = new System.Drawing.Size(1462, 160);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnReturn;
private System.Windows.Forms.Button btnCreateAdd;
}
}