ide, converter: change window position from designed to screen center

git-svn-id: trunk@19419 -
This commit is contained in:
paul 2009-04-13 23:24:55 +00:00
parent 2db4548c14
commit 2e51bdcb37
4 changed files with 175 additions and 737 deletions

View File

@ -3,212 +3,79 @@ object ChgEncodingDialog: TChgEncodingDialog
Height = 479 Height = 479
Top = 191 Top = 191
Width = 509 Width = 509
HelpContext = 0
ActiveControl = OwnerComboBox ActiveControl = OwnerComboBox
Align = alNone
AllowDropFiles = False
AutoScroll = True
AutoSize = False
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
BorderStyle = bsSizeable
Caption = 'ChgEncodingDialog' Caption = 'ChgEncodingDialog'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 479 ClientHeight = 479
ClientWidth = 509 ClientWidth = 509
DockSite = False
DragKind = dkDrag
DragMode = dmManual
Enabled = True
Font.Height = 0
Font.Style = []
FormStyle = fsNormal
OnCreate = FormCreate OnCreate = FormCreate
OnDestroy = FormDestroy OnDestroy = FormDestroy
ParentBiDiMode = True Position = poScreenCenter
ParentFont = False
Position = poDesigned
ShowInTaskBar = stDefault
UseDockManager = False
LCLVersion = '0.9.27' LCLVersion = '0.9.27'
WindowState = wsNormal
object FilesGroupBox: TGroupBox object FilesGroupBox: TGroupBox
Left = 6 Left = 6
Height = 163 Height = 135
Top = 72 Top = 63
Width = 497 Width = 497
HelpContext = 0
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'FilesGroupBox' Caption = 'FilesGroupBox'
ChildSizing.LeftRightSpacing = 0 ClientHeight = 117
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 144
ClientWidth = 493 ClientWidth = 493
Ctl3D = False
DockSite = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentBidiMode = True
ParentColor = True
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
TabOrder = 0 TabOrder = 0
TabStop = False
Visible = True
object FileFilterLabel: TLabel object FileFilterLabel: TLabel
AnchorSideLeft.Control = FilesGroupBox AnchorSideLeft.Control = FilesGroupBox
AnchorSideTop.Control = NonUTF8FilesCheckBox AnchorSideTop.Control = NonUTF8FilesCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 18 Height = 14
Top = 71 Top = 61
Width = 85 Width = 66
HelpContext = 0
Align = alNone
Alignment = taLeftJustify
AutoSize = True
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 15 BorderSpacing.Top = 15
BorderSpacing.Right = 0
BorderSpacing.Bottom = 2 BorderSpacing.Bottom = 2
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'FileFilterLabel' Caption = 'FileFilterLabel'
DragCursor = crDrag
DragMode = dmManual
Enabled = True
Layout = tlTop
ParentBidiMode = True
ParentColor = False ParentColor = False
ParentFont = True
ParentShowHint = True
ShowAccelChar = True
Transparent = True
Visible = True
WordWrap = False
OptimalFill = False
end end
object UTF8FilesCheckBox: TCheckBox object UTF8FilesCheckBox: TCheckBox
AnchorSideLeft.Control = FilesGroupBox AnchorSideLeft.Control = FilesGroupBox
AnchorSideTop.Control = FilesGroupBox AnchorSideTop.Control = FilesGroupBox
Left = 6 Left = 6
Height = 22 Height = 17
Top = 6 Top = 6
Width = 146 Width = 115
HelpContext = 0
Align = alNone
AllowGrayed = False
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'UTF8FilesCheckBox' Caption = 'UTF8FilesCheckBox'
Checked = True Checked = True
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentColor = True
ParentFont = True
ParentShowHint = True
ParentBidiMode = True
State = cbChecked State = cbChecked
TabOrder = 0 TabOrder = 0
TabStop = True
UseOnChange = False
Visible = True
end end
object NonUTF8FilesCheckBox: TCheckBox object NonUTF8FilesCheckBox: TCheckBox
AnchorSideLeft.Control = FilesGroupBox AnchorSideLeft.Control = FilesGroupBox
AnchorSideTop.Control = UTF8FilesCheckBox AnchorSideTop.Control = UTF8FilesCheckBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 22 Height = 17
Top = 34 Top = 29
Width = 172 Width = 135
HelpContext = 0
Align = alNone
AllowGrayed = False
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'NonUTF8FilesCheckBox' Caption = 'NonUTF8FilesCheckBox'
Checked = True Checked = True
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentColor = True
ParentFont = True
ParentShowHint = True
ParentBidiMode = True
State = cbChecked State = cbChecked
TabOrder = 1 TabOrder = 1
TabStop = True
UseOnChange = False
Visible = True
end end
object RegExprCheckBox: TCheckBox object RegExprCheckBox: TCheckBox
AnchorSideLeft.Control = FilesGroupBox AnchorSideLeft.Control = FilesGroupBox
AnchorSideTop.Control = FileFilterCombobox AnchorSideTop.Control = FileFilterCombobox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 22 Height = 17
Top = 122 Top = 100
Width = 138 Width = 108
HelpContext = 0
Align = alNone
AllowGrayed = False
AutoSize = True
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 2 BorderSpacing.Top = 2
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'RegExprCheckBox' Caption = 'RegExprCheckBox'
Checked = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentColor = True
ParentFont = True
ParentShowHint = True
ParentBidiMode = True
State = cbUnchecked
TabOrder = 2 TabOrder = 2
TabStop = True
UseOnChange = False
Visible = True
end end
object FileFilterCombobox: TComboBox object FileFilterCombobox: TComboBox
AnchorSideLeft.Control = FilesGroupBox AnchorSideLeft.Control = FilesGroupBox
@ -217,468 +84,177 @@ object ChgEncodingDialog: TChgEncodingDialog
AnchorSideRight.Control = FilesGroupBox AnchorSideRight.Control = FilesGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 29 Height = 21
Top = 91 Top = 77
Width = 481 Width = 481
HelpContext = 0
TabStop = True
Align = alNone
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
ArrowKeysTraverseList = True
AutoComplete = False AutoComplete = False
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
AutoDropDown = False
AutoSelect = False
AutoSize = True
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 0
BorderSpacing.Right = 6 BorderSpacing.Right = 6
BorderSpacing.Bottom = 0 ItemHeight = 13
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
CharCase = ecNormal
Ctl3D = False
DragCursor = crDrag
DragMode = dmManual
DropDownCount = 8
Enabled = True
ItemHeight = 0
ItemIndex = -1
ItemWidth = 0 ItemWidth = 0
MaxLength = 0
ParentBidiMode = True
ParentColor = False
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
Sorted = False
Style = csDropDown
TabOrder = 3 TabOrder = 3
Text = 'FileFilterCombobox' Text = 'FileFilterCombobox'
Visible = True
end end
end end
object BtnPanel: TPanel object BtnPanel: TPanel
Left = 0 Left = 0
Height = 50 Height = 38
Top = 429 Top = 441
Width = 509 Width = 509
HelpContext = 0
Align = alBottom Align = alBottom
Alignment = taCenter
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
BevelInner = bvNone
BevelOuter = bvNone BevelOuter = bvNone
BevelWidth = 1 ClientHeight = 38
BorderWidth = 0 ClientWidth = 509
BorderStyle = bsNone
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 46
ClientWidth = 505
DockSite = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
FullRepaint = True
ParentColor = True
ParentFont = True
ParentShowHint = True
TabOrder = 1 TabOrder = 1
TabStop = False
Visible = True
object CloseButton: TBitBtn object CloseButton: TBitBtn
Left = 406 Left = 419
Height = 34 Height = 26
Top = 6 Top = 6
Width = 93 Width = 84
HelpContext = 0
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = 'CloseButton' Caption = 'CloseButton'
Constraints.MinWidth = 75 Constraints.MinWidth = 75
Default = False
Enabled = True
Kind = bkCustom
Layout = blGlyphLeft
Margin = -1
ModalResult = 1 ModalResult = 1
NumGlyphs = 0 NumGlyphs = 0
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 0 TabOrder = 0
TabStop = True
Visible = True
end end
object ApplyButton: TBitBtn object ApplyButton: TBitBtn
Left = 307 Left = 328
Height = 34 Height = 26
Top = 6 Top = 6
Width = 93 Width = 85
HelpContext = 0
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = 'ApplyButton' Caption = 'ApplyButton'
Constraints.MinWidth = 75 Constraints.MinWidth = 75
Default = False
Enabled = True
Kind = bkCustom
Layout = blGlyphLeft
Margin = -1
ModalResult = 0
NumGlyphs = 0 NumGlyphs = 0
OnClick = ApplyButtonClick OnClick = ApplyButtonClick
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 1 TabOrder = 1
TabStop = True
Visible = True
end end
object PreviewButton: TBitBtn object PreviewButton: TBitBtn
Left = 195 Left = 226
Height = 34 Height = 26
Top = 6 Top = 6
Width = 106 Width = 96
HelpContext = 0
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = 'PreviewButton' Caption = 'PreviewButton'
Constraints.MinWidth = 75 Constraints.MinWidth = 75
Default = False
Enabled = True
Kind = bkCustom
Layout = blGlyphLeft
Margin = -1
ModalResult = 0
NumGlyphs = 0 NumGlyphs = 0
OnClick = PreviewButtonClick OnClick = PreviewButtonClick
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 2 TabOrder = 2
TabStop = True
Visible = True
end end
object HelpButton: TBitBtn object HelpButton: TBitBtn
Left = 6 Left = 6
Height = 34 Height = 26
Top = 6 Top = 6
Width = 66 Width = 66
HelpContext = 0
Align = alLeft Align = alLeft
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = '&Help' Caption = '&Help'
Default = False
Enabled = True
Kind = bkHelp Kind = bkHelp
Layout = blGlyphLeft
Margin = -1
ModalResult = 0
NumGlyphs = 0 NumGlyphs = 0
OnClick = HelpButtonClick OnClick = HelpButtonClick
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 3 TabOrder = 3
TabStop = True
Visible = True
end end
end end
object ScopeGroupBox: TGroupBox object ScopeGroupBox: TGroupBox
Left = 6 Left = 6
Height = 60 Height = 51
Top = 6 Top = 6
Width = 497 Width = 497
HelpContext = 0
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'ScopeGroupBox' Caption = 'ScopeGroupBox'
ChildSizing.LeftRightSpacing = 0 ClientHeight = 33
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 41
ClientWidth = 493 ClientWidth = 493
Ctl3D = False
DockSite = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentBidiMode = True
ParentColor = True
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
TabOrder = 2 TabOrder = 2
TabStop = False
Visible = True
object NewEncodingLabel: TLabel object NewEncodingLabel: TLabel
AnchorSideLeft.Control = NewEncodingComboBox AnchorSideLeft.Control = NewEncodingComboBox
AnchorSideTop.Control = NewEncodingComboBox AnchorSideTop.Control = NewEncodingComboBox
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = NewEncodingComboBox AnchorSideRight.Control = NewEncodingComboBox
Left = 240 Left = 270
Height = 18 Height = 14
Top = 11 Top = 9
Width = 120 Width = 90
HelpContext = 0
Align = alNone
Alignment = taLeftJustify
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 15 BorderSpacing.Left = 15
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'NewEncodingLabel' Caption = 'NewEncodingLabel'
DragCursor = crDrag
DragMode = dmManual
Enabled = True
Layout = tlTop
ParentBidiMode = True
ParentColor = False ParentColor = False
ParentFont = True
ParentShowHint = True
ShowAccelChar = True
Transparent = True
Visible = True
WordWrap = False
OptimalFill = False
end end
object OwnerComboBox: TComboBox object OwnerComboBox: TComboBox
AnchorSideLeft.Control = ScopeGroupBox AnchorSideLeft.Control = ScopeGroupBox
AnchorSideTop.Control = ScopeGroupBox AnchorSideTop.Control = ScopeGroupBox
AnchorSideRight.Control = NewEncodingLabel AnchorSideRight.Control = NewEncodingLabel
Left = 6 Left = 6
Height = 29 Height = 21
Top = 6 Top = 6
Width = 219 Width = 249
HelpContext = 0
TabStop = True
Align = alNone
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
ArrowKeysTraverseList = True
AutoComplete = False AutoComplete = False
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
AutoDropDown = False
AutoSelect = False
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill ItemHeight = 13
BorderSpacing.CellAlignVertical = ccaFill
CharCase = ecNormal
Ctl3D = False
DragCursor = crDrag
DragMode = dmManual
DropDownCount = 8
Enabled = True
ItemHeight = 0
ItemIndex = -1
ItemWidth = 0 ItemWidth = 0
MaxLength = 0
ParentBidiMode = True
ParentColor = False
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
Sorted = False
Style = csDropDown
TabOrder = 0 TabOrder = 0
Text = 'OwnerComboBox' Text = 'OwnerComboBox'
Visible = True
end end
object NewEncodingComboBox: TComboBox object NewEncodingComboBox: TComboBox
AnchorSideTop.Control = ScopeGroupBox AnchorSideTop.Control = ScopeGroupBox
AnchorSideRight.Control = ScopeGroupBox AnchorSideRight.Control = ScopeGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 360 Left = 360
Height = 29 Height = 21
Top = 6 Top = 6
Width = 127 Width = 127
HelpContext = 0
TabStop = True
Align = alNone
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
ArrowKeysTraverseList = True
AutoComplete = False AutoComplete = False
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
AutoDropDown = False
AutoSelect = False
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
BorderSpacing.Around = 0 ItemHeight = 13
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
CharCase = ecNormal
Ctl3D = False
DragCursor = crDrag
DragMode = dmManual
DropDownCount = 8
Enabled = True
ItemHeight = 0
ItemIndex = -1
ItemWidth = 0 ItemWidth = 0
MaxLength = 0
ParentBidiMode = True
ParentColor = False
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
Sorted = False
Style = csDropDown
TabOrder = 1 TabOrder = 1
Text = 'NewEncodingComboBox' Text = 'NewEncodingComboBox'
Visible = True
end end
end end
object PreviewGroupBox: TGroupBox object PreviewGroupBox: TGroupBox
Left = 6 Left = 6
Height = 182 Height = 231
Top = 241 Top = 204
Width = 497 Width = 497
HelpContext = 0
Align = alClient Align = alClient
AutoSize = False
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6 BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'PreviewGroupBox' Caption = 'PreviewGroupBox'
ChildSizing.LeftRightSpacing = 0 ClientHeight = 213
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 163
ClientWidth = 493 ClientWidth = 493
Ctl3D = False
DockSite = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentBidiMode = True
ParentColor = True
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
TabOrder = 3 TabOrder = 3
TabStop = False
Visible = True
object PreviewListView: TListView object PreviewListView: TListView
Left = 0 Left = 0
Height = 163 Height = 213
Top = 0 Top = 0
Width = 493 Width = 493
HelpContext = 0
Align = alClient Align = alClient
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
BorderWidth = 0
Checkboxes = False
Columns = < Columns = <
item item
AutoSize = False
Caption = 'Files' Caption = 'Files'
MinWidth = 75 MinWidth = 75
Width = 300 Width = 300
end end
item item
AutoSize = False
Caption = 'Encoding' Caption = 'Encoding'
MinWidth = 75 MinWidth = 75
Width = 175 Width = 175
end> end>
ColumnClick = True
DragCursor = crDrag
DragMode = dmManual
Enabled = True
HideSelection = True
MultiSelect = False
ParentShowHint = True
ReadOnly = False
RowSelect = False
ScrollBars = ssBoth
ShowColumnHeaders = True
SortColumn = 0
SortType = stNone
TabStop = True
TabOrder = 0 TabOrder = 0
ToolTips = True
Visible = True
ViewStyle = vsReport ViewStyle = vsReport
end end
end end

View File

@ -2,217 +2,81 @@
LazarusResources.Add('TChgEncodingDialog','FORMDATA',[ LazarusResources.Add('TChgEncodingDialog','FORMDATA',[
'TPF0'#18'TChgEncodingDialog'#17'ChgEncodingDialog'#4'Left'#3'"'#1#6'Height'#3 'TPF0'#18'TChgEncodingDialog'#17'ChgEncodingDialog'#4'Left'#3'"'#1#6'Height'#3
+#223#1#3'Top'#3#191#0#5'Width'#3#253#1#11'HelpContext'#2#0#13'ActiveControl' +#223#1#3'Top'#3#191#0#5'Width'#3#253#1#13'ActiveControl'#7#13'OwnerComboBox'
+#7#13'OwnerComboBox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll' +#7'Caption'#6#17'ChgEncodingDialog'#12'ClientHeight'#3#223#1#11'ClientWidth'
+#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMax' +#3#253#1#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#8'Posit'
+'imize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#17'ChgEncodingDialog' +'ion'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#13'File'
+#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29 +'sGroupBox'#4'Left'#2#6#6'Height'#3#135#0#3'Top'#2'?'#5'Width'#3#241#1#5'Ali'
+'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'C' +'gn'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'F'
+'hildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#223#1#11'ClientWidth'#3 +'ilesGroupBox'#12'ClientHeight'#2'u'#11'ClientWidth'#3#237#1#8'TabOrder'#2#0
+#253#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena' +#0#6'TLabel'#15'FileFilterLabel'#22'AnchorSideLeft.Control'#7#13'FilesGroupB'
+'bled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#8 +'ox'#21'AnchorSideTop.Control'#7#20'NonUTF8FilesCheckBox'#18'AnchorSideTop.S'
+'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#14'ParentBiDiMode' +'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'='#5'Width'#2'B'#18
+#9#10'ParentFont'#8#8'Position'#7#10'poDesigned'#13'ShowInTaskBar'#7#9'stDef' +'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#15#20'BorderSpacing.Bottom'
+'ault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'w' +#2#2#7'Caption'#6#15'FileFilterLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#17
+'sNormal'#0#9'TGroupBox'#13'FilesGroupBox'#4'Left'#2#6#6'Height'#3#163#0#3'T' +'UTF8FilesCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Anchor'
+'op'#2'H'#5'Width'#3#241#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSiz' +'SideTop.Control'#7#13'FilesGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5
+'e'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.' +'Width'#2's'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'UTF8FilesCheckBox'
+'Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!Borde' +#7'Checked'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'No'
+'rSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertic' +'nUTF8FilesCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Ancho'
+'al'#7#7'ccaFill'#7'Caption'#6#13'FilesGroupBox'#28'ChildSizing.LeftRightSpa' +'rSideTop.Control'#7#17'UTF8FilesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBot'
+'cing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpa' +'tom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#3#135#0#20'BorderSpaci'
+'cing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLin' +'ng.Around'#2#6#7'Caption'#6#20'NonUTF8FilesCheckBox'#7'Checked'#9#5'State'#7
+'e'#2#0#12'ClientHeight'#3#144#0#11'ClientWidth'#3#237#1#5'Ctl3D'#8#8'DockSi' +#9'cbChecked'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'RegExprCheckBox'#22'Anchor'
+'te'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dm' +'SideLeft.Control'#7#13'FilesGroupBox'#21'AnchorSideTop.Control'#7#18'FileFi'
+'Manual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D' +'lterCombobox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
+#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visi' +#17#3'Top'#2'd'#5'Width'#2'l'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
+'ble'#9#0#6'TLabel'#15'FileFilterLabel'#22'AnchorSideLeft.Control'#7#13'File' +'p'#2#2#7'Caption'#6#15'RegExprCheckBox'#8'TabOrder'#2#2#0#0#9'TComboBox'#18
+'sGroupBox'#21'AnchorSideTop.Control'#7#20'NonUTF8FilesCheckBox'#18'AnchorSi' +'FileFilterCombobox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Ancho'
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'G'#5'Width'#2 +'rSideTop.Control'#7#15'FileFilterLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
+'U'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify' +'m'#23'AnchorSideRight.Control'#7#13'FilesGroupBox'#20'AnchorSideRight.Side'
+#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#15#19'Bord' +#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'M'#5'Width'#3#225#1#7'An'
+'erSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#2#20'BorderSpacing.Around'#2 +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#18'BorderSpaci'
+#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAli' +'ng.Left'#2#6#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2
+'gnVertical'#7#7'ccaFill'#7'Caption'#6#15'FileFilterLabel'#10'DragCursor'#7#6 +#0#8'TabOrder'#2#3#4'Text'#6#18'FileFilterCombobox'#0#0#0#6'TPanel'#8'BtnPan'
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Pare' +'el'#4'Left'#2#0#6'Height'#2'&'#3'Top'#3#185#1#5'Width'#3#253#1#5'Align'#7#8
+'ntBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'Sh' +'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11
+'owAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill' +'ClientWidth'#3#253#1#8'TabOrder'#2#1#0#7'TBitBtn'#11'CloseButton'#4'Left'#3
+#8#0#0#9'TCheckBox'#17'UTF8FilesCheckBox'#22'AnchorSideLeft.Control'#7#13'Fi' +#163#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'T'#5'Align'#7#7'alRight'#8'AutoS'
+'lesGroupBox'#21'AnchorSideTop.Control'#7#13'FilesGroupBox'#4'Left'#2#6#6'He' +'ize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'CloseButton'#20'Constra'
+'ight'#2#22#3'Top'#2#6#5'Width'#3#146#0#11'HelpContext'#2#0#5'Align'#7#6'alN' +'ints.MinWidth'#2'K'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0
+'one'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSp' +#7'TBitBtn'#11'ApplyButton'#4'Left'#3'H'#1#6'Height'#2#26#3'Top'#2#6#5'Width'
+'acing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20 +#2'U'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap'
+'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill' +'tion'#6#11'ApplyButton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'On'
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#17'UTF8FilesC' +'Click'#7#16'ApplyButtonClick'#8'TabOrder'#2#1#0#0#7'TBitBtn'#13'PreviewButt'
+'heckBox'#7'Checked'#9#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8 +'on'#4'Left'#3#226#0#6'Height'#2#26#3'Top'#2#6#5'Width'#2'`'#5'Align'#7#7'al'
+'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14 +'Right'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'PreviewBu'
+'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2 +'tton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'OnClick'#7#18'Previe'
+#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'#20'NonUTF8Fi' +'wButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#10'HelpButton'#4'Left'#2#6#6'H'
+'lesCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'AnchorSideTo' +'eight'#2#26#3'Top'#2#6#5'Width'#2'B'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20
+'p.Control'#7#17'UTF8FilesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4 +'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'#4'Kind'#7#6'bkHelp'#9'NumGl'
+'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#172#0#11'HelpContext'#2#0#5 +'yphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#3#0#0#0#9'TGroupBo'
+'Align'#7#6'alNone'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2 +'x'#13'ScopeGroupBox'#4'Left'#2#6#6'Height'#2'3'#3'Top'#2#6#5'Width'#3#241#1
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo' +#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
+'ttom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7 +#13'ScopeGroupBox'#12'ClientHeight'#2'!'#11'ClientWidth'#3#237#1#8'TabOrder'
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#20 +#2#2#0#6'TLabel'#16'NewEncodingLabel'#22'AnchorSideLeft.Control'#7#19'NewEnc'
+'NonUTF8FilesCheckBox'#7'Checked'#9#10'DragCursor'#7#6'crDrag'#8'DragKind'#7 +'odingComboBox'#21'AnchorSideTop.Control'#7#19'NewEncodingComboBox'#18'Ancho'
+#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'Paren' +'rSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#19'NewEncodingC'
+'tFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#9'cbChecked'#8 +'omboBox'#4'Left'#3#14#1#6'Height'#2#14#3'Top'#2#9#5'Width'#2'Z'#7'Anchors'
+'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox' +#11#5'akTop'#7'akRight'#0#18'BorderSpacing.Left'#2#15#7'Caption'#6#16'NewEnc'
+#15'RegExprCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Ancho' +'odingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#13'OwnerComboBox'#22'AnchorS'
+'rSideTop.Control'#7#18'FileFilterCombobox'#18'AnchorSideTop.Side'#7#9'asrBo' +'ideLeft.Control'#7#13'ScopeGroupBox'#21'AnchorSideTop.Control'#7#13'ScopeGr'
+'ttom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'z'#5'Width'#3#138#0#11'HelpContex' +'oupBox'#23'AnchorSideRight.Control'#7#16'NewEncodingLabel'#4'Left'#2#6#6'He'
+'t'#2#0#5'Align'#7#6'alNone'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacin' +'ight'#2#21#3'Top'#2#6#5'Width'#3#249#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
+'g.Left'#2#6#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#0#20'Border' +'kRight'#0#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2
+'Spacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHo' +#13#9'ItemWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#13'OwnerComboBox'#0#0#9'TComb'
,'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'C' ,'oBox'#19'NewEncodingComboBox'#21'AnchorSideTop.Control'#7#13'ScopeGroupBox'
+'aption'#6#15'RegExprCheckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'Dra' +#23'AnchorSideRight.Control'#7#13'ScopeGroupBox'#20'AnchorSideRight.Side'#7#9
+'gKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9 +'asrBottom'#4'Left'#3'h'#1#6'Height'#2#21#3'Top'#2#6#5'Width'#2''#7'Anchors'
+#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cb' +#11#5'akTop'#7'akRight'#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#6#19'Bo'
+'Unchecked'#8'TabOrder'#2#2#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9 +'rderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#9'I'
+'TComboBox'#18'FileFilterCombobox'#22'AnchorSideLeft.Control'#7#13'FilesGrou' +'temWidth'#2#0#8'TabOrder'#2#1#4'Text'#6#19'NewEncodingComboBox'#0#0#0#9'TGr'
+'pBox'#21'AnchorSideTop.Control'#7#15'FileFilterLabel'#18'AnchorSideTop.Side' +'oupBox'#15'PreviewGroupBox'#4'Left'#2#6#6'Height'#3#231#0#3'Top'#3#204#0#5
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#13'FilesGroupBox'#20'AnchorSid' +'Width'#3#241#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio'
+'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'['#5'Width' +'n'#6#15'PreviewGroupBox'#12'ClientHeight'#3#213#0#11'ClientWidth'#3#237#1#8
+#3#225#1#11'HelpContext'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11 +'TabOrder'#2#3#0#9'TListView'#15'PreviewListView'#4'Left'#2#0#6'Height'#3#213
+#5'akTop'#6'akLeft'#7'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoComplete' +#0#3'Top'#2#0#5'Width'#3#237#1#5'Align'#7#8'alClient'#7'Columns'#14#1#7'Capt'
+#8#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin' +'ion'#6#5'Files'#8'MinWidth'#2'K'#5'Width'#3','#1#0#1#7'Caption'#6#8'Encodin'
+'g'#0#12'AutoDropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Lef' +'g'#8'MinWidth'#2'K'#5'Width'#3#175#0#0#0#8'TabOrder'#2#0#9'ViewStyle'#7#8'v'
+'t'#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpaci' +'sReport'#0#0#0#0
+'ng.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizon'
+'tal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#8'CharCa'
+'se'#7#8'ecNormal'#5'Ctl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmM'
+'anual'#13'DropDownCount'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2
+#255#9'ItemWidth'#2#0#9'MaxLength'#2#0#14'ParentBidiMode'#9#11'ParentColor'#8
+#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'
+#7#10'csDropDown'#8'TabOrder'#2#3#4'Text'#6#18'FileFilterCombobox'#7'Visible'
+#9#0#0#0#6'TPanel'#8'BtnPanel'#4'Left'#2#0#6'Height'#2'2'#3'Top'#3#173#1#5'W'
+'idth'#3#253#1#11'HelpContext'#2#0#5'Align'#7#8'alBottom'#9'Alignment'#7#8't'
+'aCenter'#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.A'
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
+'g.CellAlignVertical'#7#7'ccaFill'#10'BevelInner'#7#6'bvNone'#10'BevelOuter'
+#7#6'bvNone'#10'BevelWidth'#2#1#11'BorderWidth'#2#0#11'BorderStyle'#7#6'bsNo'
+'ne'#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'.'#11'ClientWidth'#3
+#249#1#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'Dr'
+'agMode'#7#8'dmManual'#7'Enabled'#9#11'FullRepaint'#9#11'ParentColor'#9#10'P'
+'arentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#1#7'TabStop'#8#7'Visible'#9
+#0#7'TBitBtn'#11'CloseButton'#4'Left'#3#150#1#6'Height'#2'"'#3'Top'#2#6#5'Wi'
+'dth'#2']'#11'HelpContext'#2#0#5'Align'#7#7'alRight'#8'AutoSize'#9#18'Border'
+'Spacing.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20
+'BorderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellA'
+'lignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFil'
+'l'#6'Cancel'#8#7'Caption'#6#11'CloseButton'#20'Constraints.MinWidth'#2'K'#7
+'Default'#8#7'Enabled'#9#4'Kind'#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6
+'Margin'#2#255#11'ModalResult'#2#1#9'NumGlyphs'#2#0#10'ParentFont'#9#14'Pare'
+'ntShowHint'#9#7'Spacing'#2#3#8'TabOrder'#2#0#7'TabStop'#9#7'Visible'#9#0#0#7
+'TBitBtn'#11'ApplyButton'#4'Left'#3'3'#1#6'Height'#2'"'#3'Top'#2#6#5'Width'#2
+']'#11'HelpContext'#2#0#5'Align'#7#7'alRight'#8'AutoSize'#9#18'BorderSpacing'
+'.Left'#2#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderS'
+'pacing.Bottom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHor'
+'izontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Ca'
+'ncel'#8#7'Caption'#6#11'ApplyButton'#20'Constraints.MinWidth'#2'K'#7'Defaul'
+'t'#8#7'Enabled'#9#4'Kind'#7#8'bkCustom'#6'Layout'#7#11'blGlyphLeft'#6'Margi'
+'n'#2#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0#7'OnClick'#7#16'ApplyButtonCl'
+'ick'#10'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3#8'TabOrder'#2#1#7
+'TabStop'#9#7'Visible'#9#0#0#7'TBitBtn'#13'PreviewButton'#4'Left'#3#195#0#6
+'Height'#2'"'#3'Top'#2#6#5'Width'#2'j'#11'HelpContext'#2#0#5'Align'#7#7'alRi'
+'ght'#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.Arou'
+'nd'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.C'
+'ellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'#6#13'PreviewButton'#20
+'Constraints.MinWidth'#2'K'#7'Default'#8#7'Enabled'#9#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'PreviewButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9
+#7'Spacing'#2#3#8'TabOrder'#2#2#7'TabStop'#9#7'Visible'#9#0#0#7'TBitBtn'#10
+'HelpButton'#4'Left'#2#6#6'Height'#2'"'#3'Top'#2#6#5'Width'#2'B'#11'HelpCont'
+'ext'#2#0#5'Align'#7#6'alLeft'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'B'
,'orderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2
+#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaF'
+'ill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#6'Cancel'#8#7'Caption'
+#6#5'&Help'#7'Default'#8#7'Enabled'#9#4'Kind'#7#6'bkHelp'#6'Layout'#7#11'blG'
+'lyphLeft'#6'Margin'#2#255#11'ModalResult'#2#0#9'NumGlyphs'#2#0#7'OnClick'#7
+#15'HelpButtonClick'#10'ParentFont'#9#14'ParentShowHint'#9#7'Spacing'#2#3#8
+'TabOrder'#2#3#7'TabStop'#9#7'Visible'#9#0#0#0#9'TGroupBox'#13'ScopeGroupBox'
+#4'Left'#2#6#6'Height'#2'<'#3'Top'#2#6#5'Width'#3#241#1#11'HelpContext'#2#0#5
+'Align'#7#5'alTop'#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing'
+'.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20'Borde'
+'rSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'Bo'
+'rderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#13'ScopeGroupBox'
+#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29
+'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'C'
+'hildSizing.ControlsPerLine'#2#0#12'ClientHeight'#2')'#11'ClientWidth'#3#237
+#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDra'
+'g'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentCol'
+'or'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2
+#2#7'TabStop'#8#7'Visible'#9#0#6'TLabel'#16'NewEncodingLabel'#22'AnchorSideL'
+'eft.Control'#7#19'NewEncodingComboBox'#21'AnchorSideTop.Control'#7#19'NewEn'
+'codingComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Co'
+'ntrol'#7#19'NewEncodingComboBox'#4'Left'#3#240#0#6'Height'#2#18#3'Top'#2#11
+#5'Width'#2'x'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'ta'
+'LeftJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#18'BorderSpa'
+'cing.Left'#2#15#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'Bo'
+'rderSpacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAli'
+'gnHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'
+#7'Caption'#6#16'NewEncodingLabel'#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8
+'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'ParentBidiMode'#9#11'ParentC'
+'olor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'ShowAccelChar'#9#11'Transp'
+'arent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'#8#0#0#9'TComboBox'#13'O'
+'wnerComboBox'#22'AnchorSideLeft.Control'#7#13'ScopeGroupBox'#21'AnchorSideT'
+'op.Control'#7#13'ScopeGroupBox'#23'AnchorSideRight.Control'#7#16'NewEncodin'
+'gLabel'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#219#0#11'HelpConte'
+'xt'#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#6'akLeft'#7
+'akRight'#0#21'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoCompleteTe'
+'xt'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoDropDow'
+'n'#8#10'AutoSelect'#8#8'AutoSize'#9#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'#8'CharCase'#7#8'ecNormal'#5'C'
+'tl3D'#8#10'DragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCou'
+'nt'#2#8#7'Enabled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0
+#9'MaxLength'#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#9#10
+'ParentFont'#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8
+'TabOrder'#2#0#4'Text'#6#13'OwnerComboBox'#7'Visible'#9#0#0#9'TComboBox'#19
+'NewEncodingComboBox'#21'AnchorSideTop.Control'#7#13'ScopeGroupBox'#23'Ancho'
+'rSideRight.Control'#7#13'ScopeGroupBox'#20'AnchorSideRight.Side'#7#9'asrBot'
+'tom'#4'Left'#3'h'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2''#11'HelpContext'
+#2#0#7'TabStop'#9#5'Align'#7#6'alNone'#7'Anchors'#11#5'akTop'#7'akRight'#0#21
+'ArrowKeysTraverseList'#9#12'AutoComplete'#8#16'AutoCompleteText'#11#22'cbac'
+'tEndOfLineComplete'#20'cbactSearchAscending'#0#12'AutoDropDown'#8#10'AutoSe'
+'lect'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSpacing.Top'#2#6
+#19'BorderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.A'
+'round'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacin'
+'g.CellAlignVertical'#7#7'ccaFill'#8'CharCase'#7#8'ecNormal'#5'Ctl3D'#8#10'D'
+'ragCursor'#7#6'crDrag'#8'DragMode'#7#8'dmManual'#13'DropDownCount'#2#8#7'En'
+'abled'#9#10'ItemHeight'#2#0#9'ItemIndex'#2#255#9'ItemWidth'#2#0#9'MaxLength'
+#2#0#14'ParentBidiMode'#9#11'ParentColor'#8#11'ParentCtl3D'#9#10'ParentFont'
+#9#14'ParentShowHint'#9#6'Sorted'#8#5'Style'#7#10'csDropDown'#8'TabOrder'#2#1
+#4'Text'#6#19'NewEncodingComboBox'#7'Visible'#9#0#0#0#9'TGroupBox'#15'Previe'
+'wGroupBox'#4'Left'#2#6#6'Height'#3#182#0#3'Top'#3#241#0#5'Width'#3#241#1#11
+'HelpContext'#2#0#5'Align'#7#8'alClient'#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'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6
+#15'PreviewGroupBox'#28'ChildSizing.LeftRightSpacing'#2#0#28'ChildSizing.Top'
+'BottomSpacing'#2#0#29'ChildSizing.HorizontalSpacing'#2#0#27'ChildSizing.Ver'
+'ticalSpacing'#2#0#27'ChildSizing.ControlsPerLine'#2#0#12'ClientHeight'#3#163
+#0#11'ClientWidth'#3#237#1#5'Ctl3D'#8#8'DockSite'#8#10'DragCursor'#7#6'crDra'
+'g'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#14'Parent'
+'BidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'#9#10'ParentFont'#9#14'ParentS'
+'howHint'#9#8'TabOrder'#2#3#7'TabStop'#8#7'Visible'#9#0#9'TListView'#15'Prev'
+'iewListView'#4'Left'#2#0#6'Height'#3#163#0#3'Top'#2#0#5'Width'#3#237#1#11'H'
+'elpContext'#2#0#5'Align'#7#8'alClient'#18'BorderSpacing.Left'#2#0#17'Border'
+'Spacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#0#20
+'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'
+#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#11'BorderWidth'#2#0#10'Che'
+'ckboxes'#8#7'Columns'#14#1#8'AutoSize'#8#7'Caption'#6#5'Files'#8'MinWidth'#2
+'K'#5'Width'#3','#1#0#1#8'AutoSize'#8#7'Caption'#6#8'Encoding'#8'MinWidth'#2
+'K'#5'Width'#3#175#0#0#0#11'ColumnClick'#9#10'DragCursor'#7#6'crDrag'#8'Drag'
+'Mode'#7#8'dmManual'#7'Enabled'#9#13'HideSelection'#9#11'MultiSelect'#8#14'P'
+'arentShowHint'#9#8'ReadOnly'#8#9'RowSelect'#8#10'ScrollBars'#7#6'ssBoth'#17
+'ShowColumnHeaders'#9#10'SortColumn'#2#0#8'SortType'#7#6'stNone'#7'TabStop'#9
+#8'TabOrder'#2#0#8'ToolTips'#9#7'Visible'#9#9'ViewStyle'#7#8'vsReport'#0#0#0
+#0
]); ]);

View File

@ -3,22 +3,22 @@ object PackageLinksDialog: TPackageLinksDialog
Height = 451 Height = 451
Top = 189 Top = 189
Width = 659 Width = 659
HorzScrollBar.Page = 658
VertScrollBar.Page = 450
ActiveControl = CloseBitBtn ActiveControl = CloseBitBtn
Caption = 'PackageLinksDialog' Caption = 'PackageLinksDialog'
ClientHeight = 451 ClientHeight = 451
ClientWidth = 659 ClientWidth = 659
OnCreate = FormCreate OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '0.9.27'
object CloseBitBtn: TBitBtn object CloseBitBtn: TBitBtn
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 579 Left = 582
Height = 36 Height = 26
Top = 409 Top = 419
Width = 74 Width = 71
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -29,7 +29,9 @@ object PackageLinksDialog: TPackageLinksDialog
TabOrder = 0 TabOrder = 0
end end
object ScopeGroupBox: TGroupBox object ScopeGroupBox: TGroupBox
Height = 109 Left = 0
Height = 93
Top = 0
Width = 659 Width = 659
Align = alTop Align = alTop
AutoSize = True AutoSize = True
@ -39,23 +41,23 @@ object PackageLinksDialog: TPackageLinksDialog
ChildSizing.HorizontalSpacing = 6 ChildSizing.HorizontalSpacing = 6
ChildSizing.VerticalSpacing = 6 ChildSizing.VerticalSpacing = 6
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 90 ClientHeight = 75
ClientWidth = 655 ClientWidth = 655
TabOrder = 1 TabOrder = 1
object FileMustExistCheckBox: TCheckBox object FileMustExistCheckBox: TCheckBox
Left = 6 Left = 6
Height = 22 Height = 17
Top = 6 Top = 6
Width = 193 Width = 149
Caption = 'FileMustExistCheckBox' Caption = 'FileMustExistCheckBox'
OnChange = FileMustExistCheckBoxChange OnChange = FileMustExistCheckBoxChange
TabOrder = 0 TabOrder = 0
end end
object ShowGlobalLinksCheckBox: TCheckBox object ShowGlobalLinksCheckBox: TCheckBox
Left = 6 Left = 6
Height = 22 Height = 17
Top = 34 Top = 29
Width = 193 Width = 149
Caption = 'ShowGlobalLinksCheckBox' Caption = 'ShowGlobalLinksCheckBox'
Checked = True Checked = True
OnChange = ShowGlobalLinksCheckBoxChange OnChange = ShowGlobalLinksCheckBoxChange
@ -64,9 +66,9 @@ object PackageLinksDialog: TPackageLinksDialog
end end
object ShowUserLinksCheckBox: TCheckBox object ShowUserLinksCheckBox: TCheckBox
Left = 6 Left = 6
Height = 22 Height = 17
Top = 62 Top = 52
Width = 193 Width = 149
Caption = 'ShowUserLinksCheckBox' Caption = 'ShowUserLinksCheckBox'
Checked = True Checked = True
OnChange = ShowUserLinksCheckBoxChange OnChange = ShowUserLinksCheckBoxChange
@ -76,18 +78,15 @@ object PackageLinksDialog: TPackageLinksDialog
end end
object PkgStringGrid: TStringGrid object PkgStringGrid: TStringGrid
AnchorSideBottom.Control = CloseBitBtn AnchorSideBottom.Control = CloseBitBtn
Height = 294 Left = 0
Top = 109 Height = 320
Top = 93
Width = 659 Width = 659
Align = alTop Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
ColCount = 4 ColCount = 4
FixedColor = clBtnFace
FixedCols = 0 FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll]
RowCount = 5
ScrollBars = ssAutoBoth
TabOrder = 2 TabOrder = 2
TabStop = True
end end
end end

