PERSONNEL_CHANGE.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:20k
- namespace 人事管理系统
- {
- partial class PERSONNEL_CHANGE
- {
- /// <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.components = new System.ComponentModel.Container();
- this.职务变动 = new System.Windows.Forms.TabPage();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.label6 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.dEPARTMENTBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.label1 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.jOBBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.dEPARTMENTBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.辞退员工 = new System.Windows.Forms.TabPage();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label4 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.button4 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.职务变动.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).BeginInit();
- this.辞退员工.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.groupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.SuspendLayout();
- //
- // 职务变动
- //
- this.职务变动.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.职务变动.Controls.Add(this.groupBox2);
- this.职务变动.Controls.Add(this.button2);
- this.职务变动.Controls.Add(this.button1);
- this.职务变动.Location = new System.Drawing.Point(4, 21);
- this.职务变动.Name = "职务变动";
- this.职务变动.Padding = new System.Windows.Forms.Padding(3);
- this.职务变动.Size = new System.Drawing.Size(501, 203);
- this.职务变动.TabIndex = 1;
- this.职务变动.Text = "职务变动";
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.label6);
- this.groupBox2.Controls.Add(this.comboBox1);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.textBox1);
- this.groupBox2.Controls.Add(this.label2);
- this.groupBox2.Controls.Add(this.label3);
- this.groupBox2.Controls.Add(this.comboBox2);
- this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.groupBox2.Location = new System.Drawing.Point(53, 16);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(393, 119);
- this.groupBox2.TabIndex = 6;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "职务变动";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(193, 81);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(17, 12);
- this.label6.TabIndex = 6;
- this.label6.Text = "的";
- //
- // comboBox1
- //
- this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox1.DataSource = this.dEPARTMENTBindingSource1;
- this.comboBox1.DisplayMember = "NAME";
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(65, 78);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(121, 20);
- this.comboBox1.TabIndex = 5;
- this.comboBox1.ValueMember = "ID";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(31, 29);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "员工号为";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(93, 26);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(59, 21);
- this.textBox1.TabIndex = 1;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(167, 29);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "的职员将";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(219, 29);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(41, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "改变为";
- //
- // comboBox2
- //
- this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox2.DataSource = this.jOBBindingSource;
- this.comboBox2.DisplayMember = "DESCRIPTION";
- this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(222, 78);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(112, 20);
- this.comboBox2.TabIndex = 3;
- this.comboBox2.ValueMember = "CODE";
- //
- // button2
- //
- this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button2.Location = new System.Drawing.Point(299, 155);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 5;
- this.button2.Text = "返回";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.button1.Location = new System.Drawing.Point(118, 155);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 5;
- this.button1.Text = "提交";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // 辞退员工
- //
- this.辞退员工.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.辞退员工.Controls.Add(this.groupBox1);
- this.辞退员工.Controls.Add(this.button4);
- this.辞退员工.Controls.Add(this.button3);
- this.辞退员工.Location = new System.Drawing.Point(4, 21);
- this.辞退员工.Name = "辞退员工";
- this.辞退员工.Padding = new System.Windows.Forms.Padding(3);
- this.辞退员工.Size = new System.Drawing.Size(501, 203);
- this.辞退员工.TabIndex = 0;
- this.辞退员工.Text = "辞退员工";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.textBox2);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Location = new System.Drawing.Point(55, 17);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(394, 94);
- this.groupBox1.TabIndex = 4;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "辞退";
- this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(43, 40);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(95, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "将辞退员工号为:";
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(154, 37);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(100, 21);
- this.textBox2.TabIndex = 1;
- this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(271, 40);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(41, 12);
- this.label5.TabIndex = 2;
- this.label5.Text = "的职员";
- //
- // button4
- //
- this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button4.Location = new System.Drawing.Point(299, 155);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 3;
- this.button4.Text = "返回";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button3
- //
- this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button3.Location = new System.Drawing.Point(118, 155);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 3;
- this.button3.Text = "提交";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.职务变动);
- this.tabControl1.Controls.Add(this.辞退员工);
- this.tabControl1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabControl1.Location = new System.Drawing.Point(0, 199);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(509, 228);
- this.tabControl1.TabIndex = 0;
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.dataGridView1);
- this.groupBox3.Location = new System.Drawing.Point(4, 1);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(501, 192);
- this.groupBox3.TabIndex = 1;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "员工信息预览";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(8, 12);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(486, 174);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
- this.dataGridView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseClick);
- //
- // PERSONNEL_CHANGE
- //
- this.AcceptButton = this.button1;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.CancelButton = this.button2;
- this.ClientSize = new System.Drawing.Size(510, 429);
- this.Controls.Add(this.groupBox3);
- this.Controls.Add(this.tabControl1);
- this.MaximizeBox = false;
- this.Name = "PERSONNEL_CHANGE";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "人事变动窗口";
- this.Load += new System.EventHandler(this.PERSONNEL_CHANGE_Load);
- this.职务变动.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).EndInit();
- this.辞退员工.ResumeLayout(false);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.groupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabPage 职务变动;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.ComboBox comboBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TabPage 辞退员工;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox1;
- //private 人事管理系统DataSet2 人事管理系统DataSet2;
- //private 人事管理系统.人事管理系统DataSet2TableAdapters.JOBTableAdapter jOBTableAdapter;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox comboBox1;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- private System.Windows.Forms.BindingSource dEPARTMENTBindingSource;
- //private 人事管理系统DataSet2 人事管理系统DataSet2;
- private System.Windows.Forms.BindingSource dEPARTMENTBindingSource1;
- //private 人事管理系统.人事管理系统DataSet2TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- private System.Windows.Forms.BindingSource jOBBindingSource;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.DataGridView dataGridView1;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.JOBTableAdapter jOBTableAdapter;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- //private 人事管理系统DataSet1 人事管理系统DataSet1;
- //private 人事管理系统.人事管理系统DataSet1TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- }
- }