mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-14 10:37:18 -07:00
Added license info
Now license can be viewed in applications
This commit is contained in:
parent
6b4dadcde5
commit
64b3bf8bc1
14 changed files with 172 additions and 15 deletions
|
@ -2,7 +2,7 @@ object MainForm: TMainForm
|
|||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Remote Desktop Protocol Configuration'
|
||||
Caption = 'RDP Wrapper Configuration'
|
||||
ClientHeight = 245
|
||||
ClientWidth = 326
|
||||
Color = clBtnFace
|
||||
|
@ -19,7 +19,7 @@ object MainForm: TMainForm
|
|||
TextHeight = 13
|
||||
object lRDPPort: TLabel
|
||||
Left = 203
|
||||
Top = 22
|
||||
Top = 33
|
||||
Width = 47
|
||||
Height = 13
|
||||
Caption = 'RDP Port:'
|
||||
|
@ -100,7 +100,7 @@ object MainForm: TMainForm
|
|||
end
|
||||
object seRDPPort: TSpinEdit
|
||||
Left = 256
|
||||
Top = 19
|
||||
Top = 30
|
||||
Width = 62
|
||||
Height = 22
|
||||
MaxValue = 65535
|
||||
|
@ -109,4 +109,13 @@ object MainForm: TMainForm
|
|||
Value = 0
|
||||
OnChange = seRDPPortChange
|
||||
end
|
||||
object bLicense: TButton
|
||||
Left = 224
|
||||
Top = 6
|
||||
Width = 94
|
||||
Height = 21
|
||||
Caption = 'View license...'
|
||||
TabOrder = 8
|
||||
OnClick = bLicenseClick
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue