1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
object MiniMapConfigFrame: TMiniMapConfigFrame
Left = 0
Height = 303
Top = 0
Width = 600
ClientHeight = 303
ClientWidth = 600
TabOrder = 0
DesignLeft = 652
DesignTop = 343
object cbEnabled: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 23
Top = 6
Width = 112
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'Show minimap'
TabOrder = 0
end
object lblMapWidth: TLabel
AnchorSideLeft.Control = cbEnabled
AnchorSideTop.Control = seWidth
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 16
Top = 72
Width = 60
Alignment = taRightJustify
Caption = 'Map width'
FocusControl = seWidth
Layout = tlCenter
end
object seWidth: TSpinEditEx
AnchorSideLeft.Control = lblMapWidth
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = cbAlignLeft
AnchorSideTop.Side = asrBottom
Left = 72
Height = 33
Top = 64
Width = 80
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxLength = 0
SpinButtonWidth = 17
TabOrder = 1
MaxValue = 500
MinValue = 100
NullValue = 0
Value = 100
end
object seInitialFontSize: TSpinEditEx
AnchorSideLeft.Control = lblInitialFontSize
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = seWidth
AnchorSideTop.Side = asrBottom
Left = 97
Height = 33
Top = 103
Width = 80
BorderSpacing.Left = 6
BorderSpacing.Top = 6
MaxLength = 0
SpinButtonWidth = 17
TabOrder = 2
MaxValue = 24
MinValue = 1
NullValue = 0
Value = 1
end
object lblInitialFontSize: TLabel
AnchorSideLeft.Control = cbEnabled
AnchorSideTop.Control = seInitialFontSize
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 16
Top = 111
Width = 85
Alignment = taRightJustify
Caption = 'Initial font size'
FocusControl = seInitialFontSize
Layout = tlCenter
end
object cbViewWindow: TColorBox
AnchorSideLeft.Control = lblViewWindowColor
AnchorSideTop.Control = lblViewWindowColor
AnchorSideTop.Side = asrBottom
Left = 6
Height = 28
Top = 158
Width = 235
Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeNone, cbCustomColor]
ColorDialog = CDView
ItemHeight = 0
TabOrder = 3
end
object lblViewWindowColor: TLabel
AnchorSideLeft.Control = cbEnabled
AnchorSideTop.Control = seInitialFontSize
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 16
Top = 142
Width = 109
Alignment = taRightJustify
BorderSpacing.Top = 6
Caption = 'View window color'
Layout = tlCenter
end
object lblViewWindowTextColor: TLabel
AnchorSideLeft.Control = cbViewWindow
AnchorSideTop.Control = cbViewWindow
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 16
Top = 192
Width = 87
Alignment = taRightJustify
BorderSpacing.Top = 6
Caption = 'View text color'
Layout = tlCenter
end
object cbViewText: TColorBox
AnchorSideLeft.Control = lblViewWindowTextColor
AnchorSideTop.Control = lblViewWindowTextColor
AnchorSideTop.Side = asrBottom
Left = 6
Height = 28
Top = 208
Width = 235
Style = [cbStandardColors, cbSystemColors, cbIncludeNone, cbCustomColor]
ColorDialog = CDView
ItemHeight = 0
TabOrder = 4
end
object cbAlignLeft: TCheckBox
AnchorSideLeft.Control = cbEnabled
AnchorSideTop.Control = cbEnabled
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 35
Width = 371
BorderSpacing.Top = 6
Caption = 'Put map left of editor (requires IDE restart for existing tabs)'
TabOrder = 5
end
object CDView: 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 = 288
Top = 96
end
end
|