delphimvcframework/samples/middleware_basicauthentication/vclclient/MainClientFormU.dfm

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