UserControls/MessageSendResultControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class MessageSendResultControl
    {
        /// <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.btnBack = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblNumberOfSuccesses = new System.Windows.Forms.Label();
            this.lblNumberOfFailures = new System.Windows.Forms.Label();
            this.lblPatternName = new System.Windows.Forms.Label();
            this.lblSendDt = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.tabResults = new System.Windows.Forms.TabControl();
            this.tabPageResults = new System.Windows.Forms.TabPage();
            this.txtResults = new System.Windows.Forms.TextBox();
            this.tabPageErrorResults = new System.Windows.Forms.TabPage();
            this.txtErrorResults = new System.Windows.Forms.TextBox();
            this.tabPageInputInfos = new System.Windows.Forms.TabPage();
            this.txtAttachmentFolder = new System.Windows.Forms.TextBox();
            this.lblAttemtedPath = new System.Windows.Forms.Label();
            this.txtActualContents = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.dgvDestinationAndFilePath = new System.Windows.Forms.DataGridView();
            this.label11 = new System.Windows.Forms.Label();
            this.lblSenderUserName = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.lblSenderPcName = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.btnReSend = new System.Windows.Forms.Button();
            this.tabResults.SuspendLayout();
            this.tabPageResults.SuspendLayout();
            this.tabPageErrorResults.SuspendLayout();
            this.tabPageInputInfos.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDestinationAndFilePath)).BeginInit();
            this.SuspendLayout();
            // 
            // btnBack
            // 
            this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnBack.BackColor = System.Drawing.Color.Gray;
            this.btnBack.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnBack.FlatAppearance.BorderSize = 0;
            this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBack.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.btnBack.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnBack.Location = new System.Drawing.Point(9, 856);
            this.btnBack.Margin = new System.Windows.Forms.Padding(2);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(218, 36);
            this.btnBack.TabIndex = 52;
            this.btnBack.Text = "メイン画面に戻る";
            this.btnBack.UseVisualStyleBackColor = false;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.label1.Location = new System.Drawing.Point(0, 4);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(831, 25);
            this.label1.TabIndex = 53;
            this.label1.Text = "送信処理が完了しました。";
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label2.Location = new System.Drawing.Point(0, 40);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(89, 21);
            this.label2.TabIndex = 54;
            this.label2.Text = "成功件数";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label3.Location = new System.Drawing.Point(2, 61);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(89, 21);
            this.label3.TabIndex = 55;
            this.label3.Text = "失敗件数";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblNumberOfSuccesses
            // 
            this.lblNumberOfSuccesses.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblNumberOfSuccesses.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.lblNumberOfSuccesses.Location = new System.Drawing.Point(95, 40);
            this.lblNumberOfSuccesses.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblNumberOfSuccesses.Name = "lblNumberOfSuccesses";
            this.lblNumberOfSuccesses.Size = new System.Drawing.Size(89, 21);
            this.lblNumberOfSuccesses.TabIndex = 56;
            this.lblNumberOfSuccesses.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblNumberOfFailures
            // 
            this.lblNumberOfFailures.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblNumberOfFailures.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.lblNumberOfFailures.ForeColor = System.Drawing.Color.Red;
            this.lblNumberOfFailures.Location = new System.Drawing.Point(95, 60);
            this.lblNumberOfFailures.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblNumberOfFailures.Name = "lblNumberOfFailures";
            this.lblNumberOfFailures.Size = new System.Drawing.Size(89, 21);
            this.lblNumberOfFailures.TabIndex = 57;
            this.lblNumberOfFailures.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblPatternName
            // 
            this.lblPatternName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblPatternName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.lblPatternName.Location = new System.Drawing.Point(357, 60);
            this.lblPatternName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblPatternName.Name = "lblPatternName";
            this.lblPatternName.Size = new System.Drawing.Size(762, 21);
            this.lblPatternName.TabIndex = 61;
            this.lblPatternName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblSendDt
            // 
            this.lblSendDt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblSendDt.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.lblSendDt.Location = new System.Drawing.Point(357, 40);
            this.lblSendDt.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblSendDt.Name = "lblSendDt";
            this.lblSendDt.Size = new System.Drawing.Size(217, 21);
            this.lblSendDt.TabIndex = 60;
            this.lblSendDt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label8
            // 
            this.label8.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label8.Location = new System.Drawing.Point(227, 61);
            this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(126, 21);
            this.label8.TabIndex = 59;
            this.label8.Text = "パターン名称";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label9
            // 
            this.label9.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label9.Location = new System.Drawing.Point(225, 40);
            this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(126, 21);
            this.label9.TabIndex = 58;
            this.label9.Text = "送信日時";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // tabResults
            // 
            this.tabResults.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.tabResults.Controls.Add(this.tabPageResults);
            this.tabResults.Controls.Add(this.tabPageErrorResults);
            this.tabResults.Controls.Add(this.tabPageInputInfos);
            this.tabResults.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.tabResults.Location = new System.Drawing.Point(5, 100);
            this.tabResults.Margin = new System.Windows.Forms.Padding(0);
            this.tabResults.Name = "tabResults";
            this.tabResults.Padding = new System.Drawing.Point(0, 0);
            this.tabResults.SelectedIndex = 0;
            this.tabResults.Size = new System.Drawing.Size(1590, 751);
            this.tabResults.TabIndex = 62;
            // 
            // tabPageResults
            // 
            this.tabPageResults.Controls.Add(this.txtResults);
            this.tabPageResults.Location = new System.Drawing.Point(4, 26);
            this.tabPageResults.Name = "tabPageResults";
            this.tabPageResults.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageResults.Size = new System.Drawing.Size(1582, 721);
            this.tabPageResults.TabIndex = 0;
            this.tabPageResults.Text = "送信結果";
            this.tabPageResults.UseVisualStyleBackColor = true;
            // 
            // txtResults
            // 
            this.txtResults.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.txtResults.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.txtResults.Location = new System.Drawing.Point(4, 4);
            this.txtResults.Multiline = true;
            this.txtResults.Name = "txtResults";
            this.txtResults.ReadOnly = true;
            this.txtResults.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtResults.Size = new System.Drawing.Size(1577, 711);
            this.txtResults.TabIndex = 0;
            // 
            // tabPageErrorResults
            // 
            this.tabPageErrorResults.Controls.Add(this.txtErrorResults);
            this.tabPageErrorResults.ForeColor = System.Drawing.SystemColors.ControlText;
            this.tabPageErrorResults.Location = new System.Drawing.Point(4, 26);
            this.tabPageErrorResults.Name = "tabPageErrorResults";
            this.tabPageErrorResults.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageErrorResults.Size = new System.Drawing.Size(1582, 721);
            this.tabPageErrorResults.TabIndex = 1;
            this.tabPageErrorResults.Text = "送信結果(エラーのみ)";
            this.tabPageErrorResults.UseVisualStyleBackColor = true;
            // 
            // txtErrorResults
            // 
            this.txtErrorResults.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.txtErrorResults.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.txtErrorResults.Location = new System.Drawing.Point(4, 4);
            this.txtErrorResults.Multiline = true;
            this.txtErrorResults.Name = "txtErrorResults";
            this.txtErrorResults.ReadOnly = true;
            this.txtErrorResults.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtErrorResults.Size = new System.Drawing.Size(1577, 711);
            this.txtErrorResults.TabIndex = 1;
            // 
            // tabPageInputInfos
            // 
            this.tabPageInputInfos.Controls.Add(this.txtAttachmentFolder);
            this.tabPageInputInfos.Controls.Add(this.lblAttemtedPath);
            this.tabPageInputInfos.Controls.Add(this.txtActualContents);
            this.tabPageInputInfos.Controls.Add(this.label10);
            this.tabPageInputInfos.Controls.Add(this.dgvDestinationAndFilePath);
            this.tabPageInputInfos.Controls.Add(this.label11);
            this.tabPageInputInfos.Location = new System.Drawing.Point(4, 26);
            this.tabPageInputInfos.Margin = new System.Windows.Forms.Padding(0);
            this.tabPageInputInfos.Name = "tabPageInputInfos";
            this.tabPageInputInfos.Size = new System.Drawing.Size(1582, 721);
            this.tabPageInputInfos.TabIndex = 2;
            this.tabPageInputInfos.Text = "送信前の入力情報";
            this.tabPageInputInfos.UseVisualStyleBackColor = true;
            // 
            // txtAttachmentFolder
            // 
            this.txtAttachmentFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAttachmentFolder.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.txtAttachmentFolder.Location = new System.Drawing.Point(7, 692);
            this.txtAttachmentFolder.Name = "txtAttachmentFolder";
            this.txtAttachmentFolder.ReadOnly = true;
            this.txtAttachmentFolder.Size = new System.Drawing.Size(1572, 21);
            this.txtAttachmentFolder.TabIndex = 23;
            // 
            // lblAttemtedPath
            // 
            this.lblAttemtedPath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblAttemtedPath.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.lblAttemtedPath.Location = new System.Drawing.Point(4, 666);
            this.lblAttemtedPath.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblAttemtedPath.Name = "lblAttemtedPath";
            this.lblAttemtedPath.Size = new System.Drawing.Size(223, 27);
            this.lblAttemtedPath.TabIndex = 22;
            this.lblAttemtedPath.Text = "添付ファイル保存場所";
            this.lblAttemtedPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // txtActualContents
            // 
            this.txtActualContents.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtActualContents.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.txtActualContents.Location = new System.Drawing.Point(7, 450);
            this.txtActualContents.Multiline = true;
            this.txtActualContents.Name = "txtActualContents";
            this.txtActualContents.ReadOnly = true;
            this.txtActualContents.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtActualContents.Size = new System.Drawing.Size(1572, 213);
            this.txtActualContents.TabIndex = 21;
            // 
            // label10
            // 
            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label10.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label10.Location = new System.Drawing.Point(4, 422);
            this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(380, 27);
            this.label10.TabIndex = 20;
            this.label10.Text = "実際の送信内容";
            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // dgvDestinationAndFilePath
            // 
            this.dgvDestinationAndFilePath.AllowUserToAddRows = false;
            this.dgvDestinationAndFilePath.AllowUserToDeleteRows = false;
            this.dgvDestinationAndFilePath.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.dgvDestinationAndFilePath.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvDestinationAndFilePath.Location = new System.Drawing.Point(7, 28);
            this.dgvDestinationAndFilePath.Name = "dgvDestinationAndFilePath";
            this.dgvDestinationAndFilePath.ReadOnly = true;
            this.dgvDestinationAndFilePath.RowTemplate.Height = 21;
            this.dgvDestinationAndFilePath.Size = new System.Drawing.Size(1572, 391);
            this.dgvDestinationAndFilePath.TabIndex = 19;
            // 
            // label11
            // 
            this.label11.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label11.Location = new System.Drawing.Point(2, 0);
            this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(380, 27);
            this.label11.TabIndex = 18;
            this.label11.Text = "送信対象およびファイルパス";
            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblSenderUserName
            // 
            this.lblSenderUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblSenderUserName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.lblSenderUserName.Location = new System.Drawing.Point(1315, 59);
            this.lblSenderUserName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblSenderUserName.Name = "lblSenderUserName";
            this.lblSenderUserName.Size = new System.Drawing.Size(217, 21);
            this.lblSenderUserName.TabIndex = 64;
            this.lblSenderUserName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label5
            // 
            this.label5.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label5.Location = new System.Drawing.Point(1160, 59);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(151, 21);
            this.label5.TabIndex = 63;
            this.label5.Text = "送信者ユーザー名";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblSenderPcName
            // 
            this.lblSenderPcName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblSenderPcName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F);
            this.lblSenderPcName.Location = new System.Drawing.Point(1315, 40);
            this.lblSenderPcName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblSenderPcName.Name = "lblSenderPcName";
            this.lblSenderPcName.Size = new System.Drawing.Size(217, 21);
            this.lblSenderPcName.TabIndex = 66;
            this.lblSenderPcName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label7
            // 
            this.label7.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
            this.label7.Location = new System.Drawing.Point(1160, 40);
            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(151, 21);
            this.label7.TabIndex = 65;
            this.label7.Text = "送信者PC名";
            this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // btnReSend
            // 
            this.btnReSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnReSend.BackColor = System.Drawing.Color.Red;
            this.btnReSend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.btnReSend.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnReSend.FlatAppearance.BorderSize = 0;
            this.btnReSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnReSend.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 18F);
            this.btnReSend.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnReSend.Location = new System.Drawing.Point(574, 856);
            this.btnReSend.Margin = new System.Windows.Forms.Padding(2);
            this.btnReSend.Name = "btnReSend";
            this.btnReSend.Size = new System.Drawing.Size(439, 36);
            this.btnReSend.TabIndex = 67;
            this.btnReSend.Text = "送信が失敗したデータのみ再送する";
            this.btnReSend.UseVisualStyleBackColor = false;
            this.btnReSend.Click += new System.EventHandler(this.btnReSend_Click);
            // 
            // MessageSendResultControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.btnReSend);
            this.Controls.Add(this.lblSenderPcName);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.lblSenderUserName);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.tabResults);
            this.Controls.Add(this.lblPatternName);
            this.Controls.Add(this.lblSendDt);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.lblNumberOfFailures);
            this.Controls.Add(this.lblNumberOfSuccesses);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btnBack);
            this.Name = "MessageSendResultControl";
            this.Size = new System.Drawing.Size(1600, 900);
            this.tabResults.ResumeLayout(false);
            this.tabPageResults.ResumeLayout(false);
            this.tabPageResults.PerformLayout();
            this.tabPageErrorResults.ResumeLayout(false);
            this.tabPageErrorResults.PerformLayout();
            this.tabPageInputInfos.ResumeLayout(false);
            this.tabPageInputInfos.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDestinationAndFilePath)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label lblNumberOfSuccesses;
        private System.Windows.Forms.Label lblNumberOfFailures;
        private System.Windows.Forms.Label lblPatternName;
        private System.Windows.Forms.Label lblSendDt;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TabControl tabResults;
        private System.Windows.Forms.TabPage tabPageResults;
        private System.Windows.Forms.TabPage tabPageErrorResults;
        private System.Windows.Forms.TabPage tabPageInputInfos;
        private System.Windows.Forms.TextBox txtResults;
        private System.Windows.Forms.TextBox txtErrorResults;
        private System.Windows.Forms.TextBox txtActualContents;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.DataGridView dgvDestinationAndFilePath;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox txtAttachmentFolder;
        private System.Windows.Forms.Label lblAttemtedPath;
        private System.Windows.Forms.Label lblSenderUserName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label lblSenderPcName;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button btnReSend;
    }
}