MS: DocumentViewer

This commit is contained in:
2020-01-28 10:43:16 +01:00
parent 53f3ea4272
commit 540eeae31a
10 changed files with 602 additions and 44 deletions

View File

@@ -0,0 +1 @@
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@@ -64,7 +64,7 @@ Partial Class frmLookupGrid
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(117, 23)
Me.btnOK.TabIndex = 0
Me.btnOK.Text = "OK (F1)"
Me.btnOK.Text = "OK (F2)"
Me.btnOK.UseVisualStyleBackColor = True
'
'btnClear

View File

@@ -159,7 +159,7 @@ Public Class frmLookupGrid
Private Sub gridLookup_KeyUp(sender As Object, e As KeyEventArgs) Handles gridLookup.KeyUp
If e.KeyCode = Keys.Escape Then
Close()
ElseIf e.KeyCode = Keys.S And e.Control Then
ElseIf e.KeyCode = Keys.F2 Then
SaveSelectedValues()
DialogResult = DialogResult.OK