Router4Delphi/sample/Demo/Views/Pages/Router4DelphiDemo.View.Pages.Index.fmx
Thulio Bittencourt 805f109609 Commit Inicial
2020-07-17 11:02:05 -03:00

28 lines
755 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
end
end