namespace ChatworkBulkSender.UserControls
{
partial class HistorySearchBoxControl
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.lblSearchBox = new System.Windows.Forms.Label();
this.panelSearchBox = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.dateTimePickerEnd = new System.Windows.Forms.DateTimePicker();
this.dateTimePickerStart = new System.Windows.Forms.DateTimePicker();
this.rdoManualSendSelection = new System.Windows.Forms.RadioButton();
this.rdoScheduleSendSelection = new System.Windows.Forms.RadioButton();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.customerNameTxtBox = new System.Windows.Forms.TextBox();
this.lblCustomerName = new System.Windows.Forms.Label();
this.btnSearch = new System.Windows.Forms.Button();
this.tlpSearchPattrern = new System.Windows.Forms.TableLayoutPanel();
this.mgmtNumberTxtBox = new System.Windows.Forms.TextBox();
this.lblPattrernName = new System.Windows.Forms.Label();
this.PattrernNameTxtBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.panelSearchBox.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tlpSearchPattrern.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.lblSearchBox);
this.panel1.Controls.Add(this.panelSearchBox);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1600, 180);
this.panel1.TabIndex = 0;
//
// lblSearchBox
//
this.lblSearchBox.AutoSize = true;
this.lblSearchBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.lblSearchBox.Location = new System.Drawing.Point(53, 10);
this.lblSearchBox.Name = "lblSearchBox";
this.lblSearchBox.Size = new System.Drawing.Size(142, 21);
this.lblSearchBox.TabIndex = 13;
this.lblSearchBox.Text = " 検索条件 ";
//
// panelSearchBox
//
this.panelSearchBox.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.panelSearchBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelSearchBox.Controls.Add(this.label3);
this.panelSearchBox.Controls.Add(this.label2);
this.panelSearchBox.Controls.Add(this.dateTimePickerEnd);
this.panelSearchBox.Controls.Add(this.dateTimePickerStart);
this.panelSearchBox.Controls.Add(this.rdoManualSendSelection);
this.panelSearchBox.Controls.Add(this.rdoScheduleSendSelection);
this.panelSearchBox.Controls.Add(this.tableLayoutPanel1);
this.panelSearchBox.Controls.Add(this.btnSearch);
this.panelSearchBox.Controls.Add(this.tlpSearchPattrern);
this.panelSearchBox.Location = new System.Drawing.Point(28, 24);
this.panelSearchBox.Name = "panelSearchBox";
this.panelSearchBox.Size = new System.Drawing.Size(1474, 150);
this.panelSearchBox.TabIndex = 14;
this.panelSearchBox.Resize += new System.EventHandler(this.panelSearchBox_Resize);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label3.Location = new System.Drawing.Point(24, 46);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(98, 21);
this.label3.TabIndex = 4;
this.label3.Text = "送信日付";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label2.Location = new System.Drawing.Point(405, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 21);
this.label2.TabIndex = 15;
this.label2.Text = "~";
//
// dateTimePickerEnd
//
this.dateTimePickerEnd.CustomFormat = "yyyy/MM/dd";
this.dateTimePickerEnd.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.dateTimePickerEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerEnd.Location = new System.Drawing.Point(443, 40);
this.dateTimePickerEnd.Name = "dateTimePickerEnd";
this.dateTimePickerEnd.Size = new System.Drawing.Size(225, 28);
this.dateTimePickerEnd.TabIndex = 17;
this.dateTimePickerEnd.Value = new System.DateTime(2025, 7, 16, 0, 0, 0, 0);
this.dateTimePickerEnd.ValueChanged += new System.EventHandler(this.dateTimePickerEnd_ValueChanged);
//
// dateTimePickerStart
//
this.dateTimePickerStart.CustomFormat = "yyyy/MM/dd";
this.dateTimePickerStart.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.dateTimePickerStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dateTimePickerStart.Location = new System.Drawing.Point(174, 41);
this.dateTimePickerStart.Name = "dateTimePickerStart";
this.dateTimePickerStart.Size = new System.Drawing.Size(225, 28);
this.dateTimePickerStart.TabIndex = 16;
this.dateTimePickerStart.ValueChanged += new System.EventHandler(this.dateTimePickerStart_ValueChanged);
//
// rdoManualSendSelection
//
this.rdoManualSendSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rdoManualSendSelection.AutoSize = true;
this.rdoManualSendSelection.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.rdoManualSendSelection.Location = new System.Drawing.Point(146, 11);
this.rdoManualSendSelection.Name = "rdoManualSendSelection";
this.rdoManualSendSelection.Size = new System.Drawing.Size(133, 25);
this.rdoManualSendSelection.TabIndex = 15;
this.rdoManualSendSelection.TabStop = true;
this.rdoManualSendSelection.Text = "不定期送信";
this.rdoManualSendSelection.UseVisualStyleBackColor = true;
//
// rdoScheduleSendSelection
//
this.rdoScheduleSendSelection.AutoSize = true;
this.rdoScheduleSendSelection.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.rdoScheduleSendSelection.Location = new System.Drawing.Point(28, 11);
this.rdoScheduleSendSelection.Name = "rdoScheduleSendSelection";
this.rdoScheduleSendSelection.Size = new System.Drawing.Size(112, 25);
this.rdoScheduleSendSelection.TabIndex = 14;
this.rdoScheduleSendSelection.TabStop = true;
this.rdoScheduleSendSelection.Text = "定期送信";
this.rdoScheduleSendSelection.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.AutoSize = true;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 700F));
this.tableLayoutPanel1.Controls.Add(this.customerNameTxtBox, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.lblCustomerName, 0, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(427, 103);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 28);
this.tableLayoutPanel1.TabIndex = 13;
//
// customerNameTxtBox
//
this.customerNameTxtBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.customerNameTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.customerNameTxtBox.Location = new System.Drawing.Point(100, 0);
this.customerNameTxtBox.Margin = new System.Windows.Forms.Padding(0);
this.customerNameTxtBox.Name = "customerNameTxtBox";
this.customerNameTxtBox.Size = new System.Drawing.Size(700, 28);
this.customerNameTxtBox.TabIndex = 5;
//
// lblCustomerName
//
this.lblCustomerName.AutoSize = true;
this.lblCustomerName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblCustomerName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.lblCustomerName.Location = new System.Drawing.Point(0, 0);
this.lblCustomerName.Margin = new System.Windows.Forms.Padding(0);
this.lblCustomerName.Name = "lblCustomerName";
this.lblCustomerName.Size = new System.Drawing.Size(100, 28);
this.lblCustomerName.TabIndex = 4;
this.lblCustomerName.Text = "顧客名";
this.lblCustomerName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.Gray;
this.btnSearch.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
this.btnSearch.FlatAppearance.BorderSize = 0;
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSearch.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.btnSearch.ForeColor = System.Drawing.SystemColors.ControlLightLight;
this.btnSearch.Location = new System.Drawing.Point(1308, 100);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(140, 32);
this.btnSearch.TabIndex = 11;
this.btnSearch.Text = "検索";
this.btnSearch.UseVisualStyleBackColor = false;
//
// tlpSearchPattrern
//
this.tlpSearchPattrern.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.tlpSearchPattrern.ColumnCount = 2;
this.tlpSearchPattrern.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
this.tlpSearchPattrern.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 225F));
this.tlpSearchPattrern.Controls.Add(this.mgmtNumberTxtBox, 1, 1);
this.tlpSearchPattrern.Controls.Add(this.lblPattrernName, 0, 0);
this.tlpSearchPattrern.Controls.Add(this.PattrernNameTxtBox, 1, 0);
this.tlpSearchPattrern.Controls.Add(this.label1, 0, 1);
this.tlpSearchPattrern.Location = new System.Drawing.Point(24, 75);
this.tlpSearchPattrern.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.tlpSearchPattrern.Name = "tlpSearchPattrern";
this.tlpSearchPattrern.RowCount = 2;
this.tlpSearchPattrern.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpSearchPattrern.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpSearchPattrern.Size = new System.Drawing.Size(375, 56);
this.tlpSearchPattrern.TabIndex = 7;
//
// mgmtNumberTxtBox
//
this.mgmtNumberTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.mgmtNumberTxtBox.Location = new System.Drawing.Point(150, 28);
this.mgmtNumberTxtBox.Margin = new System.Windows.Forms.Padding(0);
this.mgmtNumberTxtBox.Name = "mgmtNumberTxtBox";
this.mgmtNumberTxtBox.Size = new System.Drawing.Size(225, 28);
this.mgmtNumberTxtBox.TabIndex = 1;
//
// lblPattrernName
//
this.lblPattrernName.AutoSize = true;
this.lblPattrernName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblPattrernName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.lblPattrernName.Location = new System.Drawing.Point(0, 0);
this.lblPattrernName.Margin = new System.Windows.Forms.Padding(0);
this.lblPattrernName.Name = "lblPattrernName";
this.lblPattrernName.Size = new System.Drawing.Size(150, 28);
this.lblPattrernName.TabIndex = 4;
this.lblPattrernName.Text = "パターン名称";
this.lblPattrernName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// PattrernNameTxtBox
//
this.PattrernNameTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.PattrernNameTxtBox.Location = new System.Drawing.Point(150, 0);
this.PattrernNameTxtBox.Margin = new System.Windows.Forms.Padding(0);
this.PattrernNameTxtBox.Name = "PattrernNameTxtBox";
this.PattrernNameTxtBox.Size = new System.Drawing.Size(225, 28);
this.PattrernNameTxtBox.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
this.label1.Location = new System.Drawing.Point(0, 28);
this.label1.Margin = new System.Windows.Forms.Padding(0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(150, 28);
this.label1.TabIndex = 4;
this.label1.Text = "管理番号";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// HistorySearchBoxControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel1);
this.Name = "HistorySearchBoxControl";
this.Size = new System.Drawing.Size(1600, 180);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panelSearchBox.ResumeLayout(false);
this.panelSearchBox.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tlpSearchPattrern.ResumeLayout(false);
this.tlpSearchPattrern.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lblSearchBox;
private System.Windows.Forms.Panel panelSearchBox;
private System.Windows.Forms.DateTimePicker dateTimePickerEnd;
private System.Windows.Forms.DateTimePicker dateTimePickerStart;
private System.Windows.Forms.RadioButton rdoManualSendSelection;
private System.Windows.Forms.RadioButton rdoScheduleSendSelection;
private System.Windows.Forms.TextBox customerNameTxtBox;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label lblCustomerName;
private System.Windows.Forms.TableLayoutPanel tlpSearchPattrern;
private System.Windows.Forms.TextBox mgmtNumberTxtBox;
private System.Windows.Forms.Label lblPattrernName;
private System.Windows.Forms.TextBox PattrernNameTxtBox;
private System.Windows.Forms.Label label1;
}
}