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

28 lines
766 B
Plaintext

object PageCadastros: TPageCadastros
Left = 0
Top = 0
Caption = 'Form2'
ClientHeight = 480
ClientWidth = 640
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Layout1: TLayout
Align = Client
Size.Width = 640.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
object Label1: TLabel
Align = Client
StyledSettings = [Family, Style, FontColor]
Size.Width = 640.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Size = 30.000000000000000000
TextSettings.HorzAlign = Center
Text = 'Cadastros'
end
end
end