namespace ChatworkBulkSender.UserControls
{
partial class BtnReturnControl
{
/// <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.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(24, 13);
this.btnReturn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnReturn.Name = "btnReturn";
this.btnReturn.Size = new System.Drawing.Size(128, 45);
this.btnReturn.TabIndex = 11;
this.btnReturn.Text = "戻る";
this.btnReturn.UseVisualStyleBackColor = false;
this.btnReturn.Click += new System.EventHandler(this.BtnReturnControl_Click);
//
// BtnReturnControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnReturn);
this.Name = "BtnReturnControl";
this.Size = new System.Drawing.Size(888, 109);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnReturn;
}
}