mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-08 16:47:46 +00:00
51 lines
1.1 KiB
Text
51 lines
1.1 KiB
Text
object frmStartInstallNow: TfrmStartInstallNow
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Keyman Update'
|
|
ClientHeight = 164
|
|
ClientWidth = 354
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lblUpdateMessage: TLabel
|
|
Left = 32
|
|
Top = 48
|
|
Width = 290
|
|
Height = 41
|
|
Caption = 'Your computer will be restarted if you update now.'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
WordWrap = True
|
|
end
|
|
object cmdInstall: TButton
|
|
Left = 147
|
|
Top = 120
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Update now'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object cmdLater: TButton
|
|
Left = 247
|
|
Top = 120
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Close'
|
|
ModalResult = 8
|
|
TabOrder = 1
|
|
end
|
|
end
|