department.Designer.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:10k
- namespace 人事管理系统
- {
- partial class department
- {
- /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button4 = new System.Windows.Forms.Button();
- this.comboBox2 = new System.Windows.Forms.ComboBox();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.groupBox2.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.dataGridView1);
- this.groupBox1.Location = new System.Drawing.Point(1, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(489, 215);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Tag = "";
- this.groupBox1.Text = "显示部门信息";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- 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(6, 18);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowTemplate.Height = 23;
- this.dataGridView1.Size = new System.Drawing.Size(477, 189);
- this.dataGridView1.TabIndex = 0;
- this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.button4);
- this.groupBox2.Controls.Add(this.comboBox2);
- this.groupBox2.Controls.Add(this.comboBox1);
- this.groupBox2.Controls.Add(this.button3);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Location = new System.Drawing.Point(1, 224);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(489, 140);
- this.groupBox2.TabIndex = 1;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "操作";
- //
- // button4
- //
- this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button4.Location = new System.Drawing.Point(374, 32);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 5;
- this.button4.Text = "提交";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // comboBox2
- //
- this.comboBox2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox2.FormattingEnabled = true;
- this.comboBox2.Location = new System.Drawing.Point(167, 35);
- this.comboBox2.Name = "comboBox2";
- this.comboBox2.Size = new System.Drawing.Size(121, 20);
- this.comboBox2.TabIndex = 4;
- //
- // comboBox1
- //
- this.comboBox1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "添加",
- "删除"});
- this.comboBox1.Location = new System.Drawing.Point(49, 36);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(95, 20);
- this.comboBox1.TabIndex = 3;
- //
- // button3
- //
- this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button3.Location = new System.Drawing.Point(374, 96);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 2;
- this.button3.Text = "返回";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.button2.Location = new System.Drawing.Point(222, 96);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 1;
- 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.Location = new System.Drawing.Point(49, 96);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(95, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "刷新部门信息";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // department
- //
- this.AcceptButton = this.button4;
- 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.ClientSize = new System.Drawing.Size(491, 367);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.MaximizeBox = false;
- this.Name = "department";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "部门管理";
- this.Load += new System.EventHandler(this.department_Load);
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.ComboBox comboBox2;
- //private 人事管理系统.人事管理系统DataSet1TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- //private System.Windows.Forms.BindingSource dEPARTMENTBindingSource1;
- //private 人事管理系统DataSet4 人事管理系统DataSet4;
- //private 人事管理系统.人事管理系统DataSet4TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter1;
- //private 人事管理系统DataSet1 人事管理系统DataSet1;
- //private System.Windows.Forms.BindingSource dEPARTMENTBindingSource2;
- //private System.Windows.Forms.BindingSource dEPARTMENTBindingSource3;
- //private 人事管理系统DataSet5 人事管理系统DataSet5;
- //private System.Windows.Forms.BindingSource dEPARTMENTBindingSource4;
- //private 人事管理系统DataSet 人事管理系统DataSet;
- //private 人事管理系统.人事管理系统DataSetTableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter;
- private System.Windows.Forms.Button button4;
- //private 人事管理系统.人事管理系统DataSet5TableAdapters.DEPARTMENTTableAdapter dEPARTMENTTableAdapter2;
- }
- }