feat: 新增时间输入和Alt按钮快捷键

This commit is contained in:
cyf
2026-08-15 22:26:11 +08:00
parent a65dfab897
commit 57dedb5e9d
23 changed files with 818 additions and 233 deletions
+8 -6
View File
@@ -133,9 +133,11 @@
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(597, 548);
this.gcMain.SysModel = null;
this.gcMain.TabIndex = 2;
//
// panelControl4
@@ -173,7 +175,7 @@
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(72, 26);
this.btnExport.TabIndex = 15;
this.btnExport.Text = "导出(&E)";
this.btnExport.Text = "导出(E)";
this.btnExport.Click += new System.EventHandler(this.OnExportClick);
//
// btnShowAll
@@ -193,7 +195,7 @@
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(72, 26);
this.btnSave.TabIndex = 13;
this.btnSave.Text = "保存(&S)";
this.btnSave.Text = "保存(S)";
this.btnSave.Click += new System.EventHandler(this.OnSaveButtonClick);
//
// btnDelete
@@ -203,7 +205,7 @@
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(72, 26);
this.btnDelete.TabIndex = 12;
this.btnDelete.Text = "删除(&D)";
this.btnDelete.Text = "删除(D)";
this.btnDelete.Click += new System.EventHandler(this.OnDeleteButtonClick);
//
// btnAdd
@@ -213,7 +215,7 @@
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(72, 26);
this.btnAdd.TabIndex = 11;
this.btnAdd.Text = "增加(&A)";
this.btnAdd.Text = "增加(A)";
this.btnAdd.Click += new System.EventHandler(this.OnAddButtonClick);
//
// btnRefresh
@@ -223,7 +225,7 @@
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(72, 26);
this.btnRefresh.TabIndex = 10;
this.btnRefresh.Text = "刷新(&R)";
this.btnRefresh.Text = "刷新(R)";
this.btnRefresh.Click += new System.EventHandler(this.OnRefreshButtonClick);
//
// panelControl3
@@ -306,4 +308,4 @@
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}
}