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

📄 frmuserkqmanage.designer.cs

📁 随着我国市场经济的快速发展
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace PMS
{
    partial class frmUserKqManage
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUserKqManage));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtYjiaban = new System.Windows.Forms.TextBox();
            this.txtYquanqin = new System.Windows.Forms.TextBox();
            this.txtYfakuan = new System.Windows.Forms.TextBox();
            this.txtYjiangli = new System.Windows.Forms.TextBox();
            this.txtYjintie = new System.Windows.Forms.TextBox();
            this.txtYbasepay = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtYsex = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtYzhiwu = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtYdep = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtYname = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.cbbYnum = new System.Windows.Forms.ComboBox();
            this.toolStrip1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.toolStripLabel5,
            this.toolStripLabel2,
            this.toolStripLabel4,
            this.toolStripLabel3,
            this.toolStripComboBox1});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip1.Size = new System.Drawing.Size(560, 25);
            this.toolStrip1.TabIndex = 0;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel1.Image")));
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(49, 22);
            this.toolStripLabel1.Text = "增加";
            this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
            // 
            // toolStripLabel5
            // 
            this.toolStripLabel5.Name = "toolStripLabel5";
            this.toolStripLabel5.Size = new System.Drawing.Size(17, 22);
            this.toolStripLabel5.Text = "  ";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel2.Image")));
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(49, 22);
            this.toolStripLabel2.Text = "退出";
            this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click);
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(17, 22);
            this.toolStripLabel4.Text = " ";
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(89, 22);
            this.toolStripLabel3.Text = "选择工资月份:";
            // 
            // toolStripComboBox1
            // 
            this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.toolStripComboBox1.Name = "toolStripComboBox1";
            this.toolStripComboBox1.Size = new System.Drawing.Size(75, 25);
            this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtYjiaban);
            this.groupBox1.Controls.Add(this.txtYquanqin);
            this.groupBox1.Controls.Add(this.txtYfakuan);
            this.groupBox1.Controls.Add(this.txtYjiangli);
            this.groupBox1.Controls.Add(this.txtYjintie);
            this.groupBox1.Controls.Add(this.txtYbasepay);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtYsex);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtYzhiwu);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtYdep);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtYname);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.cbbYnum);
            this.groupBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.groupBox1.Location = new System.Drawing.Point(4, 25);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(553, 162);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            // 
            // txtYjiaban
            // 
            this.txtYjiaban.Location = new System.Drawing.Point(253, 129);
            this.txtYjiaban.Name = "txtYjiaban";
            this.txtYjiaban.Size = new System.Drawing.Size(100, 21);
            this.txtYjiaban.TabIndex = 24;
            this.txtYjiaban.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYjiaban_KeyPress);
            // 
            // txtYquanqin
            // 
            this.txtYquanqin.Location = new System.Drawing.Point(81, 131);
            this.txtYquanqin.Name = "txtYquanqin";
            this.txtYquanqin.Size = new System.Drawing.Size(84, 21);
            this.txtYquanqin.TabIndex = 23;
            this.txtYquanqin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtYquanqin_KeyPress);
            // 
            // txtYfakuan
            // 
            this.txtYfakuan.Enabled = false;
            this.txtYfakuan.Location = new System.Drawing.Point(438, 94);
            this.txtYfakuan.Name = "txtYfakuan";
            this.txtYfakuan.Size = new System.Drawing.Size(100, 21);
            this.txtYfakuan.TabIndex = 22;
            // 
            // txtYjiangli
            // 
            this.txtYjiangli.Enabled = false;
            this.txtYjiangli.Location = new System.Drawing.Point(253, 92);
            this.txtYjiangli.Name = "txtYjiangli";
            this.txtYjiangli.Size = new System.Drawing.Size(100, 21);
            this.txtYjiangli.TabIndex = 21;
            // 
            // txtYjintie
            // 
            this.txtYjintie.Enabled = false;
            this.txtYjintie.Location = new System.Drawing.Point(81, 94);
            this.txtYjintie.Name = "txtYjintie";
            this.txtYjintie.Size = new System.Drawing.Size(84, 21);
            this.txtYjintie.TabIndex = 20;
            // 
            // txtYbasepay
            // 
            this.txtYbasepay.Enabled = false;
            this.txtYbasepay.Location = new System.Drawing.Point(438, 57);
            this.txtYbasepay.Name = "txtYbasepay";
            this.txtYbasepay.Size = new System.Drawing.Size(100, 21);
            this.txtYbasepay.TabIndex = 19;
            // 

⌨️ 快捷键说明

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