⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 query.designer.cs

📁 这是一个考勤系统大家多多指教
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // cbCd
            // 
            this.cbCd.FormattingEnabled = true;
            this.cbCd.Items.AddRange(new object[] {
            ">",
            "<",
            "="});
            this.cbCd.Location = new System.Drawing.Point(70, 48);
            this.cbCd.Name = "cbCd";
            this.cbCd.Size = new System.Drawing.Size(34, 20);
            this.cbCd.TabIndex = 1;
            this.cbCd.Text = ">";
            // 
            // cbXb
            // 
            this.cbXb.FormattingEnabled = true;
            this.cbXb.Items.AddRange(new object[] {
            "按学生方式",
            "按考勤人方式"});
            this.cbXb.Location = new System.Drawing.Point(483, 19);
            this.cbXb.Name = "cbXb";
            this.cbXb.Size = new System.Drawing.Size(99, 20);
            this.cbXb.TabIndex = 19;
            this.cbXb.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
            // 
            // cbBj
            // 
            this.cbBj.FormattingEnabled = true;
            this.cbBj.Items.AddRange(new object[] {
            "按学生方式",
            "按考勤人方式"});
            this.cbBj.Location = new System.Drawing.Point(334, 18);
            this.cbBj.Name = "cbBj";
            this.cbBj.Size = new System.Drawing.Size(99, 20);
            this.cbBj.TabIndex = 18;
            this.cbBj.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
            // 
            // txtQj
            // 
            this.txtQj.Location = new System.Drawing.Point(543, 48);
            this.txtQj.Name = "txtQj";
            this.txtQj.Size = new System.Drawing.Size(39, 21);
            this.txtQj.TabIndex = 17;
            // 
            // txtKk
            // 
            this.txtKk.Location = new System.Drawing.Point(391, 48);
            this.txtKk.Name = "txtKk";
            this.txtKk.Size = new System.Drawing.Size(42, 21);
            this.txtKk.TabIndex = 16;
            // 
            // txtZt
            // 
            this.txtZt.Location = new System.Drawing.Point(244, 48);
            this.txtZt.Name = "txtZt";
            this.txtZt.Size = new System.Drawing.Size(27, 21);
            this.txtZt.TabIndex = 15;
            // 
            // txtCd
            // 
            this.txtCd.Location = new System.Drawing.Point(105, 48);
            this.txtCd.Name = "txtCd";
            this.txtCd.Size = new System.Drawing.Size(29, 21);
            this.txtCd.TabIndex = 14;
            // 
            // txtXm
            // 
            this.txtXm.Location = new System.Drawing.Point(186, 19);
            this.txtXm.Name = "txtXm";
            this.txtXm.Size = new System.Drawing.Size(85, 21);
            this.txtXm.TabIndex = 11;
            // 
            // txtXh
            // 
            this.txtXh.Location = new System.Drawing.Point(50, 18);
            this.txtXh.Name = "txtXh";
            this.txtXh.Size = new System.Drawing.Size(84, 21);
            this.txtXh.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(11, 22);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 3;
            this.label3.Text = "学号:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(449, 53);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(65, 12);
            this.label10.TabIndex = 10;
            this.label10.Text = "请假次数:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(151, 22);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 4;
            this.label4.Text = "姓名:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(296, 53);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 9;
            this.label9.Text = "旷课次数";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(295, 22);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 5;
            this.label5.Text = "班级:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(150, 53);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "早退次数:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(447, 22);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 6;
            this.label6.Text = "系部:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(11, 53);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 7;
            this.label7.Text = "迟到次数:";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Location = new System.Drawing.Point(645, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(147, 54);
            this.groupBox1.TabIndex = 24;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查询方式选择";
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "方式一",
            "方式二"});
            this.comboBox1.Location = new System.Drawing.Point(20, 20);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(116, 20);
            this.comboBox1.TabIndex = 0;
            this.comboBox1.Text = "方式一";
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // splitter1
            // 
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter1.Location = new System.Drawing.Point(0, 177);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(829, 3);
            this.splitter1.TabIndex = 13;
            this.splitter1.TabStop = false;
            // 
            // dataGrid1
            // 
            this.dataGrid1.AlternatingBackColor = System.Drawing.Color.GhostWhite;
            this.dataGrid1.BackColor = System.Drawing.Color.GhostWhite;
            this.dataGrid1.BackgroundColor = System.Drawing.Color.Lavender;
            this.dataGrid1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGrid1.CaptionBackColor = System.Drawing.Color.RoyalBlue;
            this.dataGrid1.CaptionForeColor = System.Drawing.Color.White;
            this.dataGrid1.DataMember = "";
            this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGrid1.FlatMode = true;
            this.dataGrid1.Font = new System.Drawing.Font("Tahoma", 8F);
            this.dataGrid1.ForeColor = System.Drawing.Color.MidnightBlue;
            this.dataGrid1.GridLineColor = System.Drawing.Color.RoyalBlue;
            this.dataGrid1.HeaderBackColor = System.Drawing.Color.MidnightBlue;
            this.dataGrid1.HeaderFont = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
            this.dataGrid1.HeaderForeColor = System.Drawing.Color.Lavender;
            this.dataGrid1.LinkColor = System.Drawing.Color.Teal;
            this.dataGrid1.Location = new System.Drawing.Point(0, 180);
            this.dataGrid1.Name = "dataGrid1";
            this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Lavender;
            this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
            this.dataGrid1.ReadOnly = true;
            this.dataGrid1.SelectionBackColor = System.Drawing.Color.Teal;
            this.dataGrid1.SelectionForeColor = System.Drawing.Color.PaleGreen;
            this.dataGrid1.Size = new System.Drawing.Size(829, 376);
            this.dataGrid1.TabIndex = 14;
            // 
            // cbKqtime
            // 
            this.cbKqtime.FormattingEnabled = true;
            this.cbKqtime.Items.AddRange(new object[] {
            "<",
            ">",
            "="});
            this.cbKqtime.Location = new System.Drawing.Point(221, 46);
            this.cbKqtime.Name = "cbKqtime";
            this.cbKqtime.Size = new System.Drawing.Size(38, 20);
            this.cbKqtime.TabIndex = 25;
            // 
            // query
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(829, 556);
            this.Controls.Add(this.dataGrid1);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panel1);
            this.Name = "query";
            this.Text = "学生出勤情况查询";
            this.Load += new System.EventHandler(this.query_Load);
            this.panel1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox txtKq;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.ComboBox cbXb2;
        private System.Windows.Forms.ComboBox cbBj2;
        private System.Windows.Forms.TextBox txtXm2;
        private System.Windows.Forms.TextBox txtXh2;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ComboBox cbQj;
        private System.Windows.Forms.ComboBox cbKk;
        private System.Windows.Forms.ComboBox cbZt;
        private System.Windows.Forms.ComboBox cbCd;
        private System.Windows.Forms.ComboBox cbXb;
        private System.Windows.Forms.ComboBox cbBj;
        private System.Windows.Forms.TextBox txtQj;
        private System.Windows.Forms.TextBox txtKk;
        private System.Windows.Forms.TextBox txtZt;
        private System.Windows.Forms.TextBox txtCd;
        private System.Windows.Forms.TextBox txtXm;
        private System.Windows.Forms.TextBox txtXh;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.Splitter splitter1;
        private System.Windows.Forms.DataGrid dataGrid1;
        private System.Windows.Forms.ComboBox cbKqtime;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -