UserControls/SenderInfoControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class SenderInfoControl
    {
        /// <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.btnUpdate = new System.Windows.Forms.Button();
            this.btnReturn = new System.Windows.Forms.Button();
            this.lblSenderTestRId = new System.Windows.Forms.Label();
            this.lblSenderNameMemo = new System.Windows.Forms.Label();
            this.lblSenderNameMemoNote = new System.Windows.Forms.Label();
            this.lblApiTokenNote = new System.Windows.Forms.Label();
            this.lblApiToken = new System.Windows.Forms.Label();
            this.apiTokenTxtBox = new System.Windows.Forms.TextBox();
            this.senderNameMemoTxtBox = new System.Windows.Forms.TextBox();
            this.testRoomIDTxtBox = new System.Windows.Forms.TextBox();
            this.panel.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel
            // 
            this.panel.Controls.Add(this.btnUpdate);
            this.panel.Controls.Add(this.btnReturn);
            this.panel.Controls.Add(this.lblSenderTestRId);
            this.panel.Controls.Add(this.lblSenderNameMemo);
            this.panel.Controls.Add(this.lblSenderNameMemoNote);
            this.panel.Controls.Add(this.lblApiTokenNote);
            this.panel.Controls.Add(this.lblApiToken);
            this.panel.Controls.Add(this.apiTokenTxtBox);
            this.panel.Controls.Add(this.senderNameMemoTxtBox);
            this.panel.Controls.Add(this.testRoomIDTxtBox);
            this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel.Location = new System.Drawing.Point(0, 0);
            this.panel.Margin = new System.Windows.Forms.Padding(2);
            this.panel.Name = "panel";
            this.panel.Size = new System.Drawing.Size(1050, 480);
            this.panel.TabIndex = 5;
            // 
            // btnUpdate
            // 
            this.btnUpdate.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnUpdate.BackColor = System.Drawing.Color.Gray;
            this.btnUpdate.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnUpdate.FlatAppearance.BorderSize = 0;
            this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpdate.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
            this.btnUpdate.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnUpdate.Location = new System.Drawing.Point(768, 304);
            this.btnUpdate.Margin = new System.Windows.Forms.Padding(2);
            this.btnUpdate.Name = "btnUpdate";
            this.btnUpdate.Size = new System.Drawing.Size(116, 61);
            this.btnUpdate.TabIndex = 3;
            this.btnUpdate.Text = "更新";
            this.btnUpdate.UseVisualStyleBackColor = false;
            // 
            // btnReturn
            // 
            this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.btnReturn.BackColor = System.Drawing.Color.Gray;
            this.btnReturn.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnReturn.FlatAppearance.BorderSize = 0;
            this.btnReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReturn.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 22.8F);
            this.btnReturn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnReturn.Location = new System.Drawing.Point(160, 304);
            this.btnReturn.Margin = new System.Windows.Forms.Padding(2);
            this.btnReturn.Name = "btnReturn";
            this.btnReturn.Size = new System.Drawing.Size(116, 61);
            this.btnReturn.TabIndex = 2;
            this.btnReturn.Text = "戻る";
            this.btnReturn.UseVisualStyleBackColor = false;
            this.btnReturn.Click += new System.EventHandler(this.BtnReturn_Click);
            // 
            // lblSenderTestRId
            // 
            this.lblSenderTestRId.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblSenderTestRId.AutoSize = true;
            this.lblSenderTestRId.CausesValidation = false;
            this.lblSenderTestRId.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblSenderTestRId.Location = new System.Drawing.Point(720, 111);
            this.lblSenderTestRId.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblSenderTestRId.Name = "lblSenderTestRId";
            this.lblSenderTestRId.Size = new System.Drawing.Size(302, 22);
            this.lblSenderTestRId.TabIndex = 1;
            this.lblSenderTestRId.Text = "テスト送信先ルームID(rid)";
            // 
            // lblSenderNameMemo
            // 
            this.lblSenderNameMemo.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblSenderNameMemo.AutoSize = true;
            this.lblSenderNameMemo.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblSenderNameMemo.Location = new System.Drawing.Point(45, 227);
            this.lblSenderNameMemo.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblSenderNameMemo.Name = "lblSenderNameMemo";
            this.lblSenderNameMemo.Size = new System.Drawing.Size(319, 22);
            this.lblSenderNameMemo.TabIndex = 1;
            this.lblSenderNameMemo.Text = "Chatwork送信用アカウント名";
            // 
            // lblSenderNameMemoNote
            // 
            this.lblSenderNameMemoNote.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblSenderNameMemoNote.AutoSize = true;
            this.lblSenderNameMemoNote.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblSenderNameMemoNote.Location = new System.Drawing.Point(45, 205);
            this.lblSenderNameMemoNote.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblSenderNameMemoNote.Name = "lblSenderNameMemoNote";
            this.lblSenderNameMemoNote.Size = new System.Drawing.Size(670, 22);
            this.lblSenderNameMemoNote.TabIndex = 1;
            this.lblSenderNameMemoNote.Text = "※以下はメモ用にお使いください(ツール上では使用されません)";
            // 
            // lblApiTokenNote
            // 
            this.lblApiTokenNote.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblApiTokenNote.AutoSize = true;
            this.lblApiTokenNote.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblApiTokenNote.Location = new System.Drawing.Point(171, 111);
            this.lblApiTokenNote.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblApiTokenNote.Name = "lblApiTokenNote";
            this.lblApiTokenNote.Size = new System.Drawing.Size(429, 22);
            this.lblApiTokenNote.TabIndex = 1;
            this.lblApiTokenNote.Text = "※事前にChatwork側での発行が必要です";
            // 
            // lblApiToken
            // 
            this.lblApiToken.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblApiToken.AutoSize = true;
            this.lblApiToken.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblApiToken.Location = new System.Drawing.Point(45, 111);
            this.lblApiToken.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblApiToken.Name = "lblApiToken";
            this.lblApiToken.Size = new System.Drawing.Size(136, 22);
            this.lblApiToken.TabIndex = 1;
            this.lblApiToken.Text = "APIトークン";
            // 
            // apiTokenTxtBox
            // 
            this.apiTokenTxtBox.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.apiTokenTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.apiTokenTxtBox.Location = new System.Drawing.Point(49, 137);
            this.apiTokenTxtBox.Margin = new System.Windows.Forms.Padding(2);
            this.apiTokenTxtBox.Name = "apiTokenTxtBox";
            this.apiTokenTxtBox.Size = new System.Drawing.Size(598, 29);
            this.apiTokenTxtBox.TabIndex = 0;
            // 
            // senderNameMemoTxtBox
            // 
            this.senderNameMemoTxtBox.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.senderNameMemoTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.senderNameMemoTxtBox.Location = new System.Drawing.Point(49, 252);
            this.senderNameMemoTxtBox.Margin = new System.Windows.Forms.Padding(2);
            this.senderNameMemoTxtBox.Name = "senderNameMemoTxtBox";
            this.senderNameMemoTxtBox.Size = new System.Drawing.Size(294, 29);
            this.senderNameMemoTxtBox.TabIndex = 0;
            // 
            // testRoomIDTxtBox
            // 
            this.testRoomIDTxtBox.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.testRoomIDTxtBox.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.testRoomIDTxtBox.Location = new System.Drawing.Point(723, 137);
            this.testRoomIDTxtBox.Margin = new System.Windows.Forms.Padding(2);
            this.testRoomIDTxtBox.Name = "testRoomIDTxtBox";
            this.testRoomIDTxtBox.Size = new System.Drawing.Size(230, 29);
            this.testRoomIDTxtBox.TabIndex = 0;
            // 
            // SenderInfoControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel);
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name = "SenderInfoControl";
            this.Size = new System.Drawing.Size(1050, 480);
            this.Load += new System.EventHandler(this.SenderInfoControl_Load);
            this.panel.ResumeLayout(false);
            this.panel.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel;
        private System.Windows.Forms.Button btnUpdate;
        private System.Windows.Forms.Button btnReturn;
        private System.Windows.Forms.Label lblSenderTestRId;
        private System.Windows.Forms.Label lblSenderNameMemo;
        private System.Windows.Forms.Label lblSenderNameMemoNote;
        private System.Windows.Forms.Label lblApiTokenNote;
        private System.Windows.Forms.Label lblApiToken;
        private System.Windows.Forms.TextBox apiTokenTxtBox;
        private System.Windows.Forms.TextBox senderNameMemoTxtBox;
        private System.Windows.Forms.TextBox testRoomIDTxtBox;
    }
}