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

企业管理

开发平台:

C#

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