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
+2 -2
View File
@@ -213,7 +213,7 @@
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(72, 26);
this.btnExport.TabIndex = 19;
this.btnExport.Text = "导出(&E)";
this.btnExport.Text = "导出(E)";
this.btnExport.Click += new System.EventHandler(this.OnExportClick);
//
// btnShowAll
@@ -233,7 +233,7 @@
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(72, 26);
this.btnRefresh.TabIndex = 17;
this.btnRefresh.Text = "刷新(&R)";
this.btnRefresh.Text = "刷新(R)";
this.btnRefresh.Click += new System.EventHandler(this.OnRefreshButtonClick);
//
// FrmMain