LMS-2_ReportAPI/maintcpserver.lfm

189 lines
3.5 KiB
Plaintext

object CGIServerGUI: TCGIServerGUI
Left = 401
Height = 566
Top = 219
Width = 870
Caption = 'Сервер отчетов LMS'
ClientHeight = 566
ClientWidth = 870
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.2.2.0'
object Panel1: TPanel
Left = 0
Height = 50
Top = 0
Width = 870
Align = alTop
Caption = 'остановлен'
ClientHeight = 50
ClientWidth = 870
TabOrder = 0
object SendButton: TButton
Left = 96
Height = 25
Top = 14
Width = 75
Caption = 'Запрос'
OnClick = SendButtonClick
TabOrder = 0
end
object StartButton: TButton
Left = 8
Height = 25
Top = 14
Width = 75
Caption = 'Запуск'
OnClick = StartButtonClick
TabOrder = 1
end
end
object GroupBox1: TGroupBox
Left = 0
Height = 246
Top = 50
Width = 368
Align = alLeft
Caption = 'Запрос'
ClientHeight = 227
ClientWidth = 366
TabOrder = 1
object Keys: TMemo
Left = 0
Height = 197
Top = 30
Width = 366
Align = alClient
Lines.Strings = (
'user=nnz'
'password=Sochi-2020'
)
TabOrder = 0
end
object edtRequest: TComboBox
Left = 0
Height = 30
Top = 0
Width = 366
Align = alTop
ItemHeight = 0
ItemIndex = 3
Items.Strings = (
'version'
'reports'
'arguments'
'login'
'test'
'logout'
'option_values'
'report'
'status'
'result'
)
TabOrder = 1
Text = 'login'
end
end
object GroupBox2: TGroupBox
Left = 373
Height = 246
Top = 50
Width = 497
Align = alClient
Caption = 'Ответ'
ClientHeight = 227
ClientWidth = 495
TabOrder = 2
object edtAnswer: TEdit
Left = 0
Height = 30
Top = 25
Width = 495
Align = alTop
OnDblClick = edtAnswerDblClick
TabOrder = 0
end
object retValues: TMemo
Left = 0
Height = 92
Top = 85
Width = 495
Align = alClient
TabOrder = 1
end
object intValues: TListBox
Left = 0
Height = 50
Top = 177
Width = 495
Align = alBottom
Columns = 4
ItemHeight = 0
TabOrder = 2
TopIndex = -1
end
object edtQValue: TEdit
Left = 0
Height = 30
Top = 55
Width = 495
Align = alTop
TabOrder = 3
end
object StatusPanel: TPanel
Left = 0
Height = 25
Top = 0
Width = 495
Align = alTop
TabOrder = 4
end
end
object Splitter1: TSplitter
Left = 368
Height = 246
Top = 50
Width = 5
end
object GroupBox3: TGroupBox
Left = 0
Height = 270
Top = 296
Width = 870
Align = alBottom
Caption = 'Шаблоны'
ClientHeight = 251
ClientWidth = 868
TabOrder = 4
object ReportsPanel: TPanel
Left = 0
Height = 50
Top = 201
Width = 868
Align = alBottom
ClientHeight = 50
ClientWidth = 868
TabOrder = 0
object EditTemplate: TButton
Left = 760
Height = 25
Top = 11
Width = 100
Caption = 'Шаблон'
OnClick = EditTemplateClick
TabOrder = 0
end
end
object ReportsList: TListBox
Left = 0
Height = 201
Top = 0
Width = 868
Align = alClient
ItemHeight = 0
TabOrder = 1
TopIndex = -1
end
end
end