namespace ChatworkBulkSender.UserControls
{
partial class MessageConfirmControl
{
/// <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.label1 = new System.Windows.Forms.Label();
this.btnBack = new System.Windows.Forms.Button();
this.btnSend = new System.Windows.Forms.Button();
this.destinationAndFilePathAndActualContentsControl1 = new ChatworkBulkSender.UserControls.DestinationAndFilePathAndActualContentsControl();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
this.label1.Location = new System.Drawing.Point(0, 4);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(831, 48);
this.label1.TabIndex = 9;
this.label1.Text = "以下の内容でChatworkへの送信を行います。\r\n顧客と添付ファイルの対応が問題ないか確認のうえ、「送信開始」ボタンを押してください。";
//
// btnBack
//
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnBack.BackColor = System.Drawing.Color.Gray;
this.btnBack.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnBack.FlatAppearance.BorderSize = 0;
this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBack.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.btnBack.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnBack.Location = new System.Drawing.Point(9, 856);
this.btnBack.Margin = new System.Windows.Forms.Padding(2);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(74, 36);
this.btnBack.TabIndex = 51;
this.btnBack.Text = "戻る";
this.btnBack.UseVisualStyleBackColor = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnSend
//
this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSend.BackColor = System.Drawing.Color.Red;
this.btnSend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnSend.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnSend.FlatAppearance.BorderSize = 0;
this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSend.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F);
this.btnSend.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnSend.Location = new System.Drawing.Point(700, 856);
this.btnSend.Margin = new System.Windows.Forms.Padding(2);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(200, 36);
this.btnSend.TabIndex = 53;
this.btnSend.Text = "送信開始";
this.btnSend.UseVisualStyleBackColor = false;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// destinationAndFilePathAndActualContentsControl1
//
this.destinationAndFilePathAndActualContentsControl1.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.destinationAndFilePathAndActualContentsControl1.Location = new System.Drawing.Point(3, 41);
this.destinationAndFilePathAndActualContentsControl1.Name = "destinationAndFilePathAndActualContentsControl1";
this.destinationAndFilePathAndActualContentsControl1.Size = new System.Drawing.Size(1597, 810);
this.destinationAndFilePathAndActualContentsControl1.TabIndex = 54;
//
// MessageConfirmControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.destinationAndFilePathAndActualContentsControl1);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.label1);
this.Name = "MessageConfirmControl";
this.Size = new System.Drawing.Size(1600, 900);
this.Resize += new System.EventHandler(this.MessageConfirmControl_Resize);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnSend;
private DestinationAndFilePathAndActualContentsControl destinationAndFilePathAndActualContentsControl1;
}
}