View File

@ -2,35 +2,34 @@
LazarusResources.Add('TPackageLinksDialog','FORMDATA',[ LazarusResources.Add('TPackageLinksDialog','FORMDATA',[
'TPF0'#19'TPackageLinksDialog'#18'PackageLinksDialog'#4'Left'#3'"'#1#6'Height' 'TPF0'#19'TPackageLinksDialog'#18'PackageLinksDialog'#4'Left'#3'"'#1#6'Height'
+#3#195#1#3'Top'#3#189#0#5'Width'#3#147#2#18'HorzScrollBar.Page'#3#146#2#18'V' +#3#195#1#3'Top'#3#189#0#5'Width'#3#147#2#13'ActiveControl'#7#11'CloseBitBtn'
+'ertScrollBar.Page'#3#194#1#13'ActiveControl'#7#11'CloseBitBtn'#7'Caption'#6 +#7'Caption'#6#18'PackageLinksDialog'#12'ClientHeight'#3#195#1#11'ClientWidth'
+#18'PackageLinksDialog'#12'ClientHeight'#3#195#1#11'ClientWidth'#3#147#2#8'O' +#3#147#2#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#10'LC'
+'nCreate'#7#10'FormCreate'#0#7'TBitBtn'#11'CloseBitBtn'#23'AnchorSideRight.C' +'LVersion'#6#6'0.9.27'#0#7'TBitBtn'#11'CloseBitBtn'#23'AnchorSideRight.Contr'
+'ontrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot' +'ol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.'
+'tom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3 +'Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'F'#2
+'C'#2#6'Height'#2'$'#3'Top'#3#153#1#5'Width'#2'J'#7'Anchors'#11#7'akRight'#8 +#6'Height'#2#26#3'Top'#3#163#1#5'Width'#2'G'#7'Anchors'#11#7'akRight'#8'akBo'
+'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'&Clos' +'ttom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'&Close'#4
+'e'#4'Kind'#7#7'bkClose'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0 +'Kind'#7#7'bkClose'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0
+#0#0#9'TGroupBox'#13'ScopeGroupBox'#6'Height'#2'm'#5'Width'#3#147#2#5'Align' +#9'TGroupBox'#13'ScopeGroupBox'#4'Left'#2#0#6'Height'#2']'#3'Top'#2#0#5'Widt'
+#7#5'alTop'#8'AutoSize'#9#7'Caption'#6#13'ScopeGroupBox'#28'ChildSizing.Left' +'h'#3#147#2#5'Align'#7#5'alTop'#8'AutoSize'#9#7'Caption'#6#13'ScopeGroupBox'
+'RightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Horiz' +#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29
+'ontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#18'ChildSizing.Layout' +'ChildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#18'C'
+#7#29'cclLeftToRightThenTopToBottom'#12'ClientHeight'#2'Z'#11'ClientWidth'#3 +'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#12'ClientHeight'#2'K'
+#143#2#8'TabOrder'#2#1#0#9'TCheckBox'#21'FileMustExistCheckBox'#4'Left'#2#6#6 +#11'ClientWidth'#3#143#2#8'TabOrder'#2#1#0#9'TCheckBox'#21'FileMustExistChec'
+'Height'#2#22#3'Top'#2#6#5'Width'#3#193#0#7'Caption'#6#21'FileMustExistCheck' +'kBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#149#0#7'Caption'#6#21
+'Box'#8'OnChange'#7#27'FileMustExistCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TC' +'FileMustExistCheckBox'#8'OnChange'#7#27'FileMustExistCheckBoxChange'#8'TabO'
+'heckBox'#23'ShowGlobalLinksCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"' +'rder'#2#0#0#0#9'TCheckBox'#23'ShowGlobalLinksCheckBox'#4'Left'#2#6#6'Height'
+#5'Width'#3#193#0#7'Caption'#6#23'ShowGlobalLinksCheckBox'#7'Checked'#9#8'On' +#2#17#3'Top'#2#29#5'Width'#3#149#0#7'Caption'#6#23'ShowGlobalLinksCheckBox'#7
+'Change'#7#29'ShowGlobalLinksCheckBoxChange'#5'State'#7#9'cbChecked'#8'TabOr' +'Checked'#9#8'OnChange'#7#29'ShowGlobalLinksCheckBoxChange'#5'State'#7#9'cbC'
+'der'#2#1#0#0#9'TCheckBox'#21'ShowUserLinksCheckBox'#4'Left'#2#6#6'Height'#2 +'hecked'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'ShowUserLinksCheckBox'#4'Left'#2
+#22#3'Top'#2'>'#5'Width'#3#193#0#7'Caption'#6#21'ShowUserLinksCheckBox'#7'Ch' +#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#149#0#7'Caption'#6#21'ShowUserLinks'
+'ecked'#9#8'OnChange'#7#27'ShowUserLinksCheckBoxChange'#5'State'#7#9'cbCheck' +'CheckBox'#7'Checked'#9#8'OnChange'#7#27'ShowUserLinksCheckBoxChange'#5'Stat'
+'ed'#8'TabOrder'#2#2#0#0#0#11'TStringGrid'#13'PkgStringGrid'#24'AnchorSideBo' +'e'#7#9'cbChecked'#8'TabOrder'#2#2#0#0#0#11'TStringGrid'#13'PkgStringGrid'#24
+'ttom.Control'#7#11'CloseBitBtn'#6'Height'#3'&'#1#3'Top'#2'm'#5'Width'#3#147 +'AnchorSideBottom.Control'#7#11'CloseBitBtn'#4'Left'#2#0#6'Height'#3'@'#1#3
+#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBotto' +'Top'#2']'#5'Width'#3#147#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akL'
+'m'#0#8'ColCount'#2#4#10'FixedColor'#7#9'clBtnFace'#9'FixedCols'#2#0#7'Optio' +'eft'#7'akRight'#8'akBottom'#0#8'ColCount'#2#4#9'FixedCols'#2#0#7'Options'#11
+'ns'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine' +#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13'go'
+#13'goRangeSelect'#11'goColSizing'#6'goTabs'#13'goColSpanning'#18'goDblClick' +'RangeSelect'#11'goColSizing'#6'goTabs'#13'goColSpanning'#18'goDblClickAutoS'
+'AutoSize'#14'goSmoothScroll'#0#8'RowCount'#2#5#10'ScrollBars'#7#10'ssAutoBo' +'ize'#14'goSmoothScroll'#0#8'TabOrder'#2#2#0#0#0
+'th'#8'TabOrder'#2#2#7'TabStop'#9#0#0#0
]); ]);