namespace ChatworkBulkSender.UserControls
{
partial class ErrorMessageBeforeSendControl
{
/// <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.txtErrorMessages = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// txtErrorMessages
//
this.txtErrorMessages.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtErrorMessages.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
this.txtErrorMessages.Location = new System.Drawing.Point(3, 24);
this.txtErrorMessages.Multiline = true;
this.txtErrorMessages.Name = "txtErrorMessages";
this.txtErrorMessages.ReadOnly = true;
this.txtErrorMessages.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtErrorMessages.Size = new System.Drawing.Size(796, 64);
this.txtErrorMessages.TabIndex = 10;
//
// label1
//
this.label1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(356, 27);
this.label1.TabIndex = 9;
this.label1.Text = "エラーメッセージ";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ErrorMessageBeforeSendControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.txtErrorMessages);
this.Controls.Add(this.label1);
this.Name = "ErrorMessageBeforeSendControl";
this.Size = new System.Drawing.Size(802, 91);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtErrorMessages;
private System.Windows.Forms.Label label1;
}
}