mirror of
https://github.com/barkeser2002/rdpwrap.git
synced 2026-09-25 14:25:59 +03:00
65 lines
1.4 KiB
ObjectPascal
65 lines
1.4 KiB
ObjectPascal
object LicenseForm: TLicenseForm
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = []
|
|
BorderStyle = bsDialog
|
|
Caption = 'License Agreement'
|
|
ClientHeight = 346
|
|
ClientWidth = 539
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Position = poOwnerFormCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object mText: TMemo
|
|
Left = 8
|
|
Top = 8
|
|
Width = 523
|
|
Height = 297
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
WordWrap = False
|
|
end
|
|
object bAccept: TButton
|
|
Left = 91
|
|
Top = 311
|
|
Width = 150
|
|
Height = 30
|
|
Caption = '&Accept'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ModalResult = 1
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
end
|
|
object bDecline: TButton
|
|
Left = 292
|
|
Top = 311
|
|
Width = 150
|
|
Height = 30
|
|
Caption = '&Decline'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ModalResult = 2
|
|
ParentFont = False
|
|
TabOrder = 2
|
|
end
|
|
end
|