namespace ChatworkBulkSender.Forms
{
public partial class M_CustomerMaster
{
/// <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.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.panelSearch = new System.Windows.Forms.Panel();
this.panelDgv = new System.Windows.Forms.Panel();
this.panelBtn = new System.Windows.Forms.Panel();
this.tableLayoutPanel.SuspendLayout();
this.SuspendLayout();
//
// 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(3, 2, 3, 2);
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, 10F));
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 = 4;
//
// panelSearch
//
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelSearch.Location = new System.Drawing.Point(23, 2);
this.panelSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(1539, 209);
this.panelSearch.TabIndex = 0;
//
// panelDgv
//
this.panelDgv.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelDgv.Location = new System.Drawing.Point(23, 215);
this.panelDgv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panelDgv.Name = "panelDgv";
this.panelDgv.Size = new System.Drawing.Size(1539, 549);
this.panelDgv.TabIndex = 2;
//
// panelBtn
//
this.panelBtn.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelBtn.Location = new System.Drawing.Point(23, 778);
this.panelBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.panelBtn.Name = "panelBtn";
this.panelBtn.Size = new System.Drawing.Size(1539, 82);
this.panelBtn.TabIndex = 3;
//
// M_CustomerMaster
//
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.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "M_CustomerMaster";
this.Text = "【Chatworkメッセージ送信ツール】 顧客マスタ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.M_CustomerMaster_FormClosing);
this.Load += new System.EventHandler(this.M_CustomerMaster_Load);
this.tableLayoutPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Panel panelDgv;
private System.Windows.Forms.Panel panelBtn;
}
}