29 lines
592 B
Plaintext
29 lines
592 B
Plaintext
object HostMainForm: THostMainForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'HostMainForm'
|
|
ClientHeight = 598
|
|
ClientWidth = 690
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCloseQuery = FormCloseQuery
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 690
|
|
Height = 598
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
end
|
|
end
|