mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
26 lines
467 B
Plaintext
26 lines
467 B
Plaintext
object Form5: TForm5
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Form5'
|
|
ClientHeight = 231
|
|
ClientWidth = 505
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object btnGet: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 161
|
|
Height = 41
|
|
Caption = 'btnGet'
|
|
TabOrder = 0
|
|
OnClick = btnGetClick
|
|
end
|
|
end
|