mirror of
https://github.com/CloudDelphi/Router4Delphi.git
synced 2025-12-19 08:43:43 +01:00
34 lines
890 B
Plaintext
34 lines
890 B
Plaintext
object PageIndex: TPageIndex
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form5'
|
|
ClientHeight = 609
|
|
ClientWidth = 940
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
DesignerMasterStyle = 0
|
|
object Layout1: TLayout
|
|
Align = Contents
|
|
Size.Width = 940.000000000000000000
|
|
Size.Height = 609.000000000000000000
|
|
Size.PlatformDefault = False
|
|
object Label1: TLabel
|
|
Align = Client
|
|
StyledSettings = [Family, Style, FontColor]
|
|
Size.Width = 940.000000000000000000
|
|
Size.Height = 609.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TextSettings.Font.Size = 30.000000000000000000
|
|
TextSettings.HorzAlign = Center
|
|
Text = 'Home'
|
|
end
|
|
object Button1: TButton
|
|
Position.X = 424.000000000000000000
|
|
Position.Y = 408.000000000000000000
|
|
TabOrder = 0
|
|
Text = 'Button1'
|
|
end
|
|
end
|
|
end
|