UserControls/CustomerDgvControl.Designer.cs


namespace ChatworkBulkSender.UserControls
{
    partial class CustomerDgvControl
    {
        /// <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.customerDgv = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.customerDgv)).BeginInit();
            this.SuspendLayout();
            // 
            // customerDgv
            // 
            this.customerDgv.AllowUserToAddRows = false;
            this.customerDgv.AllowUserToDeleteRows = false;
            this.customerDgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.customerDgv.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.customerDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.customerDgv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.customerDgv.Location = new System.Drawing.Point(0, 0);
            this.customerDgv.Margin = new System.Windows.Forms.Padding(2);
            this.customerDgv.Name = "customerDgv";
            this.customerDgv.ReadOnly = true;
            this.customerDgv.RowHeadersVisible = false;
            this.customerDgv.RowHeadersWidth = 51;
            this.customerDgv.RowTemplate.Height = 24;
            this.customerDgv.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.customerDgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.customerDgv.Size = new System.Drawing.Size(916, 303);
            this.customerDgv.TabIndex = 0;
            this.customerDgv.BindingContextChanged += new System.EventHandler(this.customerDgv_BringContextChanged);
            this.customerDgv.Leave += new System.EventHandler(this.customerDgv_Leave);
            // 
            // CustomerDgvControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.customerDgv);
            this.Margin = new System.Windows.Forms.Padding(2);
            this.Name = "CustomerDgvControl";
            this.Size = new System.Drawing.Size(916, 303);
            ((System.ComponentModel.ISupportInitialize)(this.customerDgv)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView customerDgv;
    }
}