⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmgdi.designer.cs

📁 简单的人事管理系统,通过不断改进可以成为一个通用的管理系统
💻 CS
字号:
namespace HumanManage.EmpInfor
{
    partial class FrmGdi
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.lblWhich = new DevComponents.DotNetBar.LabelX();
            this.lblMuch = new DevComponents.DotNetBar.LabelX();
            this.lblWhat = new DevComponents.DotNetBar.LabelX();
            this.lblOne = new DevComponents.DotNetBar.LabelX();
            this.lblAll1 = new DevComponents.DotNetBar.LabelX();
            this.lblPercent1 = new DevComponents.DotNetBar.LabelX();
            this.lblPercent2 = new DevComponents.DotNetBar.LabelX();
            this.lblAll2 = new DevComponents.DotNetBar.LabelX();
            this.SuspendLayout();
            // 
            // lblWhich
            // 
            this.lblWhich.Location = new System.Drawing.Point(3, 2);
            this.lblWhich.Name = "lblWhich";
            this.lblWhich.Size = new System.Drawing.Size(112, 23);
            this.lblWhich.TabIndex = 0;
            // 
            // lblMuch
            // 
            this.lblMuch.Location = new System.Drawing.Point(502, 2);
            this.lblMuch.Name = "lblMuch";
            this.lblMuch.Size = new System.Drawing.Size(75, 23);
            this.lblMuch.TabIndex = 1;
            // 
            // lblWhat
            // 
            this.lblWhat.Location = new System.Drawing.Point(485, 50);
            this.lblWhat.Name = "lblWhat";
            this.lblWhat.Size = new System.Drawing.Size(75, 23);
            this.lblWhat.TabIndex = 2;
            // 
            // lblOne
            // 
            this.lblOne.Location = new System.Drawing.Point(485, 150);
            this.lblOne.Name = "lblOne";
            this.lblOne.Size = new System.Drawing.Size(75, 23);
            this.lblOne.TabIndex = 3;
            // 
            // lblAll1
            // 
            this.lblAll1.Location = new System.Drawing.Point(502, 79);
            this.lblAll1.Name = "lblAll1";
            this.lblAll1.Size = new System.Drawing.Size(58, 23);
            this.lblAll1.TabIndex = 4;
            // 
            // lblPercent1
            // 
            this.lblPercent1.Location = new System.Drawing.Point(452, 79);
            this.lblPercent1.Name = "lblPercent1";
            this.lblPercent1.Size = new System.Drawing.Size(44, 23);
            this.lblPercent1.TabIndex = 5;
            // 
            // lblPercent2
            // 
            this.lblPercent2.Location = new System.Drawing.Point(452, 179);
            this.lblPercent2.Name = "lblPercent2";
            this.lblPercent2.Size = new System.Drawing.Size(44, 23);
            this.lblPercent2.TabIndex = 7;
            // 
            // lblAll2
            // 
            this.lblAll2.Location = new System.Drawing.Point(502, 179);
            this.lblAll2.Name = "lblAll2";
            this.lblAll2.Size = new System.Drawing.Size(58, 23);
            this.lblAll2.TabIndex = 6;
            // 
            // FrmGdi
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(578, 417);
            this.Controls.Add(this.lblPercent2);
            this.Controls.Add(this.lblAll2);
            this.Controls.Add(this.lblPercent1);
            this.Controls.Add(this.lblAll1);
            this.Controls.Add(this.lblOne);
            this.Controls.Add(this.lblWhat);
            this.Controls.Add(this.lblMuch);
            this.Controls.Add(this.lblWhich);
            this.Name = "FrmGdi";
            this.Text = "FrmGdi";
            this.Load += new System.EventHandler(this.FrmGdi_Load);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmGdi_Paint);
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.LabelX lblWhich;
        private DevComponents.DotNetBar.LabelX lblMuch;
        private DevComponents.DotNetBar.LabelX lblWhat;
        private DevComponents.DotNetBar.LabelX lblOne;
        private DevComponents.DotNetBar.LabelX lblAll1;
        private DevComponents.DotNetBar.LabelX lblPercent1;
        private DevComponents.DotNetBar.LabelX lblPercent2;
        private DevComponents.DotNetBar.LabelX lblAll2;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -