mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
ide, converter: change window position from designed to screen center
git-svn-id: trunk@19419 -
This commit is contained in:
parent
2db4548c14
commit
2e51bdcb37
@ -3,212 +3,79 @@ object ChgEncodingDialog: TChgEncodingDialog
|
||||
Height = 479
|
||||
Top = 191
|
||||
Width = 509
|
||||
HelpContext = 0
|
||||
ActiveControl = OwnerComboBox
|
||||
Align = alNone
|
||||
AllowDropFiles = False
|
||||
AutoScroll = True
|
||||
AutoSize = False
|
||||
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
||||
BorderStyle = bsSizeable
|
||||
Caption = 'ChgEncodingDialog'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 479
|
||||
ClientWidth = 509
|
||||
DockSite = False
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Font.Height = 0
|
||||
Font.Style = []
|
||||
FormStyle = fsNormal
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
ParentBiDiMode = True
|
||||
ParentFont = False
|
||||
Position = poDesigned
|
||||
ShowInTaskBar = stDefault
|
||||
UseDockManager = False
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
WindowState = wsNormal
|
||||
object FilesGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 163
|
||||
Top = 72
|
||||
Height = 135
|
||||
Top = 63
|
||||
Width = 497
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'FilesGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 144
|
||||
ClientHeight = 117
|
||||
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
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object FileFilterLabel: TLabel
|
||||
AnchorSideLeft.Control = FilesGroupBox
|
||||
AnchorSideTop.Control = NonUTF8FilesCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 18
|
||||
Top = 71
|
||||
Width = 85
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
AutoSize = True
|
||||
Height = 14
|
||||
Top = 61
|
||||
Width = 66
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 15
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 2
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'FileFilterLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object UTF8FilesCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FilesGroupBox
|
||||
AnchorSideTop.Control = FilesGroupBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 146
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
Width = 115
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'UTF8FilesCheckBox'
|
||||
Checked = True
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbChecked
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object NonUTF8FilesCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FilesGroupBox
|
||||
AnchorSideTop.Control = UTF8FilesCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 172
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 135
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'NonUTF8FilesCheckBox'
|
||||
Checked = True
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbChecked
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object RegExprCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = FilesGroupBox
|
||||
AnchorSideTop.Control = FileFilterCombobox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 122
|
||||
Width = 138
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
AllowGrayed = False
|
||||
AutoSize = True
|
||||
Height = 17
|
||||
Top = 100
|
||||
Width = 108
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'RegExprCheckBox'
|
||||
Checked = False
|
||||
DragCursor = crDrag
|
||||
DragKind = dkDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
ParentColor = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ParentBidiMode = True
|
||||
State = cbUnchecked
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
UseOnChange = False
|
||||
Visible = True
|
||||
end
|
||||
object FileFilterCombobox: TComboBox
|
||||
AnchorSideLeft.Control = FilesGroupBox
|
||||
@ -217,468 +84,177 @@ object ChgEncodingDialog: TChgEncodingDialog
|
||||
AnchorSideRight.Control = FilesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 29
|
||||
Top = 91
|
||||
Height = 21
|
||||
Top = 77
|
||||
Width = 481
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 0
|
||||
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
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 3
|
||||
Text = 'FileFilterCombobox'
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object BtnPanel: TPanel
|
||||
Left = 0
|
||||
Height = 50
|
||||
Top = 429
|
||||
Height = 38
|
||||
Top = 441
|
||||
Width = 509
|
||||
HelpContext = 0
|
||||
Align = alBottom
|
||||
Alignment = taCenter
|
||||
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
|
||||
BevelWidth = 1
|
||||
BorderWidth = 0
|
||||
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
|
||||
ClientHeight = 38
|
||||
ClientWidth = 509
|
||||
TabOrder = 1
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object CloseButton: TBitBtn
|
||||
Left = 406
|
||||
Height = 34
|
||||
Left = 419
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 93
|
||||
HelpContext = 0
|
||||
Width = 84
|
||||
Align = alRight
|
||||
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 = 'CloseButton'
|
||||
Constraints.MinWidth = 75
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 1
|
||||
NumGlyphs = 0
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object ApplyButton: TBitBtn
|
||||
Left = 307
|
||||
Height = 34
|
||||
Left = 328
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 93
|
||||
HelpContext = 0
|
||||
Width = 85
|
||||
Align = alRight
|
||||
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 = 'ApplyButton'
|
||||
Constraints.MinWidth = 75
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = ApplyButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object PreviewButton: TBitBtn
|
||||
Left = 195
|
||||
Height = 34
|
||||
Left = 226
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 106
|
||||
HelpContext = 0
|
||||
Width = 96
|
||||
Align = alRight
|
||||
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 = 'PreviewButton'
|
||||
Constraints.MinWidth = 75
|
||||
Default = False
|
||||
Enabled = True
|
||||
Kind = bkCustom
|
||||
Layout = blGlyphLeft
|
||||
Margin = -1
|
||||
ModalResult = 0
|
||||
NumGlyphs = 0
|
||||
OnClick = PreviewButtonClick
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Spacing = 3
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
object HelpButton: TBitBtn
|
||||
Left = 6
|
||||
Height = 34
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 66
|
||||
HelpContext = 0
|
||||
Align = alLeft
|
||||
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 = 3
|
||||
TabStop = True
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object ScopeGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 60
|
||||
Height = 51
|
||||
Top = 6
|
||||
Width = 497
|
||||
HelpContext = 0
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'ScopeGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 41
|
||||
ClientHeight = 33
|
||||
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
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object NewEncodingLabel: TLabel
|
||||
AnchorSideLeft.Control = NewEncodingComboBox
|
||||
AnchorSideTop.Control = NewEncodingComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = NewEncodingComboBox
|
||||
Left = 240
|
||||
Height = 18
|
||||
Top = 11
|
||||
Width = 120
|
||||
HelpContext = 0
|
||||
Align = alNone
|
||||
Alignment = taLeftJustify
|
||||
Left = 270
|
||||
Height = 14
|
||||
Top = 9
|
||||
Width = 90
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 15
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 0
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'NewEncodingLabel'
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
Enabled = True
|
||||
Layout = tlTop
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
ShowAccelChar = True
|
||||
Transparent = True
|
||||
Visible = True
|
||||
WordWrap = False
|
||||
OptimalFill = False
|
||||
end
|
||||
object OwnerComboBox: TComboBox
|
||||
AnchorSideLeft.Control = ScopeGroupBox
|
||||
AnchorSideTop.Control = ScopeGroupBox
|
||||
AnchorSideRight.Control = NewEncodingLabel
|
||||
Left = 6
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 219
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Width = 249
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
ArrowKeysTraverseList = True
|
||||
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.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
CharCase = ecNormal
|
||||
Ctl3D = False
|
||||
DragCursor = crDrag
|
||||
DragMode = dmManual
|
||||
DropDownCount = 8
|
||||
Enabled = True
|
||||
ItemHeight = 0
|
||||
ItemIndex = -1
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 0
|
||||
Text = 'OwnerComboBox'
|
||||
Visible = True
|
||||
end
|
||||
object NewEncodingComboBox: TComboBox
|
||||
AnchorSideTop.Control = ScopeGroupBox
|
||||
AnchorSideRight.Control = ScopeGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 360
|
||||
Height = 29
|
||||
Height = 21
|
||||
Top = 6
|
||||
Width = 127
|
||||
HelpContext = 0
|
||||
TabStop = True
|
||||
Align = alNone
|
||||
Anchors = [akTop, akRight]
|
||||
ArrowKeysTraverseList = True
|
||||
AutoComplete = False
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
AutoDropDown = False
|
||||
AutoSelect = False
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
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
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
MaxLength = 0
|
||||
ParentBidiMode = True
|
||||
ParentColor = False
|
||||
ParentCtl3D = True
|
||||
ParentFont = True
|
||||
ParentShowHint = True
|
||||
Sorted = False
|
||||
Style = csDropDown
|
||||
TabOrder = 1
|
||||
Text = 'NewEncodingComboBox'
|
||||
Visible = True
|
||||
end
|
||||
end
|
||||
object PreviewGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 182
|
||||
Top = 241
|
||||
Height = 231
|
||||
Top = 204
|
||||
Width = 497
|
||||
HelpContext = 0
|
||||
Align = alClient
|
||||
AutoSize = False
|
||||
BorderSpacing.Left = 0
|
||||
BorderSpacing.Top = 0
|
||||
BorderSpacing.Right = 0
|
||||
BorderSpacing.Bottom = 0
|
||||
BorderSpacing.Around = 6
|
||||
BorderSpacing.CellAlignHorizontal = ccaFill
|
||||
BorderSpacing.CellAlignVertical = ccaFill
|
||||
Caption = 'PreviewGroupBox'
|
||||
ChildSizing.LeftRightSpacing = 0
|
||||
ChildSizing.TopBottomSpacing = 0
|
||||
ChildSizing.HorizontalSpacing = 0
|
||||
ChildSizing.VerticalSpacing = 0
|
||||
ChildSizing.ControlsPerLine = 0
|
||||
ClientHeight = 163
|
||||
ClientHeight = 213
|
||||
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
|
||||
TabStop = False
|
||||
Visible = True
|
||||
object PreviewListView: TListView
|
||||
Left = 0
|
||||
Height = 163
|
||||
Height = 213
|
||||
Top = 0
|
||||
Width = 493
|
||||
HelpContext = 0
|
||||
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 = <
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Files'
|
||||
MinWidth = 75
|
||||
Width = 300
|
||||
end
|
||||
item
|
||||
AutoSize = False
|
||||
Caption = 'Encoding'
|
||||
MinWidth = 75
|
||||
Width = 175
|
||||
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
|
||||
ToolTips = True
|
||||
Visible = True
|
||||
ViewStyle = vsReport
|
||||
end
|
||||
end
|
||||
|
@ -2,217 +2,81 @@
|
||||
|
||||
LazarusResources.Add('TChgEncodingDialog','FORMDATA',[
|
||||
'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'
|
||||
+#7#13'OwnerComboBox'#5'Align'#7#6'alNone'#14'AllowDropFiles'#8#10'AutoScroll'
|
||||
+#9#8'AutoSize'#8#11'BorderIcons'#11#12'biSystemMenu'#10'biMinimize'#10'biMax'
|
||||
+'imize'#0#11'BorderStyle'#7#10'bsSizeable'#7'Caption'#6#17'ChgEncodingDialog'
|
||||
+#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'#3#223#1#11'ClientWidth'#3
|
||||
+#253#1#8'DockSite'#8#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Ena'
|
||||
+'bled'#9#11'Font.Height'#2#0#10'Font.Style'#11#0#9'FormStyle'#7#8'fsNormal'#8
|
||||
+'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#14'ParentBiDiMode'
|
||||
+#9#10'ParentFont'#8#8'Position'#7#10'poDesigned'#13'ShowInTaskBar'#7#9'stDef'
|
||||
+'ault'#14'UseDockManager'#8#10'LCLVersion'#6#6'0.9.27'#11'WindowState'#7#8'w'
|
||||
+'sNormal'#0#9'TGroupBox'#13'FilesGroupBox'#4'Left'#2#6#6'Height'#3#163#0#3'T'
|
||||
+'op'#2'H'#5'Width'#3#241#1#11'HelpContext'#2#0#5'Align'#7#5'alTop'#8'AutoSiz'
|
||||
+'e'#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'!Borde'
|
||||
+'rSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertic'
|
||||
+'al'#7#7'ccaFill'#7'Caption'#6#13'FilesGroupBox'#28'ChildSizing.LeftRightSpa'
|
||||
+'cing'#2#0#28'ChildSizing.TopBottomSpacing'#2#0#29'ChildSizing.HorizontalSpa'
|
||||
+'cing'#2#0#27'ChildSizing.VerticalSpacing'#2#0#27'ChildSizing.ControlsPerLin'
|
||||
+'e'#2#0#12'ClientHeight'#3#144#0#11'ClientWidth'#3#237#1#5'Ctl3D'#8#8'DockSi'
|
||||
+'te'#8#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8'DragMode'#7#8'dm'
|
||||
+'Manual'#7'Enabled'#9#14'ParentBidiMode'#9#11'ParentColor'#9#11'ParentCtl3D'
|
||||
+#9#10'ParentFont'#9#14'ParentShowHint'#9#8'TabOrder'#2#0#7'TabStop'#8#7'Visi'
|
||||
+'ble'#9#0#6'TLabel'#15'FileFilterLabel'#22'AnchorSideLeft.Control'#7#13'File'
|
||||
+'sGroupBox'#21'AnchorSideTop.Control'#7#20'NonUTF8FilesCheckBox'#18'AnchorSi'
|
||||
+'deTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#18#3'Top'#2'G'#5'Width'#2
|
||||
+'U'#11'HelpContext'#2#0#5'Align'#7#6'alNone'#9'Alignment'#7#13'taLeftJustify'
|
||||
+#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#15#19'Bord'
|
||||
+'erSpacing.Right'#2#0#20'BorderSpacing.Bottom'#2#2#20'BorderSpacing.Around'#2
|
||||
+#0'!BorderSpacing.CellAlignHorizontal'#7#7'ccaFill'#31'BorderSpacing.CellAli'
|
||||
+'gnVertical'#7#7'ccaFill'#7'Caption'#6#15'FileFilterLabel'#10'DragCursor'#7#6
|
||||
+'crDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#6'Layout'#7#5'tlTop'#14'Pare'
|
||||
+'ntBidiMode'#9#11'ParentColor'#8#10'ParentFont'#9#14'ParentShowHint'#9#13'Sh'
|
||||
+'owAccelChar'#9#11'Transparent'#9#7'Visible'#9#8'WordWrap'#8#11'OptimalFill'
|
||||
+#8#0#0#9'TCheckBox'#17'UTF8FilesCheckBox'#22'AnchorSideLeft.Control'#7#13'Fi'
|
||||
+'lesGroupBox'#21'AnchorSideTop.Control'#7#13'FilesGroupBox'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#22#3'Top'#2#6#5'Width'#3#146#0#11'HelpContext'#2#0#5'Align'#7#6'alN'
|
||||
+'one'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2#0#17'BorderSp'
|
||||
+'acing.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#17'UTF8FilesC'
|
||||
+'heckBox'#7'Checked'#9#10'DragCursor'#7#6'crDrag'#8'DragKind'#7#6'dkDrag'#8
|
||||
+'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'ParentFont'#9#14
|
||||
+'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2
|
||||
+#0#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'#20'NonUTF8Fi'
|
||||
+'lesCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'AnchorSideTo'
|
||||
+'p.Control'#7#17'UTF8FilesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4
|
||||
+'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#172#0#11'HelpContext'#2#0#5
|
||||
+'Align'#7#6'alNone'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacing.Left'#2
|
||||
+#0#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#0#20'BorderSpacing.Bo'
|
||||
+'ttom'#2#0#20'BorderSpacing.Around'#2#6'!BorderSpacing.CellAlignHorizontal'#7
|
||||
+#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'Caption'#6#20
|
||||
+'NonUTF8FilesCheckBox'#7'Checked'#9#10'DragCursor'#7#6'crDrag'#8'DragKind'#7
|
||||
+#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9#10'Paren'
|
||||
+'tFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#9'cbChecked'#8
|
||||
+'TabOrder'#2#1#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9'TCheckBox'
|
||||
+#15'RegExprCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#18'FileFilterCombobox'#18'AnchorSideTop.Side'#7#9'asrBo'
|
||||
+'ttom'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'z'#5'Width'#3#138#0#11'HelpContex'
|
||||
+'t'#2#0#5'Align'#7#6'alNone'#11'AllowGrayed'#8#8'AutoSize'#9#18'BorderSpacin'
|
||||
+'g.Left'#2#6#17'BorderSpacing.Top'#2#2#19'BorderSpacing.Right'#2#0#20'Border'
|
||||
+'Spacing.Bottom'#2#0#20'BorderSpacing.Around'#2#0'!BorderSpacing.CellAlignHo'
|
||||
,'rizontal'#7#7'ccaFill'#31'BorderSpacing.CellAlignVertical'#7#7'ccaFill'#7'C'
|
||||
+'aption'#6#15'RegExprCheckBox'#7'Checked'#8#10'DragCursor'#7#6'crDrag'#8'Dra'
|
||||
+'gKind'#7#6'dkDrag'#8'DragMode'#7#8'dmManual'#7'Enabled'#9#11'ParentColor'#9
|
||||
+#10'ParentFont'#9#14'ParentShowHint'#9#14'ParentBidiMode'#9#5'State'#7#11'cb'
|
||||
+'Unchecked'#8'TabOrder'#2#2#7'TabStop'#9#11'UseOnChange'#8#7'Visible'#9#0#0#9
|
||||
+'TComboBox'#18'FileFilterCombobox'#22'AnchorSideLeft.Control'#7#13'FilesGrou'
|
||||
+'pBox'#21'AnchorSideTop.Control'#7#15'FileFilterLabel'#18'AnchorSideTop.Side'
|
||||
+#7#9'asrBottom'#23'AnchorSideRight.Control'#7#13'FilesGroupBox'#20'AnchorSid'
|
||||
+'eRight.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3'Top'#2'['#5'Width'
|
||||
+#3#225#1#11'HelpContext'#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'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin'
|
||||
+'g'#0#12'AutoDropDown'#8#10'AutoSelect'#8#8'AutoSize'#9#18'BorderSpacing.Lef'
|
||||
+'t'#2#6#17'BorderSpacing.Top'#2#0#19'BorderSpacing.Right'#2#6#20'BorderSpaci'
|
||||
+'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
|
||||
+#223#1#3'Top'#3#191#0#5'Width'#3#253#1#13'ActiveControl'#7#13'OwnerComboBox'
|
||||
+#7'Caption'#6#17'ChgEncodingDialog'#12'ClientHeight'#3#223#1#11'ClientWidth'
|
||||
+#3#253#1#8'OnCreate'#7#10'FormCreate'#9'OnDestroy'#7#11'FormDestroy'#8'Posit'
|
||||
+'ion'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.27'#0#9'TGroupBox'#13'File'
|
||||
+'sGroupBox'#4'Left'#2#6#6'Height'#3#135#0#3'Top'#2'?'#5'Width'#3#241#1#5'Ali'
|
||||
+'gn'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'F'
|
||||
+'ilesGroupBox'#12'ClientHeight'#2'u'#11'ClientWidth'#3#237#1#8'TabOrder'#2#0
|
||||
+#0#6'TLabel'#15'FileFilterLabel'#22'AnchorSideLeft.Control'#7#13'FilesGroupB'
|
||||
+'ox'#21'AnchorSideTop.Control'#7#20'NonUTF8FilesCheckBox'#18'AnchorSideTop.S'
|
||||
+'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'='#5'Width'#2'B'#18
|
||||
+'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#15#20'BorderSpacing.Bottom'
|
||||
+#2#2#7'Caption'#6#15'FileFilterLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#17
|
||||
+'UTF8FilesCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Anchor'
|
||||
+'SideTop.Control'#7#13'FilesGroupBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5
|
||||
+'Width'#2's'#20'BorderSpacing.Around'#2#6#7'Caption'#6#17'UTF8FilesCheckBox'
|
||||
+#7'Checked'#9#5'State'#7#9'cbChecked'#8'TabOrder'#2#0#0#0#9'TCheckBox'#20'No'
|
||||
+'nUTF8FilesCheckBox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#17'UTF8FilesCheckBox'#18'AnchorSideTop.Side'#7#9'asrBot'
|
||||
+'tom'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#29#5'Width'#3#135#0#20'BorderSpaci'
|
||||
+'ng.Around'#2#6#7'Caption'#6#20'NonUTF8FilesCheckBox'#7'Checked'#9#5'State'#7
|
||||
+#9'cbChecked'#8'TabOrder'#2#1#0#0#9'TCheckBox'#15'RegExprCheckBox'#22'Anchor'
|
||||
+'SideLeft.Control'#7#13'FilesGroupBox'#21'AnchorSideTop.Control'#7#18'FileFi'
|
||||
+'lterCombobox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2
|
||||
+#17#3'Top'#2'd'#5'Width'#2'l'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.To'
|
||||
+'p'#2#2#7'Caption'#6#15'RegExprCheckBox'#8'TabOrder'#2#2#0#0#9'TComboBox'#18
|
||||
+'FileFilterCombobox'#22'AnchorSideLeft.Control'#7#13'FilesGroupBox'#21'Ancho'
|
||||
+'rSideTop.Control'#7#15'FileFilterLabel'#18'AnchorSideTop.Side'#7#9'asrBotto'
|
||||
+'m'#23'AnchorSideRight.Control'#7#13'FilesGroupBox'#20'AnchorSideRight.Side'
|
||||
+#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'M'#5'Width'#3#225#1#7'An'
|
||||
+'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#12'AutoComplete'#8#18'BorderSpaci'
|
||||
+'ng.Left'#2#6#19'BorderSpacing.Right'#2#6#10'ItemHeight'#2#13#9'ItemWidth'#2
|
||||
+#0#8'TabOrder'#2#3#4'Text'#6#18'FileFilterCombobox'#0#0#0#6'TPanel'#8'BtnPan'
|
||||
+'el'#4'Left'#2#0#6'Height'#2'&'#3'Top'#3#185#1#5'Width'#3#253#1#5'Align'#7#8
|
||||
+'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'&'#11
|
||||
+'ClientWidth'#3#253#1#8'TabOrder'#2#1#0#7'TBitBtn'#11'CloseButton'#4'Left'#3
|
||||
+#163#1#6'Height'#2#26#3'Top'#2#6#5'Width'#2'T'#5'Align'#7#7'alRight'#8'AutoS'
|
||||
+'ize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#11'CloseButton'#20'Constra'
|
||||
+'ints.MinWidth'#2'K'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0
|
||||
+#7'TBitBtn'#11'ApplyButton'#4'Left'#3'H'#1#6'Height'#2#26#3'Top'#2#6#5'Width'
|
||||
+#2'U'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Cap'
|
||||
+'tion'#6#11'ApplyButton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'On'
|
||||
+'Click'#7#16'ApplyButtonClick'#8'TabOrder'#2#1#0#0#7'TBitBtn'#13'PreviewButt'
|
||||
+'on'#4'Left'#3#226#0#6'Height'#2#26#3'Top'#2#6#5'Width'#2'`'#5'Align'#7#7'al'
|
||||
+'Right'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#13'PreviewBu'
|
||||
+'tton'#20'Constraints.MinWidth'#2'K'#9'NumGlyphs'#2#0#7'OnClick'#7#18'Previe'
|
||||
+'wButtonClick'#8'TabOrder'#2#2#0#0#7'TBitBtn'#10'HelpButton'#4'Left'#2#6#6'H'
|
||||
+'eight'#2#26#3'Top'#2#6#5'Width'#2'B'#5'Align'#7#6'alLeft'#8'AutoSize'#9#20
|
||||
+'BorderSpacing.Around'#2#6#7'Caption'#6#5'&Help'#4'Kind'#7#6'bkHelp'#9'NumGl'
|
||||
+'yphs'#2#0#7'OnClick'#7#15'HelpButtonClick'#8'TabOrder'#2#3#0#0#0#9'TGroupBo'
|
||||
+'x'#13'ScopeGroupBox'#4'Left'#2#6#6'Height'#2'3'#3'Top'#2#6#5'Width'#3#241#1
|
||||
+#5'Align'#7#5'alTop'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6
|
||||
+#13'ScopeGroupBox'#12'ClientHeight'#2'!'#11'ClientWidth'#3#237#1#8'TabOrder'
|
||||
+#2#2#0#6'TLabel'#16'NewEncodingLabel'#22'AnchorSideLeft.Control'#7#19'NewEnc'
|
||||
+'odingComboBox'#21'AnchorSideTop.Control'#7#19'NewEncodingComboBox'#18'Ancho'
|
||||
+'rSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#19'NewEncodingC'
|
||||
+'omboBox'#4'Left'#3#14#1#6'Height'#2#14#3'Top'#2#9#5'Width'#2'Z'#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#18'BorderSpacing.Left'#2#15#7'Caption'#6#16'NewEnc'
|
||||
+'odingLabel'#11'ParentColor'#8#0#0#9'TComboBox'#13'OwnerComboBox'#22'AnchorS'
|
||||
+'ideLeft.Control'#7#13'ScopeGroupBox'#21'AnchorSideTop.Control'#7#13'ScopeGr'
|
||||
+'oupBox'#23'AnchorSideRight.Control'#7#16'NewEncodingLabel'#4'Left'#2#6#6'He'
|
||||
+'ight'#2#21#3'Top'#2#6#5'Width'#3#249#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'a'
|
||||
+'kRight'#0#12'AutoComplete'#8#20'BorderSpacing.Around'#2#6#10'ItemHeight'#2
|
||||
+#13#9'ItemWidth'#2#0#8'TabOrder'#2#0#4'Text'#6#13'OwnerComboBox'#0#0#9'TComb'
|
||||
,'oBox'#19'NewEncodingComboBox'#21'AnchorSideTop.Control'#7#13'ScopeGroupBox'
|
||||
+#23'AnchorSideRight.Control'#7#13'ScopeGroupBox'#20'AnchorSideRight.Side'#7#9
|
||||
+'asrBottom'#4'Left'#3'h'#1#6'Height'#2#21#3'Top'#2#6#5'Width'#2''#7'Anchors'
|
||||
+#11#5'akTop'#7'akRight'#0#12'AutoComplete'#8#17'BorderSpacing.Top'#2#6#19'Bo'
|
||||
+'rderSpacing.Right'#2#6#20'BorderSpacing.Bottom'#2#6#10'ItemHeight'#2#13#9'I'
|
||||
+'temWidth'#2#0#8'TabOrder'#2#1#4'Text'#6#19'NewEncodingComboBox'#0#0#0#9'TGr'
|
||||
+'oupBox'#15'PreviewGroupBox'#4'Left'#2#6#6'Height'#3#231#0#3'Top'#3#204#0#5
|
||||
+'Width'#3#241#1#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Captio'
|
||||
+'n'#6#15'PreviewGroupBox'#12'ClientHeight'#3#213#0#11'ClientWidth'#3#237#1#8
|
||||
+'TabOrder'#2#3#0#9'TListView'#15'PreviewListView'#4'Left'#2#0#6'Height'#3#213
|
||||
+#0#3'Top'#2#0#5'Width'#3#237#1#5'Align'#7#8'alClient'#7'Columns'#14#1#7'Capt'
|
||||
+'ion'#6#5'Files'#8'MinWidth'#2'K'#5'Width'#3','#1#0#1#7'Caption'#6#8'Encodin'
|
||||
+'g'#8'MinWidth'#2'K'#5'Width'#3#175#0#0#0#8'TabOrder'#2#0#9'ViewStyle'#7#8'v'
|
||||
+'sReport'#0#0#0#0
|
||||
]);
|
||||
|
@ -3,22 +3,22 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
Height = 451
|
||||
Top = 189
|
||||
Width = 659
|
||||
HorzScrollBar.Page = 658
|
||||
VertScrollBar.Page = 450
|
||||
ActiveControl = CloseBitBtn
|
||||
Caption = 'PackageLinksDialog'
|
||||
ClientHeight = 451
|
||||
ClientWidth = 659
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
object CloseBitBtn: TBitBtn
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = Owner
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 579
|
||||
Height = 36
|
||||
Top = 409
|
||||
Width = 74
|
||||
Left = 582
|
||||
Height = 26
|
||||
Top = 419
|
||||
Width = 71
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -29,7 +29,9 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
TabOrder = 0
|
||||
end
|
||||
object ScopeGroupBox: TGroupBox
|
||||
Height = 109
|
||||
Left = 0
|
||||
Height = 93
|
||||
Top = 0
|
||||
Width = 659
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
@ -39,23 +41,23 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
ChildSizing.HorizontalSpacing = 6
|
||||
ChildSizing.VerticalSpacing = 6
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ClientHeight = 90
|
||||
ClientHeight = 75
|
||||
ClientWidth = 655
|
||||
TabOrder = 1
|
||||
object FileMustExistCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 17
|
||||
Top = 6
|
||||
Width = 193
|
||||
Width = 149
|
||||
Caption = 'FileMustExistCheckBox'
|
||||
OnChange = FileMustExistCheckBoxChange
|
||||
TabOrder = 0
|
||||
end
|
||||
object ShowGlobalLinksCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 34
|
||||
Width = 193
|
||||
Height = 17
|
||||
Top = 29
|
||||
Width = 149
|
||||
Caption = 'ShowGlobalLinksCheckBox'
|
||||
Checked = True
|
||||
OnChange = ShowGlobalLinksCheckBoxChange
|
||||
@ -64,9 +66,9 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
end
|
||||
object ShowUserLinksCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Top = 62
|
||||
Width = 193
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 149
|
||||
Caption = 'ShowUserLinksCheckBox'
|
||||
Checked = True
|
||||
OnChange = ShowUserLinksCheckBoxChange
|
||||
@ -76,18 +78,15 @@ object PackageLinksDialog: TPackageLinksDialog
|
||||
end
|
||||
object PkgStringGrid: TStringGrid
|
||||
AnchorSideBottom.Control = CloseBitBtn
|
||||
Height = 294
|
||||
Top = 109
|
||||
Left = 0
|
||||
Height = 320
|
||||
Top = 93
|
||||
Width = 659
|
||||
Align = alTop
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
ColCount = 4
|
||||
FixedColor = clBtnFace
|
||||
FixedCols = 0
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goColSpanning, goDblClickAutoSize, goSmoothScroll]
|
||||
RowCount = 5
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 2
|
||||
TabStop = True
|
||||
end
|
||||
end
|
||||
|
@ -2,35 +2,34 @@
|
||||
|
||||
LazarusResources.Add('TPackageLinksDialog','FORMDATA',[
|
||||
'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'
|
||||
+'ertScrollBar.Page'#3#194#1#13'ActiveControl'#7#11'CloseBitBtn'#7'Caption'#6
|
||||
+#18'PackageLinksDialog'#12'ClientHeight'#3#195#1#11'ClientWidth'#3#147#2#8'O'
|
||||
+'nCreate'#7#10'FormCreate'#0#7'TBitBtn'#11'CloseBitBtn'#23'AnchorSideRight.C'
|
||||
+'ontrol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBot'
|
||||
+'tom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3
|
||||
+'C'#2#6'Height'#2'$'#3'Top'#3#153#1#5'Width'#2'J'#7'Anchors'#11#7'akRight'#8
|
||||
+'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'&Clos'
|
||||
+'e'#4'Kind'#7#7'bkClose'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0
|
||||
+#0#0#9'TGroupBox'#13'ScopeGroupBox'#6'Height'#2'm'#5'Width'#3#147#2#5'Align'
|
||||
+#7#5'alTop'#8'AutoSize'#9#7'Caption'#6#13'ScopeGroupBox'#28'ChildSizing.Left'
|
||||
+'RightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Horiz'
|
||||
+'ontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#18'ChildSizing.Layout'
|
||||
+#7#29'cclLeftToRightThenTopToBottom'#12'ClientHeight'#2'Z'#11'ClientWidth'#3
|
||||
+#143#2#8'TabOrder'#2#1#0#9'TCheckBox'#21'FileMustExistCheckBox'#4'Left'#2#6#6
|
||||
+'Height'#2#22#3'Top'#2#6#5'Width'#3#193#0#7'Caption'#6#21'FileMustExistCheck'
|
||||
+'Box'#8'OnChange'#7#27'FileMustExistCheckBoxChange'#8'TabOrder'#2#0#0#0#9'TC'
|
||||
+'heckBox'#23'ShowGlobalLinksCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'
|
||||
+#5'Width'#3#193#0#7'Caption'#6#23'ShowGlobalLinksCheckBox'#7'Checked'#9#8'On'
|
||||
+'Change'#7#29'ShowGlobalLinksCheckBoxChange'#5'State'#7#9'cbChecked'#8'TabOr'
|
||||
+'der'#2#1#0#0#9'TCheckBox'#21'ShowUserLinksCheckBox'#4'Left'#2#6#6'Height'#2
|
||||
+#22#3'Top'#2'>'#5'Width'#3#193#0#7'Caption'#6#21'ShowUserLinksCheckBox'#7'Ch'
|
||||
+'ecked'#9#8'OnChange'#7#27'ShowUserLinksCheckBoxChange'#5'State'#7#9'cbCheck'
|
||||
+'ed'#8'TabOrder'#2#2#0#0#0#11'TStringGrid'#13'PkgStringGrid'#24'AnchorSideBo'
|
||||
+'ttom.Control'#7#11'CloseBitBtn'#6'Height'#3'&'#1#3'Top'#2'm'#5'Width'#3#147
|
||||
+#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBotto'
|
||||
+'m'#0#8'ColCount'#2#4#10'FixedColor'#7#9'clBtnFace'#9'FixedCols'#2#0#7'Optio'
|
||||
+'ns'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'
|
||||
+#13'goRangeSelect'#11'goColSizing'#6'goTabs'#13'goColSpanning'#18'goDblClick'
|
||||
+'AutoSize'#14'goSmoothScroll'#0#8'RowCount'#2#5#10'ScrollBars'#7#10'ssAutoBo'
|
||||
+'th'#8'TabOrder'#2#2#7'TabStop'#9#0#0#0
|
||||
+#3#195#1#3'Top'#3#189#0#5'Width'#3#147#2#13'ActiveControl'#7#11'CloseBitBtn'
|
||||
+#7'Caption'#6#18'PackageLinksDialog'#12'ClientHeight'#3#195#1#11'ClientWidth'
|
||||
+#3#147#2#8'OnCreate'#7#10'FormCreate'#8'Position'#7#14'poScreenCenter'#10'LC'
|
||||
+'LVersion'#6#6'0.9.27'#0#7'TBitBtn'#11'CloseBitBtn'#23'AnchorSideRight.Contr'
|
||||
+'ol'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.'
|
||||
+'Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'F'#2
|
||||
+#6'Height'#2#26#3'Top'#3#163#1#5'Width'#2'G'#7'Anchors'#11#7'akRight'#8'akBo'
|
||||
+'ttom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'&Close'#4
|
||||
+'Kind'#7#7'bkClose'#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#0#0#0
|
||||
+#9'TGroupBox'#13'ScopeGroupBox'#4'Left'#2#0#6'Height'#2']'#3'Top'#2#0#5'Widt'
|
||||
+'h'#3#147#2#5'Align'#7#5'alTop'#8'AutoSize'#9#7'Caption'#6#13'ScopeGroupBox'
|
||||
+#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29
|
||||
+'ChildSizing.HorizontalSpacing'#2#6#27'ChildSizing.VerticalSpacing'#2#6#18'C'
|
||||
+'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#12'ClientHeight'#2'K'
|
||||
+#11'ClientWidth'#3#143#2#8'TabOrder'#2#1#0#9'TCheckBox'#21'FileMustExistChec'
|
||||
+'kBox'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#6#5'Width'#3#149#0#7'Caption'#6#21
|
||||
+'FileMustExistCheckBox'#8'OnChange'#7#27'FileMustExistCheckBoxChange'#8'TabO'
|
||||
+'rder'#2#0#0#0#9'TCheckBox'#23'ShowGlobalLinksCheckBox'#4'Left'#2#6#6'Height'
|
||||
+#2#17#3'Top'#2#29#5'Width'#3#149#0#7'Caption'#6#23'ShowGlobalLinksCheckBox'#7
|
||||
+'Checked'#9#8'OnChange'#7#29'ShowGlobalLinksCheckBoxChange'#5'State'#7#9'cbC'
|
||||
+'hecked'#8'TabOrder'#2#1#0#0#9'TCheckBox'#21'ShowUserLinksCheckBox'#4'Left'#2
|
||||
+#6#6'Height'#2#17#3'Top'#2'4'#5'Width'#3#149#0#7'Caption'#6#21'ShowUserLinks'
|
||||
+'CheckBox'#7'Checked'#9#8'OnChange'#7#27'ShowUserLinksCheckBoxChange'#5'Stat'
|
||||
+'e'#7#9'cbChecked'#8'TabOrder'#2#2#0#0#0#11'TStringGrid'#13'PkgStringGrid'#24
|
||||
+'AnchorSideBottom.Control'#7#11'CloseBitBtn'#4'Left'#2#0#6'Height'#3'@'#1#3
|
||||
+'Top'#2']'#5'Width'#3#147#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akL'
|
||||
+'eft'#7'akRight'#8'akBottom'#0#8'ColCount'#2#4#9'FixedCols'#2#0#7'Options'#11
|
||||
+#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLine'#10'goHorzLine'#13'go'
|
||||
+'RangeSelect'#11'goColSizing'#6'goTabs'#13'goColSpanning'#18'goDblClickAutoS'
|
||||
+'ize'#14'goSmoothScroll'#0#8'TabOrder'#2#2#0#0#0
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user