namespace ChatworkBulkSender.Forms
{
partial class T_SendProgress
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.lblStatus = new System.Windows.Forms.Label();
this.btnEmergencyStop = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(13, 13);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(362, 23);
this.progressBar1.TabIndex = 0;
//
// lblStatus
//
this.lblStatus.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
this.lblStatus.Location = new System.Drawing.Point(13, 43);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(362, 23);
this.lblStatus.TabIndex = 1;
this.lblStatus.Text = "送信中...";
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// btnEmergencyStop
//
this.btnEmergencyStop.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
this.btnEmergencyStop.ForeColor = System.Drawing.Color.Red;
this.btnEmergencyStop.Location = new System.Drawing.Point(12, 64);
this.btnEmergencyStop.Name = "btnEmergencyStop";
this.btnEmergencyStop.Size = new System.Drawing.Size(97, 23);
this.btnEmergencyStop.TabIndex = 2;
this.btnEmergencyStop.Text = "緊急停止";
this.btnEmergencyStop.UseVisualStyleBackColor = true;
this.btnEmergencyStop.Click += new System.EventHandler(this.btnEmergencyStop_Click);
//
// T_SendProgress
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(387, 99);
this.ControlBox = false;
this.Controls.Add(this.btnEmergencyStop);
this.Controls.Add(this.lblStatus);
this.Controls.Add(this.progressBar1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "T_SendProgress";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "送信処理";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.Button btnEmergencyStop;
}
}