UserControls/CustomerIndividualEditControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class CustomerIndividualEditControl
    {
        /// <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.txtCustomerName = new System.Windows.Forms.TextBox();
            this.txtMgmtNumber = new System.Windows.Forms.TextBox();
            this.lblCustomerName = new System.Windows.Forms.Label();
            this.lblMgmtNumber = new System.Windows.Forms.Label();
            this.lblRoomId = new System.Windows.Forms.Label();
            this.txtRoomId = new System.Windows.Forms.TextBox();
            this.lblDestinationAccountId = new System.Windows.Forms.Label();
            this.txtSortOrder = new System.Windows.Forms.TextBox();
            this.lblSortOrder = new System.Windows.Forms.Label();
            this.txtDestinationAccountId = new System.Windows.Forms.TextBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.chkUnusedData = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtCustomerName
            // 
            this.txtCustomerName.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.txtCustomerName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtCustomerName.Location = new System.Drawing.Point(377, 208);
            this.txtCustomerName.Name = "txtCustomerName";
            this.txtCustomerName.Size = new System.Drawing.Size(594, 39);
            this.txtCustomerName.TabIndex = 18;
            // 
            // txtMgmtNumber
            // 
            this.txtMgmtNumber.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.txtMgmtNumber.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtMgmtNumber.Location = new System.Drawing.Point(377, 103);
            this.txtMgmtNumber.Name = "txtMgmtNumber";
            this.txtMgmtNumber.Size = new System.Drawing.Size(357, 39);
            this.txtMgmtNumber.TabIndex = 17;
            // 
            // lblCustomerName
            // 
            this.lblCustomerName.AutoSize = true;
            this.lblCustomerName.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblCustomerName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblCustomerName.Location = new System.Drawing.Point(27, 205);
            this.lblCustomerName.Name = "lblCustomerName";
            this.lblCustomerName.Size = new System.Drawing.Size(344, 45);
            this.lblCustomerName.TabIndex = 16;
            this.lblCustomerName.Text = "顧客名";
            this.lblCustomerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblMgmtNumber
            // 
            this.lblMgmtNumber.AutoSize = true;
            this.lblMgmtNumber.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblMgmtNumber.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblMgmtNumber.Location = new System.Drawing.Point(27, 100);
            this.lblMgmtNumber.Name = "lblMgmtNumber";
            this.lblMgmtNumber.Size = new System.Drawing.Size(344, 45);
            this.lblMgmtNumber.TabIndex = 15;
            this.lblMgmtNumber.Text = "管理番号";
            this.lblMgmtNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblRoomId
            // 
            this.lblRoomId.AutoSize = true;
            this.lblRoomId.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblRoomId.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblRoomId.Location = new System.Drawing.Point(27, 310);
            this.lblRoomId.Name = "lblRoomId";
            this.lblRoomId.Size = new System.Drawing.Size(344, 45);
            this.lblRoomId.TabIndex = 15;
            this.lblRoomId.Text = "ルームID";
            this.lblRoomId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtRoomId
            // 
            this.txtRoomId.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.txtRoomId.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtRoomId.Location = new System.Drawing.Point(377, 313);
            this.txtRoomId.Name = "txtRoomId";
            this.txtRoomId.Size = new System.Drawing.Size(357, 39);
            this.txtRoomId.TabIndex = 17;
            // 
            // lblDestinationAccountId
            // 
            this.lblDestinationAccountId.AutoSize = true;
            this.lblDestinationAccountId.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblDestinationAccountId.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblDestinationAccountId.Location = new System.Drawing.Point(27, 415);
            this.lblDestinationAccountId.Name = "lblDestinationAccountId";
            this.lblDestinationAccountId.Size = new System.Drawing.Size(344, 45);
            this.lblDestinationAccountId.TabIndex = 15;
            this.lblDestinationAccountId.Text = "宛先アカウントID";
            this.lblDestinationAccountId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtSortOrder
            // 
            this.txtSortOrder.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.txtSortOrder.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtSortOrder.Location = new System.Drawing.Point(377, 523);
            this.txtSortOrder.Name = "txtSortOrder";
            this.txtSortOrder.Size = new System.Drawing.Size(143, 39);
            this.txtSortOrder.TabIndex = 17;
            // 
            // lblSortOrder
            // 
            this.lblSortOrder.AutoSize = true;
            this.lblSortOrder.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblSortOrder.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblSortOrder.Location = new System.Drawing.Point(27, 520);
            this.lblSortOrder.Name = "lblSortOrder";
            this.lblSortOrder.Size = new System.Drawing.Size(344, 45);
            this.lblSortOrder.TabIndex = 15;
            this.lblSortOrder.Text = "並び順";
            this.lblSortOrder.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // txtDestinationAccountId
            // 
            this.txtDestinationAccountId.Anchor = System.Windows.Forms.AnchorStyles.Left;
            this.txtDestinationAccountId.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.txtDestinationAccountId.Location = new System.Drawing.Point(377, 418);
            this.txtDestinationAccountId.Name = "txtDestinationAccountId";
            this.txtDestinationAccountId.Size = new System.Drawing.Size(357, 39);
            this.txtDestinationAccountId.TabIndex = 17;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 5;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 350F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 600F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 250F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel1.Controls.Add(this.lblMgmtNumber, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.txtMgmtNumber, 2, 1);
            this.tableLayoutPanel1.Controls.Add(this.lblCustomerName, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lblSortOrder, 1, 9);
            this.tableLayoutPanel1.Controls.Add(this.txtSortOrder, 2, 9);
            this.tableLayoutPanel1.Controls.Add(this.lblDestinationAccountId, 1, 7);
            this.tableLayoutPanel1.Controls.Add(this.lblRoomId, 1, 5);
            this.tableLayoutPanel1.Controls.Add(this.txtRoomId, 2, 5);
            this.tableLayoutPanel1.Controls.Add(this.txtCustomerName, 2, 3);
            this.tableLayoutPanel1.Controls.Add(this.txtDestinationAccountId, 2, 7);
            this.tableLayoutPanel1.Controls.Add(this.chkUnusedData, 3, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 12;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1249, 669);
            this.tableLayoutPanel1.TabIndex = 20;
            // 
            // chkUnusedData
            // 
            this.chkUnusedData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            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(977, 64);
            this.chkUnusedData.Name = "chkUnusedData";
            this.chkUnusedData.Size = new System.Drawing.Size(201, 33);
            this.chkUnusedData.TabIndex = 10;
            this.chkUnusedData.Text = "未使用にする";
            this.chkUnusedData.UseVisualStyleBackColor = true;
            // 
            // CustomerIndividualEditControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "CustomerIndividualEditControl";
            this.Size = new System.Drawing.Size(1249, 669);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TextBox txtCustomerName;
        private System.Windows.Forms.TextBox txtMgmtNumber;
        private System.Windows.Forms.Label lblCustomerName;
        private System.Windows.Forms.Label lblMgmtNumber;
        private System.Windows.Forms.Label lblRoomId;
        private System.Windows.Forms.TextBox txtRoomId;
        private System.Windows.Forms.Label lblDestinationAccountId;
        private System.Windows.Forms.TextBox txtSortOrder;
        private System.Windows.Forms.Label lblSortOrder;
        private System.Windows.Forms.TextBox txtDestinationAccountId;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.CheckBox chkUnusedData;
    }
}