2016-05-23 17:26:00 +02:00
|
|
|
object Form5: TForm5
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Caption = 'Form5'
|
2017-03-10 10:37:29 +01:00
|
|
|
ClientHeight = 460
|
|
|
|
ClientWidth = 647
|
2016-05-23 17:26:00 +02:00
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2016-06-23 11:42:16 +02:00
|
|
|
object Splitter1: TSplitter
|
2017-03-10 10:37:29 +01:00
|
|
|
Left = 0
|
|
|
|
Top = 309
|
|
|
|
Width = 647
|
|
|
|
Height = 3
|
|
|
|
Cursor = crVSplit
|
|
|
|
Align = alBottom
|
|
|
|
ExplicitLeft = -16
|
|
|
|
ExplicitTop = 302
|
|
|
|
ExplicitWidth = 513
|
|
|
|
end
|
|
|
|
object Splitter2: TSplitter
|
2016-06-23 11:42:16 +02:00
|
|
|
Left = 0
|
|
|
|
Top = 147
|
2017-03-10 10:37:29 +01:00
|
|
|
Width = 647
|
2016-06-23 11:42:16 +02:00
|
|
|
Height = 3
|
|
|
|
Cursor = crVSplit
|
|
|
|
Align = alTop
|
2017-03-10 10:37:29 +01:00
|
|
|
ExplicitLeft = -8
|
|
|
|
ExplicitTop = 302
|
|
|
|
ExplicitWidth = 513
|
2016-06-23 11:42:16 +02:00
|
|
|
end
|
|
|
|
object Memo1: TMemo
|
|
|
|
Left = 0
|
|
|
|
Top = 49
|
2017-03-10 10:37:29 +01:00
|
|
|
Width = 647
|
2016-06-23 11:42:16 +02:00
|
|
|
Height = 98
|
|
|
|
Align = alTop
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
ReadOnly = True
|
2016-05-23 17:26:00 +02:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
2016-06-23 11:42:16 +02:00
|
|
|
object Memo2: TMemo
|
|
|
|
Left = 0
|
|
|
|
Top = 150
|
2017-03-10 10:37:29 +01:00
|
|
|
Width = 647
|
|
|
|
Height = 159
|
2016-06-23 11:42:16 +02:00
|
|
|
Align = alClient
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
ReadOnly = True
|
2016-05-23 17:26:00 +02:00
|
|
|
TabOrder = 1
|
2016-06-23 11:42:16 +02:00
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2017-03-10 10:37:29 +01:00
|
|
|
Width = 647
|
2016-06-23 11:42:16 +02:00
|
|
|
Height = 49
|
|
|
|
Align = alTop
|
|
|
|
TabOrder = 2
|
|
|
|
object btnGet: TButton
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 171
|
|
|
|
Top = 4
|
|
|
|
Width = 161
|
|
|
|
Height = 41
|
|
|
|
Align = alLeft
|
|
|
|
Caption = 'Get a protected resource'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = btnGetClick
|
2018-05-16 19:46:29 +02:00
|
|
|
ExplicitTop = 2
|
2016-06-23 11:42:16 +02:00
|
|
|
end
|
|
|
|
object btnLOGIN: TButton
|
|
|
|
AlignWithMargins = True
|
|
|
|
Left = 4
|
|
|
|
Top = 4
|
|
|
|
Width = 161
|
|
|
|
Height = 41
|
|
|
|
Align = alLeft
|
|
|
|
Caption = 'Login'
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = btnLOGINClick
|
|
|
|
end
|
2016-05-23 17:26:00 +02:00
|
|
|
end
|
2017-03-10 10:37:29 +01:00
|
|
|
object Memo3: TMemo
|
|
|
|
Left = 0
|
|
|
|
Top = 312
|
|
|
|
Width = 647
|
|
|
|
Height = 148
|
|
|
|
Align = alBottom
|
|
|
|
Font.Charset = ANSI_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -13
|
|
|
|
Font.Name = 'Courier New'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2016-05-23 17:26:00 +02:00
|
|
|
end
|