namespace ChatworkBulkSender.UserControls
{
partial class BtnUpdateControl
{
/// <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.btnUpdate = 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 = 10;
this.btnReturn.Text = "戻る";
this.btnReturn.UseVisualStyleBackColor = false;
this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
//
// btnUpdate
//
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnUpdate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(125)))), ((int)(((byte)(49)))));
this.btnUpdate.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnUpdate.FlatAppearance.BorderSize = 0;
this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnUpdate.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
this.btnUpdate.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnUpdate.Location = new System.Drawing.Point(816, 13);
this.btnUpdate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(152, 45);
this.btnUpdate.TabIndex = 11;
this.btnUpdate.Text = "更新";
this.btnUpdate.UseVisualStyleBackColor = false;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// BtnUpdateControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnReturn);
this.Controls.Add(this.btnUpdate);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "BtnUpdateControl";
this.Size = new System.Drawing.Size(994, 143);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnReturn;
private System.Windows.Forms.Button btnUpdate;
}
}