Router4Delphi/Samples/FMX/Demo/Views/Pages/Router4DelphiDemo.View.Pages.Index.fmx
Thulio Bittencourt 096065342c Update Demo
2021-05-10 11:43:02 -03:00

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