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

📄 f_manfile.designer.cs

📁 根据企业对人事管理的要求
💻 CS
📖 第 1 页 / 共 5 页
字号:
            "按职称类别查询",
            "按工资类别查询"});
            this.comboBox1.Location = new System.Drawing.Point(88, 15);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(137, 20);
            this.comboBox1.TabIndex = 1;
            this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.N_Cauda);
            this.groupBox2.Controls.Add(this.N_Next);
            this.groupBox2.Controls.Add(this.N_Previous);
            this.groupBox2.Controls.Add(this.N_First);
            this.groupBox2.Location = new System.Drawing.Point(463, 2);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(269, 46);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "浏览按钮";
            // 
            // N_Cauda
            // 
            this.N_Cauda.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("N_Cauda.BackgroundImage")));
            this.N_Cauda.Location = new System.Drawing.Point(188, 18);
            this.N_Cauda.Name = "N_Cauda";
            this.N_Cauda.Size = new System.Drawing.Size(57, 23);
            this.N_Cauda.TabIndex = 3;
            this.N_Cauda.UseVisualStyleBackColor = true;
            this.N_Cauda.Click += new System.EventHandler(this.N_Cauda_Click);
            // 
            // N_Next
            // 
            this.N_Next.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("N_Next.BackgroundImage")));
            this.N_Next.Location = new System.Drawing.Point(130, 18);
            this.N_Next.Name = "N_Next";
            this.N_Next.Size = new System.Drawing.Size(58, 23);
            this.N_Next.TabIndex = 2;
            this.N_Next.UseVisualStyleBackColor = true;
            this.N_Next.Click += new System.EventHandler(this.N_Next_Click);
            // 
            // N_Previous
            // 
            this.N_Previous.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("N_Previous.BackgroundImage")));
            this.N_Previous.Enabled = false;
            this.N_Previous.Location = new System.Drawing.Point(73, 18);
            this.N_Previous.Name = "N_Previous";
            this.N_Previous.Size = new System.Drawing.Size(57, 23);
            this.N_Previous.TabIndex = 1;
            this.N_Previous.UseVisualStyleBackColor = true;
            this.N_Previous.Click += new System.EventHandler(this.N_Previous_Click);
            // 
            // N_First
            // 
            this.N_First.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("N_First.BackgroundImage")));
            this.N_First.Enabled = false;
            this.N_First.Location = new System.Drawing.Point(16, 18);
            this.N_First.Name = "N_First";
            this.N_First.Size = new System.Drawing.Size(57, 23);
            this.N_First.TabIndex = 0;
            this.N_First.UseVisualStyleBackColor = true;
            this.N_First.Click += new System.EventHandler(this.N_First_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.dataGridView1);
            this.groupBox3.Controls.Add(this.textBox1);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Location = new System.Drawing.Point(3, 48);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(169, 407);
            this.groupBox3.TabIndex = 2;
            this.groupBox3.TabStop = false;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(10, 17);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(149, 23);
            this.button1.TabIndex = 7;
            this.button1.Text = "显示所有信息";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Col_ID,
            this.Col_StuffName});
            this.dataGridView1.Location = new System.Drawing.Point(10, 47);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.RowTemplate.ReadOnly = true;
            this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(149, 319);
            this.dataGridView1.TabIndex = 6;
            this.dataGridView1.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEnter);
            // 
            // Col_ID
            // 
            this.Col_ID.DataPropertyName = "ID";
            this.Col_ID.HeaderText = "编号";
            this.Col_ID.Name = "Col_ID";
            // 
            // Col_StuffName
            // 
            this.Col_StuffName.DataPropertyName = "StuffName";
            this.Col_StuffName.HeaderText = "职工姓名";
            this.Col_StuffName.Name = "Col_StuffName";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(71, 376);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(88, 21);
            this.textBox1.TabIndex = 5;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 382);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "当前记录:";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.groupBox5);
            this.groupBox4.Controls.Add(this.tabControl1);
            this.groupBox4.Location = new System.Drawing.Point(178, 48);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(554, 407);
            this.groupBox4.TabIndex = 3;
            this.groupBox4.TabStop = false;
            // 
            // groupBox5
            // 
            this.groupBox5.Controls.Add(this.Sub_Table);
            this.groupBox5.Controls.Add(this.Sut_Save);
            this.groupBox5.Controls.Add(this.Sut_Cancel);
            this.groupBox5.Controls.Add(this.Sut_Delete);
            this.groupBox5.Controls.Add(this.Sut_Amend);
            this.groupBox5.Controls.Add(this.Sut_Add);
            this.groupBox5.Location = new System.Drawing.Point(6, 353);
            this.groupBox5.Name = "groupBox5";
            this.groupBox5.Size = new System.Drawing.Size(539, 46);
            this.groupBox5.TabIndex = 1;
            this.groupBox5.TabStop = false;
            // 
            // Sub_Table
            // 
            this.Sub_Table.Location = new System.Drawing.Point(15, 17);
            this.Sub_Table.Name = "Sub_Table";
            this.Sub_Table.Size = new System.Drawing.Size(79, 23);
            this.Sub_Table.TabIndex = 5;
            this.Sub_Table.Text = "Word文档";
            this.Sub_Table.UseVisualStyleBackColor = true;
            this.Sub_Table.Click += new System.EventHandler(this.but_Table_Click);
            // 
            // Sut_Save
            // 
            this.Sut_Save.Enabled = false;
            this.Sut_Save.Location = new System.Drawing.Point(449, 17);
            this.Sut_Save.Name = "Sut_Save";
            this.Sut_Save.Size = new System.Drawing.Size(75, 23);
            this.Sut_Save.TabIndex = 4;
            this.Sut_Save.Text = "保存";
            this.Sut_Save.UseVisualStyleBackColor = true;
            this.Sut_Save.Click += new System.EventHandler(this.Sut_Save_Click);
            // 
            // Sut_Cancel
            // 
            this.Sut_Cancel.Enabled = false;
            this.Sut_Cancel.Location = new System.Drawing.Point(368, 17);
            this.Sut_Cancel.Name = "Sut_Cancel";
            this.Sut_Cancel.Size = new System.Drawing.Size(75, 23);
            this.Sut_Cancel.TabIndex = 3;
            this.Sut_Cancel.Text = "取消";
            this.Sut_Cancel.UseVisualStyleBackColor = true;
            this.Sut_Cancel.Click += new System.EventHandler(this.Sut_Cancel_Click);
            // 
            // Sut_Delete
            // 
            this.Sut_Delete.Location = new System.Drawing.Point(288, 17);
            this.Sut_Delete.Name = "Sut_Delete";
            this.Sut_Delete.Size = new System.Drawing.Size(75, 23);
            this.Sut_Delete.TabIndex = 2;
            this.Sut_Delete.Text = "删除";
            this.Sut_Delete.UseVisualStyleBackColor = true;
            this.Sut_Delete.Click += new System.EventHandler(this.Sut_Delete_Click);
            // 
            // Sut_Amend
            // 
            this.Sut_Amend.Location = new System.Drawing.Point(207, 17);
            this.Sut_Amend.Name = "Sut_Amend";
            this.Sut_Amend.Size = new System.Drawing.Size(75, 23);
            this.Sut_Amend.TabIndex = 1;
            this.Sut_Amend.Text = "修改";
            this.Sut_Amend.UseVisualStyleBackColor = true;
            this.Sut_Amend.Click += new System.EventHandler(this.Sut_Amend_Click);
            // 
            // Sut_Add
            // 
            this.Sut_Add.Location = new System.Drawing.Point(126, 17);
            this.Sut_Add.Name = "Sut_Add";
            this.Sut_Add.Size = new System.Drawing.Size(75, 23);
            this.Sut_Add.TabIndex = 0;
            this.Sut_Add.Text = "添加";
            this.Sut_Add.UseVisualStyleBackColor = true;
            this.Sut_Add.Click += new System.EventHandler(this.Sut_Add_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Controls.Add(this.tabPage6);
            this.tabControl1.Location = new System.Drawing.Point(6, 17);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(539, 334);
            this.tabControl1.TabIndex = 0;
            this.tabControl1.Click += new System.EventHandler(this.tabControl1_Click);
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.White;
            this.tabPage1.Controls.Add(this.label16);
            this.tabPage1.Controls.Add(this.S_8);
            this.tabPage1.Controls.Add(this.label12);
            this.tabPage1.Controls.Add(this.S_29);
            this.tabPage1.Controls.Add(this.S_28);
            this.tabPage1.Controls.Add(this.S_27);
            this.tabPage1.Controls.Add(this.label34);
            this.tabPage1.Controls.Add(this.label33);
            this.tabPage1.Controls.Add(this.label32);
            this.tabPage1.Controls.Add(this.S_26);
            this.tabPage1.Controls.Add(this.S_25);
            this.tabPage1.Controls.Add(this.label31);
            this.tabPage1.Controls.Add(this.label30);
            this.tabPage1.Controls.Add(this.S_13);
            this.tabPage1.Controls.Add(this.S_12);
            this.tabPage1.Controls.Add(this.label18);
            this.tabPage1.Controls.Add(this.label20);
            this.tabPage1.Controls.Add(this.label19);
            this.tabPage1.Controls.Add(this.Img_Save);
            this.tabPage1.Controls.Add(this.S_22);
            this.tabPage1.Controls.Add(this.label29);
            this.tabPage1.Controls.Add(this.Img_Clear);
            this.tabPage1.Controls.Add(this.S_20);
            this.tabPage1.Controls.Add(this.S_19);
            this.tabPage1.Controls.Add(this.S_21);
            this.tabPage1.Controls.Add(this.S_18);
            this.tabPage1.Controls.Add(this.label28);
            this.tabPage1.Controls.Add(this.label27);
            this.tabPage1.Controls.Add(this.label26);
            this.tabPage1.Controls.Add(this.label25);
            this.tabPage1.Controls.Add(this.label24);
            this.tabPage1.Controls.Add(this.S_Photo);
            this.tabPage1.Controls.Add(this.S_16);
            this.tabPage1.Controls.Add(this.S_14);
            this.tabPage1.Controls.Add(this.S_15);
            this.tabPage1.Controls.Add(this.label23);
            this.tabPage1.Controls.Add(this.S_24);
            this.tabPage1.Controls.Add(this.S_23);
            this.tabPage1.Controls.Add(this.label22);
            this.tabPage1.Controls.Add(this.label21);
            this.tabPage1.Controls.Add(this.label17);
            this.tabPage1.Controls.Add(this.label15);
            this.tabPage1.Controls.Add(this.S_10);
            this.tabPage1.Controls.Add(this.label14);

⌨️ 快捷键说明

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