📄 queryallcheckform.designer.cs
字号:
namespace MyPersonnel
{
partial class QueryAllCheckForm
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryAllCheckForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.fillBy1ToolStrip = new System.Windows.Forms.ToolStrip();
this.考勤年份ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.年份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.考勤月份ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.月份ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.考勤记录DataGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.考勤记录BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.myPersonnelDataSet = new MyPersonnel.MyPersonnelDataSet();
this.考勤记录TableAdapter = new MyPersonnel.MyPersonnelDataSetTableAdapters.考勤记录TableAdapter();
this.fillBy1ToolStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.考勤记录DataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.考勤记录BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myPersonnelDataSet)).BeginInit();
this.SuspendLayout();
//
// fillBy1ToolStrip
//
this.fillBy1ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.考勤年份ToolStripLabel,
this.年份ToolStripComboBox,
this.考勤月份ToolStripLabel,
this.月份ToolStripComboBox,
this.查询ToolStripButton,
this.打印ToolStripButton});
this.fillBy1ToolStrip.Location = new System.Drawing.Point(0, 0);
this.fillBy1ToolStrip.Name = "fillBy1ToolStrip";
this.fillBy1ToolStrip.Size = new System.Drawing.Size(542, 25);
this.fillBy1ToolStrip.TabIndex = 2;
this.fillBy1ToolStrip.Text = "fillBy1ToolStrip";
//
// 考勤年份ToolStripLabel
//
this.考勤年份ToolStripLabel.Name = "考勤年份ToolStripLabel";
this.考勤年份ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.考勤年份ToolStripLabel.Text = "考勤年份:";
//
// 年份ToolStripComboBox
//
this.年份ToolStripComboBox.DropDownHeight = 150;
this.年份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.年份ToolStripComboBox.DropDownWidth = 40;
this.年份ToolStripComboBox.IntegralHeight = false;
this.年份ToolStripComboBox.Name = "年份ToolStripComboBox";
this.年份ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
//
// 考勤月份ToolStripLabel
//
this.考勤月份ToolStripLabel.Name = "考勤月份ToolStripLabel";
this.考勤月份ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.考勤月份ToolStripLabel.Text = "考勤月份:";
//
// 月份ToolStripComboBox
//
this.月份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.月份ToolStripComboBox.Name = "月份ToolStripComboBox";
this.月份ToolStripComboBox.Size = new System.Drawing.Size(75, 25);
//
// 查询ToolStripButton
//
this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
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);
//
// 打印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);
//
// 考勤记录DataGridView
//
this.考勤记录DataGridView.AllowUserToAddRows = false;
this.考勤记录DataGridView.AllowUserToDeleteRows = false;
this.考勤记录DataGridView.AllowUserToResizeRows = false;
this.考勤记录DataGridView.AutoGenerateColumns = false;
this.考勤记录DataGridView.BackgroundColor = System.Drawing.SystemColors.ActiveCaption;
this.考勤记录DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5,
this.dataGridViewTextBoxColumn6,
this.dataGridViewTextBoxColumn7,
this.dataGridViewTextBoxColumn8,
this.dataGridViewTextBoxColumn9,
this.dataGridViewTextBoxColumn10,
this.dataGridViewTextBoxColumn11,
this.dataGridViewTextBoxColumn12,
this.dataGridViewTextBoxColumn13,
this.dataGridViewTextBoxColumn14,
this.dataGridViewTextBoxColumn15,
this.dataGridViewTextBoxColumn16,
this.dataGridViewTextBoxColumn17,
this.dataGridViewTextBoxColumn18,
this.dataGridViewTextBoxColumn19,
this.dataGridViewTextBoxColumn20,
this.dataGridViewTextBoxColumn21,
this.dataGridViewTextBoxColumn22,
this.dataGridViewTextBoxColumn23,
this.dataGridViewTextBoxColumn24,
this.dataGridViewTextBoxColumn25,
this.dataGridViewTextBoxColumn26,
this.dataGridViewTextBoxColumn27,
this.dataGridViewTextBoxColumn28,
this.dataGridViewTextBoxColumn29,
this.dataGridViewTextBoxColumn30,
this.dataGridViewTextBoxColumn31,
this.dataGridViewTextBoxColumn32,
this.dataGridViewTextBoxColumn33,
this.dataGridViewTextBoxColumn34,
this.dataGridViewTextBoxColumn35,
this.dataGridViewTextBoxColumn36,
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
this.考勤记录DataGridView.DataSource = this.考勤记录BindingSource;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Green;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Yellow;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -