delphimvcframework/samples/jsonwebtoken/vclclient/MainClientFormU.dfm

35 lines
629 B
Plaintext
Raw Normal View History

2016-05-23 17:26:00 +02:00
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
object btnLOGIN: TButton
Left = 175
Top = 8
Width = 161
Height = 41
Caption = 'btnLOGIN'
TabOrder = 1
OnClick = btnLOGINClick
end
end