namespace ChatworkBulkSender.UserControls
{
partial class DestinationAndFilePathAndActualContentsControl
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.txtActualContents = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.dgvDestinationAndFilePath = new System.Windows.Forms.DataGridView();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dgvDestinationAndFilePath)).BeginInit();
this.SuspendLayout();
//
// txtActualContents
//
this.txtActualContents.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.txtActualContents.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
this.txtActualContents.Location = new System.Drawing.Point(5, 341);
this.txtActualContents.Multiline = true;
this.txtActualContents.Name = "txtActualContents";
this.txtActualContents.ReadOnly = true;
this.txtActualContents.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtActualContents.Size = new System.Drawing.Size(540, 153);
this.txtActualContents.TabIndex = 17;
//
// label3
//
this.label3.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label3.Location = new System.Drawing.Point(2, 313);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(380, 27);
this.label3.TabIndex = 16;
this.label3.Text = "実際の送信内容";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dgvDestinationAndFilePath
//
this.dgvDestinationAndFilePath.AllowUserToAddRows = false;
this.dgvDestinationAndFilePath.AllowUserToDeleteRows = false;
this.dgvDestinationAndFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvDestinationAndFilePath.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvDestinationAndFilePath.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvDestinationAndFilePath.DefaultCellStyle = dataGridViewCellStyle2;
this.dgvDestinationAndFilePath.Location = new System.Drawing.Point(5, 28);
this.dgvDestinationAndFilePath.Name = "dgvDestinationAndFilePath";
this.dgvDestinationAndFilePath.ReadOnly = true;
this.dgvDestinationAndFilePath.RowTemplate.Height = 21;
this.dgvDestinationAndFilePath.Size = new System.Drawing.Size(540, 282);
this.dgvDestinationAndFilePath.TabIndex = 15;
//
// label2
//
this.label2.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(380, 27);
this.label2.TabIndex = 14;
this.label2.Text = "送信対象およびファイルパス";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.Font = new System.Drawing.Font("MS UI Gothic", 12F);
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(21, 116);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(510, 99);
this.label1.TabIndex = 18;
this.label1.Text = "MessageSendResultControl.csにあるコントロールとは別物のため注意。\r\n共通のユーザーコントロールにしたかったが、MessageSendR" +
"esultControl.csではタブの中にユーザーコントロールを埋め込む必要があり、そうするとフォームサイズによる動的な拡縮がうまく機能しなかった。そのため分" +
"けることにした。\r\n\r\n";
this.label1.Visible = false;
//
// DestinationAndFilePathAndActualContentsControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label1);
this.Controls.Add(this.txtActualContents);
this.Controls.Add(this.label3);
this.Controls.Add(this.dgvDestinationAndFilePath);
this.Controls.Add(this.label2);
this.Name = "DestinationAndFilePathAndActualContentsControl";
this.Size = new System.Drawing.Size(551, 497);
((System.ComponentModel.ISupportInitialize)(this.dgvDestinationAndFilePath)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtActualContents;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridView dgvDestinationAndFilePath;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}