| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 | namespace WinFrom1.ToFile{    partial class TableButton    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();            this.panel1 = new System.Windows.Forms.Panel();            this.panel3 = new System.Windows.Forms.Panel();            this.dataGridView1 = new System.Windows.Forms.DataGridView();            this.panel1.SuspendLayout();            this.panel3.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();            this.SuspendLayout();            //             // panel1            //             this.panel1.AutoScroll = true;            this.panel1.Controls.Add(this.panel3);            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;            this.panel1.Location = new System.Drawing.Point(0, 0);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(938, 515);            this.panel1.TabIndex = 0;            //             // panel3            //             this.panel3.Controls.Add(this.dataGridView1);            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;            this.panel3.Location = new System.Drawing.Point(0, 0);            this.panel3.Name = "panel3";            this.panel3.Size = new System.Drawing.Size(938, 515);            this.panel3.TabIndex = 2;            //             // dataGridView1            //             this.dataGridView1.AllowUserToAddRows = false;            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;            this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace;            this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;            this.dataGridView1.Location = new System.Drawing.Point(0, 0);            this.dataGridView1.Name = "dataGridView1";            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle3;            this.dataGridView1.RowTemplate.Height = 23;            this.dataGridView1.Size = new System.Drawing.Size(938, 515);            this.dataGridView1.TabIndex = 0;            //             // TableButton            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(938, 515);            this.Controls.Add(this.panel1);            this.Name = "TableButton";            this.Text = "TableButton";            this.panel1.ResumeLayout(false);            this.panel3.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Panel panel3;        private System.Windows.Forms.DataGridView dataGridView1;    }}
 |