📄 trainingform.designer.cs
字号:
// dataGridViewTextBoxColumn9
//
this.dataGridViewTextBoxColumn9.DataPropertyName = "培训经费";
this.dataGridViewTextBoxColumn9.HeaderText = "培训经费";
this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.DataPropertyName = "证书名称";
this.dataGridViewTextBoxColumn10.HeaderText = "证书名称";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
//
// dataGridViewTextBoxColumn11
//
this.dataGridViewTextBoxColumn11.DataPropertyName = "说明";
this.dataGridViewTextBoxColumn11.HeaderText = "说明";
this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
//
// 基本档案DataGridView
//
this.基本档案DataGridView.AllowUserToAddRows = false;
this.基本档案DataGridView.AllowUserToDeleteRows = false;
this.基本档案DataGridView.AllowUserToResizeRows = false;
this.基本档案DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.基本档案DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
this.基本档案DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.基本档案DataGridView.Location = new System.Drawing.Point(0, 28);
this.基本档案DataGridView.MultiSelect = false;
this.基本档案DataGridView.Name = "基本档案DataGridView";
this.基本档案DataGridView.ReadOnly = true;
this.基本档案DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Yellow;
this.基本档案DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle2;
this.基本档案DataGridView.RowTemplate.Height = 23;
this.基本档案DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.基本档案DataGridView.Size = new System.Drawing.Size(542, 93);
this.基本档案DataGridView.TabIndex = 25;
this.基本档案DataGridView.SelectionChanged += new System.EventHandler(this.基本档案DataGridView_SelectionChanged);
this.基本档案DataGridView.Click += new System.EventHandler(this.基本档案DataGridView_Click);
//
// 自编号TextBox
//
this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "自编号", true));
this.自编号TextBox.Location = new System.Drawing.Point(67, 126);
this.自编号TextBox.Name = "自编号TextBox";
this.自编号TextBox.ReadOnly = true;
this.自编号TextBox.Size = new System.Drawing.Size(90, 21);
this.自编号TextBox.TabIndex = 26;
//
// 员工编号TextBox
//
this.员工编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "员工编号", true));
this.员工编号TextBox.Location = new System.Drawing.Point(67, 153);
this.员工编号TextBox.Name = "员工编号TextBox";
this.员工编号TextBox.ReadOnly = true;
this.员工编号TextBox.Size = new System.Drawing.Size(90, 21);
this.员工编号TextBox.TabIndex = 28;
//
// 员工姓名TextBox
//
this.员工姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "员工姓名", true));
this.员工姓名TextBox.Location = new System.Drawing.Point(67, 180);
this.员工姓名TextBox.Name = "员工姓名TextBox";
this.员工姓名TextBox.ReadOnly = true;
this.员工姓名TextBox.Size = new System.Drawing.Size(90, 21);
this.员工姓名TextBox.TabIndex = 30;
//
// 开始时间DateTimePicker
//
this.开始时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.培训记录BindingSource, "开始时间", true));
this.开始时间DateTimePicker.Location = new System.Drawing.Point(227, 126);
this.开始时间DateTimePicker.Name = "开始时间DateTimePicker";
this.开始时间DateTimePicker.Size = new System.Drawing.Size(110, 21);
this.开始时间DateTimePicker.TabIndex = 32;
//
// 结束时间DateTimePicker
//
this.结束时间DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.培训记录BindingSource, "结束时间", true));
this.结束时间DateTimePicker.Location = new System.Drawing.Point(227, 153);
this.结束时间DateTimePicker.Name = "结束时间DateTimePicker";
this.结束时间DateTimePicker.Size = new System.Drawing.Size(110, 21);
this.结束时间DateTimePicker.TabIndex = 34;
//
// 培训单位TextBox
//
this.培训单位TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "培训单位", true));
this.培训单位TextBox.Location = new System.Drawing.Point(227, 180);
this.培训单位TextBox.Name = "培训单位TextBox";
this.培训单位TextBox.Size = new System.Drawing.Size(110, 21);
this.培训单位TextBox.TabIndex = 36;
//
// 培训地点TextBox
//
this.培训地点TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "培训地点", true));
this.培训地点TextBox.Location = new System.Drawing.Point(405, 126);
this.培训地点TextBox.Name = "培训地点TextBox";
this.培训地点TextBox.Size = new System.Drawing.Size(135, 21);
this.培训地点TextBox.TabIndex = 38;
//
// 培训内容TextBox
//
this.培训内容TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "培训内容", true));
this.培训内容TextBox.Location = new System.Drawing.Point(405, 153);
this.培训内容TextBox.Name = "培训内容TextBox";
this.培训内容TextBox.Size = new System.Drawing.Size(135, 21);
this.培训内容TextBox.TabIndex = 40;
//
// 培训经费TextBox
//
this.培训经费TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "培训经费", true));
this.培训经费TextBox.Location = new System.Drawing.Point(405, 180);
this.培训经费TextBox.Name = "培训经费TextBox";
this.培训经费TextBox.Size = new System.Drawing.Size(135, 21);
this.培训经费TextBox.TabIndex = 42;
//
// 证书名称TextBox
//
this.证书名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "证书名称", true));
this.证书名称TextBox.Location = new System.Drawing.Point(67, 207);
this.证书名称TextBox.Name = "证书名称TextBox";
this.证书名称TextBox.Size = new System.Drawing.Size(164, 21);
this.证书名称TextBox.TabIndex = 44;
//
// 说明TextBox
//
this.说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.培训记录BindingSource, "说明", true));
this.说明TextBox.Location = new System.Drawing.Point(276, 207);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(264, 21);
this.说明TextBox.TabIndex = 46;
//
// TrainingForm
//
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.开始时间DateTimePicker);
this.Controls.Add(结束时间Label);
this.Controls.Add(this.结束时间DateTimePicker);
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.培训记录DataGridView);
this.Controls.Add(this.培训记录BindingNavigator);
this.Name = "TrainingForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "员工培训记录维护";
this.Load += new System.EventHandler(this.TrainingForm_Load);
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.培训记录BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.培训记录BindingNavigator)).EndInit();
this.培训记录BindingNavigator.ResumeLayout(false);
this.培训记录BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.培训记录DataGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.基本档案DataGridView)).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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
private System.Windows.Forms.DataGridView 基本档案DataGridView;
private System.Windows.Forms.TextBox 自编号TextBox;
private System.Windows.Forms.TextBox 员工编号TextBox;
private System.Windows.Forms.TextBox 员工姓名TextBox;
private System.Windows.Forms.DateTimePicker 开始时间DateTimePicker;
private System.Windows.Forms.DateTimePicker 结束时间DateTimePicker;
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;
private System.Windows.Forms.ToolStripLabel 员工姓名ToolStripLabel;
private System.Windows.Forms.ToolStripTextBox 员工姓名ToolStripTextBox;
private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -