mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
950 lines
25 KiB
Text
950 lines
25 KiB
Text
object fColumnsSetConf: TfColumnsSetConf
|
|
Left = 129
|
|
Height = 583
|
|
Top = 5
|
|
Width = 900
|
|
ActiveControl = Panel1
|
|
Caption = 'Configure custom columns view'
|
|
ClientHeight = 583
|
|
ClientWidth = 900
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
Position = poScreenCenter
|
|
SessionProperties = 'Height;Width;WindowState;Left;Top'
|
|
LCLVersion = '0.9.29'
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 36
|
|
Top = 0
|
|
Width = 900
|
|
Align = alTop
|
|
ClientHeight = 36
|
|
ClientWidth = 900
|
|
TabOrder = 0
|
|
object lblConfigViewNr: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 11
|
|
Width = 90
|
|
Caption = 'Configure view nr:'
|
|
ParentColor = False
|
|
end
|
|
object lbNrOfColumnsSet: TLabel
|
|
AnchorSideLeft.Control = lblConfigViewNr
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = lblName
|
|
Left = 100
|
|
Height = 14
|
|
Top = 11
|
|
Width = 114
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 2
|
|
BorderSpacing.Right = 2
|
|
Caption = '0'
|
|
ParentColor = False
|
|
end
|
|
object lblName: TLabel
|
|
Left = 216
|
|
Height = 14
|
|
Top = 10
|
|
Width = 32
|
|
Caption = 'Name:'
|
|
ParentColor = False
|
|
end
|
|
object edtNameofColumnsSet: TEdit
|
|
Left = 255
|
|
Height = 21
|
|
Top = 4
|
|
Width = 640
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Height = 473
|
|
Top = 68
|
|
Width = 900
|
|
Align = alClient
|
|
ClientHeight = 473
|
|
ClientWidth = 900
|
|
TabOrder = 1
|
|
object stgColumns: TStringGrid
|
|
Left = 1
|
|
Height = 93
|
|
Top = 1
|
|
Width = 898
|
|
Align = alClient
|
|
ColCount = 7
|
|
FixedCols = 0
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goSmoothScroll]
|
|
PopupMenu = pmStringGrid
|
|
RowCount = 3
|
|
TabOrder = 0
|
|
OnEditingDone = stgColumnsEditingDone
|
|
OnKeyDown = stgColumnsKeyDown
|
|
OnMouseDown = stgColumnsMouseDown
|
|
OnMouseMove = stgColumnsMouseMove
|
|
OnSelectEditor = stgColumnsSelectEditor
|
|
ColWidths = (
|
|
67
|
|
129
|
|
64
|
|
61
|
|
457
|
|
38
|
|
72
|
|
)
|
|
Cells = (
|
|
7
|
|
0
|
|
0
|
|
'Delete'
|
|
1
|
|
0
|
|
'Caption'
|
|
2
|
|
0
|
|
'Width'
|
|
3
|
|
0
|
|
'Align'
|
|
4
|
|
0
|
|
'Field contents'
|
|
5
|
|
0
|
|
'Move'
|
|
6
|
|
0
|
|
'Config'
|
|
)
|
|
end
|
|
object pnlPrevCont: TPanel
|
|
Left = 1
|
|
Height = 180
|
|
Top = 292
|
|
Width = 898
|
|
Align = alBottom
|
|
ClientHeight = 180
|
|
ClientWidth = 898
|
|
TabOrder = 1
|
|
object pnlPreview: TPanel
|
|
Left = 1
|
|
Height = 178
|
|
Top = 1
|
|
Width = 896
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object SplitterPreview: TSplitter
|
|
AnchorSideBottom.Control = pnlPrevCont
|
|
Cursor = crVSplit
|
|
Left = 1
|
|
Height = 5
|
|
Top = 287
|
|
Width = 898
|
|
Align = alBottom
|
|
MinSize = 180
|
|
ResizeAnchor = akBottom
|
|
end
|
|
object pnlPreviewHead: TPanel
|
|
AnchorSideBottom.Control = SplitterPreview
|
|
Left = 1
|
|
Height = 19
|
|
Top = 268
|
|
Width = 898
|
|
Align = alBottom
|
|
Caption = 'Preview'
|
|
TabOrder = 3
|
|
OnClick = pnlPreviewHeadClick
|
|
end
|
|
object pnlCustCont: TPanel
|
|
AnchorSideBottom.Control = pnlPreviewHead
|
|
Left = 1
|
|
Height = 154
|
|
Top = 114
|
|
Width = 898
|
|
Align = alBottom
|
|
ClientHeight = 154
|
|
ClientWidth = 898
|
|
Constraints.MaxHeight = 154
|
|
TabOrder = 4
|
|
object chkUseCustomView: TCheckBox
|
|
AnchorSideLeft.Control = pnlCustCont
|
|
AnchorSideTop.Control = pnlCustCont
|
|
Left = 14
|
|
Height = 17
|
|
Top = 6
|
|
Width = 143
|
|
BorderSpacing.Left = 14
|
|
BorderSpacing.Top = 6
|
|
Caption = 'Use custom font and color'
|
|
OnChange = chkUseCustomViewChange
|
|
TabOrder = 0
|
|
end
|
|
object pnlCustomView: TPanel
|
|
Left = 1
|
|
Height = 127
|
|
Top = 26
|
|
Width = 896
|
|
Align = alBottom
|
|
BevelInner = bvLowered
|
|
BevelOuter = bvNone
|
|
ClientHeight = 127
|
|
ClientWidth = 896
|
|
Constraints.MaxHeight = 130
|
|
Enabled = False
|
|
TabOrder = 1
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = pnlCustomView
|
|
Left = 14
|
|
Height = 14
|
|
Top = 9
|
|
Width = 27
|
|
BorderSpacing.Left = 14
|
|
Caption = 'Font:'
|
|
ParentColor = False
|
|
end
|
|
object edtFont: TEdit
|
|
AnchorSideLeft.Control = Label3
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 65
|
|
Height = 21
|
|
Top = 4
|
|
Width = 358
|
|
BorderSpacing.Left = 24
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object btnFontSelect: TBitBtn
|
|
AnchorSideLeft.Control = edtFont
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 423
|
|
Height = 23
|
|
Top = 4
|
|
Width = 35
|
|
Caption = '...'
|
|
NumGlyphs = 0
|
|
OnClick = btnFontSelectClick
|
|
TabOrder = 1
|
|
end
|
|
object Label4: TLabel
|
|
AnchorSideLeft.Control = btnFontSelect
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 468
|
|
Height = 14
|
|
Top = 9
|
|
Width = 24
|
|
BorderSpacing.Left = 10
|
|
Caption = 'Size:'
|
|
ParentColor = False
|
|
end
|
|
object sneFontSize: TSpinEdit
|
|
AnchorSideLeft.Control = Label4
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 500
|
|
Height = 21
|
|
Top = 4
|
|
Width = 48
|
|
BorderSpacing.Left = 8
|
|
MaxValue = 25
|
|
MinValue = 8
|
|
OnChange = sneFontSizeChange
|
|
TabOrder = 2
|
|
Value = 8
|
|
end
|
|
object ResFont: TButton
|
|
AnchorSideLeft.Control = sneFontSize
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = sneFontSize
|
|
AnchorSideBottom.Control = sneFontSize
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 554
|
|
Height = 21
|
|
Top = 4
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResFontClick
|
|
TabOrder = 3
|
|
end
|
|
object btnAllFont: TButton
|
|
AnchorSideLeft.Control = ResFont
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ResFont
|
|
AnchorSideBottom.Control = ResFont
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 590
|
|
Height = 21
|
|
Top = 4
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 4
|
|
end
|
|
object cbOverColor: TCheckBox
|
|
Tag = 1
|
|
AnchorSideLeft.Control = btnAllFont
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = btnAllFont
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 636
|
|
Height = 17
|
|
Top = 6
|
|
Width = 93
|
|
BorderSpacing.Left = 6
|
|
Caption = 'Allow Overcolor'
|
|
OnChange = cbOvercolorChange
|
|
TabOrder = 5
|
|
end
|
|
object cTextLabel: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 14
|
|
Height = 14
|
|
Top = 41
|
|
Width = 146
|
|
Caption = 'Text Color:'
|
|
ParentColor = False
|
|
end
|
|
object cBackGrndLabel: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 14
|
|
Height = 14
|
|
Top = 71
|
|
Width = 146
|
|
Caption = 'BackGround:'
|
|
ParentColor = False
|
|
end
|
|
object lblBackground2: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 14
|
|
Height = 14
|
|
Top = 101
|
|
Width = 146
|
|
Caption = 'Background 2:'
|
|
ParentColor = False
|
|
end
|
|
object cbTextColor: TColorBox
|
|
Left = 160
|
|
Height = 22
|
|
Top = 36
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
ItemHeight = 16
|
|
OnChange = cbTextColorChange
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 6
|
|
end
|
|
object cbBackColor: TColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 160
|
|
Height = 22
|
|
Top = 66
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 16
|
|
OnChange = cbBackColorChange
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 7
|
|
end
|
|
object cbBackColor2: TColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 160
|
|
Height = 22
|
|
Top = 96
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 16
|
|
OnChange = cbBackColor2Change
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 8
|
|
end
|
|
object btnForeColor: TButton
|
|
AnchorSideLeft.Control = cbTextColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbTextColor
|
|
AnchorSideBottom.Control = cbTextColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 310
|
|
Height = 22
|
|
Top = 36
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnForeColorClick
|
|
TabOrder = 9
|
|
end
|
|
object btnBackColor: TButton
|
|
AnchorSideLeft.Control = cbBackColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbBackColor
|
|
AnchorSideBottom.Control = cbBackColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 310
|
|
Height = 22
|
|
Top = 66
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnBackColorClick
|
|
TabOrder = 10
|
|
end
|
|
object btnBackColor2: TButton
|
|
AnchorSideLeft.Control = cbBackColor2
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbBackColor2
|
|
AnchorSideBottom.Control = cbBackColor2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 310
|
|
Height = 22
|
|
Top = 96
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnBackColor2Click
|
|
TabOrder = 11
|
|
end
|
|
object ResText: TButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbTextColor
|
|
AnchorSideBottom.Control = cbTextColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 344
|
|
Height = 22
|
|
Top = 36
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResTextClick
|
|
TabOrder = 12
|
|
end
|
|
object ResBack: TButton
|
|
AnchorSideLeft.Control = btnBackColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbBackColor
|
|
AnchorSideBottom.Control = cbBackColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 344
|
|
Height = 22
|
|
Top = 66
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResBackClick
|
|
TabOrder = 13
|
|
end
|
|
object ResBack2: TButton
|
|
AnchorSideLeft.Control = btnBackColor2
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbBackColor2
|
|
AnchorSideBottom.Control = cbBackColor2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 344
|
|
Height = 22
|
|
Top = 96
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResBack2Click
|
|
TabOrder = 14
|
|
end
|
|
object btnAllText: TButton
|
|
Tag = 1
|
|
AnchorSideLeft.Control = ResText
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbTextColor
|
|
AnchorSideBottom.Control = cbTextColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 380
|
|
Height = 22
|
|
Top = 36
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 15
|
|
end
|
|
object btnAllBack: TButton
|
|
Tag = 2
|
|
AnchorSideLeft.Control = ResBack
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbBackColor
|
|
AnchorSideBottom.Control = cbBackColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 380
|
|
Height = 22
|
|
Top = 66
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 16
|
|
end
|
|
object btnAllBack2: TButton
|
|
Tag = 3
|
|
AnchorSideLeft.Control = ResBack2
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbBackColor2
|
|
AnchorSideBottom.Control = cbBackColor2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 380
|
|
Height = 22
|
|
Top = 96
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 17
|
|
end
|
|
object lblMarkColor: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 458
|
|
Height = 14
|
|
Top = 41
|
|
Width = 150
|
|
Caption = 'Mark Color:'
|
|
ParentColor = False
|
|
end
|
|
object lblCursorColor: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 458
|
|
Height = 14
|
|
Top = 70
|
|
Width = 150
|
|
Caption = 'Cursor Color:'
|
|
ParentColor = False
|
|
end
|
|
object lblCursorText: TLabel
|
|
Tag = 3
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 458
|
|
Height = 14
|
|
Top = 101
|
|
Width = 150
|
|
Caption = 'Cursor Text:'
|
|
ParentColor = False
|
|
end
|
|
object cbMarkColor: TColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 608
|
|
Height = 22
|
|
Top = 36
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 16
|
|
OnChange = cbMarkColorChange
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 18
|
|
end
|
|
object cbCursorColor: TColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 608
|
|
Height = 22
|
|
Top = 66
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 16
|
|
OnChange = cbCursorColorChange
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 19
|
|
end
|
|
object cbCursorText: TColorBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 608
|
|
Height = 22
|
|
Top = 96
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
BorderSpacing.Top = 8
|
|
ItemHeight = 16
|
|
OnChange = cbCursorTextChange
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 20
|
|
end
|
|
object btnMarkColor: TButton
|
|
AnchorSideLeft.Control = cbMarkColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbMarkColor
|
|
AnchorSideBottom.Control = cbMarkColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 758
|
|
Height = 22
|
|
Top = 36
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnMarkColorClick
|
|
TabOrder = 21
|
|
end
|
|
object btnCursorColor: TButton
|
|
AnchorSideLeft.Control = cbCursorColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorColor
|
|
AnchorSideBottom.Control = cbCursorColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 758
|
|
Height = 22
|
|
Top = 66
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnCursorColorClick
|
|
TabOrder = 22
|
|
end
|
|
object btnCursorText: TButton
|
|
AnchorSideLeft.Control = cbCursorText
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorText
|
|
AnchorSideBottom.Control = cbCursorText
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 758
|
|
Height = 22
|
|
Top = 96
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnCursorTextClick
|
|
TabOrder = 23
|
|
end
|
|
object ResMark: TButton
|
|
AnchorSideLeft.Control = btnMarkColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbMarkColor
|
|
AnchorSideBottom.Control = cbMarkColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 792
|
|
Height = 22
|
|
Top = 36
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResMarkClick
|
|
TabOrder = 24
|
|
end
|
|
object ResCurCol: TButton
|
|
AnchorSideLeft.Control = btnCursorColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorColor
|
|
AnchorSideBottom.Control = cbCursorColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 792
|
|
Height = 22
|
|
Top = 66
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResCurColClick
|
|
TabOrder = 25
|
|
end
|
|
object ResCurText: TButton
|
|
AnchorSideLeft.Control = btnCursorText
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorText
|
|
AnchorSideBottom.Control = cbCursorText
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 792
|
|
Height = 22
|
|
Top = 96
|
|
Width = 30
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'R'
|
|
OnClick = ResCurTextClick
|
|
TabOrder = 26
|
|
end
|
|
object btnAllMarc: TButton
|
|
Tag = 4
|
|
AnchorSideLeft.Control = ResMark
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbMarkColor
|
|
AnchorSideBottom.Control = cbMarkColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 828
|
|
Height = 22
|
|
Top = 36
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 27
|
|
end
|
|
object btnAllCurCol: TButton
|
|
Tag = 5
|
|
AnchorSideLeft.Control = ResCurCol
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorColor
|
|
AnchorSideBottom.Control = cbCursorColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 828
|
|
Height = 22
|
|
Top = 66
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 28
|
|
end
|
|
object btnAllCurText: TButton
|
|
Tag = 6
|
|
AnchorSideLeft.Control = ResCurText
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorText
|
|
AnchorSideBottom.Control = cbCursorText
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 828
|
|
Height = 22
|
|
Top = 96
|
|
Width = 40
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'All'
|
|
OnClick = btnAllTextClick
|
|
TabOrder = 29
|
|
end
|
|
end
|
|
end
|
|
object SplitterCustomize: TSplitter
|
|
AnchorSideBottom.Control = pnlCustCont
|
|
Cursor = crVSplit
|
|
Left = 1
|
|
Height = 1
|
|
Top = 113
|
|
Width = 898
|
|
Align = alBottom
|
|
MinSize = 130
|
|
OnCanResize = SplitterCustomizeCanResize
|
|
ResizeAnchor = akBottom
|
|
ResizeStyle = rsNone
|
|
end
|
|
object pnlCustHead: TPanel
|
|
AnchorSideBottom.Control = SplitterCustomize
|
|
Left = 1
|
|
Height = 19
|
|
Top = 94
|
|
Width = 898
|
|
Align = alBottom
|
|
Caption = 'Customize column:'
|
|
ClientHeight = 19
|
|
ClientWidth = 898
|
|
TabOrder = 6
|
|
OnClick = pnlCustHeadClick
|
|
object btnNext: TButton
|
|
Left = 558
|
|
Height = 15
|
|
Top = 1
|
|
Width = 40
|
|
Anchors = [akTop]
|
|
Caption = '->'
|
|
OnClick = btnNextClick
|
|
TabOrder = 0
|
|
end
|
|
object btnPrev: TButton
|
|
Left = 296
|
|
Height = 15
|
|
Top = 1
|
|
Width = 40
|
|
Anchors = [akTop]
|
|
Caption = '<-'
|
|
OnClick = btnPrevClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
object Panel3: TPanel
|
|
Left = 0
|
|
Height = 42
|
|
Top = 541
|
|
Width = 900
|
|
Align = alBottom
|
|
ClientHeight = 42
|
|
ClientWidth = 900
|
|
TabOrder = 2
|
|
object Label2: TLabel
|
|
Left = 24
|
|
Height = 14
|
|
Top = 29
|
|
Width = 32
|
|
ParentColor = False
|
|
Visible = False
|
|
end
|
|
object Label1: TLabel
|
|
Left = 24
|
|
Height = 14
|
|
Top = 18
|
|
Width = 32
|
|
ParentColor = False
|
|
Visible = False
|
|
end
|
|
object btnOk: TBitBtn
|
|
Left = 689
|
|
Height = 30
|
|
Top = 6
|
|
Width = 91
|
|
Anchors = [akTop, akRight]
|
|
Caption = '&OK'
|
|
Default = True
|
|
Kind = bkOK
|
|
ModalResult = 1
|
|
NumGlyphs = 0
|
|
OnClick = btnOkClick
|
|
TabOrder = 0
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 793
|
|
Height = 30
|
|
Top = 6
|
|
Width = 99
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
TabOrder = 1
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 16
|
|
Height = 21
|
|
Top = -6
|
|
Width = 100
|
|
ItemHeight = 13
|
|
MaxLength = 65535
|
|
TabOrder = 2
|
|
Visible = False
|
|
end
|
|
end
|
|
object pnlGlobalSettings: TPanel
|
|
AnchorSideTop.Control = Panel1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 32
|
|
Top = 36
|
|
Width = 900
|
|
Align = alTop
|
|
ClientHeight = 32
|
|
ClientWidth = 900
|
|
TabOrder = 3
|
|
object cbCursorBorder: TCheckBox
|
|
AnchorSideLeft.Control = pnlGlobalSettings
|
|
AnchorSideTop.Control = cbCursorBorderColor
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 17
|
|
Top = 3
|
|
Width = 85
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Cursor border'
|
|
OnChange = cbCursorBorderChange
|
|
TabOrder = 0
|
|
end
|
|
object cbCursorBorderColor: TColorBox
|
|
AnchorSideLeft.Control = cbCursorBorder
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = pnlGlobalSettings
|
|
Left = 99
|
|
Height = 22
|
|
Top = 0
|
|
Width = 144
|
|
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbPrettyNames]
|
|
BorderSpacing.Left = 6
|
|
ItemHeight = 16
|
|
OnChange = cbCursorBorderColorChange
|
|
OnDropDown = cbTextColorDropDown
|
|
TabOrder = 1
|
|
end
|
|
object btnCursorBorderColor: TButton
|
|
AnchorSideLeft.Control = cbCursorBorderColor
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = cbCursorBorderColor
|
|
AnchorSideBottom.Control = cbCursorBorderColor
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 249
|
|
Height = 22
|
|
Top = 0
|
|
Width = 28
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '>>'
|
|
OnClick = btnCursorBorderColorClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object pmStringGrid: TPopupMenu
|
|
left = 8
|
|
top = 104
|
|
object miAddColumn: TMenuItem
|
|
Caption = 'Add column'
|
|
OnClick = miAddColumnClick
|
|
end
|
|
end
|
|
object pmFields: TPopupMenu
|
|
left = 48
|
|
top = 104
|
|
end
|
|
object dlgfont: TFontDialog
|
|
MinFontSize = 0
|
|
MaxFontSize = 0
|
|
left = 96
|
|
top = 104
|
|
end
|
|
object dlgcolor: TColorDialog
|
|
Color = clBlack
|
|
CustomColors.Strings = (
|
|
'ColorA=000000'
|
|
'ColorB=000080'
|
|
'ColorC=008000'
|
|
'ColorD=008080'
|
|
'ColorE=800000'
|
|
'ColorF=800080'
|
|
'ColorG=808000'
|
|
'ColorH=808080'
|
|
'ColorI=C0C0C0'
|
|
'ColorJ=0000FF'
|
|
'ColorK=00FF00'
|
|
'ColorL=00FFFF'
|
|
'ColorM=FF0000'
|
|
'ColorN=FF00FF'
|
|
'ColorO=FFFF00'
|
|
'ColorP=FFFFFF'
|
|
'ColorQ=C0DCC0'
|
|
'ColorR=F0CAA6'
|
|
'ColorS=F0FBFF'
|
|
'ColorT=A4A0A0'
|
|
)
|
|
left = 136
|
|
top = 104
|
|
end
|
|
end
|