UserControls/SearchBoxControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class SearchBoxControl
    {
        /// <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.panel = new System.Windows.Forms.Panel();
            this.lblSearchBox = new System.Windows.Forms.Label();
            this.panelSearchBox = new System.Windows.Forms.Panel();
            this.btnSearch = new System.Windows.Forms.Button();
            this.chkUnusedData = new System.Windows.Forms.CheckBox();
            this.tlpSearchPattrern = new System.Windows.Forms.TableLayoutPanel();
            this.mgmtNumberTxtBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.customerNameTxtBox = new System.Windows.Forms.TextBox();
            this.lblCustomerName = new System.Windows.Forms.Label();
            this.panel.SuspendLayout();
            this.panelSearchBox.SuspendLayout();
            this.tlpSearchPattrern.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel
            // 
            this.panel.Controls.Add(this.lblSearchBox);
            this.panel.Controls.Add(this.panelSearchBox);
            this.panel.Location = new System.Drawing.Point(0, 0);
            this.panel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.panel.Name = "panel";
            this.panel.Size = new System.Drawing.Size(1875, 258);
            this.panel.TabIndex = 9;
            // 
            // lblSearchBox
            // 
            this.lblSearchBox.AutoSize = true;
            this.lblSearchBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblSearchBox.Location = new System.Drawing.Point(36, 26);
            this.lblSearchBox.Name = "lblSearchBox";
            this.lblSearchBox.Size = new System.Drawing.Size(174, 27);
            this.lblSearchBox.TabIndex = 5;
            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.btnSearch);
            this.panelSearchBox.Controls.Add(this.chkUnusedData);
            this.panelSearchBox.Controls.Add(this.tlpSearchPattrern);
            this.panelSearchBox.Controls.Add(this.tableLayoutPanel1);
            this.panelSearchBox.Location = new System.Drawing.Point(28, 24);
            this.panelSearchBox.Name = "panelSearchBox";
            this.panelSearchBox.Size = new System.Drawing.Size(1522, 165);
            this.panelSearchBox.TabIndex = 4;
            // 
            // 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", 22.8F);
            this.btnSearch.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnSearch.Location = new System.Drawing.Point(1310, 75);
            this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.btnSearch.Name = "btnSearch";
            this.btnSearch.Size = new System.Drawing.Size(172, 53);
            this.btnSearch.TabIndex = 9;
            this.btnSearch.Text = "検索";
            this.btnSearch.UseVisualStyleBackColor = false;
            // 
            // chkUnusedData
            // 
            this.chkUnusedData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.chkUnusedData.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.chkUnusedData.Location = new System.Drawing.Point(974, 75);
            this.chkUnusedData.Name = "chkUnusedData";
            this.chkUnusedData.Size = new System.Drawing.Size(296, 33);
            this.chkUnusedData.TabIndex = 10;
            this.chkUnusedData.Text = "未使用データも表示";
            this.chkUnusedData.UseVisualStyleBackColor = true;
            // 
            // tlpSearchPattrern
            // 
            this.tlpSearchPattrern.AutoSize = true;
            this.tlpSearchPattrern.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tlpSearchPattrern.ColumnCount = 2;
            this.tlpSearchPattrern.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 135F));
            this.tlpSearchPattrern.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 225F));
            this.tlpSearchPattrern.Controls.Add(this.mgmtNumberTxtBox, 1, 0);
            this.tlpSearchPattrern.Controls.Add(this.label1, 0, 0);
            this.tlpSearchPattrern.Location = new System.Drawing.Point(29, 30);
            this.tlpSearchPattrern.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.tlpSearchPattrern.Name = "tlpSearchPattrern";
            this.tlpSearchPattrern.RowCount = 1;
            this.tlpSearchPattrern.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tlpSearchPattrern.Size = new System.Drawing.Size(360, 34);
            this.tlpSearchPattrern.TabIndex = 7;
            // 
            // mgmtNumberTxtBox
            // 
            this.mgmtNumberTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.mgmtNumberTxtBox.Location = new System.Drawing.Point(135, 0);
            this.mgmtNumberTxtBox.Margin = new System.Windows.Forms.Padding(0);
            this.mgmtNumberTxtBox.Name = "mgmtNumberTxtBox";
            this.mgmtNumberTxtBox.Size = new System.Drawing.Size(225, 34);
            this.mgmtNumberTxtBox.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", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Margin = new System.Windows.Forms.Padding(0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(135, 34);
            this.label1.TabIndex = 4;
            this.label1.Text = "管理番号";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.AutoSize = true;
            this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 105F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 750F));
            this.tableLayoutPanel1.Controls.Add(this.customerNameTxtBox, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblCustomerName, 0, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(415, 30);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 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(855, 34);
            this.tableLayoutPanel1.TabIndex = 8;
            // 
            // customerNameTxtBox
            // 
            this.customerNameTxtBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.customerNameTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.customerNameTxtBox.Location = new System.Drawing.Point(105, 0);
            this.customerNameTxtBox.Margin = new System.Windows.Forms.Padding(0);
            this.customerNameTxtBox.Name = "customerNameTxtBox";
            this.customerNameTxtBox.Size = new System.Drawing.Size(750, 34);
            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", 19.8F, System.Drawing.FontStyle.Regular, 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(105, 34);
            this.lblCustomerName.TabIndex = 4;
            this.lblCustomerName.Text = "顧客名";
            this.lblCustomerName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // SearchBoxControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel);
            this.Name = "SearchBoxControl";
            this.Size = new System.Drawing.Size(1875, 273);
            this.panel.ResumeLayout(false);
            this.panel.PerformLayout();
            this.panelSearchBox.ResumeLayout(false);
            this.panelSearchBox.PerformLayout();
            this.tlpSearchPattrern.ResumeLayout(false);
            this.tlpSearchPattrern.PerformLayout();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Panel panel;
        private System.Windows.Forms.Label lblSearchBox;
        private System.Windows.Forms.Panel panelSearchBox;
        private System.Windows.Forms.Button btnSearch;
        private System.Windows.Forms.CheckBox chkUnusedData;
        private System.Windows.Forms.TableLayoutPanel tlpSearchPattrern;
        private System.Windows.Forms.TextBox mgmtNumberTxtBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.TextBox customerNameTxtBox;
        private System.Windows.Forms.Label lblCustomerName;
    }
}