📄 checkform.designer.cs
字号:
//
// dataGridViewTextBoxColumn29
//
this.dataGridViewTextBoxColumn29.DataPropertyName = "26";
this.dataGridViewTextBoxColumn29.HeaderText = "26";
this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
this.dataGridViewTextBoxColumn29.Width = 20;
//
// dataGridViewTextBoxColumn30
//
this.dataGridViewTextBoxColumn30.DataPropertyName = "27";
this.dataGridViewTextBoxColumn30.HeaderText = "27";
this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
this.dataGridViewTextBoxColumn30.Width = 20;
//
// dataGridViewTextBoxColumn31
//
this.dataGridViewTextBoxColumn31.DataPropertyName = "28";
this.dataGridViewTextBoxColumn31.HeaderText = "28";
this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
this.dataGridViewTextBoxColumn31.Width = 20;
//
// dataGridViewTextBoxColumn32
//
this.dataGridViewTextBoxColumn32.DataPropertyName = "29";
this.dataGridViewTextBoxColumn32.HeaderText = "29";
this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32";
this.dataGridViewTextBoxColumn32.Width = 20;
//
// dataGridViewTextBoxColumn33
//
this.dataGridViewTextBoxColumn33.DataPropertyName = "30";
this.dataGridViewTextBoxColumn33.HeaderText = "30";
this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33";
this.dataGridViewTextBoxColumn33.Width = 20;
//
// dataGridViewTextBoxColumn34
//
this.dataGridViewTextBoxColumn34.DataPropertyName = "31";
this.dataGridViewTextBoxColumn34.HeaderText = "31";
this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34";
this.dataGridViewTextBoxColumn34.Width = 20;
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Right;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.出勤ToolStripButton,
this.迟到ToolStripButton,
this.早退ToolStripButton,
this.产假ToolStripButton,
this.事假ToolStripButton,
this.病假ToolStripButton,
this.婚假ToolStripButton,
this.旷工ToolStripButton});
this.toolStrip1.Location = new System.Drawing.Point(496, 25);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(46, 391);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// 出勤ToolStripButton
//
this.出勤ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.出勤ToolStripButton.Text = "出勤 /";
this.出勤ToolStripButton.Click += new System.EventHandler(this.出勤ToolStripButton_Click);
//
// 迟到ToolStripButton
//
this.迟到ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.迟到ToolStripButton.Text = "迟到>";
this.迟到ToolStripButton.Click += new System.EventHandler(this.迟到ToolStripButton_Click);
//
// 早退ToolStripButton
//
this.早退ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.早退ToolStripButton.Text = "早退<";
this.早退ToolStripButton.Click += new System.EventHandler(this.早退ToolStripButton_Click);
//
// 产假ToolStripButton
//
this.产假ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.产假ToolStripButton.Text = "产假√";
this.产假ToolStripButton.Click += new System.EventHandler(this.产假ToolStripButton_Click);
//
// 事假ToolStripButton
//
this.事假ToolStripButton.Checked = true;
this.事假ToolStripButton.CheckState = System.Windows.Forms.CheckState.Checked;
this.事假ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.事假ToolStripButton.Text = "事假#";
this.事假ToolStripButton.Click += new System.EventHandler(this.事假ToolStripButton_Click);
//
// 病假ToolStripButton
//
this.病假ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.病假ToolStripButton.Text = "病假+";
this.病假ToolStripButton.Click += new System.EventHandler(this.病假ToolStripButton_Click);
//
// 婚假ToolStripButton
//
this.婚假ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.婚假ToolStripButton.Text = "婚假△";
this.婚假ToolStripButton.Click += new System.EventHandler(this.婚假ToolStripButton_Click);
//
// 旷工ToolStripButton
//
this.旷工ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
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(43, 16);
this.旷工ToolStripButton.Text = "旷工×";
this.旷工ToolStripButton.Click += new System.EventHandler(this.旷工ToolStripButton_Click);
//
// 考勤记录TableAdapter
//
this.考勤记录TableAdapter.ClearBeforeFill = true;
//
// CheckForm
//
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(this.toolStrip1);
this.Controls.Add(this.考勤记录DataGridView);
this.Controls.Add(this.考勤记录BindingNavigator);
this.Name = "CheckForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "月度部门考勤维护";
this.Load += new System.EventHandler(this.CheckForm_Load);
((System.ComponentModel.ISupportInitialize)(this.考勤记录BindingNavigator)).EndInit();
this.考勤记录BindingNavigator.ResumeLayout(false);
this.考勤记录BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.考勤记录BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.考勤记录DataGridView)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
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 考勤记录BindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView 考勤记录DataGridView;
private System.Windows.Forms.ToolStripLabel 考勤日期ToolStripLabel;
private System.Windows.Forms.ToolStripLabel 部门ToolStripLabel;
private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
private System.Windows.Forms.ToolStripComboBox 考勤年份ToolStripComboBox;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox 月份ToolStripComboBox;
private System.Windows.Forms.ToolStripComboBox 部门ToolStripComboBox;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton 出勤ToolStripButton;
private System.Windows.Forms.ToolStripButton 迟到ToolStripButton;
private System.Windows.Forms.ToolStripButton 产假ToolStripButton;
private System.Windows.Forms.ToolStripButton 事假ToolStripButton;
private System.Windows.Forms.ToolStripButton 病假ToolStripButton;
private System.Windows.Forms.ToolStripButton 婚假ToolStripButton;
private System.Windows.Forms.ToolStripButton 旷工ToolStripButton;
private System.Windows.Forms.ToolStripButton 早退ToolStripButton;
private System.Windows.Forms.ToolStripButton 打印ToolStripButton;
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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn32;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn33;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn34;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn35;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -