mirror of
https://github.com/CloudDelphi/Router4Delphi.git
synced 2025-12-19 08:43:43 +01:00
28 lines
766 B
Plaintext
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
|