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

企业管理

开发平台:

C#

  1. namespace 人事管理系统
  2. {
  3.     partial class job
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  30.             this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  32.             this.button4 = new System.Windows.Forms.Button();
  33.             this.comboBox2 = new System.Windows.Forms.ComboBox();
  34.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  35.             this.button3 = new System.Windows.Forms.Button();
  36.             this.button2 = new System.Windows.Forms.Button();
  37.             this.button1 = new System.Windows.Forms.Button();
  38.             this.jobBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39.             this.groupBox1.SuspendLayout();
  40.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  41.             this.groupBox2.SuspendLayout();
  42.             ((System.ComponentModel.ISupportInitialize)(this.jobBindingSource)).BeginInit();
  43.             this.SuspendLayout();
  44.             // 
  45.             // groupBox1
  46.             // 
  47.             this.groupBox1.Controls.Add(this.dataGridView1);
  48.             this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49.             this.groupBox1.Location = new System.Drawing.Point(8, 1);
  50.             this.groupBox1.Name = "groupBox1";
  51.             this.groupBox1.Size = new System.Drawing.Size(489, 247);
  52.             this.groupBox1.TabIndex = 0;
  53.             this.groupBox1.TabStop = false;
  54.             this.groupBox1.Text = "显示职位信息";
  55.             // 
  56.             // dataGridView1
  57.             // 
  58.             this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  59.             this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  60.             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  61.             this.dataGridView1.Location = new System.Drawing.Point(7, 20);
  62.             this.dataGridView1.Name = "dataGridView1";
  63.             this.dataGridView1.RowTemplate.Height = 23;
  64.             this.dataGridView1.Size = new System.Drawing.Size(475, 219);
  65.             this.dataGridView1.TabIndex = 0;
  66.             this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
  67.             // 
  68.             // groupBox2
  69.             // 
  70.             this.groupBox2.Controls.Add(this.button4);
  71.             this.groupBox2.Controls.Add(this.comboBox2);
  72.             this.groupBox2.Controls.Add(this.comboBox1);
  73.             this.groupBox2.Controls.Add(this.button3);
  74.             this.groupBox2.Controls.Add(this.button2);
  75.             this.groupBox2.Controls.Add(this.button1);
  76.             this.groupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77.             this.groupBox2.Location = new System.Drawing.Point(8, 254);
  78.             this.groupBox2.Name = "groupBox2";
  79.             this.groupBox2.Size = new System.Drawing.Size(489, 100);
  80.             this.groupBox2.TabIndex = 1;
  81.             this.groupBox2.TabStop = false;
  82.             this.groupBox2.Text = "操作";
  83.             // 
  84.             // button4
  85.             // 
  86.             this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
  87.             this.button4.Location = new System.Drawing.Point(366, 20);
  88.             this.button4.Name = "button4";
  89.             this.button4.Size = new System.Drawing.Size(75, 23);
  90.             this.button4.TabIndex = 2;
  91.             this.button4.Text = "提交";
  92.             this.button4.UseVisualStyleBackColor = true;
  93.             this.button4.Click += new System.EventHandler(this.button4_Click);
  94.             // 
  95.             // comboBox2
  96.             // 
  97.             this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand;
  98.             this.comboBox2.FormattingEnabled = true;
  99.             this.comboBox2.Location = new System.Drawing.Point(164, 20);
  100.             this.comboBox2.Name = "comboBox2";
  101.             this.comboBox2.Size = new System.Drawing.Size(121, 20);
  102.             this.comboBox2.TabIndex = 1;
  103.             // 
  104.             // comboBox1
  105.             // 
  106.             this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  107.             this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  108.             this.comboBox1.FormattingEnabled = true;
  109.             this.comboBox1.Items.AddRange(new object[] {
  110.             "添加",
  111.             "删除"});
  112.             this.comboBox1.Location = new System.Drawing.Point(42, 21);
  113.             this.comboBox1.Name = "comboBox1";
  114.             this.comboBox1.Size = new System.Drawing.Size(86, 20);
  115.             this.comboBox1.TabIndex = 1;
  116.             // 
  117.             // button3
  118.             // 
  119.             this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
  120.             this.button3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121.             this.button3.Location = new System.Drawing.Point(366, 67);
  122.             this.button3.Name = "button3";
  123.             this.button3.Size = new System.Drawing.Size(75, 23);
  124.             this.button3.TabIndex = 0;
  125.             this.button3.Text = "返回";
  126.             this.button3.UseVisualStyleBackColor = true;
  127.             this.button3.Click += new System.EventHandler(this.button3_Click);
  128.             // 
  129.             // button2
  130.             // 
  131.             this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
  132.             this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133.             this.button2.Location = new System.Drawing.Point(210, 67);
  134.             this.button2.Name = "button2";
  135.             this.button2.Size = new System.Drawing.Size(75, 23);
  136.             this.button2.TabIndex = 0;
  137.             this.button2.Text = "保存修改";
  138.             this.button2.UseVisualStyleBackColor = true;
  139.             this.button2.Click += new System.EventHandler(this.button2_Click);
  140.             // 
  141.             // button1
  142.             // 
  143.             this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
  144.             this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145.             this.button1.Location = new System.Drawing.Point(42, 67);
  146.             this.button1.Name = "button1";
  147.             this.button1.Size = new System.Drawing.Size(86, 23);
  148.             this.button1.TabIndex = 0;
  149.             this.button1.Text = "刷新职位信息";
  150.             this.button1.UseVisualStyleBackColor = true;
  151.             this.button1.Click += new System.EventHandler(this.button1_Click);
  152.             // 
  153.             // jobBindingSource
  154.             // 
  155.             this.jobBindingSource.DataSource = typeof(人事管理系统.job);
  156.             // 
  157.             // job
  158.             // 
  159.             this.AcceptButton = this.button4;
  160.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  161.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  163.             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  164.             this.ClientSize = new System.Drawing.Size(501, 356);
  165.             this.Controls.Add(this.groupBox2);
  166.             this.Controls.Add(this.groupBox1);
  167.             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168.             this.MaximizeBox = false;
  169.             this.Name = "job";
  170.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  171.             this.Text = "职位管理";
  172.             this.Load += new System.EventHandler(this.job_Load);
  173.             this.groupBox1.ResumeLayout(false);
  174.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  175.             this.groupBox2.ResumeLayout(false);
  176.             ((System.ComponentModel.ISupportInitialize)(this.jobBindingSource)).EndInit();
  177.             this.ResumeLayout(false);
  178.         }
  179.         #endregion
  180.         private System.Windows.Forms.GroupBox groupBox1;
  181.         private System.Windows.Forms.DataGridView dataGridView1;
  182.         private System.Windows.Forms.GroupBox groupBox2;
  183.         private System.Windows.Forms.ComboBox comboBox2;
  184.         private System.Windows.Forms.ComboBox comboBox1;
  185.         private System.Windows.Forms.Button button3;
  186.         private System.Windows.Forms.Button button2;
  187.         private System.Windows.Forms.Button button1;
  188.         private System.Windows.Forms.Button button4;
  189.         private System.Windows.Forms.BindingSource jobBindingSource;
  190.         //private 人事管理系统DataSet6 人事管理系统DataSet6;
  191.     //    private 人事管理系统.人事管理系统DataSet6TableAdapters.JOBTableAdapter jOBTableAdapter;
  192.     }
  193. }