mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:30:21 +02:00
added help button to dialog
git-svn-id: trunk@16972 -
This commit is contained in:
parent
722a96542d
commit
c6bb6bb16c
@ -3,72 +3,203 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
Height = 441
|
||||
Top = 167
|
||||
Width = 529
|
||||
HelpContext = 0
|
||||
ActiveControl = InstallListBox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'InstallPkgSetDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 441
|
||||
ClientWidth = 529
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = InstallPkgSetDialogCreate
|
||||
OnDestroy = InstallPkgSetDialogDestroy
|
||||
OnResize = InstallPkgSetDialogResize
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
LCLVersion = '0.9.25'
|
||||
Position = poDesigned
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object InstallPkgGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 291
|
||||
Top = 6
|
||||
Width = 255
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'InstallPkgGroupBox'
|
||||
ClientHeight = 273
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 272
|
||||
ClientWidth = 251
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 0
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object InstallListBox: TListBox
|
||||
Left = 6
|
||||
Height = 168
|
||||
Height = 167
|
||||
Top = 6
|
||||
Width = 239
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = False
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
OnDblClick = InstallListBoxDblClick
|
||||
OnSelectionChange = InstallListBoxSelectionChange
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object UninstallButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 180
|
||||
Top = 179
|
||||
Width = 239
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'UninstallButton'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = UninstallButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ImportButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 211
|
||||
Top = 210
|
||||
Width = 239
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'ImportButton'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = ImportButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ExportButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 242
|
||||
Top = 241
|
||||
Width = 239
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'ExportButton'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = ExportButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 3
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object AvailablePkgGroupBox: TGroupBox
|
||||
@ -76,35 +207,105 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
Height = 291
|
||||
Top = 6
|
||||
Width = 255
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'AvailablePkgGroupBox'
|
||||
ClientHeight = 273
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 272
|
||||
ClientWidth = 251
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object AvailableListBox: TListBox
|
||||
Left = 6
|
||||
Height = 230
|
||||
Height = 229
|
||||
Top = 6
|
||||
Width = 239
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
BorderStyle = bsSingle
|
||||
ClickOnSelChange = False
|
||||
Columns = 0
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
ExtendedSelect = True
|
||||
Enabled = True
|
||||
IntegralHeight = False
|
||||
ItemHeight = 0
|
||||
MultiSelect = True
|
||||
OnDblClick = AvailableListBoxDblClick
|
||||
OnSelectionChange = AvailableListBoxSelectionChange
|
||||
ParentBidiMode = True
|
||||
ParentShowHint = True
|
||||
ParentFont = True
|
||||
Sorted = False
|
||||
Style = lbStandard
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
TopIndex = -1
|
||||
Visible = True
|
||||
end
|
||||
object AddToInstallButton: TButton
|
||||
Left = 6
|
||||
Height = 25
|
||||
Top = 242
|
||||
Top = 241
|
||||
Width = 239
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'AddToInstallButton'
|
||||
Default = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ModalResult = 0
|
||||
OnClick = AddToInstallButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object PkgInfoGroupBox: TGroupBox
|
||||
@ -112,18 +313,67 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
Height = 85
|
||||
Top = 306
|
||||
Width = 515
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'PkgInfoGroupBox'
|
||||
ClientHeight = 67
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 66
|
||||
ClientWidth = 511
|
||||
Ctl3D = False
|
||||
DockSite = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentBidiMode = True
|
||||
ParentColor = True
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
TabOrder = 2
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object PkgInfoMemo: TMemo
|
||||
Height = 67
|
||||
Width = 511
|
||||
Left = 6
|
||||
Height = 54
|
||||
Top = 6
|
||||
Width = 499
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
Alignment = taLeftJustify
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
MaxLength = -1
|
||||
ParentBidiMode = True
|
||||
ParentFont = True
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoVertical
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
WantReturns = True
|
||||
WantTabs = False
|
||||
end
|
||||
end
|
||||
object CancelButton: TBitBtn
|
||||
@ -131,15 +381,25 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 414
|
||||
Height = 26
|
||||
Top = 409
|
||||
Width = 109
|
||||
Left = 406
|
||||
Height = 29
|
||||
Top = 406
|
||||
Width = 117
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = True
|
||||
Caption = 'CancelButton'
|
||||
Default = False
|
||||
Enabled = True
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
@ -176,22 +436,41 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF006360F80AFFFFFF00FFFFFF00FFFFFF00
|
||||
}
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 2
|
||||
NumGlyphs = 0
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 3
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object SaveAndExitButton: TBitBtn
|
||||
AnchorSideRight.Control = CancelButton
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 270
|
||||
Height = 26
|
||||
Top = 409
|
||||
Width = 138
|
||||
Left = 246
|
||||
Height = 29
|
||||
Top = 406
|
||||
Width = 154
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'SaveAndExitButton'
|
||||
Default = False
|
||||
Enabled = True
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000FFFFFF00FFFF
|
||||
@ -228,22 +507,42 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
|
||||
FF00FFFFFF00FFFFFF00FFFFFF006D9CD4896A9AD2FB6697CFEE
|
||||
}
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = SaveAndExitButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 4
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object SaveAndRebuildButton: TBitBtn
|
||||
AnchorSideRight.Control = SaveAndExitButton
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 109
|
||||
Height = 26
|
||||
Top = 409
|
||||
Width = 155
|
||||
Left = 64
|
||||
Height = 29
|
||||
Top = 406
|
||||
Width = 176
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = 'SaveAndRebuildButton'
|
||||
Default = False
|
||||
Enabled = True
|
||||
Glyph.Data = {
|
||||
36040000424D3604000000000000360000002800000010000000100000000100
|
||||
2000000000000004000064000000640000000000000000000000000000000000
|
||||
@ -280,8 +579,53 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
0000000000000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000
|
||||
}
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = InstallButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 5
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object HelpButton: TBitBtn
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 34
|
||||
Top = 401
|
||||
Width = 66
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Cancel = False
|
||||
Caption = '&Help'
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkHelp
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = HelpButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 6
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
|
@ -2,192 +2,300 @@
|
||||
|
||||
LazarusResources.Add('TInstallPkgSetDialog','FORMDATA',[
|
||||
'TPF0'#20'TInstallPkgSetDialog'#19'InstallPkgSetDialog'#4'Left'#3','#1#6'Heig'
|
||||
+'ht'#3#185#1#3'Top'#3#167#0#5'Width'#3#17#2#13'ActiveControl'#7#14'InstallLi'
|
||||
+'stBox'#11'BorderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#19'InstallPkgSetDia'
|
||||
+'log'#12'ClientHeight'#3#185#1#11'ClientWidth'#3#17#2#8'OnCreate'#7#25'Insta'
|
||||
+'llPkgSetDialogCreate'#9'OnDestroy'#7#26'InstallPkgSetDialogDestroy'#8'OnRes'
|
||||
+'ize'#7#25'InstallPkgSetDialogResize'#10'ParentFont'#8#10'LCLVersion'#6#6'0.'
|
||||
+'9.25'#0#9'TGroupBox'#18'InstallPkgGroupBox'#4'Left'#2#6#6'Height'#3'#'#1#3
|
||||
+'Top'#2#6#5'Width'#3#255#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#18'InstallPkgGroupBox'#12'ClientHeig'
|
||||
+'ht'#3#17#1#11'ClientWidth'#3#251#0#8'TabOrder'#2#0#0#8'TListBox'#14'Install'
|
||||
+'ListBox'#4'Left'#2#6#6'Height'#3#168#0#3'Top'#2#6#5'Width'#3#239#0#5'Align'
|
||||
+#7#8'alClient'#20'BorderSpacing.Around'#2#6#16'ClickOnSelChange'#8#11'MultiS'
|
||||
+'elect'#9#10'OnDblClick'#7#22'InstallListBoxDblClick'#17'OnSelectionChange'#7
|
||||
+#29'InstallListBoxSelectionChange'#8'TabOrder'#2#0#0#0#7'TButton'#15'Uninsta'
|
||||
+'llButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#3#180#0#5'Width'#3#239#0#5'Alig'
|
||||
+'n'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'UninstallButt'
|
||||
+'on'#7'OnClick'#7#20'UninstallButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#12
|
||||
+'ImportButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#3#211#0#5'Width'#3#239#0#5
|
||||
+'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'ImportBut'
|
||||
+'ton'#7'OnClick'#7#17'ImportButtonClick'#8'TabOrder'#2#2#0#0#7'TButton'#12'E'
|
||||
+'xportButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#3#242#0#5'Width'#3#239#0#5'A'
|
||||
+'lign'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'ExportButt'
|
||||
+'on'#7'OnClick'#7#17'ExportButtonClick'#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#20
|
||||
+'AvailablePkgGroupBox'#4'Left'#3#11#1#6'Height'#3'#'#1#3'Top'#2#6#5'Width'#3
|
||||
+#255#0#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Aroun'
|
||||
+'d'#2#6#7'Caption'#6#20'AvailablePkgGroupBox'#12'ClientHeight'#3#17#1#11'Cli'
|
||||
+'entWidth'#3#251#0#8'TabOrder'#2#1#0#8'TListBox'#16'AvailableListBox'#4'Left'
|
||||
+#2#6#6'Height'#3#230#0#3'Top'#2#6#5'Width'#3#239#0#5'Align'#7#8'alClient'#20
|
||||
+'BorderSpacing.Around'#2#6#16'ClickOnSelChange'#8#11'MultiSelect'#9#10'OnDbl'
|
||||
+'Click'#7#24'AvailableListBoxDblClick'#17'OnSelectionChange'#7#31'AvailableL'
|
||||
+'istBoxSelectionChange'#8'TabOrder'#2#0#0#0#7'TButton'#18'AddToInstallButton'
|
||||
+#4'Left'#2#6#6'Height'#2#25#3'Top'#3#242#0#5'Width'#3#239#0#5'Align'#7#8'alB'
|
||||
+'ottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'AddToInstallButton'#7'O'
|
||||
+'nClick'#7#23'AddToInstallButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#15
|
||||
+'PkgInfoGroupBox'#4'Left'#2#7#6'Height'#2'U'#3'Top'#3'2'#1#5'Width'#3#3#2#7
|
||||
+'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#15'PkgInfoGroup'
|
||||
+'Box'#12'ClientHeight'#2'C'#11'ClientWidth'#3#255#1#8'TabOrder'#2#2#0#5'TMem'
|
||||
+'o'#11'PkgInfoMemo'#6'Height'#2'C'#5'Width'#3#255#1#5'Align'#7#8'alClient'#8
|
||||
+'ReadOnly'#9#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#0#0#0#0#7'TBi'
|
||||
+'tBtn'#12'CancelButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSide'
|
||||
+'Right.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'Ancho'
|
||||
+'rSideBottom.Side'#7#9'asrBottom'#4'Left'#3#158#1#6'Height'#2#26#3'Top'#3#153
|
||||
+#1#5'Width'#2'm'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'Bor'
|
||||
+'derSpacing.Around'#2#6#6'Cancel'#9#7'Caption'#6#12'CancelButton'#10'Glyph.D'
|
||||
+'ata'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0
|
||||
+#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0
|
||||
+'ht'#3#185#1#3'Top'#3#167#0#5'Width'#3#17#2#11'HelpContext'#2#0#13'ActiveCon'
|
||||
+'trol'#7#14'InstallListBox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'Aut'
|
||||
+'oScroll'#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'
|
||||
+#10'biMaximize'#0#11'BorderStyle'#7#13'bsSizeToolWin'#7'Caption'#6#19'Instal'
|
||||
+'lPkgSetDialog'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBotto'
|
||||
+'mSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Vertical'
|
||||
+'Spacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#185#1#11
|
||||
+'ClientWidth'#3#17#2#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'd'
|
||||
+'mManual'#7'Enabled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7
|
||||
+#8'fsNormal'#8'OnCreate'#7#25'InstallPkgSetDialogCreate'#9'OnDestroy'#7#26'I'
|
||||
+'nstallPkgSetDialogDestroy'#8'OnResize'#7#25'InstallPkgSetDialogResize'#14'P'
|
||||
+'arentBiDiMode'#9#10'ParentFont'#8#8'Position'#7#10'poDesigned'#13'ShowInTas'
|
||||
+'kBar'#7#9'stDefault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'Win'
|
||||
+'dowState'#7#8'wsNormal'#0#9'TGroupBox'#18'InstallPkgGroupBox'#4'Left'#2#6#6
|
||||
+'Height'#3'#'#1#3'Top'#2#6#5'Width'#3#255#0#11'HelpContext'#2#0#5'Align'#7#6
|
||||
+'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#8'AutoSize'#8#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#18'InstallPkgGroupBox'#28'ChildSizing.LeftRightSpacing'#2
|
||||
+#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#3#16#1#11'ClientWidth'#3#251#0#5'Ctl3D'#8#8'DockSite'#8#10'Dr'
|
||||
+'agCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'E'
|
||||
+'nabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visible'#9#0#8
|
||||
+'TListBox'#14'InstallListBox'#4'Left'#2#6#6'Height'#3#167#0#3'Top'#2#6#5'Wid'
|
||||
+'th'#3#239#0#11'HelpContext'#2#0#5'Align'#7#8'alClient'#18'BorderSpacing.Lef'
|
||||
+'t'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpaci'
|
||||
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizon'
|
||||
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'Borde'
|
||||
+'rStyle'#7#8'bsSingle'#16'ClickOnSelChange'#8#7'Columns'#2#0#10'DragCursor'#7
|
||||
+#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'ExtendedSele'
|
||||
+'ct'#9#7'Enabled'#9#14'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiSelect'#9
|
||||
+#10'OnDblClick'#7#22'InstallListBoxDblClick'#17'OnSelectionChange'#7#29'Inst'
|
||||
+'allListBoxSelectionChange'#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'Par'
|
||||
+'entFont'#9#6'Sorted'#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#0#7'TabStop'
|
||||
+#9#8'TopIndex'#2#255#7'Visible'#9#0#0#7'TButton'#15'UninstallButton'#4'Left'
|
||||
+#2#6#6'Height'#2#25#3'Top'#3#179#0#5'Width'#3#239#0#11'HelpContext'#2#0#5'Al'
|
||||
+'ign'#7#8'alBottom'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacin'
|
||||
+'g.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Bord'
|
||||
+'erSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'B'
|
||||
+'orderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#15'Un'
|
||||
+'installButton'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmMa'
|
||||
+'nual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7#20
|
||||
+'UninstallButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1
|
||||
+#7'TabStop'#9#7'Visible'#9#0#0#7'TButton'#12'ImportButton'#4'Left'#2#6#6'Hei'
|
||||
+'ght'#2#25#3'Top'#3#210#0#5'Width'#3#239#0#11'HelpContext'#2#0#5'Align'#7#8
|
||||
+'alBottom'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0
|
||||
+#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.A'
|
||||
+'round'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
|
||||
+'g.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#12'ImportButton'
|
||||
+#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'
|
||||
+#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7#17'ImportButtonClic'
|
||||
+'k'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#9#7'Vis'
|
||||
+'ible'#9#0#0#7'TButton'#12'ExportButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#3
|
||||
+#241#0#5'Width'#3#239#0#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#8'AutoSiz'
|
||||
+'e'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.'
|
||||
+'Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!Borde'
|
||||
+'rSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertic'
|
||||
+'al'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#12'ExportButton'#7'Default'#8#10
|
||||
+'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBid'
|
||||
+'iMode'#9#11'ModalResult'#2#0#7'OnClick'#7#17'ExportButtonClick'#10'ParentFo'
|
||||
,'nt'#9#14'ParentShowHint'#9#8'TabOrder'#2#3#7'TabStop'#9#7'Visible'#9#0#0#0#9
|
||||
+'TGroupBox'#20'AvailablePkgGroupBox'#4'Left'#3#11#1#6'Height'#3'#'#1#3'Top'#2
|
||||
+#6#5'Width'#3#255#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'#7'Anchors'#11#5
|
||||
+'akTop'#6'akLeft'#8'akBottom'#0#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17
|
||||
+'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'
|
||||
+#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'cc'
|
||||
+'aFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#20'Ava'
|
||||
+'ilablePkgGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopB'
|
||||
+'ottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Vert'
|
||||
+'icalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#16#1
|
||||
+#11'ClientWidth'#3#251#0#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'
|
||||
+#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBid'
|
||||
+'iMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShow'
|
||||
+'Hint'#9#8'TabOrder'#2#1#7'TabStop'#8#7'Visible'#9#0#8'TListBox'#16'Availabl'
|
||||
+'eListBox'#4'Left'#2#6#6'Height'#3#229#0#3'Top'#2#6#5'Width'#3#239#0#11'Help'
|
||||
+'Context'#2#0#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17'BorderSpa'
|
||||
+'cing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'B'
|
||||
+'orderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31
|
||||
+'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'BorderStyle'#7#8'bsSingle'
|
||||
+#16'ClickOnSelChange'#8#7'Columns'#2#0#10'DragCursor'#7#6'crDrag'#8'DragKind'
|
||||
+#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#14'ExtendedSelect'#9#7'Enabled'#9#14
|
||||
+'IntegralHeight'#8#10'ItemHeight'#2#0#11'MultiSelect'#9#10'OnDblClick'#7#24
|
||||
+'AvailableListBoxDblClick'#17'OnSelectionChange'#7#31'AvailableListBoxSelect'
|
||||
+'ionChange'#14'ParentBidiMode'#9#14'ParentShowHint'#9#10'ParentFont'#9#6'Sor'
|
||||
+'ted'#8#5'Style'#7#10'lbStandard'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2
|
||||
+#255#7'Visible'#9#0#0#7'TButton'#18'AddToInstallButton'#4'Left'#2#6#6'Height'
|
||||
+#2#25#3'Top'#3#241#0#5'Width'#3#239#0#11'HelpContext'#2#0#5'Align'#7#8'alBot'
|
||||
+'tom'#8'AutoSize'#8#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19
|
||||
+'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Arou'
|
||||
+'nd'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
|
||||
+'ellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#18'AddToInstallButt'
|
||||
+'on'#7'Default'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#14'ParentBidiMode'#9#11'ModalResult'#2#0#7'OnClick'#7#23'AddToInsta'
|
||||
+'llButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabS'
|
||||
+'top'#9#7'Visible'#9#0#0#0#9'TGroupBox'#15'PkgInfoGroupBox'#4'Left'#2#7#6'He'
|
||||
+'ight'#2'U'#3'Top'#3'2'#1#5'Width'#3#3#2#11'HelpContext'#2#0#5'Align'#7#6'al'
|
||||
+'None'#7'Anchors'#11#6'akLeft'#7'akRight'#8'akBottom'#0#8'AutoSize'#8#18'Bor'
|
||||
+'derSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#7'Caption'#6#15'PkgInfoGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0
|
||||
+#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0
|
||||
+#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12
|
||||
+'ClientHeight'#2'B'#11'ClientWidth'#3#255#1#5'Ctl3D'#8#8'DockSite'#8#10'Drag'
|
||||
+'Cursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentF'
|
||||
+'ont'#9#14'ParentShowHint'#9#8'TabOrder'#2#2#7'TabStop'#8#7'Visible'#9#0#5'T'
|
||||
+'Memo'#11'PkgInfoMemo'#4'Left'#2#6#6'Height'#2'6'#3'Top'#2#6#5'Width'#3#243#1
|
||||
+#11'HelpContext'#2#0#5'Align'#7#8'alClient'#9'Alignment'#7#13'taLeftJustify'
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#9
|
||||
+'MaxLength'#2#255#14'ParentBidiMode'#9#10'ParentFont'#9#8'ReadOnly'#9#10'Scr'
|
||||
+'ollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#0#7'TabStop'#9#7'Visible'#9#11
|
||||
+'WantReturns'#9#8'WantTabs'#8#0#0#0#7'TBitBtn'#12'CancelButton'#23'AnchorSid'
|
||||
+'eRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'Ancho'
|
||||
+'rSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4
|
||||
+'Left'#3#150#1#6'Height'#2#29#3'Top'#3#150#1#5'Width'#2'u'#11'HelpContext'#2
|
||||
+#0#5'Align'#7#6'alNone'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9
|
||||
+#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'
|
||||
+#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacin'
|
||||
+'g.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7
|
||||
+'ccaFill'#6'Cancel'#9#7'Caption'#6#12'CancelButton'#7'Default'#8#7'Enabled'#9
|
||||
,#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16
|
||||
+#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'?='#237'A;8'#235#8#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'!'#31#227#8#30#28
|
||||
+#226'A'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+'JG'#240'AOL'#242#255'@>'#237#253'<9'#235#8#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0'''%'#229#8'$"'#228#252'1/'#234#255#31#29#226'A'#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0'TQ'#243'AXV'#245#255'ca'#250#255'XU'
|
||||
+#246#255'A?'#237#252'=:'#236#8#255#255#255#0#255#255#255#0'0-'#231#8',*'#230
|
||||
+#252'A?'#241#255'LJ'#246#255'1/'#234#255#31#29#226'A'#255#255#255#0#255#255
|
||||
+#255#0'YV'#245'+[X'#246#255'eb'#250#255'qp'#255#255'YV'#246#255'B@'#238#252
|
||||
+'>;'#236#8'97'#235#8'52'#233#252'GE'#242#255'cb'#255#255'JH'#244#255'/-'#233
|
||||
+#255'" '#227'+'#255#255#255#0#255#255#255#0#255#255#255#0'ZW'#245'+[Y'#246
|
||||
+#255'fc'#250#255'tq'#255#255'ZX'#246#255'CA'#238#252'><'#236#253'PM'#244#255
|
||||
+'hg'#255#255'PN'#245#255'64'#235#255'*'''#229'+'#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'[X'#246'+\Z'#246#255'gd'#250#255
|
||||
+'tr'#255#255'sp'#255#255'pn'#255#255'nl'#255#255'WU'#247#255'?='#238#255'20'
|
||||
,#232'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'\Y'#246'+]['#247#255'yv'#255#255'YV'#255#255'WT'
|
||||
+#255#255'rp'#255#255'HF'#240#255'<9'#235'+'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0'a^'#248#8']Z'#246#253'}y'#255#255'^['#255#255'[X'#255#255'vt'#255#255
|
||||
+'FC'#239#253'A?'#237#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255
|
||||
+#0#255#255#255#0#255#255#255#0#255#255#255#0'ig'#251#8'fc'#249#252'pm'#251
|
||||
+#255#128'~'#255#255'~{'#255#255'|y'#255#255'yw'#255#255'^\'#247#255'GD'#239
|
||||
+#252'B@'#238#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0'qn'#253#8'nk'#252#252'wt'#253#255#134#130#255#255'vs'#252#255'db'
|
||||
+#248#255'`]'#247#255'mj'#250#255'{y'#255#255'`]'#247#255'HE'#239#252'CA'#238
|
||||
+#8#255#255#255#0#255#255#255#0#255#255#255#0'vs'#255#8'tq'#254#253'}z'#254
|
||||
+#255#138#135#255#255'|y'#253#255'li'#251#255'ca'#249'+_\'#247'+a^'#248#255'n'
|
||||
+'l'#250#255'}z'#255#255'a_'#247#255'IF'#240#252'DA'#238#5#255#255#255#0#255
|
||||
+#255#255#0'wt'#255#31'zw'#255#255#129'~'#255#255#129'~'#254#255'tq'#253#255
|
||||
+'li'#251'+'#255#255#255#0#255#255#255#0'`]'#247'+b_'#248#255'om'#251#255'~|'
|
||||
+#255#255'b_'#248#255'JG'#240'oEB'#238#2#255#255#255#0#255#255#255#0'wt'#255
|
||||
+#31'zw'#255#255'yv'#254#255'ro'#253'+'#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0'a^'#248'+da'#248#255'jh'#249#255'TQ'#243#168'OM'#242')'
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'wt'#255#31'wt'#255
|
||||
+'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0'b_'#248'+]['#247'oYV'#245'>'#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0'?='#237'A;8'#235#8#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'!'#31
|
||||
+#227#8#30#28#226'A'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'JG'#240'AOL'#242#255'@>'#237#253'<9'#235#8#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0'''%'#229#8'$"'#228#252'1/'#234#255#31
|
||||
+#29#226'A'#255#255#255#0#255#255#255#0#255#255#255#0'TQ'#243'AXV'#245#255'ca'
|
||||
+#250#255'XU'#246#255'A?'#237#252'=:'#236#8#255#255#255#0#255#255#255#0'0-'
|
||||
+#231#8',*'#230#252'A?'#241#255'LJ'#246#255'1/'#234#255#31#29#226'A'#255#255
|
||||
+#255#0#255#255#255#0'YV'#245'+[X'#246#255'eb'#250#255'qp'#255#255'YV'#246#255
|
||||
+'B@'#238#252'>;'#236#8'97'#235#8'52'#233#252'GE'#242#255'cb'#255#255'JH'#244
|
||||
+#255'/-'#233#255'" '#227'+'#255#255#255#0#255#255#255#0#255#255#255#0'ZW'#245
|
||||
+'+[Y'#246#255'fc'#250#255'tq'#255#255'ZX'#246#255'CA'#238#252'><'#236#253'PM'
|
||||
+#244#255'hg'#255#255'PN'#245#255'64'#235#255'*'''#229'+'#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'[X'#246'+\Z'#246#255'gd'
|
||||
+#250#255'tr'#255#255'sp'#255#255'pn'#255#255'nl'#255#255'WU'#247#255'?='#238
|
||||
+#255'20'#232'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0'\Y'#246'+]['#247#255'yv'#255#255'YV'
|
||||
+#255#255'WT'#255#255'rp'#255#255'HF'#240#255'<9'#235'+'#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0'c`'#248#10#255#255#255#0#255#255#255#0#255#255#255#0#11'ModalResu'
|
||||
+'lt'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#3#0#0#7'TBitBtn'#17'SaveAndExitButto'
|
||||
+'n'#23'AnchorSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Contr'
|
||||
+'ol'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#14#1#6'He'
|
||||
+'ight'#2#26#3'Top'#3#153#1#5'Width'#3#138#0#7'Anchors'#11#7'akRight'#8'akBot'
|
||||
+'tom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'SaveAndEx'
|
||||
+'itButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('
|
||||
+#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#29'c'#155#22#25'`'
|
||||
+#152'9'#20']'#149'b'#16'Z'#146#136#13'X'#144#164#19'\'#146#252#12'W'#143#237
|
||||
+#153#153#153#255'qqq'#255'TTT'#255'QQQ'#255'OOO'#255'LLL'#255'JJJ'#255'GGG'
|
||||
+#255'EEE'#255'%g'#157#255'2t'#168#255'=|'#175#255'G'#132#181#255'N'#138#186
|
||||
+#255'>~'#173#255#12'W'#143#234#255#255#255#0#255#255#255#0'XXX'#255#162#162
|
||||
+#162#255#162#162#162#255#163#163#163#255#164#164#164#255#164#164#164#255#165
|
||||
+#165#165#255'/o'#165#255'x'#171#210#255'x'#171#211#255's'#167#209#255'i'#160
|
||||
+#205#255'@'#174#255#15'Y'#145#234#255#255#255#0#255#255#255#0'\\\'#255#161
|
||||
+#161#161#255'<s@'#255#160#161#161#255#163#163#163#255#163#163#163#255#164#164
|
||||
+#164#255'6t'#170#255'}'#175#212#255'['#154#201#255'T'#149#199#255'X'#150#200
|
||||
+#255'A'#128#174#255#19'\'#148#234#255#255#255#0#255#255#255#0'```'#255#160
|
||||
+#160#160#255'=vA'#255'6q9'#255#162#162#162#255#162#162#162#255#163#163#163
|
||||
+#255'=y'#176#255#130#179#215#255'b'#159#204#255'Z'#154#201#255'^'#155#202#255
|
||||
+'C'#129#175#255#25'`'#152#234'7'#130'>'#255'4~;'#255'1y7'#255'.u4'#255'I'#145
|
||||
+'P'#255'F'#143'L'#255'9s='#255#161#161#161#255#162#162#162#255'E~'#180#255
|
||||
+#136#183#217#255'g'#163#207#255'a'#158#204#255'c'#159#204#255'E'#131#177#255
|
||||
+#31'd'#156#234';'#135'B'#255#137#203#146#255#132#200#141#255#128#198#136#255
|
||||
+'{'#195#131#255'w'#193''#255'G'#143'M'#255';t?'#255#161#161#161#255'L'#132
|
||||
+#186#255#141#187#219#255'n'#168#209#255'f'#166#209#255'_'#180#223#255'G'#133
|
||||
+#177#255'%i'#161#234'>'#139'F'#255#143#206#153#255'}'#198#135#255'x'#195#129
|
||||
+#255's'#192'|'#255't'#192'|'#255'y'#194#129#255'I'#144'O'#255'TW'#255'T'#137
|
||||
+#191#255#148#191#221#255'u'#173#212#255'c'#184#225#255'K'#212#255#255'B'#139
|
||||
+#184#255',n'#166#234'A'#144'J'#255#148#210#159#255#145#208#154#255#141#205
|
||||
+#150#255#137#203#146#255#132#200#141#255'Q'#152'X'#255'A|F'#255#159#159#159
|
||||
+#255'Z'#142#196#255#152#195#224#255'|'#179#215#255't'#175#214#255'^'#196#237
|
||||
+#255'K'#136#179#255'4s'#171#234'D'#148'M'#255'B'#145'K'#255'?'#141'H'#255'='
|
||||
+#137'E'#255']'#164'e'#255'Z'#160'a'#255'E'#131'K'#255#158#158#158#255#158#158
|
||||
+#158#255'`'#146#201#255#158#199#226#255#131#184#218#255'}'#180#215#255'~'#179
|
||||
+#215#255'O'#137#180#255';y'#177#234#255#255#255#0#255#255#255#0'www'#255#154
|
||||
+#154#154#255'='#138'E'#255'I'#138'O'#255#156#156#156#255#157#157#157#255#157
|
||||
+#157#157#255'f'#150#204#255#162#203#227#255#137#189#220#255#131#185#218#255
|
||||
,#132#185#218#255'Q'#139#181#255'C~'#182#234#255#255#255#0#255#255#255#0'zzz'
|
||||
+#255#153#153#153#255'R'#145'Y'#255#153#154#153#255#155#155#155#255#156#156
|
||||
+#156#255#156#156#156#255'l'#154#208#255#167#206#229#255#143#193#223#255#137
|
||||
+#189#220#255#139#189#220#255'S'#141#182#255'K'#132#188#234#255#255#255#0#255
|
||||
+#255#255#0'}}}'#255#153#153#153#255#153#153#153#255#154#154#154#255#154#154
|
||||
+#154#255#155#155#155#255#155#155#155#255'o'#157#211#255#170#209#231#255#171
|
||||
+#209#231#255#152#199#225#255#145#194#222#255'V'#143#183#255'R'#137#193#234
|
||||
+#255#255#255#0#255#255#255#0#128#128#128#255'~~~'#255'|||'#255'zzz'#255'www'
|
||||
+#255'uuu'#255'rrr'#255'q'#158#212#255'o'#158#214#255#135#178#220#255#171#211
|
||||
+#232#255#169#208#230#255'X'#144#184#255'Y'#142#198#234#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'p'#158#214#219'm'
|
||||
+#156#212#255#133#177#218#255'Z'#145#185#255'`'#147#203#234#255#255#255#0#255
|
||||
+#255#255#255#0'a^'#248#8']Z'#246#253'}y'#255#255'^['#255#255'[X'#255#255'vt'
|
||||
+#255#255'FC'#239#253'A?'#237#8#255#255#255#0#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'ig'#251#8'fc'#249#252'p'
|
||||
+'m'#251#255#128'~'#255#255'~{'#255#255'|y'#255#255'yw'#255#255'^\'#247#255'G'
|
||||
+'D'#239#252'B@'#238#8#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'qn'#253#8'nk'#252#252'wt'#253#255#134#130#255#255'vs'#252#255
|
||||
+'db'#248#255'`]'#247#255'mj'#250#255'{y'#255#255'`]'#247#255'HE'#239#252'CA'
|
||||
+#238#8#255#255#255#0#255#255#255#0#255#255#255#0'vs'#255#8'tq'#254#253'}z'
|
||||
+#254#255#138#135#255#255'|y'#253#255'li'#251#255'ca'#249'+_\'#247'+a^'#248
|
||||
+#255'nl'#250#255'}z'#255#255'a_'#247#255'IF'#240#252'DA'#238#5#255#255#255#0
|
||||
+#255#255#255#0'wt'#255#31'zw'#255#255#129'~'#255#255#129'~'#254#255'tq'#253
|
||||
+#255'li'#251'+'#255#255#255#0#255#255#255#0'`]'#247'+b_'#248#255'om'#251#255
|
||||
+'~|'#255#255'b_'#248#255'JG'#240'oEB'#238#2#255#255#255#0#255#255#255#0'wt'
|
||||
+#255#31'zw'#255#255'yv'#254#255'ro'#253'+'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0'a^'#248'+da'#248#255'jh'#249#255'TQ'#243#168'OM'#242
|
||||
+')'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'wt'#255#31'wt'
|
||||
+#255'+'#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'b_'#248'+]['#247'oYV'#245'>'#255#255#255#0#255#255#255#0#255
|
||||
+#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0'm'#156#212#137'j'#154#210#251'f'#151#207#238#9'NumGlyphs'#2#0
|
||||
+#7'OnClick'#7#22'SaveAndExitButtonClick'#8'TabOrder'#2#4#0#0#7'TBitBtn'#20'S'
|
||||
+'aveAndRebuildButton'#23'AnchorSideRight.Control'#7#17'SaveAndExitButton'#24
|
||||
+'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBotto'
|
||||
+'m'#4'Left'#2'm'#6'Height'#2#26#3'Top'#3#153#1#5'Width'#3#155#0#7'Anchors'#11
|
||||
+#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capti'
|
||||
+'on'#6#20'SaveAndRebuildButton'#10'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0
|
||||
+#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0
|
||||
+#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#255#255#255#0'c`'#248#10#255#255#255#0#255#255#255#0#255#255#255#0#4'Kind'#7
|
||||
+#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalResult'#2#2
|
||||
+#9'NumGlyphs'#2#0#10'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3#8'Tab'
|
||||
+'Order'#2#3#7'TabStop'#9#7'Visible'#9#0#0#7'TBitBtn'#17'SaveAndExitButton'#23
|
||||
+'AnchorSideRight.Control'#7#12'CancelButton'#24'AnchorSideBottom.Control'#7#5
|
||||
+'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#246#0#6'Height'#2
|
||||
+#29#3'Top'#3#150#1#5'Width'#3#154#0#11'HelpContext'#2#0#5'Align'#7#6'alNone'
|
||||
+#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpacing.Left'
|
||||
+#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.'
|
||||
+'Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'
|
||||
+#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7
|
||||
+'Caption'#6#17'SaveAndExitButton'#7'Default'#8#7'Enabled'#9#10'Glyph.Data'#10
|
||||
+':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0#0#16#0#0#0#1#0
|
||||
+' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#29'c'#155#22#25'`'#152'9'#20']'#149'b'#16'Z'#146
|
||||
+#136#13'X'#144#164#19'\'#146#252#12'W'#143#237#153#153#153#255'qqq'#255'TTT'
|
||||
+#255'QQQ'#255'OOO'#255'LLL'#255'JJJ'#255'GGG'#255'EEE'#255'%g'#157#255'2t'
|
||||
+#168#255'=|'#175#255'G'#132#181#255'N'#138#186#255'>~'#173#255#12'W'#143#234
|
||||
+#255#255#255#0#255#255#255#0'XXX'#255#162#162#162#255#162#162#162#255#163#163
|
||||
,#163#255#164#164#164#255#164#164#164#255#165#165#165#255'/o'#165#255'x'#171
|
||||
+#210#255'x'#171#211#255's'#167#209#255'i'#160#205#255'@'#174#255#15'Y'#145
|
||||
+#234#255#255#255#0#255#255#255#0'\\\'#255#161#161#161#255'<s@'#255#160#161
|
||||
+#161#255#163#163#163#255#163#163#163#255#164#164#164#255'6t'#170#255'}'#175
|
||||
+#212#255'['#154#201#255'T'#149#199#255'X'#150#200#255'A'#128#174#255#19'\'
|
||||
+#148#234#255#255#255#0#255#255#255#0'```'#255#160#160#160#255'=vA'#255'6q9'
|
||||
+#255#162#162#162#255#162#162#162#255#163#163#163#255'=y'#176#255#130#179#215
|
||||
+#255'b'#159#204#255'Z'#154#201#255'^'#155#202#255'C'#129#175#255#25'`'#152
|
||||
+#234'7'#130'>'#255'4~;'#255'1y7'#255'.u4'#255'I'#145'P'#255'F'#143'L'#255'9s'
|
||||
+'='#255#161#161#161#255#162#162#162#255'E~'#180#255#136#183#217#255'g'#163
|
||||
+#207#255'a'#158#204#255'c'#159#204#255'E'#131#177#255#31'd'#156#234';'#135'B'
|
||||
+#255#137#203#146#255#132#200#141#255#128#198#136#255'{'#195#131#255'w'#193''
|
||||
+#255'G'#143'M'#255';t?'#255#161#161#161#255'L'#132#186#255#141#187#219#255'n'
|
||||
+#168#209#255'f'#166#209#255'_'#180#223#255'G'#133#177#255'%i'#161#234'>'#139
|
||||
+'F'#255#143#206#153#255'}'#198#135#255'x'#195#129#255's'#192'|'#255't'#192'|'
|
||||
+#255'y'#194#129#255'I'#144'O'#255'TW'#255'T'#137#191#255#148#191#221#255'u'
|
||||
+#173#212#255'c'#184#225#255'K'#212#255#255'B'#139#184#255',n'#166#234'A'#144
|
||||
+'J'#255#148#210#159#255#145#208#154#255#141#205#150#255#137#203#146#255#132
|
||||
+#200#141#255'Q'#152'X'#255'A|F'#255#159#159#159#255'Z'#142#196#255#152#195
|
||||
+#224#255'|'#179#215#255't'#175#214#255'^'#196#237#255'K'#136#179#255'4s'#171
|
||||
+#234'D'#148'M'#255'B'#145'K'#255'?'#141'H'#255'='#137'E'#255']'#164'e'#255'Z'
|
||||
+#160'a'#255'E'#131'K'#255#158#158#158#255#158#158#158#255'`'#146#201#255#158
|
||||
+#199#226#255#131#184#218#255'}'#180#215#255'~'#179#215#255'O'#137#180#255';y'
|
||||
+#177#234#255#255#255#0#255#255#255#0'www'#255#154#154#154#255'='#138'E'#255
|
||||
+'I'#138'O'#255#156#156#156#255#157#157#157#255#157#157#157#255'f'#150#204#255
|
||||
+#162#203#227#255#137#189#220#255#131#185#218#255#132#185#218#255'Q'#139#181
|
||||
+#255'C~'#182#234#255#255#255#0#255#255#255#0'zzz'#255#153#153#153#255'R'#145
|
||||
+'Y'#255#153#154#153#255#155#155#155#255#156#156#156#255#156#156#156#255'l'
|
||||
+#154#208#255#167#206#229#255#143#193#223#255#137#189#220#255#139#189#220#255
|
||||
+'S'#141#182#255'K'#132#188#234#255#255#255#0#255#255#255#0'}}}'#255#153#153
|
||||
+#153#255#153#153#153#255#154#154#154#255#154#154#154#255#155#155#155#255#155
|
||||
+#155#155#255'o'#157#211#255#170#209#231#255#171#209#231#255#152#199#225#255
|
||||
+#145#194#222#255'V'#143#183#255'R'#137#193#234#255#255#255#0#255#255#255#0
|
||||
+#128#128#128#255'~~~'#255'|||'#255'zzz'#255'www'#255'uuu'#255'rrr'#255'q'#158
|
||||
+#212#255'o'#158#214#255#135#178#220#255#171#211#232#255#169#208#230#255'X'
|
||||
+#144#184#255'Y'#142#198#234#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0'p'#158#214#219'm'#156#212#255#133#177#218#255'Z'
|
||||
+#145#185#255'`'#147#203#234#255#255#255#0#255#255#255#0#255#255#255#0#255#255
|
||||
+#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0
|
||||
+#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'm'#156#212#137'j'
|
||||
+#154#210#251'f'#151#207#238#4'Kind'#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'
|
||||
+#6'Margin'#2#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0#7'OnClick'#7#22'SaveAn'
|
||||
+'dExitButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3#8'Ta'
|
||||
+'bOrder'#2#4#7'TabStop'#9#7'Visible'#9#0#0#7'TBitBtn'#20'SaveAndRebuildButto'
|
||||
+'n'#23'AnchorSideRight.Control'#7#17'SaveAndExitButton'#24'AnchorSideBottom.'
|
||||
+'Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2'@'#6
|
||||
+'Height'#2#29#3'Top'#3#150#1#5'Width'#3#176#0#11'HelpContext'#2#0#5'Align'#7
|
||||
+#6'alNone'#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#18'BorderSpa'
|
||||
+'cing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Bor'
|
||||
+'derSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlig'
|
||||
+'nHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6
|
||||
+'Cancel'#8#7'Caption'#6#20'SaveAndRebuildButton'#7'Default'#8#7'Enabled'#9#10
|
||||
+'Glyph.Data'#10':'#4#0#0'6'#4#0#0'BM6'#4#0#0#0#0#0#0'6'#0#0#0'('#0#0#0#16#0#0
|
||||
+#0#16#0#0#0#1#0' '#0#0#0#0#0#0#4#0#0'd'#0#0#0'd'#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#190'zE'#255#190'zE'#255#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'
|
||||
+#255#190'zE'#255'xU9X'#190'zE'#255#227#205#188#255#190'zE'#255'xU9X'#190'zE'
|
||||
+#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255
|
||||
+#227#205#188#255#210#167#134#255#190'zE'#255#199#144'd'#255#218#184#157#255
|
||||
+#199#144'd'#255#190'zE'#255#210#167#134#255#227#205#188#255#190'zE'#255#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#210#167#134#255#218#184#157
|
||||
+#255#218#184#157#255#218#184#157#255#218#184#157#255#218#184#157#255#218#184
|
||||
+#157#255#218#184#157#255#210#167#134#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0'xU9X'#190'zE'#255#227#205#188#255#207#161'|'#255#189'L'#248
|
||||
+#195#134'V'#255#186'zF'#244#213#174#143#255#218#184#157#255#190'zE'#255'xU9X'
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#190'zE'#255#199#144'd'#255#218
|
||||
+#184#157#255#189'L'#248#183#130'V'#205'xU9Y'#165'oC'#192#186'zF'#244#218#184
|
||||
+#157#255#199#144'd'#255#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#190
|
||||
+'zE'#255#227#205#188#255#218#184#157#255#218#184#157#255#195#134'V'#255'xU9Y'
|
||||
+#0#0#0#0'xU9Y'#195#134'V'#255#218#184#157#255#218#184#157#255#227#205#188#255
|
||||
+#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#190'zE'#255#199#144'd'#255
|
||||
+#218#184#157#255#186'zF'#244#156'kB'#174'xU9Y'#143'c?'#151#186'|I'#238#218
|
||||
+#184#157#255#199#144'd'#255#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0'xU9X'#190'zE'#255#218#184#157#255#207#161'|'#255#186'zF'#244#195#134
|
||||
+'V'#255#186'zF'#244#209#165#130#255#218#184#157#255#190'zE'#255'xU9X'#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#210#167#134#255#218#184#157#255
|
||||
+#218#184#157#255#218#184#157#255#218#184#157#255#218#184#157#255#218#184#157
|
||||
+#255#218#184#157#255#210#167#134#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#190'zE'#255#227#205#188#255#210#167#134#255#190'zE'#255#199#144
|
||||
+'d'#255#218#184#157#255#199#144'd'#255#190'zE'#255#210#167#134#255#227#205
|
||||
+#188#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xU9X'#190'zE'
|
||||
+#255#190'zE'#255'xU9X'#190'zE'#255#227#205#188#255#190'zE'#255'xU9X'#190'zE'
|
||||
+#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#190'zE'#255#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'z'
|
||||
+'E'#255#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#190'zE'#255'xU9X'#190'zE'#255
|
||||
+#227#205#188#255#190'zE'#255'xU9X'#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#227#205#188#255#210#167#134#255
|
||||
+#190'zE'#255#199#144'd'#255#218#184#157#255#199#144'd'#255#190'zE'#255#210
|
||||
,#167#134#255#227#205#188#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#190'zE'#255#210#167#134#255#218#184#157#255#218#184#157#255#218#184#157
|
||||
+#255#218#184#157#255#218#184#157#255#218#184#157#255#218#184#157#255#210#167
|
||||
+#134#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xU9X'#190'zE'
|
||||
+#255#227#205#188#255#207#161'|'#255#189'L'#248#195#134'V'#255#186'zF'#244
|
||||
+#213#174#143#255#218#184#157#255#190'zE'#255'xU9X'#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#190'zE'#255#190'zE'#255#199#144'd'#255#218#184#157#255#189'L'#248#183
|
||||
+#130'V'#205'xU9Y'#165'oC'#192#186'zF'#244#218#184#157#255#199#144'd'#255#190
|
||||
+'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'#255#227#205#188#255#218
|
||||
+#184#157#255#218#184#157#255#195#134'V'#255'xU9Y'#0#0#0#0'xU9Y'#195#134'V'
|
||||
+#255#218#184#157#255#218#184#157#255#227#205#188#255#190'zE'#255#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#190'zE'#255#190'zE'#255#199#144'd'#255#218#184#157#255#186'zF'
|
||||
+#244#156'kB'#174'xU9Y'#143'c?'#151#186'|I'#238#218#184#157#255#199#144'd'#255
|
||||
+#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xU9X'#190'zE'#255
|
||||
+#218#184#157#255#207#161'|'#255#186'zF'#244#195#134'V'#255#186'zF'#244#209
|
||||
+#165#130#255#218#184#157#255#190'zE'#255'xU9X'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#190'zE'#255#210#167#134#255#218#184#157#255#218#184#157#255#218
|
||||
+#184#157#255#218#184#157#255#218#184#157#255#218#184#157#255#218#184#157#255
|
||||
+#210#167#134#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#190'zE'
|
||||
+#255#227#205#188#255#210#167#134#255#190'zE'#255#199#144'd'#255#218#184#157
|
||||
+#255#199#144'd'#255#190'zE'#255#210#167#134#255#227#205#188#255#190'zE'#255#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xU9X'#190'zE'#255#190'zE'#255'xU9X'
|
||||
+#190'zE'#255#227#205#188#255#190'zE'#255'xU9X'#190'zE'#255#190'zE'#255#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#190'zE'#255#190'zE'#255#190'zE'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
|
||||
+#0#0#0#0#0#0#9'NumGlyphs'#2#0#7'OnClick'#7#18'InstallButtonClick'#8'TabOrder'
|
||||
+#2#5#0#0#0
|
||||
+#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#4'Kind'
|
||||
+#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalResult'#2
|
||||
+#0#9'NumGlyphs'#2#0#7'OnClick'#7#18'InstallButtonClick'#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#7'Spacing'#2#3#8'TabOrder'#2#5#7'TabStop'#9#7'Visible'#9#0
|
||||
+#0#7'TBitBtn'#10'HelpButton'#22'AnchorSideLeft.Control'#7#5'Owner'#24'Anchor'
|
||||
+'SideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'L'
|
||||
+'eft'#2#6#6'Height'#2'"'#3'Top'#3#145#1#5'Width'#2'B'#11'HelpContext'#2#0#5
|
||||
+'Align'#7#6'alNone'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#8'AutoSize'#9#18'B'
|
||||
+'orderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0
|
||||
+#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.Ce'
|
||||
+'llAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'cca'
|
||||
+'Fill'#6'Cancel'#8#7'Caption'#6#5'&Help'#7'Default'#8#7'Enabled'#9#4'Kind'#7
|
||||
+#6'bkHelp'#6'Layout'#7#11'blGlyphLeft'#6'Margin'#2#255#11'ModalResult'#2#0#9
|
||||
+'NumGlyphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#10'ParentFont'#9#14'ParentS'
|
||||
+'howHint'#9#7'Spacing'#2#3#8'TabOrder'#2#6#7'TabStop'#9#7'Visible'#9#0#0#0
|
||||
]);
|
||||
|
@ -42,7 +42,7 @@ uses
|
||||
StdCtrls, Buttons, FileUtil,
|
||||
AVL_Tree, Laz_XMLCfg,
|
||||
LazarusIDEStrConsts, EnvironmentOpts, InputHistory, LazConf, IDEProcs,
|
||||
PackageDefs, PackageSystem, PackageLinks;
|
||||
PackageDefs, PackageSystem, PackageLinks, IDEContextHelpEdit;
|
||||
|
||||
type
|
||||
TOnCheckInstallPackageList =
|
||||
@ -54,6 +54,7 @@ type
|
||||
AddToInstallButton: TButton;
|
||||
AvailableListBox: TListBox;
|
||||
AvailablePkgGroupBox: TGroupBox;
|
||||
HelpButton: TBitBtn;
|
||||
CancelButton: TBitBtn;
|
||||
ExportButton: TButton;
|
||||
PkgInfoMemo: TMemo;
|
||||
@ -68,6 +69,7 @@ type
|
||||
procedure AvailableListBoxDblClick(Sender: TObject);
|
||||
procedure AvailableListBoxSelectionChange(Sender: TObject; User: boolean);
|
||||
procedure ExportButtonClick(Sender: TObject);
|
||||
procedure HelpButtonClick(Sender: TObject);
|
||||
procedure ImportButtonClick(Sender: TObject);
|
||||
procedure InstallButtonClick(Sender: TObject);
|
||||
procedure InstallListBoxDblClick(Sender: TObject);
|
||||
@ -154,6 +156,7 @@ begin
|
||||
SaveAndRebuildButton.Caption:=lisSaveAndRebuildIDE;
|
||||
SaveAndExitButton.Caption:=lisSaveAndExitDialog;
|
||||
CancelButton.Caption:=dlgCancel;
|
||||
HelpButton.LoadGlyphFromLazarusResource('btn_help');
|
||||
|
||||
fPackages:=TAVLTree.Create(@CompareLazPackageIDNames);
|
||||
FNewInstalledPackages:=TFPList.Create;
|
||||
@ -203,6 +206,11 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TInstallPkgSetDialog.HelpButtonClick(Sender: TObject);
|
||||
begin
|
||||
ShowContextHelpForIDE(Self);
|
||||
end;
|
||||
|
||||
procedure TInstallPkgSetDialog.ImportButtonClick(Sender: TObject);
|
||||
var
|
||||
OpenDialog: TOpenDialog;
|
||||
|
Loading…
Reference in New Issue
Block a user