📄 employees.designer.cs
字号:
namespace BlueHill_Win_
{
partial class Employees
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.btnCancel = new System.Windows.Forms.Button();
this.btnQueryEmployee = new System.Windows.Forms.Button();
this.btnDeleteEmployee = new System.Windows.Forms.Button();
this.btnEditEmployee = new System.Windows.Forms.Button();
this.btnNewEmployee = new System.Windows.Forms.Button();
this.grdEmployee = new System.Windows.Forms.DataGrid();
this.员工表BindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.blueHillManagementDataSet6 = new BlueHill_Win_.BlueHillManagementDataSet6();
this.员工表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.blueHillManagementDataSet = new BlueHill_Win_.BlueHillManagementDataSet();
this.员工表TableAdapter = new BlueHill_Win_.BlueHillManagementDataSetTableAdapters.员工表TableAdapter();
this.员工表TableAdapter1 = new BlueHill_Win_.BlueHillManagementDataSet6TableAdapters.员工表TableAdapter();
this.员工表BindingSource2 = new System.Windows.Forms.BindingSource(this.components);
this.blueHillManagementDataSet9 = new BlueHill_Win_.BlueHillManagementDataSet9();
this.员工表TableAdapter2 = new BlueHill_Win_.BlueHillManagementDataSet9TableAdapters.员工表TableAdapter();
this.blueHillManagementDataSet10 = new BlueHill_Win_.BlueHillManagementDataSet10();
this.员工表BindingSource3 = new System.Windows.Forms.BindingSource(this.components);
this.员工表TableAdapter3 = new BlueHill_Win_.BlueHillManagementDataSet10TableAdapters.员工表TableAdapter();
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource3)).BeginInit();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(506, 23);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 4;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnQueryEmployee
//
this.btnQueryEmployee.Location = new System.Drawing.Point(357, 23);
this.btnQueryEmployee.Name = "btnQueryEmployee";
this.btnQueryEmployee.Size = new System.Drawing.Size(75, 23);
this.btnQueryEmployee.TabIndex = 6;
this.btnQueryEmployee.Text = "查询员工";
this.btnQueryEmployee.UseVisualStyleBackColor = true;
this.btnQueryEmployee.Click += new System.EventHandler(this.btnQueryEmployee_Click);
//
// btnDeleteEmployee
//
this.btnDeleteEmployee.Location = new System.Drawing.Point(259, 23);
this.btnDeleteEmployee.Name = "btnDeleteEmployee";
this.btnDeleteEmployee.Size = new System.Drawing.Size(75, 23);
this.btnDeleteEmployee.TabIndex = 7;
this.btnDeleteEmployee.Text = "删除员工";
this.btnDeleteEmployee.UseVisualStyleBackColor = true;
this.btnDeleteEmployee.Click += new System.EventHandler(this.btnDeleteEmployee_Click);
//
// btnEditEmployee
//
this.btnEditEmployee.Location = new System.Drawing.Point(160, 23);
this.btnEditEmployee.Name = "btnEditEmployee";
this.btnEditEmployee.Size = new System.Drawing.Size(75, 23);
this.btnEditEmployee.TabIndex = 5;
this.btnEditEmployee.Text = "修改员工";
this.btnEditEmployee.UseVisualStyleBackColor = true;
this.btnEditEmployee.Click += new System.EventHandler(this.btnEditEmployee_Click);
//
// btnNewEmployee
//
this.btnNewEmployee.Location = new System.Drawing.Point(58, 23);
this.btnNewEmployee.Name = "btnNewEmployee";
this.btnNewEmployee.Size = new System.Drawing.Size(75, 23);
this.btnNewEmployee.TabIndex = 3;
this.btnNewEmployee.Text = "添加员工";
this.btnNewEmployee.UseVisualStyleBackColor = true;
this.btnNewEmployee.Click += new System.EventHandler(this.btnNewEmployee_Click);
//
// grdEmployee
//
this.grdEmployee.CaptionText = "员工记录";
this.grdEmployee.DataMember = "";
this.grdEmployee.DataSource = this.员工表BindingSource3;
this.grdEmployee.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.grdEmployee.Location = new System.Drawing.Point(3, 71);
this.grdEmployee.Name = "grdEmployee";
this.grdEmployee.ReadOnly = true;
this.grdEmployee.Size = new System.Drawing.Size(637, 348);
this.grdEmployee.TabIndex = 8;
this.grdEmployee.Navigate += new System.Windows.Forms.NavigateEventHandler(this.grdEmployee_Navigate);
//
// 员工表BindingSource1
//
this.员工表BindingSource1.DataMember = "员工表";
this.员工表BindingSource1.DataSource = this.blueHillManagementDataSet6;
//
// blueHillManagementDataSet6
//
this.blueHillManagementDataSet6.DataSetName = "BlueHillManagementDataSet6";
this.blueHillManagementDataSet6.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 员工表BindingSource
//
this.员工表BindingSource.DataMember = "员工表";
this.员工表BindingSource.DataSource = this.blueHillManagementDataSet;
//
// blueHillManagementDataSet
//
this.blueHillManagementDataSet.DataSetName = "BlueHillManagementDataSet";
this.blueHillManagementDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 员工表TableAdapter
//
this.员工表TableAdapter.ClearBeforeFill = true;
//
// 员工表TableAdapter1
//
this.员工表TableAdapter1.ClearBeforeFill = true;
//
// 员工表BindingSource2
//
this.员工表BindingSource2.DataMember = "员工表";
this.员工表BindingSource2.DataSource = this.blueHillManagementDataSet9;
//
// blueHillManagementDataSet9
//
this.blueHillManagementDataSet9.DataSetName = "BlueHillManagementDataSet9";
this.blueHillManagementDataSet9.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 员工表TableAdapter2
//
this.员工表TableAdapter2.ClearBeforeFill = true;
//
// blueHillManagementDataSet10
//
this.blueHillManagementDataSet10.DataSetName = "BlueHillManagementDataSet10";
this.blueHillManagementDataSet10.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 员工表BindingSource3
//
this.员工表BindingSource3.DataMember = "员工表";
this.员工表BindingSource3.DataSource = this.blueHillManagementDataSet10;
//
// 员工表TableAdapter3
//
this.员工表TableAdapter3.ClearBeforeFill = true;
//
// Employees
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(642, 423);
this.Controls.Add(this.grdEmployee);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnQueryEmployee);
this.Controls.Add(this.btnDeleteEmployee);
this.Controls.Add(this.btnEditEmployee);
this.Controls.Add(this.btnNewEmployee);
this.MaximizeBox = false;
this.Name = "Employees";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "员工列表";
this.Load += new System.EventHandler(this.Employees_Load);
((System.ComponentModel.ISupportInitialize)(this.grdEmployee)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet10)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.员工表BindingSource3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnQueryEmployee;
private System.Windows.Forms.Button btnDeleteEmployee;
private System.Windows.Forms.Button btnEditEmployee;
private System.Windows.Forms.Button btnNewEmployee;
private System.Windows.Forms.DataGrid grdEmployee;
private BlueHillManagementDataSet blueHillManagementDataSet;
private System.Windows.Forms.BindingSource 员工表BindingSource;
private BlueHill_Win_.BlueHillManagementDataSetTableAdapters.员工表TableAdapter 员工表TableAdapter;
private BlueHillManagementDataSet6 blueHillManagementDataSet6;
private System.Windows.Forms.BindingSource 员工表BindingSource1;
private BlueHill_Win_.BlueHillManagementDataSet6TableAdapters.员工表TableAdapter 员工表TableAdapter1;
private BlueHillManagementDataSet9 blueHillManagementDataSet9;
private System.Windows.Forms.BindingSource 员工表BindingSource2;
private BlueHill_Win_.BlueHillManagementDataSet9TableAdapters.员工表TableAdapter 员工表TableAdapter2;
private BlueHillManagementDataSet10 blueHillManagementDataSet10;
private System.Windows.Forms.BindingSource 员工表BindingSource3;
private BlueHill_Win_.BlueHillManagementDataSet10TableAdapters.员工表TableAdapter 员工表TableAdapter3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -