📄 query.designer.cs
字号:
namespace kaoqin.qy
{
partial class query
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label13 = new System.Windows.Forms.Label();
this.txtKq = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.cbXb2 = new System.Windows.Forms.ComboBox();
this.cbBj2 = new System.Windows.Forms.ComboBox();
this.txtXm2 = new System.Windows.Forms.TextBox();
this.txtXh2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.cbQj = new System.Windows.Forms.ComboBox();
this.cbKk = new System.Windows.Forms.ComboBox();
this.cbZt = new System.Windows.Forms.ComboBox();
this.cbCd = new System.Windows.Forms.ComboBox();
this.cbXb = new System.Windows.Forms.ComboBox();
this.cbBj = new System.Windows.Forms.ComboBox();
this.txtQj = new System.Windows.Forms.TextBox();
this.txtKk = new System.Windows.Forms.TextBox();
this.txtZt = new System.Windows.Forms.TextBox();
this.txtCd = new System.Windows.Forms.TextBox();
this.txtXm = new System.Windows.Forms.TextBox();
this.txtXh = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.splitter1 = new System.Windows.Forms.Splitter();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.cbKqtime = new System.Windows.Forms.ComboBox();
this.panel1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(829, 177);
this.panel1.TabIndex = 12;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.cbKqtime);
this.groupBox3.Controls.Add(this.dateTimePicker1);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.txtKq);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.cbXb2);
this.groupBox3.Controls.Add(this.cbBj2);
this.groupBox3.Controls.Add(this.txtXm2);
this.groupBox3.Controls.Add(this.txtXh2);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Controls.Add(this.label16);
this.groupBox3.Enabled = false;
this.groupBox3.Location = new System.Drawing.Point(12, 94);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(607, 76);
this.groupBox3.TabIndex = 27;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "查询条件";
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(297, 46);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(112, 21);
this.dateTimePicker1.TabIndex = 24;
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(150, 51);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 22;
this.label13.Text = "考勤时间:";
//
// txtKq
//
this.txtKq.Location = new System.Drawing.Point(50, 47);
this.txtKq.Name = "txtKq";
this.txtKq.Size = new System.Drawing.Size(84, 21);
this.txtKq.TabIndex = 21;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 51);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 20;
this.label11.Text = "考勤人:";
//
// cbXb2
//
this.cbXb2.FormattingEnabled = true;
this.cbXb2.Location = new System.Drawing.Point(483, 19);
this.cbXb2.Name = "cbXb2";
this.cbXb2.Size = new System.Drawing.Size(99, 20);
this.cbXb2.TabIndex = 19;
//
// cbBj2
//
this.cbBj2.FormattingEnabled = true;
this.cbBj2.Location = new System.Drawing.Point(334, 18);
this.cbBj2.Name = "cbBj2";
this.cbBj2.Size = new System.Drawing.Size(99, 20);
this.cbBj2.TabIndex = 18;
this.cbBj2.SelectedIndexChanged += new System.EventHandler(this.cbBj2_SelectedIndexChanged);
//
// txtXm2
//
this.txtXm2.Location = new System.Drawing.Point(186, 19);
this.txtXm2.Name = "txtXm2";
this.txtXm2.Size = new System.Drawing.Size(85, 21);
this.txtXm2.TabIndex = 11;
//
// txtXh2
//
this.txtXh2.Location = new System.Drawing.Point(50, 18);
this.txtXh2.Name = "txtXh2";
this.txtXh2.Size = new System.Drawing.Size(84, 21);
this.txtXh2.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 3;
this.label2.Text = "学号:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(151, 22);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(41, 12);
this.label12.TabIndex = 4;
this.label12.Text = "姓名:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(295, 22);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 5;
this.label14.Text = "班级:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(447, 22);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 6;
this.label16.Text = "系部:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(685, 94);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 26;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cbQj);
this.groupBox2.Controls.Add(this.cbKk);
this.groupBox2.Controls.Add(this.cbZt);
this.groupBox2.Controls.Add(this.cbCd);
this.groupBox2.Controls.Add(this.cbXb);
this.groupBox2.Controls.Add(this.cbBj);
this.groupBox2.Controls.Add(this.txtQj);
this.groupBox2.Controls.Add(this.txtKk);
this.groupBox2.Controls.Add(this.txtZt);
this.groupBox2.Controls.Add(this.txtCd);
this.groupBox2.Controls.Add(this.txtXm);
this.groupBox2.Controls.Add(this.txtXh);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(607, 76);
this.groupBox2.TabIndex = 25;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "查询条件";
//
// cbQj
//
this.cbQj.FormattingEnabled = true;
this.cbQj.Items.AddRange(new object[] {
">",
"<",
"="});
this.cbQj.Location = new System.Drawing.Point(508, 48);
this.cbQj.Name = "cbQj";
this.cbQj.Size = new System.Drawing.Size(34, 20);
this.cbQj.TabIndex = 22;
this.cbQj.Text = ">";
//
// cbKk
//
this.cbKk.FormattingEnabled = true;
this.cbKk.Items.AddRange(new object[] {
">",
"<",
"="});
this.cbKk.Location = new System.Drawing.Point(355, 48);
this.cbKk.Name = "cbKk";
this.cbKk.Size = new System.Drawing.Size(34, 20);
this.cbKk.TabIndex = 21;
this.cbKk.Text = ">";
//
// cbZt
//
this.cbZt.FormattingEnabled = true;
this.cbZt.Items.AddRange(new object[] {
">",
"<",
"="});
this.cbZt.Location = new System.Drawing.Point(209, 48);
this.cbZt.Name = "cbZt";
this.cbZt.Size = new System.Drawing.Size(34, 20);
this.cbZt.TabIndex = 20;
this.cbZt.Text = ">";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -