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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
object fmRegistrySettings: TfmRegistrySettings
Left = 73
Top = 151
BorderStyle = bsDialog
Caption = 'JCF Registry Settings'
ClientHeight = 389
ClientWidth = 771
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnKeyUp = FormKeyUp
OnResize = FormResize
PixelsPerInch = 120
TextHeight = 20
object pgPages: TPageControl
Left = 0
Top = 0
Width = 771
Height = 334
ActivePage = tsGeneral
Align = alClient
TabOrder = 0
object tsGeneral: TTabSheet
Caption = '&General'
object sbFile: TSpeedButton
Left = 731
Top = 11
Width = 28
Height = 28
Caption = '...'
OnClick = sbFileClick
end
object Label1: TLabel
Left = 11
Top = 12
Width = 131
Height = 20
Caption = 'Convert settings file'
end
object Label2: TLabel
Left = 11
Top = 255
Width = 104
Height = 20
Caption = 'MRU max items'
end
object eSettingsFile: TEdit
Left = 160
Top = 11
Width = 565
Height = 28
TabOrder = 0
OnKeyUp = eSettingsFileKeyUp
end
object eMRUMaxItems: TJvValidateEdit
Left = 131
Top = 249
Width = 49
Height = 28
CriticalPoints.MaxValueIncluded = False
CriticalPoints.MinValueIncluded = False
EditText = '0'
MaxLength = 2
MaxValue = 12.000000000000000000
TabOrder = 1
end
object btnClearMRU: TButton
Left = 187
Top = 247
Width = 92
Height = 30
Caption = 'Clear MRU'
TabOrder = 2
OnClick = btnClearMRUClick
end
object rgShowParseTree: TRadioGroup
Left = 11
Top = 139
Width = 268
Height = 92
Caption = 'Show parse &tree during parse'
Items.Strings = (
'&Always'
'&On parse error'
'&Never')
TabOrder = 3
end
object rgWriteSettingsFile: TRadioGroup
Left = 11
Top = 39
Width = 268
Height = 94
Caption = '&Write settings file'
Items.Strings = (
'&Always'
'&Fail quietly'
'&Never')
TabOrder = 4
end
object cbCheckMultibyteChars: TCheckBox
Left = 296
Top = 49
Width = 200
Height = 20
Caption = 'Check for &multibyte chars'
TabOrder = 5
end
end
object tsLogFile: TTabSheet
Caption = '&Log file'
ImageIndex = 1
object sbSpecifedDir: TSpeedButton
Left = 180
Top = 195
Width = 29
Height = 26
Caption = '...'
OnClick = sbSpecifedDirClick
end
object Label3: TLabel
Left = 7
Top = 197
Width = 167
Height = 20
Caption = 'Select specified directory'
end
object lblBackupFileExt: TLabel
Left = 177
Top = 20
Width = 140
Height = 20
Caption = 'Backup file extension'
end
object lblOutputFileExt: TLabel
Left = 177
Top = 49
Width = 138
Height = 20
Caption = 'Output file extension'
end
object rgLogLevel: TRadioGroup
Left = 7
Top = 7
Width = 154
Height = 90
Caption = 'Log file detail level'
Items.Strings = (
'Errors only'
'File'
'Token')
TabOrder = 0
end
object rgLogDir: TRadioGroup
Left = 7
Top = 99
Width = 746
Height = 89
Caption = 'Log file directory'
Items.Strings = (
'Temp'
'Application'
'Specified')
TabOrder = 3
end
object btnViewLog: TButton
Left = 391
Top = 239
Width = 110
Height = 36
Caption = 'View Log now'
TabOrder = 6
OnClick = btnViewLogClick
end
object cbViewLog: TCheckBox
Left = 7
Top = 231
Width = 226
Height = 21
Caption = 'View log after each run'
TabOrder = 4
end
object edtBackupExt: TEdit
Left = 320
Top = 15
Width = 55
Height = 28
MaxLength = 3
TabOrder = 1
end
object edtOutputExt: TEdit
Left = 320
Top = 49
Width = 55
Height = 28
MaxLength = 3
TabOrder = 2
end
object cbLogTime: TCheckBox
Left = 7
Top = 256
Width = 226
Height = 21
Caption = 'Log time taken to process'
TabOrder = 5
end
end
object tsExclusions: TTabSheet
Caption = '&Exclusions'
ImageIndex = 2
OnResize = tsExclusionsResize
object lblFilesCaption: TLabel
Left = 11
Top = 5
Width = 324
Height = 20
Caption = 'Individual files to exclude from batch processing:'
end
object lblDirsCaption: TLabel
Left = 11
Top = 148
Width = 300
Height = 20
Caption = 'Directories to exclude from batch processing:'
end
object mFiles: TJvMemo
Left = 11
Top = 25
Width = 742
Height = 114
AutoSize = False
MaxLines = 0
HideCaret = False
TabOrder = 0
end
object mDirs: TJvMemo
Left = 11
Top = 168
Width = 742
Height = 119
AutoSize = False
MaxLines = 0
HideCaret = False
TabOrder = 1
end
end
object tsIde: TTabSheet
Caption = 'IDE'
ImageIndex = 3
object cbEditorIntegration: TCheckBox
Left = 11
Top = 15
Width = 214
Height = 21
Caption = '&Editor Integration'
TabOrder = 0
end
object cbFormatBeforeSave: TCheckBox
Left = 11
Top = 59
Width = 214
Height = 20
Caption = 'Format before &Save'
TabOrder = 1
OnClick = cbFormatBeforeSaveClick
end
object cbFormatAfterLoad: TCheckBox
Left = 11
Top = 37
Width = 214
Height = 21
Caption = 'Format after &Load'
TabOrder = 2
OnClick = cbFormatAfterLoadClick
end
end
end
object pnlBottom: TPanel
Left = 0
Top = 334
Width = 771
Height = 55
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object btnOK: TBitBtn
Left = 300
Top = 9
Width = 92
Height = 38
Kind = bkOK
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TBitBtn
Left = 408
Top = 9
Width = 92
Height = 38
Kind = bkCancel
TabOrder = 1
OnClick = btnCancelClick
end
end
object dlgOpen: TOpenDialog
DefaultExt = '*.cfg'
Left = 20
Top = 340
end
object JvBrowseForFolderDialog1: TJvBrowseForFolderDialog
Left = 56
Top = 344
end
end
|