FrmAboutAny.designer.cs 6.24 KB
namespace SunVoteARSPPT
{
    partial class FrmAboutAny
    {
        /// <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()
        {
            this.lblSysSoftName = new System.Windows.Forms.Label();
            this.picLogo = new System.Windows.Forms.PictureBox();
            this.lblVer = new System.Windows.Forms.Label();
            this.lblVerNoInfo = new System.Windows.Forms.Label();
            this.pnlParam = new System.Windows.Forms.TableLayoutPanel();
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
            this.pnlParam.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblSysSoftName
            // 
            this.lblSysSoftName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblSysSoftName.Location = new System.Drawing.Point(0, 139);
            this.lblSysSoftName.Name = "lblSysSoftName";
            this.lblSysSoftName.Size = new System.Drawing.Size(532, 19);
            this.lblSysSoftName.TabIndex = 31;
            this.lblSysSoftName.Text = "ARS PPT";
            this.lblSysSoftName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // picLogo
            // 
            this.picLogo.BackColor = System.Drawing.Color.Transparent;
            this.picLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.picLogo.Location = new System.Drawing.Point(52, 12);
            this.picLogo.Name = "picLogo";
            this.picLogo.Size = new System.Drawing.Size(437, 111);
            this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picLogo.TabIndex = 13;
            this.picLogo.TabStop = false;
            // 
            // lblVer
            // 
            this.lblVer.AutoSize = true;
            this.lblVer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblVer.Location = new System.Drawing.Point(3, 3);
            this.lblVer.Margin = new System.Windows.Forms.Padding(3);
            this.lblVer.Name = "lblVer";
            this.lblVer.Size = new System.Drawing.Size(63, 24);
            this.lblVer.TabIndex = 16;
            this.lblVer.Text = "Version:";
            this.lblVer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblVerNoInfo
            // 
            this.lblVerNoInfo.AutoSize = true;
            this.lblVerNoInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lblVerNoInfo.Location = new System.Drawing.Point(72, 3);
            this.lblVerNoInfo.Margin = new System.Windows.Forms.Padding(3);
            this.lblVerNoInfo.Name = "lblVerNoInfo";
            this.lblVerNoInfo.Size = new System.Drawing.Size(435, 24);
            this.lblVerNoInfo.TabIndex = 50;
            this.lblVerNoInfo.Text = "V 0.0.0.0_32bit";
            this.lblVerNoInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // pnlParam
            // 
            this.pnlParam.ColumnCount = 2;
            this.pnlParam.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.pnlParam.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.pnlParam.Controls.Add(this.lblVer, 0, 0);
            this.pnlParam.Controls.Add(this.lblVerNoInfo, 1, 0);
            this.pnlParam.Location = new System.Drawing.Point(12, 161);
            this.pnlParam.Name = "pnlParam";
            this.pnlParam.RowCount = 2;
            this.pnlParam.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pnlParam.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.pnlParam.Size = new System.Drawing.Size(510, 60);
            this.pnlParam.TabIndex = 51;
            // 
            // FrmAboutAny
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(534, 354);
            this.Controls.Add(this.pnlParam);
            this.Controls.Add(this.lblSysSoftName);
            this.Controls.Add(this.picLogo);
            this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmAboutAny";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "About";
            this.Load += new System.EventHandler(this.FrmAboutAny_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmAboutUs_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
            this.pnlParam.ResumeLayout(false);
            this.pnlParam.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox picLogo;
        private System.Windows.Forms.Label lblSysSoftName;
        private System.Windows.Forms.Label lblVer;
        private System.Windows.Forms.Label lblVerNoInfo;
        private System.Windows.Forms.TableLayoutPanel pnlParam;
    }
}