LMS-2_ReportAPI/maintcpserver.lfm
2025-07-02 12:34:35 +03:00

196 lines
3.7 KiB
Plaintext

object CGIServerGUI: TCGIServerGUI
Left = 602
Height = 566
Top = 219
Width = 870
Caption = 'Сервер отчетов LMS'
ClientHeight = 566
ClientWidth = 870
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '3.6.0.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 = 'Запрос'
TabOrder = 0
OnClick = SendButtonClick
end
object StartButton: TButton
Left = 8
Height = 25
Top = 14
Width = 75
Caption = 'Запуск'
TabOrder = 1
OnClick = StartButtonClick
end
end
object GroupBox1: TGroupBox
Left = 0
Height = 246
Top = 50
Width = 368
Align = alLeft
Caption = 'Запрос'
ClientHeight = 226
ClientWidth = 364
TabOrder = 1
object Keys: TMemo
Left = 0
Height = 203
Top = 23
Width = 364
Align = alClient
Lines.Strings = (
'user=nnz'
'password=Sochi-2020'
)
TabOrder = 0
end
object edtRequest: TComboBox
Left = 0
Height = 23
Top = 0
Width = 364
Align = alTop
ItemHeight = 15
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 = 226
ClientWidth = 493
TabOrder = 2
object edtAnswer: TEdit
Left = 0
Height = 23
Top = 25
Width = 493
Align = alTop
TabOrder = 0
OnDblClick = edtAnswerDblClick
end
object retValues: TMemo
Left = 0
Height = 105
Top = 71
Width = 493
Align = alClient
TabOrder = 1
end
object intValues: TListBox
Left = 0
Height = 50
Top = 176
Width = 493
Align = alBottom
Columns = 4
ItemHeight = 0
TabOrder = 2
end
object edtQValue: TEdit
Left = 0
Height = 23
Top = 48
Width = 493
Align = alTop
TabOrder = 3
end
object StatusPanel: TPanel
Left = 0
Height = 25
Top = 0
Width = 493
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 = 250
ClientWidth = 866
TabOrder = 4
object ReportsPanel: TPanel
Left = 0
Height = 50
Top = 200
Width = 866
Align = alBottom
ClientHeight = 50
ClientWidth = 866
TabOrder = 0
object EditTemplate: TButton
Left = 760
Height = 25
Top = 11
Width = 100
Caption = 'Шаблон'
TabOrder = 0
OnClick = EditTemplateClick
end
object TestButton: TButton
Left = 672
Height = 25
Top = 11
Width = 75
Caption = 'Проверка'
TabOrder = 1
OnClick = TestButtonClick
end
end
object ReportsList: TListBox
Left = 0
Height = 200
Top = 0
Width = 866
Align = alClient
ItemHeight = 0
TabOrder = 1
end
end
end