namespace ChatworkBulkSender.Forms
{
partial class M_SendPatternMaster
{
/// <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.panelSearch = new System.Windows.Forms.Panel();
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.panelDgv = new System.Windows.Forms.Panel();
this.panelBtn = new System.Windows.Forms.Panel();
this.tableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// panelSearch
//
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelSearch.Location = new System.Drawing.Point(22, 3);
this.panelSearch.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(1541, 208);
this.panelSearch.TabIndex = 0;
//
// tableLayoutPanel
//
this.tableLayoutPanel.ColumnCount = 3;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel.Controls.Add(this.panelSearch, 1, 0);
this.tableLayoutPanel.Controls.Add(this.panelDgv, 1, 1);
this.tableLayoutPanel.Controls.Add(this.panelBtn, 1, 3);
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.RowCount = 4;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 65F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel.Size = new System.Drawing.Size(1585, 862);
this.tableLayoutPanel.TabIndex = 5;
//
// panelDgv
//
this.panelDgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelDgv.Location = new System.Drawing.Point(22, 217);
this.panelDgv.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelDgv.Name = "panelDgv";
this.panelDgv.Size = new System.Drawing.Size(1541, 551);
this.panelDgv.TabIndex = 2;
//
// panelBtn
//
this.panelBtn.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelBtn.Location = new System.Drawing.Point(22, 779);
this.panelBtn.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.panelBtn.Name = "panelBtn";
this.panelBtn.Size = new System.Drawing.Size(1541, 80);
this.panelBtn.TabIndex = 3;
//
// M_SenderPatternMaster
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1585, 862);
this.Controls.Add(this.tableLayoutPanel);
this.Name = "M_SenderPatternMaster";
this.Text = "【Chatworkメッセージ一括送信ツール】 送信パターンマスタ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.M_SenderPatternMaster_FormClosing);
this.Load += new System.EventHandler(this.M_SenderPatternMaster_Load);
this.tableLayoutPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.Panel panelDgv;
private System.Windows.Forms.Panel panelBtn;
}
}