UserControls/SendContentControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class SendContentControl
    {
        /// <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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.label1 = new System.Windows.Forms.Label();
            this.txtContents = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.rdoAutomaticSelection = new System.Windows.Forms.RadioButton();
            this.rdoManualSelection = new System.Windows.Forms.RadioButton();
            this.pnlManualSetting = new System.Windows.Forms.Panel();
            this.chkSelectAll = new System.Windows.Forms.CheckBox();
            this.dgvDestinationList = new System.Windows.Forms.DataGridView();
            this.btnRemoveFilter = new System.Windows.Forms.Button();
            this.btnFilter = new System.Windows.Forms.Button();
            this.txtFilterCustomerName = new System.Windows.Forms.TextBox();
            this.txtFilterManagementNumber = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.pnlManualSetting.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDestinationList)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold);
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(86, 27);
            this.label1.TabIndex = 7;
            this.label1.Text = "送信内容";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // txtContents
            // 
            this.txtContents.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.txtContents.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.txtContents.Location = new System.Drawing.Point(8, 24);
            this.txtContents.Multiline = true;
            this.txtContents.Name = "txtContents";
            this.txtContents.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtContents.Size = new System.Drawing.Size(527, 391);
            this.txtContents.TabIndex = 8;
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold);
            this.label2.Location = new System.Drawing.Point(542, 0);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(86, 27);
            this.label2.TabIndex = 9;
            this.label2.Text = "送信対象";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // rdoAutomaticSelection
            // 
            this.rdoAutomaticSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdoAutomaticSelection.AutoSize = true;
            this.rdoAutomaticSelection.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.rdoAutomaticSelection.Location = new System.Drawing.Point(552, 24);
            this.rdoAutomaticSelection.Name = "rdoAutomaticSelection";
            this.rdoAutomaticSelection.Size = new System.Drawing.Size(543, 18);
            this.rdoAutomaticSelection.TabIndex = 10;
            this.rdoAutomaticSelection.TabStop = true;
            this.rdoAutomaticSelection.Text = "自動選択 ※「添付ファイル保存場所」に存在するファイルを基準に自動で決定。";
            this.rdoAutomaticSelection.UseVisualStyleBackColor = true;
            this.rdoAutomaticSelection.CheckedChanged += new System.EventHandler(this.rdoAutomaticSelection_CheckedChanged);
            // 
            // rdoManualSelection
            // 
            this.rdoManualSelection.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.rdoManualSelection.AutoSize = true;
            this.rdoManualSelection.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.rdoManualSelection.Location = new System.Drawing.Point(552, 45);
            this.rdoManualSelection.Name = "rdoManualSelection";
            this.rdoManualSelection.Size = new System.Drawing.Size(81, 18);
            this.rdoManualSelection.TabIndex = 11;
            this.rdoManualSelection.TabStop = true;
            this.rdoManualSelection.Text = "手動選択";
            this.rdoManualSelection.UseVisualStyleBackColor = true;
            this.rdoManualSelection.CheckedChanged += new System.EventHandler(this.rdoManualSelection_CheckedChanged);
            // 
            // pnlManualSetting
            // 
            this.pnlManualSetting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlManualSetting.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlManualSetting.Controls.Add(this.chkSelectAll);
            this.pnlManualSetting.Controls.Add(this.dgvDestinationList);
            this.pnlManualSetting.Controls.Add(this.btnRemoveFilter);
            this.pnlManualSetting.Controls.Add(this.btnFilter);
            this.pnlManualSetting.Controls.Add(this.txtFilterCustomerName);
            this.pnlManualSetting.Controls.Add(this.txtFilterManagementNumber);
            this.pnlManualSetting.Controls.Add(this.label5);
            this.pnlManualSetting.Controls.Add(this.label4);
            this.pnlManualSetting.Controls.Add(this.label3);
            this.pnlManualSetting.Controls.Add(this.label6);
            this.pnlManualSetting.Location = new System.Drawing.Point(567, 69);
            this.pnlManualSetting.Name = "pnlManualSetting";
            this.pnlManualSetting.Size = new System.Drawing.Size(670, 345);
            this.pnlManualSetting.TabIndex = 12;
            // 
            // chkSelectAll
            // 
            this.chkSelectAll.AutoSize = true;
            this.chkSelectAll.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.chkSelectAll.Location = new System.Drawing.Point(572, 73);
            this.chkSelectAll.Name = "chkSelectAll";
            this.chkSelectAll.Size = new System.Drawing.Size(68, 18);
            this.chkSelectAll.TabIndex = 19;
            this.chkSelectAll.Text = "全選択";
            this.chkSelectAll.UseVisualStyleBackColor = true;
            this.chkSelectAll.CheckedChanged += new System.EventHandler(this.chkSelectAll_CheckedChanged);
            // 
            // dgvDestinationList
            // 
            this.dgvDestinationList.AllowUserToAddRows = false;
            this.dgvDestinationList.AllowUserToDeleteRows = false;
            this.dgvDestinationList.AllowUserToOrderColumns = true;
            this.dgvDestinationList.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)));
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvDestinationList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvDestinationList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvDestinationList.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgvDestinationList.Location = new System.Drawing.Point(26, 91);
            this.dgvDestinationList.Name = "dgvDestinationList";
            this.dgvDestinationList.RowHeadersVisible = false;
            this.dgvDestinationList.RowHeadersWidth = 51;
            this.dgvDestinationList.RowTemplate.Height = 21;
            this.dgvDestinationList.Size = new System.Drawing.Size(620, 250);
            this.dgvDestinationList.TabIndex = 18;
            // 
            // btnRemoveFilter
            // 
            this.btnRemoveFilter.BackColor = System.Drawing.Color.Gray;
            this.btnRemoveFilter.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnRemoveFilter.FlatAppearance.BorderSize = 0;
            this.btnRemoveFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnRemoveFilter.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.btnRemoveFilter.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnRemoveFilter.Location = new System.Drawing.Point(361, 42);
            this.btnRemoveFilter.Margin = new System.Windows.Forms.Padding(2);
            this.btnRemoveFilter.Name = "btnRemoveFilter";
            this.btnRemoveFilter.Size = new System.Drawing.Size(80, 25);
            this.btnRemoveFilter.TabIndex = 16;
            this.btnRemoveFilter.Text = "絞込解除";
            this.btnRemoveFilter.UseVisualStyleBackColor = false;
            this.btnRemoveFilter.Click += new System.EventHandler(this.btnRemoveFilter_Click);
            // 
            // btnFilter
            // 
            this.btnFilter.BackColor = System.Drawing.Color.Gray;
            this.btnFilter.FlatAppearance.BorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.btnFilter.FlatAppearance.BorderSize = 0;
            this.btnFilter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnFilter.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.btnFilter.ForeColor = System.Drawing.SystemColors.ControlLightLight;
            this.btnFilter.Location = new System.Drawing.Point(305, 42);
            this.btnFilter.Margin = new System.Windows.Forms.Padding(2);
            this.btnFilter.Name = "btnFilter";
            this.btnFilter.Size = new System.Drawing.Size(48, 25);
            this.btnFilter.TabIndex = 15;
            this.btnFilter.Text = "絞込";
            this.btnFilter.UseVisualStyleBackColor = false;
            this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click);
            // 
            // txtFilterCustomerName
            // 
            this.txtFilterCustomerName.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.txtFilterCustomerName.Location = new System.Drawing.Point(92, 44);
            this.txtFilterCustomerName.Name = "txtFilterCustomerName";
            this.txtFilterCustomerName.Size = new System.Drawing.Size(204, 21);
            this.txtFilterCustomerName.TabIndex = 14;
            this.txtFilterCustomerName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFilterCustomerName_KeyDown);
            // 
            // txtFilterManagementNumber
            // 
            this.txtFilterManagementNumber.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.txtFilterManagementNumber.Location = new System.Drawing.Point(92, 24);
            this.txtFilterManagementNumber.Name = "txtFilterManagementNumber";
            this.txtFilterManagementNumber.Size = new System.Drawing.Size(81, 21);
            this.txtFilterManagementNumber.TabIndex = 13;
            this.txtFilterManagementNumber.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFilterManagementNumber_KeyDown);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.label5.Location = new System.Drawing.Point(23, 47);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(49, 14);
            this.label5.TabIndex = 12;
            this.label5.Text = "顧客名";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 10F);
            this.label4.Location = new System.Drawing.Point(23, 27);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(63, 14);
            this.label4.TabIndex = 11;
            this.label4.Text = "管理番号";
            // 
            // label3
            // 
            this.label3.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold);
            this.label3.Location = new System.Drawing.Point(6, 0);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(86, 27);
            this.label3.TabIndex = 10;
            this.label3.Text = "絞り込み";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label6
            // 
            this.label6.Font = new System.Drawing.Font("HG丸ゴシックM-PRO", 12F, System.Drawing.FontStyle.Bold);
            this.label6.Location = new System.Drawing.Point(6, 67);
            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(139, 27);
            this.label6.TabIndex = 17;
            this.label6.Text = "送信対象選択";
            this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // SendContentControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.pnlManualSetting);
            this.Controls.Add(this.rdoManualSelection);
            this.Controls.Add(this.rdoAutomaticSelection);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.txtContents);
            this.Controls.Add(this.label1);
            this.Name = "SendContentControl";
            this.Size = new System.Drawing.Size(1240, 417);
            this.pnlManualSetting.ResumeLayout(false);
            this.pnlManualSetting.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDestinationList)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtContents;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.RadioButton rdoAutomaticSelection;
        private System.Windows.Forms.RadioButton rdoManualSelection;
        private System.Windows.Forms.Panel pnlManualSetting;
        private System.Windows.Forms.TextBox txtFilterCustomerName;
        private System.Windows.Forms.TextBox txtFilterManagementNumber;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.CheckBox chkSelectAll;
        private System.Windows.Forms.DataGridView dgvDestinationList;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button btnRemoveFilter;
        private System.Windows.Forms.Button btnFilter;
    }
}