23 lines
578 B
Plaintext
23 lines
578 B
Plaintext
object Form1: TForm1
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form1'
|
|
ClientHeight = 197
|
|
ClientWidth = 306
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
DesignerMasterStyle = 0
|
|
object Label1: TLabel
|
|
StyledSettings = [Family, Style, FontColor]
|
|
Position.X = 80.000000000000000000
|
|
Position.Y = 72.000000000000000000
|
|
Size.Width = 145.000000000000000000
|
|
Size.Height = 33.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TextSettings.Font.Size = 30.000000000000000000
|
|
Text = 'It worked!'
|
|
TabOrder = 1
|
|
end
|
|
end
|