mirror of
https://github.com/CloudDelphi/Router4Delphi.git
synced 2025-12-19 16:53:43 +01:00
27 lines
554 B
Plaintext
27 lines
554 B
Plaintext
inherited fViewPageCustomer: TfViewPageCustomer
|
|
Caption = 'fViewPageCustomer'
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited pnlBackground: TPanel
|
|
ExplicitWidth = 715
|
|
ExplicitHeight = 463
|
|
inherited lblTitle: TLabel
|
|
Width = 242
|
|
Caption = 'Cadastro de Clientes'
|
|
ExplicitWidth = 242
|
|
end
|
|
inherited btnBack: TButton
|
|
TabOrder = 1
|
|
ExplicitTop = 415
|
|
end
|
|
object edt1: TEdit
|
|
Left = 16
|
|
Top = 120
|
|
Width = 121
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = 'edt1'
|
|
end
|
|
end
|
|
end
|