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 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523
|
object frDesOptionsForm: TfrDesOptionsForm
Left = 399
Height = 453
Top = 216
Width = 422
ActiveControl = PageControl1
Caption = 'Options'
ClientHeight = 453
ClientWidth = 422
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.5'
object PageControl1: TPageControl
Left = 0
Height = 399
Top = 0
Width = 422
ActivePage = Tab1
Align = alClient
TabIndex = 0
TabOrder = 0
object Tab1: TTabSheet
Caption = 'Designer'
ClientHeight = 360
ClientWidth = 416
object GroupBox1: TGroupBox
AnchorSideLeft.Control = Tab1
AnchorSideTop.Control = Tab1
AnchorSideRight.Control = Label5
Left = 6
Height = 91
Top = 6
Width = 196
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Grid'
ClientHeight = 68
ClientWidth = 192
TabOrder = 0
object CB1: TCheckBox
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = GroupBox1
Left = 6
Height = 25
Top = 6
Width = 89
HelpContext = 66
BorderSpacing.Around = 6
Caption = '&Show grid'
TabOrder = 0
end
object CB2: TCheckBox
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = CB1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 102
HelpContext = 75
BorderSpacing.Around = 6
Caption = 'Align to &grid'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Tab1
AnchorSideRight.Control = Tab1
AnchorSideRight.Side = asrBottom
Left = 215
Height = 91
Top = 6
Width = 195
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Object moving'
ClientHeight = 68
ClientWidth = 191
TabOrder = 1
object RB4: TRadioButton
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = GroupBox2
Left = 6
Height = 25
Top = 6
Width = 64
HelpContext = 84
BorderSpacing.Around = 6
Caption = 'S&hape'
Checked = True
TabOrder = 0
TabStop = True
end
object RB5: TRadioButton
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = RB4
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 85
HelpContext = 94
BorderSpacing.Around = 6
Caption = '&Contents'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Tab1
AnchorSideRight.Side = asrBottom
Left = 215
Height = 122
Top = 103
Width = 195
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Report units'
ClientHeight = 99
ClientWidth = 191
TabOrder = 2
object RB6: TRadioButton
AnchorSideLeft.Control = GroupBox3
AnchorSideTop.Control = GroupBox3
Left = 6
Height = 25
Top = 6
Width = 63
HelpContext = 102
BorderSpacing.Around = 6
Caption = '&Pixels'
Checked = True
TabOrder = 0
TabStop = True
end
object RB7: TRadioButton
AnchorSideLeft.Control = GroupBox3
AnchorSideTop.Control = RB6
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 48
HelpContext = 112
BorderSpacing.Around = 6
Caption = '&MM'
TabOrder = 1
end
object RB8: TRadioButton
AnchorSideLeft.Control = GroupBox3
AnchorSideTop.Control = RB7
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 68
Width = 66
HelpContext = 121
BorderSpacing.Around = 6
Caption = '&Inches'
TabOrder = 2
end
end
object GroupBox4: TGroupBox
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Label5
Left = 12
Height = 122
Top = 103
Width = 190
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Grid size'
ClientHeight = 99
ClientWidth = 186
TabOrder = 3
object RB1: TRadioButton
AnchorSideLeft.Control = GroupBox4
AnchorSideTop.Control = GroupBox4
Left = 6
Height = 25
Top = 6
Width = 75
HelpContext = 131
BorderSpacing.Around = 6
Caption = '&4 pixels'
Checked = True
TabOrder = 0
TabStop = True
end
object RB2: TRadioButton
AnchorSideLeft.Control = GroupBox4
AnchorSideTop.Control = RB1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 75
HelpContext = 141
BorderSpacing.Around = 6
Caption = '&8 pixels'
TabOrder = 1
end
object RB3: TRadioButton
AnchorSideLeft.Control = GroupBox4
AnchorSideTop.Control = RB2
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 68
Width = 131
HelpContext = 151
BorderSpacing.Around = 6
Caption = '&18 pixels (5mm)'
TabOrder = 2
end
end
object GroupBox5: TGroupBox
AnchorSideLeft.Control = Tab1
AnchorSideTop.Control = GroupBox4
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Tab1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 122
Top = 231
Width = 404
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Other'
ClientHeight = 99
ClientWidth = 400
TabOrder = 4
object CB3: TCheckBox
AnchorSideLeft.Control = GroupBox5
AnchorSideTop.Control = GroupBox5
Left = 6
Height = 25
Top = 6
Width = 130
HelpContext = 161
BorderSpacing.Around = 6
Caption = 'Colored &buttons'
Enabled = False
TabOrder = 0
end
object CB4: TCheckBox
AnchorSideLeft.Control = GroupBox5
AnchorSideTop.Control = CB3
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 144
HelpContext = 171
BorderSpacing.Around = 6
Caption = '&Editing after insert'
TabOrder = 1
end
object CB5: TCheckBox
AnchorSideLeft.Control = GroupBox5
AnchorSideTop.Control = CB4
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 68
Width = 134
BorderSpacing.Around = 6
Caption = 'Show band &titles'
TabOrder = 2
end
object CheckBox2: TCheckBox
AnchorSideLeft.Control = Label6
AnchorSideTop.Control = GroupBox5
Left = 206
Height = 25
Top = 6
Width = 140
BorderSpacing.Around = 6
Caption = 'Use inplace editor'
TabOrder = 3
end
object Label6: TLabel
AnchorSideLeft.Control = GroupBox5
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupBox5
Left = 200
Height = 1
Top = 0
Width = 1
ParentColor = False
end
end
object Label5: TLabel
AnchorSideLeft.Control = Tab1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Tab1
Left = 208
Height = 1
Top = 0
Width = 1
ParentColor = False
end
end
object TabSheet1: TTabSheet
Caption = 'Editor'
ClientHeight = 360
ClientWidth = 416
object GroupBox6: TGroupBox
AnchorSideLeft.Control = TabSheet1
AnchorSideTop.Control = TabSheet1
AnchorSideRight.Control = TabSheet1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 157
Top = 6
Width = 404
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Memo editor'
ClientHeight = 134
ClientWidth = 400
TabOrder = 0
object RadioButton1: TRadioButton
AnchorSideLeft.Control = GroupBox6
AnchorSideTop.Control = GroupBox6
Left = 6
Height = 25
Top = 6
Width = 181
BorderSpacing.Around = 6
Caption = 'Use Memo font settings'
Checked = True
OnClick = RadioButton1Change
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
AnchorSideLeft.Control = GroupBox6
AnchorSideTop.Control = RadioButton1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 37
Width = 172
BorderSpacing.Around = 6
Caption = 'Use fixed font settings'
OnClick = RadioButton1Change
TabOrder = 1
end
object ComboBox1: TComboBox
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SpinEdit1
Left = 6
Height = 33
Top = 95
Width = 280
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
TabOrder = 2
Text = 'ComboBox1'
end
object Label1: TLabel
AnchorSideLeft.Control = GroupBox6
AnchorSideTop.Control = RadioButton2
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 68
Width = 69
BorderSpacing.Around = 6
Caption = 'Font name'
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = SpinEdit1
AnchorSideTop.Control = RadioButton2
AnchorSideTop.Side = asrBottom
Left = 298
Height = 21
Top = 68
Width = 59
BorderSpacing.Around = 6
Caption = 'Font size'
ParentColor = False
end
object SpinEdit1: TSpinEdit
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox6
AnchorSideRight.Side = asrBottom
Left = 292
Height = 31
Top = 95
Width = 102
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 3
Value = 4
end
end
object GroupBox7: TGroupBox
AnchorSideLeft.Control = TabSheet1
AnchorSideTop.Control = GroupBox6
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = TabSheet1
AnchorSideRight.Side = asrBottom
Left = 6
Height = 95
Top = 169
Width = 404
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Script editor'
ClientHeight = 72
ClientWidth = 400
TabOrder = 1
object Label3: TLabel
AnchorSideLeft.Control = GroupBox7
AnchorSideTop.Control = GroupBox7
Left = 6
Height = 21
Top = 6
Width = 69
BorderSpacing.Around = 6
Caption = 'Font name'
ParentColor = False
end
object ComboBox2: TComboBox
AnchorSideLeft.Control = Label3
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SpinEdit2
Left = 6
Height = 33
Top = 33
Width = 280
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
TabOrder = 0
Text = 'ComboBox2'
end
object Label4: TLabel
AnchorSideLeft.Control = SpinEdit2
AnchorSideTop.Control = GroupBox7
Left = 298
Height = 21
Top = 6
Width = 59
BorderSpacing.Around = 6
Caption = 'Font size'
ParentColor = False
end
object SpinEdit2: TSpinEdit
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox7
AnchorSideRight.Side = asrBottom
Left = 292
Height = 31
Top = 33
Width = 102
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 1
Value = 4
end
end
object CheckBox1: TCheckBox
AnchorSideLeft.Control = TabSheet1
AnchorSideTop.Control = GroupBox7
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 270
Width = 157
BorderSpacing.Around = 6
Caption = 'Use syntax highlight'
TabOrder = 2
end
end
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 42
Top = 405
Width = 410
OKButton.Name = 'OKButton'
OKButton.DefaultCaption = True
HelpButton.Name = 'HelpButton'
HelpButton.DefaultCaption = True
CloseButton.Name = 'CloseButton'
CloseButton.DefaultCaption = True
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.DefaultCaption = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
end
end
|