📄 select_info.designer.cs
字号:
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 2;
this.label1.Text = "开始时间";
//
// e_end_date
//
this.e_end_date.Location = new System.Drawing.Point(246, 12);
this.e_end_date.Name = "e_end_date";
this.e_end_date.Size = new System.Drawing.Size(115, 21);
this.e_end_date.TabIndex = 1;
//
// e_start_date
//
this.e_start_date.Location = new System.Drawing.Point(66, 13);
this.e_start_date.Name = "e_start_date";
this.e_start_date.Size = new System.Drawing.Size(115, 21);
this.e_start_date.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.button5);
this.tabPage2.Controls.Add(this.button6);
this.tabPage2.Controls.Add(this.grid_ry);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Controls.Add(this.r_end_date);
this.tabPage2.Controls.Add(this.r_start_date);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(781, 546);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "按人员统计分析";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button4.Location = new System.Drawing.Point(633, 7);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 15;
this.button4.Text = "退出";
this.button4.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
this.button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button5.Location = new System.Drawing.Point(503, 7);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(124, 23);
this.button5.TabIndex = 14;
this.button5.Text = "导出到Excel";
this.button5.UseVisualStyleBackColor = true;
//
// button6
//
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image")));
this.button6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button6.Location = new System.Drawing.Point(422, 7);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 13;
this.button6.Text = "统计";
this.button6.UseVisualStyleBackColor = true;
//
// grid_ry
//
this.grid_ry.AllowUserToAddRows = false;
this.grid_ry.AllowUserToDeleteRows = false;
this.grid_ry.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grid_ry.Location = new System.Drawing.Point(3, 36);
this.grid_ry.Name = "grid_ry";
this.grid_ry.RowTemplate.Height = 23;
this.grid_ry.Size = new System.Drawing.Size(775, 503);
this.grid_ry.TabIndex = 12;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(210, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 11;
this.label3.Text = "结束时间";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 14);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 10;
this.label4.Text = "开始时间";
//
// r_end_date
//
this.r_end_date.Location = new System.Drawing.Point(269, 9);
this.r_end_date.Name = "r_end_date";
this.r_end_date.Size = new System.Drawing.Size(138, 21);
this.r_end_date.TabIndex = 9;
//
// r_start_date
//
this.r_start_date.Location = new System.Drawing.Point(66, 9);
this.r_start_date.Name = "r_start_date";
this.r_start_date.Size = new System.Drawing.Size(138, 21);
this.r_start_date.TabIndex = 8;
//
// select_info
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 573);
this.Controls.Add(this.tabControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "select_info";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "数据查询";
this.Load += new System.EventHandler(this.select_info_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_sb)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grid_ry)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker e_end_date;
private System.Windows.Forms.DateTimePicker e_start_date;
private System.Windows.Forms.DataGridView grid_sb;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.DataGridView grid_ry;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker r_end_date;
private System.Windows.Forms.DateTimePicker r_start_date;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cbogq;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -