📄 kaoqinrizhihistoryframe.cs
字号:
#region Named Place....using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Windows.Forms;using System.Data;using System.Data.SqlClient;#endregionnamespace WindowsApplication{ public class KaoQinRiZhiHistoryFrame : WindowsApplication.ParentMDiFrame.ParentFrame {
#region Control...
private System.Data.SqlClient.SqlDataAdapter sqlDataAdapter;
private System.Data.SqlClient.SqlCommand sqlSelectCommand1;
private System.Data.SqlClient.SqlCommand sqlInsertCommand1;
private System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
private System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
private System.Data.SqlClient.SqlConnection sqlConnection;
private WindowsApplication.KaoQinHistorySet kaoQinHistorySet; private System.ComponentModel.IContainer components = null; #endregion #region Function... public KaoQinRiZhiHistoryFrame() { // 该调用是 Windows 窗体设计器所必需的。 InitializeComponent(); // TODO: 在 InitializeComponent 调用后添加任何初始化 } /// <summary> /// 清理所有正在使用的资源。 /// </summary> protected override void Dispose( bool disposing ) { if( disposing ) { if (components != null) { components.Dispose(); } } base.Dispose( disposing ); } #endregion #region 设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(KaoQinRiZhiHistoryFrame));
this.sqlDataAdapter = new System.Data.SqlClient.SqlDataAdapter();
this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlConnection = new System.Data.SqlClient.SqlConnection();
this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
this.kaoQinHistorySet = new WindowsApplication.KaoQinHistorySet();
((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stStauts)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stUserOperator)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stDateText)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stTimeText)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.stState)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kaoQinHistorySet)).BeginInit();
//
// tool
//
this.tool.Name = "tool";
this.tool.Size = new System.Drawing.Size(862, 40);
//
// image
//
this.image.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("image.ImageStream")));
//
// TitleLabel
//
this.TitleLabel.Name = "TitleLabel";
this.TitleLabel.Text = "考勤日志管理";
//
// status
//
this.status.Name = "status";
//
// stDateText
//
this.stDateText.Text = "当前日期:2006年11月12日";
//
// stTimeText
//
this.stTimeText.Text = "当前时间:05:04:46AM";
//
// stState
//
this.stState.Text = "状态:无";
//
// dataGridSource
//
this.dataGridSource.Name = "dataGridSource";
//
// sqlDataAdapter
//
this.sqlDataAdapter.DeleteCommand = this.sqlDeleteCommand1;
this.sqlDataAdapter.InsertCommand = this.sqlInsertCommand1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -