64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
object DemoMainFrm: TDemoMainFrm
|
|
Left = 642
|
|
Height = 172
|
|
Top = 381
|
|
Width = 326
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'DEMO -- ParamsMngr'
|
|
ClientHeight = 172
|
|
ClientWidth = 326
|
|
Color = clBtnFace
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -15
|
|
Font.Name = 'Times New Roman'
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.2.2.0'
|
|
object TestSParam: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 16
|
|
Width = 310
|
|
Caption = '/s param test'
|
|
OnClick = TestSParamClick
|
|
TabOrder = 0
|
|
end
|
|
object TestTestParam: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 47
|
|
Width = 310
|
|
Caption = '/test param test'
|
|
OnClick = TestTestParamClick
|
|
TabOrder = 1
|
|
end
|
|
object TestVParamValue: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 78
|
|
Width = 310
|
|
Caption = '/v param value test'
|
|
OnClick = TestVParamValueClick
|
|
TabOrder = 2
|
|
end
|
|
object TestMSGParamValue: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 109
|
|
Width = 310
|
|
Caption = '/msg param value test'
|
|
OnClick = TestMSGParamValueClick
|
|
TabOrder = 3
|
|
end
|
|
object ExitBtn: TButton
|
|
Left = 8
|
|
Height = 25
|
|
Top = 140
|
|
Width = 310
|
|
Caption = '&Exit'
|
|
OnClick = ExitBtnClick
|
|
TabOrder = 4
|
|
end
|
|
end
|