MySeat.Designer.cs 8.28 KB
namespace GeneralLib
{
    partial class MySeat
    {
        /// <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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.lblOKT = new System.Windows.Forms.Label();
            this.btnPageDown = new System.Windows.Forms.Button();
            this.btnPageUp = new System.Windows.Forms.Button();
            this.pnlTitle = new System.Windows.Forms.Panel();
            this.lblPageNo = new System.Windows.Forms.Label();
            this.lblFont = new System.Windows.Forms.Label();
            this.dgvMap = new System.Windows.Forms.DataGridView();
            this.pnlTitle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMap)).BeginInit();
            this.SuspendLayout();
            // 
            // lblOKT
            // 
            this.lblOKT.AutoSize = true;
            this.lblOKT.Font = new System.Drawing.Font("微软雅黑", 24F);
            this.lblOKT.ForeColor = System.Drawing.Color.Black;
            this.lblOKT.Location = new System.Drawing.Point(13, 8);
            this.lblOKT.Name = "lblOKT";
            this.lblOKT.Size = new System.Drawing.Size(34, 41);
            this.lblOKT.TabIndex = 104;
            this.lblOKT.Text = "L";
            this.lblOKT.Visible = false;
            // 
            // btnPageDown
            // 
            this.btnPageDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPageDown.Font = new System.Drawing.Font("黑体", 25F, System.Drawing.FontStyle.Bold);
            this.btnPageDown.ForeColor = System.Drawing.Color.DodgerBlue;
            this.btnPageDown.Location = new System.Drawing.Point(822, 8);
            this.btnPageDown.Name = "btnPageDown";
            this.btnPageDown.Size = new System.Drawing.Size(52, 43);
            this.btnPageDown.TabIndex = 0;
            this.btnPageDown.Text = ">";
            this.btnPageDown.UseVisualStyleBackColor = true;
            this.btnPageDown.Click += new System.EventHandler(this.btnPageDown_Click);
            // 
            // btnPageUp
            // 
            this.btnPageUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPageUp.Font = new System.Drawing.Font("黑体", 25F, System.Drawing.FontStyle.Bold);
            this.btnPageUp.ForeColor = System.Drawing.Color.DodgerBlue;
            this.btnPageUp.Location = new System.Drawing.Point(764, 8);
            this.btnPageUp.Name = "btnPageUp";
            this.btnPageUp.Size = new System.Drawing.Size(52, 43);
            this.btnPageUp.TabIndex = 1;
            this.btnPageUp.Text = "<";
            this.btnPageUp.UseVisualStyleBackColor = true;
            this.btnPageUp.Click += new System.EventHandler(this.btnPageUp_Click);
            // 
            // pnlTitle
            // 
            this.pnlTitle.BackColor = System.Drawing.Color.White;
            this.pnlTitle.Controls.Add(this.lblPageNo);
            this.pnlTitle.Controls.Add(this.btnPageDown);
            this.pnlTitle.Controls.Add(this.btnPageUp);
            this.pnlTitle.Controls.Add(this.lblOKT);
            this.pnlTitle.Controls.Add(this.lblFont);
            this.pnlTitle.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlTitle.Location = new System.Drawing.Point(0, 0);
            this.pnlTitle.Name = "pnlTitle";
            this.pnlTitle.Size = new System.Drawing.Size(891, 57);
            this.pnlTitle.TabIndex = 105;
            // 
            // lblPageNo
            // 
            this.lblPageNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.lblPageNo.AutoSize = true;
            this.lblPageNo.Font = new System.Drawing.Font("微软雅黑", 15F);
            this.lblPageNo.Location = new System.Drawing.Point(690, 20);
            this.lblPageNo.Name = "lblPageNo";
            this.lblPageNo.Size = new System.Drawing.Size(69, 27);
            this.lblPageNo.TabIndex = 108;
            this.lblPageNo.Text = "99/99";
            // 
            // lblFont
            // 
            this.lblFont.AutoSize = true;
            this.lblFont.Location = new System.Drawing.Point(785, 36);
            this.lblFont.Name = "lblFont";
            this.lblFont.Size = new System.Drawing.Size(11, 12);
            this.lblFont.TabIndex = 107;
            this.lblFont.Text = "0";
            this.lblFont.Visible = false;
            // 
            // dgvMap
            // 
            this.dgvMap.AllowUserToAddRows = false;
            this.dgvMap.AllowUserToDeleteRows = false;
            this.dgvMap.AllowUserToResizeColumns = false;
            this.dgvMap.AllowUserToResizeRows = false;
            this.dgvMap.BackgroundColor = System.Drawing.Color.Black;
            this.dgvMap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvMap.ColumnHeadersVisible = false;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.Black;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 25F);
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Black;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvMap.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgvMap.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvMap.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dgvMap.GridColor = System.Drawing.Color.DarkOrange;
            this.dgvMap.Location = new System.Drawing.Point(0, 57);
            this.dgvMap.Name = "dgvMap";
            this.dgvMap.RowHeadersVisible = false;
            this.dgvMap.RowTemplate.Height = 23;
            this.dgvMap.ScrollBars = System.Windows.Forms.ScrollBars.None;
            this.dgvMap.ShowCellToolTips = false;
            this.dgvMap.Size = new System.Drawing.Size(891, 576);
            this.dgvMap.TabIndex = 106;
            // 
            // MySeat
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Black;
            this.Controls.Add(this.dgvMap);
            this.Controls.Add(this.pnlTitle);
            this.DoubleBuffered = true;
            this.Name = "MySeat";
            this.Size = new System.Drawing.Size(891, 633);
            this.pnlTitle.ResumeLayout(false);
            this.pnlTitle.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMap)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label lblOKT;
        private System.Windows.Forms.Button btnPageDown;
        private System.Windows.Forms.Button btnPageUp;
        private System.Windows.Forms.Panel pnlTitle;
        private System.Windows.Forms.DataGridView dgvMap;
        private System.Windows.Forms.Label lblFont;
        private System.Windows.Forms.Label lblPageNo;
    }
}