mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
46 lines
911 B
Text
46 lines
911 B
Text
object frmDownloadProgress: TfrmDownloadProgress
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Downloading Update'
|
|
ClientHeight = 148
|
|
ClientWidth = 305
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lblStatus: TLabel
|
|
Left = 12
|
|
Top = 68
|
|
Width = 281
|
|
Height = 33
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
WordWrap = True
|
|
end
|
|
object progress: TProgressBar
|
|
Left = 12
|
|
Top = 44
|
|
Width = 281
|
|
Height = 17
|
|
TabOrder = 0
|
|
end
|
|
object cmdCancel: TButton
|
|
Left = 116
|
|
Top = 112
|
|
Width = 73
|
|
Height = 25
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
TabOrder = 1
|
|
OnClick = cmdCancelClick
|
|
end
|
|
end
|