namespace ChatworkBulkSender.UserControls
{
partial class SendHistoryDgvControl
{
/// <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.sendHistoryDgv = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.sendHistoryDgv)).BeginInit();
this.SuspendLayout();
//
// sendHistoryDgv
//
this.sendHistoryDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.sendHistoryDgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.sendHistoryDgv.Location = new System.Drawing.Point(0, 0);
this.sendHistoryDgv.Name = "sendHistoryDgv";
this.sendHistoryDgv.RowTemplate.Height = 21;
this.sendHistoryDgv.Size = new System.Drawing.Size(860, 329);
this.sendHistoryDgv.TabIndex = 0;
this.sendHistoryDgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.sendHistoryDgv_CellClick);
this.sendHistoryDgv.ColumnHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.sendHistoryDgv_ColumnHeaderMouseDoubleClick);
//
// SendHistoryDgvControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.sendHistoryDgv);
this.Name = "SendHistoryDgvControl";
this.Size = new System.Drawing.Size(860, 329);
this.Load += new System.EventHandler(this.SendHistoryDgvControl_Load);
((System.ComponentModel.ISupportInitialize)(this.sendHistoryDgv)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView sendHistoryDgv;
}
}