mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
36 lines
790 B
Text
36 lines
790 B
Text
inherited frmVisualKeyboardImportKMX: TfrmVisualKeyboardImportKMX
|
|
Left = 129
|
|
Top = 120
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'Importing Keyboard'
|
|
ClientHeight = 71
|
|
ClientWidth = 221
|
|
Font.Name = 'MS Sans Serif'
|
|
Position = poScreenCenter
|
|
OnDestroy = FormDestroy
|
|
ExplicitWidth = 227
|
|
ExplicitHeight = 100
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 205
|
|
Height = 26
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption =
|
|
'Please wait while importing the Keyman keyboard into the visual ' +
|
|
'keyboard.'
|
|
WordWrap = True
|
|
end
|
|
object lblStatus: TLabel
|
|
Left = 8
|
|
Top = 48
|
|
Width = 205
|
|
Height = 13
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
end
|
|
end
|