PERSONNEL_CHANGE.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:20k
源码类别:

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class PERSONNEL_CHANGE
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             this.职务变动 = new System.Windows.Forms.TabPage();
  30.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  31.             this.label6 = new System.Windows.Forms.Label();
  32.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  33.             this.dEPARTMENTBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  34.             this.label1 = new System.Windows.Forms.Label();
  35.             this.textBox1 = new System.Windows.Forms.TextBox();
  36.             this.label2 = new System.Windows.Forms.Label();
  37.             this.label3 = new System.Windows.Forms.Label();
  38.             this.comboBox2 = new System.Windows.Forms.ComboBox();
  39.             this.jOBBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40.             this.button2 = new System.Windows.Forms.Button();
  41.             this.button1 = new System.Windows.Forms.Button();
  42.             this.dEPARTMENTBindingSource = new System.Windows.Forms.BindingSource(this.components);
  43.             this.辞退员工 = new System.Windows.Forms.TabPage();
  44.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  45.             this.label4 = new System.Windows.Forms.Label();
  46.             this.textBox2 = new System.Windows.Forms.TextBox();
  47.             this.label5 = new System.Windows.Forms.Label();
  48.             this.button4 = new System.Windows.Forms.Button();
  49.             this.button3 = new System.Windows.Forms.Button();
  50.             this.tabControl1 = new System.Windows.Forms.TabControl();
  51.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  52.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  53.             this.职务变动.SuspendLayout();
  54.             this.groupBox2.SuspendLayout();
  55.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).BeginInit();
  56.             ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).BeginInit();
  57.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).BeginInit();
  58.             this.辞退员工.SuspendLayout();
  59.             this.groupBox1.SuspendLayout();
  60.             this.tabControl1.SuspendLayout();
  61.             this.groupBox3.SuspendLayout();
  62.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  63.             this.SuspendLayout();
  64.             // 
  65.             // 职务变动
  66.             // 
  67.             this.职务变动.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  68.             this.职务变动.Controls.Add(this.groupBox2);
  69.             this.职务变动.Controls.Add(this.button2);
  70.             this.职务变动.Controls.Add(this.button1);
  71.             this.职务变动.Location = new System.Drawing.Point(4, 21);
  72.             this.职务变动.Name = "职务变动";
  73.             this.职务变动.Padding = new System.Windows.Forms.Padding(3);
  74.             this.职务变动.Size = new System.Drawing.Size(501, 203);
  75.             this.职务变动.TabIndex = 1;
  76.             this.职务变动.Text = "职务变动";
  77.             // 
  78.             // groupBox2
  79.             // 
  80.             this.groupBox2.Controls.Add(this.label6);
  81.             this.groupBox2.Controls.Add(this.comboBox1);
  82.             this.groupBox2.Controls.Add(this.label1);
  83.             this.groupBox2.Controls.Add(this.textBox1);
  84.             this.groupBox2.Controls.Add(this.label2);
  85.             this.groupBox2.Controls.Add(this.label3);
  86.             this.groupBox2.Controls.Add(this.comboBox2);
  87.             this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88.             this.groupBox2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  89.             this.groupBox2.Location = new System.Drawing.Point(53, 16);
  90.             this.groupBox2.Name = "groupBox2";
  91.             this.groupBox2.Size = new System.Drawing.Size(393, 119);
  92.             this.groupBox2.TabIndex = 6;
  93.             this.groupBox2.TabStop = false;
  94.             this.groupBox2.Text = "职务变动";
  95.             // 
  96.             // label6
  97.             // 
  98.             this.label6.AutoSize = true;
  99.             this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100.             this.label6.Location = new System.Drawing.Point(193, 81);
  101.             this.label6.Name = "label6";
  102.             this.label6.Size = new System.Drawing.Size(17, 12);
  103.             this.label6.TabIndex = 6;
  104.             this.label6.Text = "的";
  105.             // 
  106.             // comboBox1
  107.             // 
  108.             this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  109.             this.comboBox1.DataSource = this.dEPARTMENTBindingSource1;
  110.             this.comboBox1.DisplayMember = "NAME";
  111.             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  112.             this.comboBox1.FormattingEnabled = true;
  113.             this.comboBox1.Location = new System.Drawing.Point(65, 78);
  114.             this.comboBox1.Name = "comboBox1";
  115.             this.comboBox1.Size = new System.Drawing.Size(121, 20);
  116.             this.comboBox1.TabIndex = 5;
  117.             this.comboBox1.ValueMember = "ID";
  118.             // 
  119.             // label1
  120.             // 
  121.             this.label1.AutoSize = true;
  122.             this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123.             this.label1.Location = new System.Drawing.Point(31, 29);
  124.             this.label1.Name = "label1";
  125.             this.label1.Size = new System.Drawing.Size(53, 12);
  126.             this.label1.TabIndex = 0;
  127.             this.label1.Text = "员工号为";
  128.             // 
  129.             // textBox1
  130.             // 
  131.             this.textBox1.Location = new System.Drawing.Point(93, 26);
  132.             this.textBox1.Name = "textBox1";
  133.             this.textBox1.Size = new System.Drawing.Size(59, 21);
  134.             this.textBox1.TabIndex = 1;
  135.             // 
  136.             // label2
  137.             // 
  138.             this.label2.AutoSize = true;
  139.             this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140.             this.label2.Location = new System.Drawing.Point(167, 29);
  141.             this.label2.Name = "label2";
  142.             this.label2.Size = new System.Drawing.Size(53, 12);
  143.             this.label2.TabIndex = 2;
  144.             this.label2.Text = "的职员将";
  145.             // 
  146.             // label3
  147.             // 
  148.             this.label3.AutoSize = true;
  149.             this.label3.Location = new System.Drawing.Point(219, 29);
  150.             this.label3.Name = "label3";
  151.             this.label3.Size = new System.Drawing.Size(41, 12);
  152.             this.label3.TabIndex = 4;
  153.             this.label3.Text = "改变为";
  154.             // 
  155.             // comboBox2
  156.             // 
  157.             this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand;
  158.             this.comboBox2.DataSource = this.jOBBindingSource;
  159.             this.comboBox2.DisplayMember = "DESCRIPTION";
  160.             this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  161.             this.comboBox2.FormattingEnabled = true;
  162.             this.comboBox2.Location = new System.Drawing.Point(222, 78);
  163.             this.comboBox2.Name = "comboBox2";
  164.             this.comboBox2.Size = new System.Drawing.Size(112, 20);
  165.             this.comboBox2.TabIndex = 3;
  166.             this.comboBox2.ValueMember = "CODE";
  167.             // 
  168.             // button2
  169.             // 
  170.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  171.             this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  172.             this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173.             this.button2.Location = new System.Drawing.Point(299, 155);
  174.             this.button2.Name = "button2";
  175.             this.button2.Size = new System.Drawing.Size(75, 23);
  176.             this.button2.TabIndex = 5;
  177.             this.button2.Text = "返回";
  178.             this.button2.UseVisualStyleBackColor = true;
  179.             this.button2.Click += new System.EventHandler(this.button2_Click);
  180.             // 
  181.             // button1
  182.             // 
  183.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  184.             this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185.             this.button1.Location = new System.Drawing.Point(118, 155);
  186.             this.button1.Name = "button1";
  187.             this.button1.Size = new System.Drawing.Size(75, 23);
  188.             this.button1.TabIndex = 5;
  189.             this.button1.Text = "提交";
  190.             this.button1.UseVisualStyleBackColor = true;
  191.             this.button1.Click += new System.EventHandler(this.button1_Click);
  192.             // 
  193.             // 辞退员工
  194.             // 
  195.             this.辞退员工.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  196.             this.辞退员工.Controls.Add(this.groupBox1);
  197.             this.辞退员工.Controls.Add(this.button4);
  198.             this.辞退员工.Controls.Add(this.button3);
  199.             this.辞退员工.Location = new System.Drawing.Point(4, 21);
  200.             this.辞退员工.Name = "辞退员工";
  201.             this.辞退员工.Padding = new System.Windows.Forms.Padding(3);
  202.             this.辞退员工.Size = new System.Drawing.Size(501, 203);
  203.             this.辞退员工.TabIndex = 0;
  204.             this.辞退员工.Text = "辞退员工";
  205.             // 
  206.             // groupBox1
  207.             // 
  208.             this.groupBox1.Controls.Add(this.label4);
  209.             this.groupBox1.Controls.Add(this.textBox2);
  210.             this.groupBox1.Controls.Add(this.label5);
  211.             this.groupBox1.Location = new System.Drawing.Point(55, 17);
  212.             this.groupBox1.Name = "groupBox1";
  213.             this.groupBox1.Size = new System.Drawing.Size(394, 94);
  214.             this.groupBox1.TabIndex = 4;
  215.             this.groupBox1.TabStop = false;
  216.             this.groupBox1.Text = "辞退";
  217.             this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
  218.             // 
  219.             // label4
  220.             // 
  221.             this.label4.AutoSize = true;
  222.             this.label4.Location = new System.Drawing.Point(43, 40);
  223.             this.label4.Name = "label4";
  224.             this.label4.Size = new System.Drawing.Size(95, 12);
  225.             this.label4.TabIndex = 0;
  226.             this.label4.Text = "将辞退员工号为:";
  227.             // 
  228.             // textBox2
  229.             // 
  230.             this.textBox2.Location = new System.Drawing.Point(154, 37);
  231.             this.textBox2.Name = "textBox2";
  232.             this.textBox2.Size = new System.Drawing.Size(100, 21);
  233.             this.textBox2.TabIndex = 1;
  234.             this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
  235.             // 
  236.             // label5
  237.             // 
  238.             this.label5.AutoSize = true;
  239.             this.label5.Location = new System.Drawing.Point(271, 40);
  240.             this.label5.Name = "label5";
  241.             this.label5.Size = new System.Drawing.Size(41, 12);
  242.             this.label5.TabIndex = 2;
  243.             this.label5.Text = "的职员";
  244.             // 
  245.             // button4
  246.             // 
  247.             this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
  248.             this.button4.Location = new System.Drawing.Point(299, 155);
  249.             this.button4.Name = "button4";
  250.             this.button4.Size = new System.Drawing.Size(75, 23);
  251.             this.button4.TabIndex = 3;
  252.             this.button4.Text = "返回";
  253.             this.button4.UseVisualStyleBackColor = true;
  254.             this.button4.Click += new System.EventHandler(this.button4_Click);
  255.             // 
  256.             // button3
  257.             // 
  258.             this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
  259.             this.button3.Location = new System.Drawing.Point(118, 155);
  260.             this.button3.Name = "button3";
  261.             this.button3.Size = new System.Drawing.Size(75, 23);
  262.             this.button3.TabIndex = 3;
  263.             this.button3.Text = "提交";
  264.             this.button3.UseVisualStyleBackColor = true;
  265.             this.button3.Click += new System.EventHandler(this.button3_Click);
  266.             // 
  267.             // tabControl1
  268.             // 
  269.             this.tabControl1.Controls.Add(this.职务变动);
  270.             this.tabControl1.Controls.Add(this.辞退员工);
  271.             this.tabControl1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272.             this.tabControl1.Location = new System.Drawing.Point(0, 199);
  273.             this.tabControl1.Name = "tabControl1";
  274.             this.tabControl1.SelectedIndex = 0;
  275.             this.tabControl1.Size = new System.Drawing.Size(509, 228);
  276.             this.tabControl1.TabIndex = 0;
  277.             // 
  278.             // groupBox3
  279.             // 
  280.             this.groupBox3.Controls.Add(this.dataGridView1);
  281.             this.groupBox3.Location = new System.Drawing.Point(4, 1);
  282.             this.groupBox3.Name = "groupBox3";
  283.             this.groupBox3.Size = new System.Drawing.Size(501, 192);
  284.             this.groupBox3.TabIndex = 1;
  285.             this.groupBox3.TabStop = false;
  286.             this.groupBox3.Text = "员工信息预览";
  287.             // 
  288.             // dataGridView1
  289.             // 
  290.             this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  291.             this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  292.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  293.             this.dataGridView1.Location = new System.Drawing.Point(8, 12);
  294.             this.dataGridView1.Name = "dataGridView1";
  295.             this.dataGridView1.RowTemplate.Height = 23;
  296.             this.dataGridView1.Size = new System.Drawing.Size(486, 174);
  297.             this.dataGridView1.TabIndex = 0;
  298.             this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
  299.             this.dataGridView1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseClick);
  300.             // 
  301.             // PERSONNEL_CHANGE
  302.             // 
  303.             this.AcceptButton = this.button1;
  304.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  305.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  306.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  307.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  308.             this.CancelButton = this.button2;
  309.             this.ClientSize = new System.Drawing.Size(510, 429);
  310.             this.Controls.Add(this.groupBox3);
  311.             this.Controls.Add(this.tabControl1);
  312.             this.MaximizeBox = false;
  313.             this.Name = "PERSONNEL_CHANGE";
  314.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  315.             this.Text = "人事变动窗口";
  316.             this.Load += new System.EventHandler(this.PERSONNEL_CHANGE_Load);
  317.             this.职务变动.ResumeLayout(false);
  318.             this.groupBox2.ResumeLayout(false);
  319.             this.groupBox2.PerformLayout();
  320.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource1)).EndInit();
  321.             ((System.ComponentModel.ISupportInitialize)(this.jOBBindingSource)).EndInit();
  322.             ((System.ComponentModel.ISupportInitialize)(this.dEPARTMENTBindingSource)).EndInit();
  323.             this.辞退员工.ResumeLayout(false);
  324.             this.groupBox1.ResumeLayout(false);
  325.             this.groupBox1.PerformLayout();
  326.             this.tabControl1.ResumeLayout(false);
  327.             this.groupBox3.ResumeLayout(false);
  328.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  329.             this.ResumeLayout(false);
  330.         }
  331.         #endregion
  332.         private System.Windows.Forms.TabPage 职务变动;
  333.         private System.Windows.Forms.Button button2;
  334.         private System.Windows.Forms.Button button1;
  335.         private System.Windows.Forms.Label label3;
  336.         private System.Windows.Forms.ComboBox comboBox2;
  337.         private System.Windows.Forms.Label label2;
  338.         private System.Windows.Forms.TextBox textBox1;
  339.         private System.Windows.Forms.Label label1;
  340.         private System.Windows.Forms.TabPage 辞退员工;
  341.         private System.Windows.Forms.TabControl tabControl1;
  342.         private System.Windows.Forms.Button button4;
  343.         private System.Windows.Forms.Button button3;
  344.         private System.Windows.Forms.Label label5;
  345.         private System.Windows.Forms.TextBox textBox2;
  346.         private System.Windows.Forms.Label label4;
  347.         private System.Windows.Forms.GroupBox groupBox2;
  348.         private System.Windows.Forms.GroupBox groupBox1;
  349.         //private 人事管理系统DataSet2 人事管理系统DataSet2;
  350.         //private 人事管理系统.人事管理系统DataSet2TableAdapters.JOBTableAdapter jOBTableAdapter;
  351.         private System.Windows.Forms.Label label6;
  352.         private System.Windows.Forms.ComboBox comboBox1;
  353.         //private 人事管理系统DataSet 人事管理系统DataSet;
  354.         private System.Windows.Forms.BindingSource dEPARTMENTBindingSource;
  355.         //private 人事管理系统DataSet2 人事管理系统DataSet2;
  356.         private System.Windows.Forms.BindingSource dEPARTMENTBindingSource1;
  357.         //private 人事管理系统.人事管理系统DataSet2TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  358.         //private 人事管理系统DataSet 人事管理系统DataSet;
  359.         private System.Windows.Forms.BindingSource jOBBindingSource;
  360.         private System.Windows.Forms.GroupBox groupBox3;
  361.         private System.Windows.Forms.DataGridView dataGridView1;
  362.         //private 人事管理系统.人事管理系统DataSetTableAdapters.JOBTableAdapter jOBTableAdapter;
  363.         //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  364.         //private 人事管理系统DataSet1 人事管理系统DataSet1;
  365.         //private 人事管理系统.人事管理系统DataSet1TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
  366.     }
  367. }