UPD: More changes to anchors and spacing in Options.

Each top control (group boxes) in a frame must be anchored to parent or not anchored at all, they cannot be anchored to one another because autosizing in the scrollbox won't work correctly. Each control in an autosized container must be anchored so that the container is autosized properly. Using VerticalSpacing on TFrame currently does not work correctly with autosize, so replaced with spacing of individual controls.
This commit is contained in:
cobines 2011-10-09 15:59:49 +00:00
commit 49b59e8394
10 changed files with 142 additions and 162 deletions

View file

@ -8,22 +8,20 @@ inherited frmOptionsAutoRefresh: TfrmOptionsAutoRefresh
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 10
Left = 6
Height = 85
Top = 6
Width = 481
Width = 489
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 10
BorderSpacing.Top = 6
BorderSpacing.Right = 10
BorderSpacing.Around = 6
Caption = 'Refresh file list'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 5
ChildSizing.VerticalSpacing = 3
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 63
ClientWidth = 477
ClientWidth = 485
TabOrder = 0
object cbWatchFileNameChange: TCheckBox
Left = 10
@ -45,24 +43,23 @@ inherited frmOptionsAutoRefresh: TfrmOptionsAutoRefresh
end
end
object gbAutoRefreshDisable: TGroupBox[1]
AnchorSideLeft.Control = gbAutoRefreshEnable
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbAutoRefreshEnable
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbAutoRefreshEnable
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 10
Left = 6
Height = 121
Top = 95
Width = 481
Top = 97
Width = 489
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 4
BorderSpacing.Bottom = 6
BorderSpacing.Around = 6
Caption = 'Disable auto-refresh'
ChildSizing.TopBottomSpacing = 5
ChildSizing.VerticalSpacing = 3
ClientHeight = 99
ClientWidth = 477
ClientWidth = 485
TabOrder = 1
object cbWatchOnlyForeground: TCheckBox
AnchorSideLeft.Control = gbAutoRefreshDisable
@ -96,7 +93,7 @@ inherited frmOptionsAutoRefresh: TfrmOptionsAutoRefresh
Left = 30
Height = 29
Top = 61
Width = 439
Width = 447
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 20
BorderSpacing.Right = 8

View file

@ -1,6 +1,8 @@
inherited frmOptionsBehavior: TfrmOptionsBehavior
Height = 352
Width = 666
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 352
ClientWidth = 666
object gbMisc1: TGroupBox[0]
@ -14,9 +16,6 @@ inherited frmOptionsBehavior: TfrmOptionsBehavior
Width = 654
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 6
ClientHeight = 99
@ -69,10 +68,10 @@ inherited frmOptionsBehavior: TfrmOptionsBehavior
end
end
object gbMisc2: TGroupBox[1]
AnchorSideLeft.Control = gbMisc1
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbMisc1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc1
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 89
@ -116,10 +115,10 @@ inherited frmOptionsBehavior: TfrmOptionsBehavior
end
end
object gbMisc3: TGroupBox[2]
AnchorSideLeft.Control = gbMisc2
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbMisc2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbMisc2
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 121
@ -127,7 +126,6 @@ inherited frmOptionsBehavior: TfrmOptionsBehavior
Width = 654
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Bottom = 6
ChildSizing.LeftRightSpacing = 8
ChildSizing.TopBottomSpacing = 6
ClientHeight = 99

View file

@ -1,6 +1,8 @@
inherited frmOptionsConfiguration: TfrmOptionsConfiguration
Height = 339
Width = 594
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 339
ClientWidth = 594
object gbLocConfigFiles: TGroupBox[0]
@ -14,9 +16,6 @@ inherited frmOptionsConfiguration: TfrmOptionsConfiguration
Width = 582
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'Location of configuration files'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 5
@ -58,10 +57,10 @@ inherited frmOptionsConfiguration: TfrmOptionsConfiguration
end
end
object gbSaveOnExit: TGroupBox[1]
AnchorSideLeft.Control = gbLocConfigFiles
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = btnConfigEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbLocConfigFiles
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 165
@ -70,7 +69,6 @@ inherited frmOptionsConfiguration: TfrmOptionsConfiguration
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
Caption = 'Save on exit'
ChildSizing.TopBottomSpacing = 5
ClientHeight = 143

View file

@ -14,9 +14,7 @@ inherited frmOptionsFileOperations: TfrmOptionsFileOperations
Width = 722
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Around = 6
Caption = '&Buffer size for files:'
ClientHeight = 45
ClientWidth = 718
@ -47,10 +45,10 @@ inherited frmOptionsFileOperations: TfrmOptionsFileOperations
end
end
object gbGeneralOptions: TGroupBox[1]
AnchorSideLeft.Control = gbFileSearch
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbFileSearch
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbFileSearch
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 273
@ -58,8 +56,7 @@ inherited frmOptionsFileOperations: TfrmOptionsFileOperations
Width = 722
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
BorderSpacing.Around = 6
Caption = 'General options'
ChildSizing.TopBottomSpacing = 6
ClientHeight = 251
@ -180,10 +177,10 @@ inherited frmOptionsFileOperations: TfrmOptionsFileOperations
end
end
object gbFileSearch: TGroupBox[2]
AnchorSideLeft.Control = gbCopyBufferSize
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbCopyBufferSize
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbCopyBufferSize
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 121
@ -191,7 +188,7 @@ inherited frmOptionsFileOperations: TfrmOptionsFileOperations
Width = 722
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'File search'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 6

View file

@ -9,20 +9,17 @@ inherited frmOptionsIcons: TfrmOptionsIcons
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 10
Left = 6
Height = 86
Top = 201
Width = 458
Width = 466
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 10
BorderSpacing.Top = 6
BorderSpacing.Right = 10
BorderSpacing.Bottom = 6
BorderSpacing.Around = 6
Caption = ' Icon &size '
ChildSizing.TopBottomSpacing = 8
ClientHeight = 64
ClientWidth = 454
ClientWidth = 462
TabOrder = 0
object cbIconsSize: TComboBox
AnchorSideLeft.Control = gbIconsSize
@ -51,7 +48,7 @@ inherited frmOptionsIcons: TfrmOptionsIcons
AnchorSideTop.Control = gbIconsSize
AnchorSideRight.Control = gbIconsSize
AnchorSideRight.Side = asrBottom
Left = 396
Left = 404
Height = 48
Top = 8
Width = 48
@ -76,19 +73,17 @@ inherited frmOptionsIcons: TfrmOptionsIcons
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 10
Left = 6
Height = 189
Top = 6
Width = 458
Width = 466
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 10
BorderSpacing.Top = 6
BorderSpacing.Right = 10
BorderSpacing.Around = 6
Caption = ' Show icons to the left of the filename '
ChildSizing.TopBottomSpacing = 8
ClientHeight = 167
ClientWidth = 454
ClientWidth = 462
TabOrder = 1
object rbIconsShowAll: TRadioButton
AnchorSideLeft.Control = gbShowIconsMode

View file

@ -119,6 +119,7 @@ inherited frmOptionsLayout: TfrmOptionsLayout
TabOrder = 14
end
object cbFlatDiskPanel: TCheckBox
AnchorSideLeft.Control = cbTwoDiskPanels
AnchorSideTop.Control = cbTwoDiskPanels
AnchorSideTop.Side = asrBottom
Left = 28
@ -131,12 +132,14 @@ inherited frmOptionsLayout: TfrmOptionsLayout
TabOrder = 5
end
object cbTwoDiskPanels: TCheckBox
AnchorSideLeft.Control = cbShowDiskPanel
AnchorSideTop.Control = cbShowDiskPanel
AnchorSideTop.Side = asrBottom
Left = 28
Height = 25
Top = 114
Width = 437
BorderSpacing.Left = 16
BorderSpacing.Top = 2
Caption = 'Show two drive button bars (fixed width, above file windows)'
Enabled = False
@ -165,12 +168,14 @@ inherited frmOptionsLayout: TfrmOptionsLayout
TabOrder = 15
end
object cbFlatToolBar: TCheckBox
AnchorSideLeft.Control = cbShowMainToolBar
AnchorSideTop.Control = cbShowMainToolBar
AnchorSideTop.Side = asrBottom
Left = 28
Height = 25
Top = 60
Width = 109
BorderSpacing.Left = 16
BorderSpacing.Top = 2
Caption = 'Flat buttons'
TabOrder = 2

View file

@ -1,6 +1,8 @@
inherited frmOptionsLog: TfrmOptionsLog
Height = 369
Width = 394
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 369
ClientWidth = 394
object gbLogFile: TGroupBox[0]
@ -14,9 +16,6 @@ inherited frmOptionsLog: TfrmOptionsLog
Width = 382
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'File operation log file'
ClientHeight = 37
ClientWidth = 378
@ -53,10 +52,10 @@ inherited frmOptionsLog: TfrmOptionsLog
end
end
object gbLogFileOp: TGroupBox[1]
AnchorSideLeft.Control = gbLogFile
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbLogFile
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbLogFile
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 163
@ -116,10 +115,10 @@ inherited frmOptionsLog: TfrmOptionsLog
end
end
object gbLogFileStatus: TGroupBox[2]
AnchorSideLeft.Control = gbLogFileOp
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbLogFileOp
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbLogFileOp
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 109
@ -128,7 +127,6 @@ inherited frmOptionsLog: TfrmOptionsLog
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 4
BorderSpacing.Bottom = 6
Caption = 'Operation status'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 4

View file

@ -1,23 +1,80 @@
inherited frmOptionsMouse: TfrmOptionsMouse
Height = 253
Width = 426
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 253
ClientWidth = 426
object gbScrolling: TGroupBox[0]
AnchorSideLeft.Control = gbSelection
object gbSelection: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 88
Top = 6
Width = 414
Anchors = [akTop, akLeft, akRight]
AutoSize = True
Caption = 'Selection'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 66
ClientWidth = 410
TabOrder = 1
object cbSelectionByMouse: TCheckBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Top = 6
Width = 159
Caption = 'Selection by mouse'
TabOrder = 0
end
object lblMouseMode: TLabel
AnchorSideLeft.Control = cbSelectionByMouse
AnchorSideTop.Control = cbMouseMode
AnchorSideTop.Side = asrCenter
Left = 6
Height = 22
Top = 34
Width = 43
Caption = 'Mode:'
ParentColor = False
end
object cbMouseMode: TComboBox
AnchorSideLeft.Control = lblMouseMode
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbSelectionByMouse
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbSelection
AnchorSideRight.Side = asrBottom
Left = 57
Height = 29
Top = 31
Width = 345
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ItemHeight = 21
Style = csDropDownList
TabOrder = 1
end
end
object gbScrolling: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbSelection
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbSelection
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 121
Top = 112
Top = 98
Width = 414
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
BorderSpacing.Top = 4
Caption = 'Scrolling'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
@ -86,61 +143,4 @@ inherited frmOptionsMouse: TfrmOptionsMouse
Value = 1
end
end
object gbSelection: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 100
Top = 6
Width = 414
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
BorderSpacing.InnerBorder = 6
Caption = 'Selection'
ClientHeight = 78
ClientWidth = 410
TabOrder = 1
object cbSelectionByMouse: TCheckBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 25
Top = 6
Width = 159
BorderSpacing.Around = 6
Caption = 'Selection by mouse'
TabOrder = 0
end
object lblMouseMode: TLabel
AnchorSideLeft.Control = cbSelectionByMouse
AnchorSideTop.Control = cbMouseMode
AnchorSideTop.Side = asrCenter
Left = 6
Height = 22
Top = 40
Width = 43
Caption = 'Mode:'
ParentColor = False
end
object cbMouseMode: TComboBox
AnchorSideLeft.Control = lblMouseMode
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbSelectionByMouse
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbSelection
AnchorSideRight.Side = asrBottom
Left = 57
Height = 29
Top = 37
Width = 345
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ItemHeight = 21
Style = csDropDownList
TabOrder = 1
end
end
end

View file

