UserControls/PatternSearchBoxControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class PatternSearchBoxControl
    {
        /// <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.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.chkUnusedData = new System.Windows.Forms.CheckBox();
            this.tlpSearchPattrern = new System.Windows.Forms.TableLayoutPanel();
            this.lblPattrernName = new System.Windows.Forms.Label();
            this.PattrernNameTxtBox = new System.Windows.Forms.TextBox();
            this.mgmtNumberTxtBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.panel.SuspendLayout();
            this.panelSearchBox.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.tlpSearchPattrern.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel
            // 
            this.panel.Controls.Add(this.lblSearchBox);
            this.panel.Controls.Add(this.panelSearchBox);
            this.panel.Location = new System.Drawing.Point(3, 2);
            this.panel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.panel.Name = "panel";
            this.panel.Size = new System.Drawing.Size(2111, 259);
            this.panel.TabIndex = 8;
            // 
            // lblSearchBox
            // 
            this.lblSearchBox.Anchor = System.Windows.Forms.AnchorStyles.None;
            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(49, 15);
            this.lblSearchBox.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblSearchBox.Name = "lblSearchBox";
            this.lblSearchBox.Size = new System.Drawing.Size(213, 33);
            this.lblSearchBox.TabIndex = 11;
            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.tableLayoutPanel1);
            this.panelSearchBox.Controls.Add(this.btnSearch);
            this.panelSearchBox.Controls.Add(this.chkUnusedData);
            this.panelSearchBox.Controls.Add(this.tlpSearchPattrern);
            this.panelSearchBox.Location = new System.Drawing.Point(16, 30);
            this.panelSearchBox.Margin = new System.Windows.Forms.Padding(4);
            this.panelSearchBox.Name = "panelSearchBox";
            this.panelSearchBox.Size = new System.Drawing.Size(2063, 213);
            this.panelSearchBox.TabIndex = 10;
            // 
            // 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, 140F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 1000F));
            this.tableLayoutPanel1.Controls.Add(this.customerNameTxtBox, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.lblCustomerName, 0, 0);
            this.tableLayoutPanel1.Location = new System.Drawing.Point(616, 67);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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(1140, 40);
            this.tableLayoutPanel1.TabIndex = 13;
            // 
            // 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(140, 0);
            this.customerNameTxtBox.Margin = new System.Windows.Forms.Padding(0);
            this.customerNameTxtBox.Name = "customerNameTxtBox";
            this.customerNameTxtBox.Size = new System.Drawing.Size(1000, 40);
            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(140, 40);
            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", 22.8F);
            this.btnSearch.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnSearch.Location = new System.Drawing.Point(1795, 111);
            this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
            this.btnSearch.Name = "btnSearch";
            this.btnSearch.Size = new System.Drawing.Size(230, 66);
            this.btnSearch.TabIndex = 11;
            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(1361, 111);
            this.chkUnusedData.Margin = new System.Windows.Forms.Padding(4);
            this.chkUnusedData.Name = "chkUnusedData";
            this.chkUnusedData.Size = new System.Drawing.Size(395, 41);
            this.chkUnusedData.TabIndex = 12;
            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, 250F));
            this.tlpSearchPattrern.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 300F));
            this.tlpSearchPattrern.Controls.Add(this.lblPattrernName, 0, 0);
            this.tlpSearchPattrern.Controls.Add(this.PattrernNameTxtBox, 1, 0);
            this.tlpSearchPattrern.Controls.Add(this.mgmtNumberTxtBox, 1, 1);
            this.tlpSearchPattrern.Controls.Add(this.label1, 0, 1);
            this.tlpSearchPattrern.Location = new System.Drawing.Point(43, 27);
            this.tlpSearchPattrern.Margin = new System.Windows.Forms.Padding(3, 0, 3, 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(550, 80);
            this.tlpSearchPattrern.TabIndex = 7;
            // 
            // lblPattrernName
            // 
            this.lblPattrernName.AutoSize = true;
            this.lblPattrernName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 19.8F, System.Drawing.FontStyle.Regular, 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(213, 33);
            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", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.PattrernNameTxtBox.Location = new System.Drawing.Point(250, 0);
            this.PattrernNameTxtBox.Margin = new System.Windows.Forms.Padding(0);
            this.PattrernNameTxtBox.Name = "PattrernNameTxtBox";
            this.PattrernNameTxtBox.Size = new System.Drawing.Size(300, 40);
            this.PattrernNameTxtBox.TabIndex = 1;
            // 
            // 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(250, 40);
            this.mgmtNumberTxtBox.Margin = new System.Windows.Forms.Padding(0);
            this.mgmtNumberTxtBox.Name = "mgmtNumberTxtBox";
            this.mgmtNumberTxtBox.Size = new System.Drawing.Size(300, 40);
            this.mgmtNumberTxtBox.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            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, 40);
            this.label1.Margin = new System.Windows.Forms.Padding(0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(147, 33);
            this.label1.TabIndex = 4;
            this.label1.Text = "管理番号";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // PatternSearchBoxControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "PatternSearchBoxControl";
            this.Size = new System.Drawing.Size(2500, 327);
            this.panel.ResumeLayout(false);
            this.panel.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 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.Label lblPattrernName;
        private System.Windows.Forms.TextBox PattrernNameTxtBox;
        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;
    }
}