📄 departmentform.designer.cs
字号:
this.公司部门DataGridView.RowTemplate.Height = 23;
this.公司部门DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.公司部门DataGridView.Size = new System.Drawing.Size(530, 295);
this.公司部门DataGridView.TabIndex = 1;
//
// 部门名称Label
//
部门名称Label.AutoSize = true;
部门名称Label.Location = new System.Drawing.Point(7, 38);
部门名称Label.Name = "部门名称Label";
部门名称Label.Size = new System.Drawing.Size(59, 12);
部门名称Label.TabIndex = 2;
部门名称Label.Text = "部门名称:";
//
// 部门名称TextBox
//
this.部门名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司部门BindingSource, "部门名称", true));
this.部门名称TextBox.Location = new System.Drawing.Point(84, 35);
this.部门名称TextBox.Name = "部门名称TextBox";
this.部门名称TextBox.Size = new System.Drawing.Size(180, 21);
this.部门名称TextBox.TabIndex = 3;
//
// 部门负责人Label
//
部门负责人Label.AutoSize = true;
部门负责人Label.Location = new System.Drawing.Point(7, 65);
部门负责人Label.Name = "部门负责人Label";
部门负责人Label.Size = new System.Drawing.Size(71, 12);
部门负责人Label.TabIndex = 4;
部门负责人Label.Text = "部门负责人:";
//
// 部门负责人TextBox
//
this.部门负责人TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司部门BindingSource, "部门负责人", true));
this.部门负责人TextBox.Location = new System.Drawing.Point(84, 62);
this.部门负责人TextBox.Name = "部门负责人TextBox";
this.部门负责人TextBox.Size = new System.Drawing.Size(180, 21);
this.部门负责人TextBox.TabIndex = 5;
//
// 人事文员Label
//
人事文员Label.AutoSize = true;
人事文员Label.Location = new System.Drawing.Point(7, 92);
人事文员Label.Name = "人事文员Label";
人事文员Label.Size = new System.Drawing.Size(59, 12);
人事文员Label.TabIndex = 6;
人事文员Label.Text = "人事文员:";
//
// 人事文员TextBox
//
this.人事文员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司部门BindingSource, "人事文员", true));
this.人事文员TextBox.Location = new System.Drawing.Point(84, 89);
this.人事文员TextBox.Name = "人事文员TextBox";
this.人事文员TextBox.Size = new System.Drawing.Size(180, 21);
this.人事文员TextBox.TabIndex = 7;
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(273, 38);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 8;
联系电话Label.Text = "联系电话:";
//
// 联系电话TextBox
//
this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司部门BindingSource, "联系电话", true));
this.联系电话TextBox.Location = new System.Drawing.Point(350, 35);
this.联系电话TextBox.Name = "联系电话TextBox";
this.联系电话TextBox.Size = new System.Drawing.Size(180, 21);
this.联系电话TextBox.TabIndex = 9;
//
// 额定人数Label
//
额定人数Label.AutoSize = true;
额定人数Label.Location = new System.Drawing.Point(273, 65);
额定人数Label.Name = "额定人数Label";
额定人数Label.Size = new System.Drawing.Size(59, 12);
额定人数Label.TabIndex = 10;
额定人数Label.Text = "额定人数:";
//
// 额定人数TextBox
//
this.额定人数TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司部门BindingSource, "额定人数", true));
this.额定人数TextBox.Location = new System.Drawing.Point(350, 62);
this.额定人数TextBox.Name = "额定人数TextBox";
this.额定人数TextBox.Size = new System.Drawing.Size(180, 21);
this.额定人数TextBox.TabIndex = 11;
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(273, 92);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 12;
说明Label.Text = "说明:";
//
// 说明TextBox
//
this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.公司部门BindingSource, "说明", true));
this.说明TextBox.Location = new System.Drawing.Point(350, 89);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(180, 21);
this.说明TextBox.TabIndex = 13;
//
// 公司部门BindingSource
//
this.公司部门BindingSource.DataMember = "公司部门";
this.公司部门BindingSource.DataSource = this.myPersonnelDataSet;
//
// myPersonnelDataSet
//
this.myPersonnelDataSet.DataSetName = "MyPersonnelDataSet";
this.myPersonnelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "部门名称";
this.dataGridViewTextBoxColumn1.HeaderText = "部门名称";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "部门负责人";
this.dataGridViewTextBoxColumn2.HeaderText = "部门负责人";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "人事文员";
this.dataGridViewTextBoxColumn3.HeaderText = "人事文员";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "联系电话";
this.dataGridViewTextBoxColumn4.HeaderText = "联系电话";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "额定人数";
this.dataGridViewTextBoxColumn5.HeaderText = "额定人数";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
//
// dataGridViewTextBoxColumn6
//
this.dataGridViewTextBoxColumn6.DataPropertyName = "说明";
this.dataGridViewTextBoxColumn6.HeaderText = "说明";
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
this.dataGridViewTextBoxColumn6.ReadOnly = true;
//
// 公司部门TableAdapter
//
this.公司部门TableAdapter.ClearBeforeFill = true;
//
// DepartmentForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.ClientSize = new System.Drawing.Size(542, 416);
this.Controls.Add(部门名称Label);
this.Controls.Add(this.部门名称TextBox);
this.Controls.Add(部门负责人Label);
this.Controls.Add(this.部门负责人TextBox);
this.Controls.Add(人事文员Label);
this.Controls.Add(this.人事文员TextBox);
this.Controls.Add(联系电话Label);
this.Controls.Add(this.联系电话TextBox);
this.Controls.Add(额定人数Label);
this.Controls.Add(this.额定人数TextBox);
this.Controls.Add(说明Label);
this.Controls.Add(this.说明TextBox);
this.Controls.Add(this.公司部门DataGridView);
this.Controls.Add(this.公司部门BindingNavigator);
this.Name = "DepartmentForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "登记公司部门信息";
this.Load += new System.EventHandler(this.DepartmentForm_Load);
((System.ComponentModel.ISupportInitialize)(this.公司部门BindingNavigator)).EndInit();
this.公司部门BindingNavigator.ResumeLayout(false);
this.公司部门BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.公司部门DataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.公司部门BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyPersonnelDataSet myPersonnelDataSet;
private System.Windows.Forms.BindingSource 公司部门BindingSource;
private MyPersonnel.MyPersonnelDataSetTableAdapters.公司部门TableAdapter 公司部门TableAdapter;
private System.Windows.Forms.BindingNavigator 公司部门BindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton 公司部门BindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView 公司部门DataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
private System.Windows.Forms.TextBox 部门名称TextBox;
private System.Windows.Forms.TextBox 部门负责人TextBox;
private System.Windows.Forms.TextBox 人事文员TextBox;
private System.Windows.Forms.TextBox 联系电话TextBox;
private System.Windows.Forms.TextBox 额定人数TextBox;
private System.Windows.Forms.TextBox 说明TextBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -