📄 absentform.designer.cs
字号:
// 员工姓名ToolStripLabel
//
this.员工姓名ToolStripLabel.Name = "员工姓名ToolStripLabel";
this.员工姓名ToolStripLabel.Size = new System.Drawing.Size(65, 22);
this.员工姓名ToolStripLabel.Text = "员工姓名:";
//
// 员工姓名ToolStripTextBox
//
this.员工姓名ToolStripTextBox.Name = "员工姓名ToolStripTextBox";
this.员工姓名ToolStripTextBox.Size = new System.Drawing.Size(60, 25);
this.员工姓名ToolStripTextBox.Text = "%%";
//
// 查询ToolStripButton
//
this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
this.查询ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.查询ToolStripButton.Name = "查询ToolStripButton";
this.查询ToolStripButton.Size = new System.Drawing.Size(49, 22);
this.查询ToolStripButton.Text = "查询";
this.查询ToolStripButton.Click += new System.EventHandler(this.查询ToolStripButton_Click);
//
// 缺勤记录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;
//
// 缺勤类型Label
//
缺勤类型Label.AutoSize = true;
缺勤类型Label.Location = new System.Drawing.Point(356, 131);
缺勤类型Label.Name = "缺勤类型Label";
缺勤类型Label.Size = new System.Drawing.Size(59, 12);
缺勤类型Label.TabIndex = 36;
缺勤类型Label.Text = "缺勤类型:";
//
// 缺勤类型ComboBox
//
this.缺勤类型ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.缺勤记录BindingSource, "缺勤类型", true));
this.缺勤类型ComboBox.FormattingEnabled = true;
this.缺勤类型ComboBox.Items.AddRange(new object[] {
"迟到",
"早退",
"旷工",
"事假",
"病假",
"探亲假",
"工休假",
"轮休假"});
this.缺勤类型ComboBox.Location = new System.Drawing.Point(421, 128);
this.缺勤类型ComboBox.Name = "缺勤类型ComboBox";
this.缺勤类型ComboBox.Size = new System.Drawing.Size(121, 20);
this.缺勤类型ComboBox.TabIndex = 37;
//
// AbsentForm
//
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.缺勤类型ComboBox);
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.说明TextBox);
this.Controls.Add(this.基本档案DataGridView);
this.Controls.Add(this.缺勤记录DataGridView);
this.Controls.Add(this.缺勤记录BindingNavigator);
this.Name = "AbsentForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "员工缺勤记录维护";
this.Load += new System.EventHandler(this.AbsentForm_Load);
((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();
((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.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.TextBox 说明TextBox;
private System.Windows.Forms.ToolStripLabel 员工姓名ToolStripLabel;
private System.Windows.Forms.ToolStripTextBox 员工姓名ToolStripTextBox;
private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
private System.Windows.Forms.ComboBox 缺勤类型ComboBox;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -