feat: 新增时间输入和Alt按钮快捷键
This commit is contained in:
Generated
+8
-8
@@ -175,7 +175,7 @@
|
||||
this.btnClose.Name = "btnClose";
|
||||
this.btnClose.Size = new System.Drawing.Size(75, 26);
|
||||
this.btnClose.TabIndex = 22;
|
||||
this.btnClose.Text = "关闭(&Q)";
|
||||
this.btnClose.Text = "关闭(Q)";
|
||||
//
|
||||
// btnBack
|
||||
//
|
||||
@@ -187,7 +187,7 @@
|
||||
this.btnBack.Name = "btnBack";
|
||||
this.btnBack.Size = new System.Drawing.Size(75, 26);
|
||||
this.btnBack.TabIndex = 21;
|
||||
this.btnBack.Text = "返退(&N)";
|
||||
this.btnBack.Text = "返退(N)";
|
||||
this.btnBack.Click += new System.EventHandler(this.btnReturn_Click);
|
||||
//
|
||||
// btnSave
|
||||
@@ -200,7 +200,7 @@
|
||||
this.btnSave.Name = "btnSave";
|
||||
this.btnSave.Size = new System.Drawing.Size(75, 26);
|
||||
this.btnSave.TabIndex = 25;
|
||||
this.btnSave.Text = "保存(&S)";
|
||||
this.btnSave.Text = "保存(S)";
|
||||
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||||
//
|
||||
// btnAccradit
|
||||
@@ -213,7 +213,7 @@
|
||||
this.btnAccradit.Name = "btnAccradit";
|
||||
this.btnAccradit.Size = new System.Drawing.Size(75, 26);
|
||||
this.btnAccradit.TabIndex = 20;
|
||||
this.btnAccradit.Text = "审核(&Y)";
|
||||
this.btnAccradit.Text = "审核(Y)";
|
||||
this.btnAccradit.Click += new System.EventHandler(this.btnAccradit_Click);
|
||||
//
|
||||
// btnPrint
|
||||
@@ -256,7 +256,7 @@
|
||||
this.btnSpare.Name = "btnSpare";
|
||||
this.btnSpare.Size = new System.Drawing.Size(75, 26);
|
||||
this.btnSpare.TabIndex = 27;
|
||||
this.btnSpare.Text = "分单(&P)";
|
||||
this.btnSpare.Text = "分单(P)";
|
||||
this.btnSpare.Click += new System.EventHandler(this.btnSpare_Click);
|
||||
//
|
||||
// pcTool
|
||||
@@ -381,7 +381,7 @@
|
||||
this.btnReflash.Name = "btnReflash";
|
||||
this.btnReflash.Size = new System.Drawing.Size(75, 26);
|
||||
this.btnReflash.TabIndex = 27;
|
||||
this.btnReflash.Text = "刷新(&R)";
|
||||
this.btnReflash.Text = "刷新(R)";
|
||||
this.btnReflash.Click += new System.EventHandler(this.btnReflash_Click);
|
||||
//
|
||||
// panelControl1
|
||||
@@ -523,7 +523,7 @@
|
||||
this.btnSearch.Name = "btnSearch";
|
||||
this.btnSearch.Size = new System.Drawing.Size(72, 26);
|
||||
this.btnSearch.TabIndex = 6;
|
||||
this.btnSearch.Text = "搜索(&Q)";
|
||||
this.btnSearch.Text = "搜索(Q)";
|
||||
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
||||
//
|
||||
// labeldate_end
|
||||
@@ -571,7 +571,7 @@
|
||||
this.btnBackTop.Name = "btnBackTop";
|
||||
this.btnBackTop.Size = new System.Drawing.Size(72, 26);
|
||||
this.btnBackTop.TabIndex = 8;
|
||||
this.btnBackTop.Text = "返审(&W)";
|
||||
this.btnBackTop.Text = "返审(W)";
|
||||
this.btnBackTop.Click += new System.EventHandler(this.btnBack_Click);
|
||||
//
|
||||
// pcBillDetail
|
||||
|
||||
Reference in New Issue
Block a user