/*
* Copyright INDEX Co.
*/
namespace ChatworkBulkSender.Forms
{
partial class M_SenderMaster
{
/// <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.panel = new System.Windows.Forms.Panel();
this.SuspendLayout();
//
// panel
//
this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel.Location = new System.Drawing.Point(0, 0);
this.panel.Name = "panel";
this.panel.Size = new System.Drawing.Size(1282, 453);
this.panel.TabIndex = 0;
//
// M_SenderMaster
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1282, 453);
this.Controls.Add(this.panel);
this.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.Name = "M_SenderMaster";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "【Chatworkメッセージ送信ツール】 送信者情報マスタ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.M_SenderMaster_FormClosing);
this.Load += new System.EventHandler(this.M_SenderMaster_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel;
}
}