mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 13:49:23 +00:00
Fixes #4003. This addresses the majority of locations where we use the name "Keyman Desktop" in code. There will be some filenames and paths that do not change at this point -- particularly at a source level. For now, the focus is on the user interface changes. While making these changes, I also made the VERSION and MANIFEST resources more consistent.
93 lines
2 KiB
Text
93 lines
2 KiB
Text
object frmHTML: TfrmHTML
|
|
Left = 192
|
|
Top = 107
|
|
BorderIcons = [biSystemMenu, biMaximize]
|
|
Caption = 'Keyman'
|
|
ClientHeight = 313
|
|
ClientWidth = 666
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnDestroy = FormDestroy
|
|
DesignSize = (
|
|
666
|
|
313)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object panHTML: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 666
|
|
Height = 273
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object web: TWebBrowser
|
|
Left = 0
|
|
Top = 0
|
|
Width = 666
|
|
Height = 273
|
|
Align = alClient
|
|
TabOrder = 0
|
|
ExplicitLeft = 184
|
|
ExplicitTop = 136
|
|
ExplicitWidth = 300
|
|
ExplicitHeight = 150
|
|
ControlData = {
|
|
4C000000D5440000371C00000000000000000000000000000000000000000000
|
|
000000004C000000000000000000000001000000E0D057007335CF11AE690800
|
|
2B2E126208000000000000004C0000000114020000000000C000000000000046
|
|
8000000000000000000000000000000000000000000000000000000000000000
|
|
00000000000000000100000000000000000000000000000000000000}
|
|
end
|
|
end
|
|
object cmdOK: TButton
|
|
Left = 296
|
|
Top = 280
|
|
Width = 73
|
|
Height = 25
|
|
Anchors = [akBottom]
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
end
|
|
object cmdPrint: TButton
|
|
Left = 8
|
|
Top = 280
|
|
Width = 73
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = '&Print...'
|
|
TabOrder = 1
|
|
OnClick = cmdPrintClick
|
|
end
|
|
object cmdBack: TButton
|
|
Left = 87
|
|
Top = 280
|
|
Width = 30
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = '<'
|
|
TabOrder = 3
|
|
Visible = False
|
|
OnClick = cmdBackClick
|
|
end
|
|
object cmdForward: TButton
|
|
Left = 123
|
|
Top = 280
|
|
Width = 30
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = '>'
|
|
TabOrder = 4
|
|
Visible = False
|
|
OnClick = cmdForwardClick
|
|
end
|
|
end
|