Окно настроек. Вызов из главного окна. Неокончательно.

This commit is contained in:
2019-01-20 19:20:45 +08:00
parent d9a9332907
commit f20447a54d
8 changed files with 3782 additions and 24 deletions

View File

@@ -3543,21 +3543,6 @@ object fmMain: TfmMain
OnClick = btnToolsPkgReloadClick
end
end
object btnToolsRun: TButton
Left = 0
Height = 32
Top = 370
Width = 342
Align = alBottom
Caption = 'Запустить'
Font.CharSet = RUSSIAN_CHARSET
Font.Height = -16
Font.Name = 'Microsoft Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 2
end
object labToolsPkgDescription: TLabel
Left = 0
Height = 13
@@ -3572,11 +3557,10 @@ object fmMain: TfmMain
end
object vstToolsPkgContents: TVirtualStringTree
Left = 0
Height = 305
Height = 340
Top = 62
Width = 342
Align = alClient
BorderSpacing.Bottom = 3
BorderStyle = bsNone
DefaultText = 'Утилита'
DragOperations = []
@@ -3585,7 +3569,7 @@ object fmMain: TfmMain
Header.MainColumn = -1
IncrementalSearch = isVisibleOnly
IncrementalSearchStart = ssAlwaysStartOver
TabOrder = 3
TabOrder = 2
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes, toAutoChangeScale]
OnGetText = vstToolsPkgContentsGetText
end