44 lines
941 B
Plaintext
44 lines
941 B
Plaintext
|
|
object Form1: TForm1
|
||
|
|
Left = 265
|
||
|
|
Top = 119
|
||
|
|
Width = 321
|
||
|
|
Height = 91
|
||
|
|
Caption = 'Demo'
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
WindowState = wsMinimized
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object Label1: TLabel
|
||
|
|
Left = 96
|
||
|
|
Top = 16
|
||
|
|
Width = 103
|
||
|
|
Height = 45
|
||
|
|
Caption = 'Demo'
|
||
|
|
Font.Charset = ANSI_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -32
|
||
|
|
Font.Name = 'Arial Black'
|
||
|
|
Font.Style = [fsBold]
|
||
|
|
ParentFont = False
|
||
|
|
end
|
||
|
|
object Label2: TLabel
|
||
|
|
Left = 8
|
||
|
|
Top = 0
|
||
|
|
Width = 274
|
||
|
|
Height = 27
|
||
|
|
Caption = 'ExpressWeb Framework'
|
||
|
|
Font.Charset = ANSI_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -19
|
||
|
|
Font.Name = 'Arial Black'
|
||
|
|
Font.Style = [fsBold]
|
||
|
|
ParentFont = False
|
||
|
|
end
|
||
|
|
end
|