@ -1,13 +1,15 @@
inherited frmOptionsQuickSearchFilter: TfrmOptionsQuickSearchFilter
Height = 538
Width = 702
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 538
ClientWidth = 702
object gbExactNameMatch: TGroupBox[0]
AnchorSideLeft.Control = grpQuickSearchFilterKeys
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = grpQuickSearchFilterKeys
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = grpQuickSearchFilterKeys
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
@ -61,9 +63,6 @@ inherited frmOptionsQuickSearchFilter: TfrmOptionsQuickSearchFilter
Width = 690
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = 'Keys settings'
ChildSizing.LeftRightSpacing = 10
ChildSizing.TopBottomSpacing = 6
@ -196,10 +195,10 @@ inherited frmOptionsQuickSearchFilter: TfrmOptionsQuickSearchFilter
end
end
object rgpSearchItems: TRadioGroup[2]
AnchorSideLeft.Control = gbExactNameMatch
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = gbExactNameMatch
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbExactNameMatch
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 109
@ -227,10 +226,10 @@ inherited frmOptionsQuickSearchFilter: TfrmOptionsQuickSearchFilter
TabOrder = 2
end
object rgpSearchCase: TRadioGroup[3]
AnchorSideLeft.Control = rgpSearchItems
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rgpSearchItems
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = rgpSearchItems
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 84
@ -257,10 +256,10 @@ inherited frmOptionsQuickSearchFilter: TfrmOptionsQuickSearchFilter
TabOrder = 3
end
object cgpOptions: TCheckGroup[4]
AnchorSideLeft.Control = rgpSearchCase
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = rgpSearchCase
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = rgpSearchCase
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 59
@ -269,7 +268,6 @@ inherited frmOptionsQuickSearchFilter: TfrmOptionsQuickSearchFilter
Anchors = [akTop, akLeft, akRight]
AutoFill = True
AutoSize = True
BorderSpacing.Bottom = 6
Caption = 'Options'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6

View file

@ -8,25 +8,22 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Left = 6
Height = 347
Top = 6
Width = 583
Width = 587
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 6
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
BorderSpacing.Around = 6
Caption = 'Custom fields by file type'
ChildSizing.TopBottomSpacing = 6
ClientHeight = 325
ClientWidth = 579
ClientWidth = 583
TabOrder = 0
object btnAddFields: TBitBtn
AnchorSideTop.Control = btnApplyFields
AnchorSideRight.Control = btnDeleteFields
Left = 229
Left = 233
Height = 32
Top = 287
Width = 110
@ -40,7 +37,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
object btnDeleteFields: TBitBtn
AnchorSideTop.Control = btnApplyFields
AnchorSideRight.Control = btnApplyFields
Left = 345
Left = 349
Height = 32
Top = 287
Width = 110
@ -59,7 +56,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
Left = 12
Height = 142
Top = 6
Width = 559
Width = 563
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 8
@ -72,7 +69,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = pnlEdit
AnchorSideRight.Side = asrBottom
Left = 461
Left = 465
Height = 32
Top = 287
Width = 110
@ -92,14 +89,14 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
Left = 12
Height = 121
Top = 154
Width = 559
Width = 563
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
BevelOuter = bvNone
ChildSizing.TopBottomSpacing = 6
ClientHeight = 121
ClientWidth = 559
ClientWidth = 563
Enabled = False
TabOrder = 4
object lblFieldsName: TLabel
@ -138,7 +135,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
Left = 151
Height = 29
Top = 12
Width = 408
Width = 412
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 12
TabOrder = 0
@ -151,7 +148,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
Left = 151
Height = 29
Top = 49
Width = 379
Width = 383
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 6
@ -165,7 +162,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
Left = 151
Height = 29
Top = 86
Width = 374
Width = 378
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 6
@ -177,7 +174,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = edtFieldsMask
AnchorSideBottom.Side = asrBottom
Left = 536
Left = 540
Height = 29
Hint = 'Template...'
Top = 49
@ -232,7 +229,7 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = edtFieldsList
AnchorSideBottom.Side = asrBottom
Left = 531
Left = 535
Height = 29
Top = 86
Width = 28
@ -250,21 +247,18 @@ inherited frmOptionsToolTips: TfrmOptionsToolTips
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Left = 6
Height = 113
Top = 361
Width = 583
Top = 359
Width = 587
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 6
BorderSpacing.Right = 8
BorderSpacing.Bottom = 6
BorderSpacing.Around = 6
Caption = 'Show tool tip'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ClientHeight = 91
ClientWidth = 579
ClientWidth = 583
TabOrder = 1
object rbToolTipAllFiles: TRadioButton
AnchorSideLeft.Control = gbShowToolTip