feat: 新增时间输入和Alt按钮快捷键
This commit is contained in:
Generated
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user