/ide/frames/editor_mouseaction_options.lfm

http://github.com/graemeg/lazarus · Unknown · 2338 lines · 2338 code · 0 blank · 0 comment · 0 complexity · 5c0e0a38b3d94c0da192deb75a702e4e MD5 · raw file

Large files are truncated click here to view the full file

  1. object EditorMouseOptionsFrame: TEditorMouseOptionsFrame
  2. Left = 0
  3. Height = 588
  4. Top = 0
  5. Width = 636
  6. HorzScrollBar.Page = 636
  7. VertScrollBar.Page = 523
  8. Align = alClient
  9. Anchors = [akTop]
  10. ClientHeight = 588
  11. ClientWidth = 636
  12. TabOrder = 0
  13. Visible = False
  14. DesignLeft = 366
  15. DesignTop = 153
  16. object pnlUserSchemes: TPanel
  17. AnchorSideLeft.Control = Owner
  18. AnchorSideTop.Control = Owner
  19. AnchorSideRight.Control = Owner
  20. AnchorSideRight.Side = asrBottom
  21. Left = 0
  22. Height = 23
  23. Top = 0
  24. Width = 636
  25. Anchors = [akTop, akLeft, akRight]
  26. AutoSize = True
  27. BevelOuter = bvNone
  28. ClientHeight = 23
  29. ClientWidth = 636
  30. TabOrder = 0
  31. Visible = False
  32. object chkPredefinedScheme: TCheckBox
  33. AnchorSideLeft.Control = pnlUserSchemes
  34. AnchorSideTop.Control = dropUserSchemes
  35. AnchorSideTop.Side = asrCenter
  36. Left = 6
  37. Height = 19
  38. Top = 2
  39. Width = 138
  40. BorderSpacing.Left = 6
  41. Caption = 'chkPredefinedScheme'
  42. OnChange = chkPredefinedSchemeChange
  43. TabOrder = 0
  44. end
  45. object dropUserSchemes: TComboBox
  46. AnchorSideLeft.Control = chkPredefinedScheme
  47. AnchorSideLeft.Side = asrBottom
  48. AnchorSideTop.Control = pnlUserSchemes
  49. AnchorSideRight.Control = pnlUserSchemes
  50. AnchorSideRight.Side = asrBottom
  51. Left = 150
  52. Height = 23
  53. Top = 0
  54. Width = 200
  55. Anchors = [akTop, akLeft, akRight]
  56. BorderSpacing.Left = 6
  57. Constraints.MaxWidth = 200
  58. ItemHeight = 15
  59. OnChange = dropUserSchemesChange
  60. OnExit = dropUserSchemesChange
  61. OnKeyDown = dropUserSchemesKeyDown
  62. Style = csDropDownList
  63. TabOrder = 1
  64. end
  65. end
  66. object HideMouseCheckBox: TCheckBox
  67. AnchorSideLeft.Control = Owner
  68. AnchorSideTop.Control = GenericDividerLabel
  69. AnchorSideTop.Side = asrBottom
  70. Left = 6
  71. Height = 19
  72. Top = 50
  73. Width = 133
  74. BorderSpacing.Left = 6
  75. Caption = 'HideMouseCheckBox'
  76. TabOrder = 1
  77. end
  78. object pnlAllGutter: TPanel
  79. AnchorSideLeft.Control = Owner
  80. AnchorSideTop.Control = GutterDividerLabel
  81. AnchorSideTop.Side = asrBottom
  82. AnchorSideRight.Control = Owner
  83. AnchorSideRight.Side = asrBottom
  84. Left = 0
  85. Height = 107
  86. Top = 96
  87. Width = 636
  88. Anchors = [akTop, akLeft, akRight]
  89. AutoSize = True
  90. BevelOuter = bvNone
  91. ClientHeight = 107
  92. ClientWidth = 636
  93. TabOrder = 2
  94. object PanelGutter: TPanel
  95. AnchorSideLeft.Control = pnlAllGutter
  96. AnchorSideTop.Control = pnlAllGutter
  97. AnchorSideRight.Control = pnlAllGutter
  98. AnchorSideRight.Side = asrBottom
  99. Left = 6
  100. Height = 57
  101. Top = 0
  102. Width = 624
  103. Anchors = [akTop, akLeft, akRight]
  104. AutoSize = True
  105. BorderSpacing.Left = 6
  106. BorderSpacing.Right = 6
  107. BevelOuter = bvNone
  108. ClientHeight = 57
  109. ClientWidth = 624
  110. TabOrder = 0
  111. object GutterLeftRadio1: TRadioButton
  112. AnchorSideLeft.Control = PanelGutter
  113. AnchorSideTop.Control = PanelGutter
  114. AnchorSideRight.Control = PanelGutter
  115. AnchorSideRight.Side = asrBottom
  116. Left = 0
  117. Height = 19
  118. Top = 0
  119. Width = 624
  120. Anchors = [akTop, akLeft, akRight]
  121. Caption = 'GutterLeftRadio1'
  122. Checked = True
  123. OnChange = CheckOrRadioChange
  124. TabOrder = 0
  125. TabStop = True
  126. end
  127. object GutterLeftRadio2: TRadioButton
  128. AnchorSideLeft.Control = PanelGutter
  129. AnchorSideTop.Control = GutterLeftRadio1
  130. AnchorSideTop.Side = asrBottom
  131. AnchorSideRight.Control = PanelGutter
  132. AnchorSideRight.Side = asrBottom
  133. Left = 0
  134. Height = 19
  135. Top = 19
  136. Width = 624
  137. Anchors = [akTop, akLeft, akRight]
  138. Caption = 'GutterLeftRadio2'
  139. OnChange = CheckOrRadioChange
  140. TabOrder = 1
  141. end
  142. object GutterLeftRadio3: TRadioButton
  143. AnchorSideLeft.Control = PanelGutter
  144. AnchorSideTop.Control = GutterLeftRadio2
  145. AnchorSideTop.Side = asrBottom
  146. AnchorSideRight.Control = PanelGutter
  147. AnchorSideRight.Side = asrBottom
  148. Left = 0
  149. Height = 19
  150. Top = 38
  151. Width = 624
  152. Anchors = [akTop, akLeft, akRight]
  153. Caption = 'GutterLeftRadio3'
  154. OnChange = CheckOrRadioChange
  155. TabOrder = 2
  156. end
  157. end
  158. object ResetGutterButton: TButton
  159. AnchorSideTop.Control = chkGutterTextLines
  160. AnchorSideTop.Side = asrBottom
  161. AnchorSideRight.Control = pnlAllGutter
  162. AnchorSideRight.Side = asrBottom
  163. Left = 507
  164. Height = 25
  165. Top = 82
  166. Width = 123
  167. Anchors = [akTop, akRight]
  168. AutoSize = True
  169. BorderSpacing.Top = 6
  170. BorderSpacing.Right = 6
  171. Caption = 'ResetGutterButton'
  172. OnClick = ResetGutterButtonClick
  173. TabOrder = 1
  174. end
  175. object chkGutterTextLines: TCheckBox
  176. AnchorSideLeft.Control = PanelGutter
  177. AnchorSideTop.Control = PanelGutter
  178. AnchorSideTop.Side = asrBottom
  179. Left = 6
  180. Height = 19
  181. Top = 57
  182. Width = 121
  183. Caption = 'chkGutterTextLines'
  184. OnChange = CheckOrRadioChange
  185. TabOrder = 2
  186. end
  187. end
  188. object pnlAllText: TPanel
  189. AnchorSideLeft.Control = Owner
  190. AnchorSideTop.Control = TextDividerLabel
  191. AnchorSideTop.Side = asrBottom
  192. AnchorSideRight.Control = Owner
  193. AnchorSideRight.Side = asrBottom
  194. AnchorSideBottom.Control = pnlBottom
  195. Left = 0
  196. Height = 318
  197. Top = 230
  198. Width = 636
  199. Anchors = [akTop, akLeft, akRight, akBottom]
  200. AutoSize = True
  201. BevelOuter = bvNone
  202. ClientHeight = 318
  203. ClientWidth = 636
  204. TabOrder = 3
  205. object PanelTextCheckBox: TPanel
  206. AnchorSideLeft.Control = pnlAllText
  207. AnchorSideTop.Control = pnlAllText
  208. AnchorSideRight.Control = pnlAllText
  209. AnchorSideRight.Side = asrBottom
  210. Left = 6
  211. Height = 38
  212. Top = 0
  213. Width = 624
  214. Anchors = [akTop, akLeft, akRight]
  215. AutoSize = True
  216. BorderSpacing.Left = 6
  217. BorderSpacing.Right = 6
  218. BorderSpacing.Bottom = 6
  219. BevelOuter = bvNone
  220. ChildSizing.ControlsPerLine = 2
  221. ClientHeight = 38
  222. ClientWidth = 624
  223. TabOrder = 0
  224. object TextDrag: TCheckBox
  225. AnchorSideLeft.Control = PanelTextCheckBox
  226. Left = 0
  227. Height = 19
  228. Top = 0
  229. Width = 67
  230. Caption = 'TextDrag'
  231. OnChange = CheckOrRadioChange
  232. TabOrder = 0
  233. end
  234. object RightMoveCaret: TCheckBox
  235. AnchorSideLeft.Control = PanelTextCheckBox
  236. AnchorSideTop.Control = TextDrag
  237. AnchorSideTop.Side = asrBottom
  238. Left = 0
  239. Height = 19
  240. Top = 19
  241. Width = 106
  242. Caption = 'RightMoveCaret'
  243. OnChange = CheckOrRadioChange
  244. TabOrder = 1
  245. end
  246. end
  247. object ToolBar1: TToolBar
  248. AnchorSideLeft.Control = pnlAllText
  249. AnchorSideTop.Control = PanelTextCheckBox
  250. AnchorSideTop.Side = asrBottom
  251. AnchorSideRight.Control = pnlAllText
  252. AnchorSideRight.Side = asrBottom
  253. Left = 0
  254. Height = 26
  255. Top = 44
  256. Width = 636
  257. Align = alNone
  258. Anchors = [akTop, akLeft, akRight]
  259. Caption = 'ToolBar1'
  260. ShowCaptions = True
  261. TabOrder = 1
  262. object ToolBtnMiddle: TToolButton
  263. Tag = 2
  264. Left = 194
  265. Top = 2
  266. Caption = 'ToolBtnMiddle'
  267. Grouped = True
  268. OnClick = ToolBtnMiddleClick
  269. Style = tbsCheck
  270. end
  271. object ToolBtnWheel: TToolButton
  272. Tag = 3
  273. Left = 281
  274. Top = 2
  275. Caption = 'ToolBtnWheel'
  276. Grouped = True
  277. OnClick = ToolBtnMiddleClick
  278. Style = tbsCheck
  279. end
  280. object ToolBtnLeftMod: TToolButton
  281. Left = 1
  282. Top = 2
  283. Caption = 'ToolBtnLeftMod'
  284. Down = True
  285. Grouped = True
  286. OnClick = ToolBtnMiddleClick
  287. Style = tbsCheck
  288. end
  289. object ToolBtnLeftMulti: TToolButton
  290. Tag = 1
  291. Left = 96
  292. Top = 2
  293. Caption = 'ToolBtnLeftMulti'
  294. Grouped = True
  295. OnClick = ToolBtnMiddleClick
  296. Style = tbsCheck
  297. end
  298. object ToolBtnRight: TToolButton
  299. Tag = 4
  300. Left = 364
  301. Top = 2
  302. Caption = 'ToolBtnRight'
  303. Grouped = True
  304. OnClick = ToolBtnMiddleClick
  305. Style = tbsCheck
  306. end
  307. object ToolBtnExtra1: TToolButton
  308. Tag = 5
  309. Left = 442
  310. Top = 2
  311. Caption = 'ToolBtnExtra1'
  312. Grouped = True
  313. OnClick = ToolBtnMiddleClick
  314. Style = tbsCheck
  315. end
  316. object ToolBtnExtra2: TToolButton
  317. Tag = 6
  318. Left = 523
  319. Top = 2
  320. Caption = 'ToolBtnExtra2'
  321. Grouped = True
  322. OnClick = ToolBtnMiddleClick
  323. Style = tbsCheck
  324. end
  325. end
  326. object ResetTextButton: TButton
  327. AnchorSideTop.Control = Notebook1
  328. AnchorSideTop.Side = asrBottom
  329. AnchorSideRight.Control = pnlAllText
  330. AnchorSideRight.Side = asrBottom
  331. AnchorSideBottom.Control = pnlAllText
  332. AnchorSideBottom.Side = asrBottom
  333. Left = 518
  334. Height = 25
  335. Top = 293
  336. Width = 112
  337. Anchors = [akRight, akBottom]
  338. AutoSize = True
  339. BorderSpacing.Top = 6
  340. BorderSpacing.Right = 6
  341. Caption = 'ResetTextButton'
  342. OnClick = ResetTextButtonClick
  343. TabOrder = 2
  344. end
  345. object Notebook1: TNotebook
  346. AnchorSideLeft.Control = pnlAllText
  347. AnchorSideTop.Control = ToolBar1
  348. AnchorSideTop.Side = asrBottom
  349. AnchorSideRight.Control = pnlAllText
  350. AnchorSideRight.Side = asrBottom
  351. AnchorSideBottom.Control = ResetTextButton
  352. Left = 0
  353. Height = 217
  354. Top = 70
  355. Width = 636
  356. PageIndex = 0
  357. Anchors = [akTop, akLeft, akRight, akBottom]
  358. TabOrder = 3
  359. TabStop = True
  360. object PageLeftMod: TPage
  361. object ScrollBoxLeftMod: TScrollBox
  362. Left = 0
  363. Height = 217
  364. Top = 0
  365. Width = 636
  366. HorzScrollBar.Page = 246
  367. HorzScrollBar.Tracking = True
  368. VertScrollBar.Page = 203
  369. VertScrollBar.Tracking = True
  370. Align = alClient
  371. BorderStyle = bsNone
  372. ClientHeight = 217
  373. ClientWidth = 636
  374. TabOrder = 0
  375. object dropCtrlLeft: TComboBox
  376. AnchorSideLeft.Control = dropAltLeft
  377. AnchorSideTop.Control = dropAltLeft
  378. AnchorSideTop.Side = asrBottom
  379. AnchorSideRight.Control = ScrollBoxLeftMod
  380. AnchorSideRight.Side = asrBottom
  381. Left = 140
  382. Height = 23
  383. Top = 35
  384. Width = 490
  385. Anchors = [akTop, akLeft, akRight]
  386. BorderSpacing.Top = 6
  387. BorderSpacing.Right = 6
  388. DropDownCount = 12
  389. ItemHeight = 15
  390. OnChange = CheckOrRadioChange
  391. Style = csDropDownList
  392. TabOrder = 0
  393. end
  394. object CtrLLeftLabel: TLabel
  395. AnchorSideLeft.Control = ScrollBoxLeftMod
  396. AnchorSideTop.Control = dropCtrlLeft
  397. AnchorSideTop.Side = asrCenter
  398. Left = 6
  399. Height = 15
  400. Top = 39
  401. Width = 70
  402. BorderSpacing.Left = 6
  403. Caption = 'CtrLLeftLabel'
  404. ParentColor = False
  405. end
  406. object dropAltLeft: TComboBox
  407. AnchorSideLeft.Control = dropShiftLeft
  408. AnchorSideTop.Control = ScrollBoxLeftMod
  409. AnchorSideRight.Control = ScrollBoxLeftMod
  410. AnchorSideRight.Side = asrBottom
  411. Left = 140
  412. Height = 23
  413. Top = 6
  414. Width = 490
  415. Anchors = [akTop, akLeft, akRight]
  416. BorderSpacing.Top = 6
  417. BorderSpacing.Right = 6
  418. DropDownCount = 12
  419. ItemHeight = 15
  420. OnChange = CheckOrRadioChange
  421. Style = csDropDownList
  422. TabOrder = 1
  423. end
  424. object AltLeftLabel: TLabel
  425. AnchorSideLeft.Control = ScrollBoxLeftMod
  426. AnchorSideTop.Control = dropAltLeft
  427. AnchorSideTop.Side = asrCenter
  428. Left = 6
  429. Height = 15
  430. Top = 10
  431. Width = 63
  432. BorderSpacing.Left = 6
  433. Caption = 'AltLeftLabel'
  434. ParentColor = False
  435. end
  436. object dropShiftLeft: TComboBox
  437. AnchorSideLeft.Control = ScrollBoxLeftMod
  438. AnchorSideTop.Control = dropAltCtrlLeft
  439. AnchorSideTop.Side = asrBottom
  440. AnchorSideRight.Control = ScrollBoxLeftMod
  441. AnchorSideRight.Side = asrBottom
  442. Left = 140
  443. Height = 23
  444. Top = 93
  445. Width = 490
  446. Anchors = [akTop, akLeft, akRight]
  447. BorderSpacing.Left = 140
  448. BorderSpacing.Top = 6
  449. BorderSpacing.Right = 6
  450. DropDownCount = 12
  451. ItemHeight = 15
  452. OnChange = CheckOrRadioChange
  453. Style = csDropDownList
  454. TabOrder = 2
  455. end
  456. object dropAltCtrlLeft: TComboBox
  457. AnchorSideLeft.Control = dropAltLeft
  458. AnchorSideTop.Control = dropCtrlLeft
  459. AnchorSideTop.Side = asrBottom
  460. AnchorSideRight.Control = ScrollBoxLeftMod
  461. AnchorSideRight.Side = asrBottom
  462. Left = 140
  463. Height = 23
  464. Top = 64
  465. Width = 490
  466. Anchors = [akTop, akLeft, akRight]
  467. BorderSpacing.Top = 6
  468. BorderSpacing.Right = 6
  469. DropDownCount = 12
  470. ItemHeight = 15
  471. OnChange = CheckOrRadioChange
  472. Style = csDropDownList
  473. TabOrder = 3
  474. end
  475. object dropShiftAltLeft: TComboBox
  476. AnchorSideLeft.Control = dropAltLeft
  477. AnchorSideTop.Control = dropShiftLeft
  478. AnchorSideTop.Side = asrBottom
  479. AnchorSideRight.Control = ScrollBoxLeftMod
  480. AnchorSideRight.Side = asrBottom
  481. Left = 140
  482. Height = 23
  483. Top = 122
  484. Width = 490
  485. Anchors = [akTop, akLeft, akRight]
  486. BorderSpacing.Top = 6
  487. BorderSpacing.Right = 6
  488. DropDownCount = 12
  489. ItemHeight = 15
  490. OnChange = CheckOrRadioChange
  491. Style = csDropDownList
  492. TabOrder = 4
  493. end
  494. object dropShiftCtrlLeft: TComboBox
  495. AnchorSideLeft.Control = dropAltLeft
  496. AnchorSideTop.Control = dropShiftAltLeft
  497. AnchorSideTop.Side = asrBottom
  498. AnchorSideRight.Control = ScrollBoxLeftMod
  499. AnchorSideRight.Side = asrBottom
  500. Left = 140
  501. Height = 23
  502. Top = 151
  503. Width = 490
  504. Anchors = [akTop, akLeft, akRight]
  505. BorderSpacing.Top = 6
  506. BorderSpacing.Right = 6
  507. DropDownCount = 12
  508. ItemHeight = 15
  509. OnChange = CheckOrRadioChange
  510. Style = csDropDownList
  511. TabOrder = 5
  512. end
  513. object dropShiftAltCtrlLeft: TComboBox
  514. AnchorSideLeft.Control = dropAltLeft
  515. AnchorSideTop.Control = dropShiftCtrlLeft
  516. AnchorSideTop.Side = asrBottom
  517. AnchorSideRight.Control = ScrollBoxLeftMod
  518. AnchorSideRight.Side = asrBottom
  519. Left = 140
  520. Height = 23
  521. Top = 180
  522. Width = 490
  523. Anchors = [akTop, akLeft, akRight]
  524. BorderSpacing.Top = 6
  525. BorderSpacing.Right = 6
  526. DropDownCount = 12
  527. ItemHeight = 15
  528. OnChange = CheckOrRadioChange
  529. Style = csDropDownList
  530. TabOrder = 6
  531. end
  532. object ShiftLeftLabel: TLabel
  533. AnchorSideLeft.Control = ScrollBoxLeftMod
  534. AnchorSideTop.Control = dropShiftLeft
  535. AnchorSideTop.Side = asrCenter
  536. Left = 6
  537. Height = 15
  538. Top = 97
  539. Width = 72
  540. BorderSpacing.Left = 6
  541. Caption = 'ShiftLeftLabel'
  542. ParentColor = False
  543. end
  544. object AltCtrlLeftLabel: TLabel
  545. AnchorSideLeft.Control = ScrollBoxLeftMod
  546. AnchorSideTop.Control = dropAltCtrlLeft
  547. AnchorSideTop.Side = asrCenter
  548. Left = 6
  549. Height = 15
  550. Top = 68
  551. Width = 82
  552. BorderSpacing.Left = 6
  553. Caption = 'AltCtrlLeftLabel'
  554. ParentColor = False
  555. end
  556. object ShiftCtrlLeftLabel: TLabel
  557. AnchorSideLeft.Control = ScrollBoxLeftMod
  558. AnchorSideTop.Control = dropShiftCtrlLeft
  559. AnchorSideTop.Side = asrCenter
  560. Left = 6
  561. Height = 15
  562. Top = 155
  563. Width = 91
  564. BorderSpacing.Left = 6
  565. Caption = 'ShiftCtrlLeftLabel'
  566. ParentColor = False
  567. end
  568. object ShiftAltLeftLabel: TLabel
  569. AnchorSideLeft.Control = ScrollBoxLeftMod
  570. AnchorSideTop.Control = dropShiftAltLeft
  571. AnchorSideTop.Side = asrCenter
  572. Left = 6
  573. Height = 15
  574. Top = 126
  575. Width = 87
  576. BorderSpacing.Left = 6
  577. Caption = 'ShiftAltLeftLabel'
  578. ParentColor = False
  579. end
  580. object ShiftAltCtrlLeftLabel: TLabel
  581. AnchorSideLeft.Control = ScrollBoxLeftMod
  582. AnchorSideTop.Control = dropShiftAltCtrlLeft
  583. AnchorSideTop.Side = asrCenter
  584. Left = 6
  585. Height = 15
  586. Top = 184
  587. Width = 106
  588. BorderSpacing.Left = 6
  589. Caption = 'ShiftAltCtrlLeftLabel'
  590. ParentColor = False
  591. end
  592. end
  593. end
  594. object PageLeftDbl: TPage
  595. object ScrollBoxLeftDbl: TScrollBox
  596. Left = 0
  597. Height = 207
  598. Top = 0
  599. Width = 636
  600. HorzScrollBar.Page = 636
  601. HorzScrollBar.Tracking = True
  602. VertScrollBar.Page = 207
  603. VertScrollBar.Tracking = True
  604. Align = alClient
  605. BorderStyle = bsNone
  606. ClientHeight = 207
  607. ClientWidth = 636
  608. TabOrder = 0
  609. object dropLeftTriple: TComboBox
  610. AnchorSideLeft.Control = dropLeftDouble
  611. AnchorSideTop.Control = dropLeftDouble
  612. AnchorSideTop.Side = asrBottom
  613. AnchorSideRight.Control = ScrollBoxLeftDbl
  614. AnchorSideRight.Side = asrBottom
  615. Left = 140
  616. Height = 23
  617. Top = 35
  618. Width = 490
  619. Anchors = [akTop, akLeft, akRight]
  620. BorderSpacing.Top = 6
  621. BorderSpacing.Right = 6
  622. DropDownCount = 12
  623. ItemHeight = 15
  624. OnChange = CheckOrRadioChange
  625. Style = csDropDownList
  626. TabOrder = 0
  627. end
  628. object lblLeftTriple: TLabel
  629. AnchorSideLeft.Control = ScrollBoxLeftDbl
  630. AnchorSideTop.Control = dropLeftTriple
  631. AnchorSideTop.Side = asrCenter
  632. Left = 6
  633. Height = 16
  634. Top = 38
  635. Width = 71
  636. BorderSpacing.Left = 6
  637. Caption = 'lblLeftTriple'
  638. ParentColor = False
  639. end
  640. object dropLeftDouble: TComboBox
  641. AnchorSideLeft.Control = ScrollBoxLeftDbl
  642. AnchorSideTop.Control = ScrollBoxLeftDbl
  643. AnchorSideRight.Control = ScrollBoxLeftDbl
  644. AnchorSideRight.Side = asrBottom
  645. Left = 140
  646. Height = 23
  647. Top = 6
  648. Width = 490
  649. Anchors = [akTop, akLeft, akRight]
  650. BorderSpacing.Left = 140
  651. BorderSpacing.Top = 6
  652. BorderSpacing.Right = 6
  653. DropDownCount = 12
  654. ItemHeight = 15
  655. OnChange = CheckOrRadioChange
  656. Style = csDropDownList
  657. TabOrder = 1
  658. end
  659. object lblLeftDouble: TLabel
  660. AnchorSideLeft.Control = ScrollBoxLeftDbl
  661. AnchorSideTop.Control = dropLeftDouble
  662. AnchorSideTop.Side = asrCenter
  663. Left = 6
  664. Height = 16
  665. Top = 9
  666. Width = 72
  667. BorderSpacing.Left = 6
  668. Caption = 'lblLeftDouble'
  669. ParentColor = False
  670. end
  671. object dropLeftQuad: TComboBox
  672. AnchorSideLeft.Control = dropLeftDouble
  673. AnchorSideTop.Control = dropLeftTriple
  674. AnchorSideTop.Side = asrBottom
  675. AnchorSideRight.Control = ScrollBoxLeftDbl
  676. AnchorSideRight.Side = asrBottom
  677. Left = 140
  678. Height = 23
  679. Top = 64
  680. Width = 490
  681. Anchors = [akTop, akLeft, akRight]
  682. BorderSpacing.Top = 6
  683. BorderSpacing.Right = 6
  684. DropDownCount = 12
  685. ItemHeight = 15
  686. OnChange = CheckOrRadioChange
  687. Style = csDropDownList
  688. TabOrder = 2
  689. end
  690. object dropLeftShiftDouble: TComboBox
  691. AnchorSideLeft.Control = dropLeftDouble
  692. AnchorSideTop.Control = dropLeftQuad
  693. AnchorSideTop.Side = asrBottom
  694. AnchorSideRight.Control = ScrollBoxLeftDbl
  695. AnchorSideRight.Side = asrBottom
  696. Left = 140
  697. Height = 23
  698. Top = 93
  699. Width = 490
  700. Anchors = [akTop, akLeft, akRight]
  701. BorderSpacing.Top = 6
  702. BorderSpacing.Right = 6
  703. DropDownCount = 12
  704. ItemHeight = 15
  705. OnChange = CheckOrRadioChange
  706. Style = csDropDownList
  707. TabOrder = 3
  708. end
  709. object dropLeftAltDouble: TComboBox
  710. AnchorSideLeft.Control = dropLeftDouble
  711. AnchorSideTop.Control = dropLeftShiftDouble
  712. AnchorSideTop.Side = asrBottom
  713. AnchorSideRight.Control = ScrollBoxLeftDbl
  714. AnchorSideRight.Side = asrBottom
  715. Left = 140
  716. Height = 23
  717. Top = 122
  718. Width = 490
  719. Anchors = [akTop, akLeft, akRight]
  720. BorderSpacing.Top = 6
  721. BorderSpacing.Right = 6
  722. DropDownCount = 12
  723. ItemHeight = 15
  724. OnChange = CheckOrRadioChange
  725. Style = csDropDownList
  726. TabOrder = 4
  727. end
  728. object dropLeftCtrlDouble: TComboBox
  729. AnchorSideLeft.Control = dropLeftDouble
  730. AnchorSideTop.Control = dropLeftAltDouble
  731. AnchorSideTop.Side = asrBottom
  732. AnchorSideRight.Control = ScrollBoxLeftDbl
  733. AnchorSideRight.Side = asrBottom
  734. Left = 140
  735. Height = 23
  736. Top = 151
  737. Width = 490
  738. Anchors = [akTop, akLeft, akRight]
  739. BorderSpacing.Top = 6
  740. BorderSpacing.Right = 6
  741. DropDownCount = 12
  742. ItemHeight = 15
  743. OnChange = CheckOrRadioChange
  744. Style = csDropDownList
  745. TabOrder = 5
  746. end
  747. object lblLeftQuad: TLabel
  748. AnchorSideLeft.Control = ScrollBoxLeftDbl
  749. AnchorSideTop.Control = dropLeftQuad
  750. AnchorSideTop.Side = asrCenter
  751. Left = 6
  752. Height = 16
  753. Top = 67
  754. Width = 63
  755. BorderSpacing.Left = 6
  756. Caption = 'lblLeftQuad'
  757. ParentColor = False
  758. end
  759. object lblLeftDoubleShift: TLabel
  760. AnchorSideLeft.Control = ScrollBoxLeftDbl
  761. AnchorSideTop.Control = dropLeftShiftDouble
  762. AnchorSideTop.Side = asrCenter
  763. Left = 6
  764. Height = 16
  765. Top = 96
  766. Width = 96
  767. BorderSpacing.Left = 6
  768. Caption = 'lblLeftDoubleShift'
  769. ParentColor = False
  770. end
  771. object lblLeftDoubleAlt: TLabel
  772. AnchorSideLeft.Control = ScrollBoxLeftDbl
  773. AnchorSideTop.Control = dropLeftAltDouble
  774. AnchorSideTop.Side = asrCenter
  775. Left = 6
  776. Height = 16
  777. Top = 125
  778. Width = 87
  779. BorderSpacing.Left = 6
  780. Caption = 'lblLeftDoubleAlt'
  781. ParentColor = False
  782. end
  783. object lblLeftDoubleCtrl: TLabel
  784. AnchorSideLeft.Control = ScrollBoxLeftDbl
  785. AnchorSideTop.Control = dropLeftCtrlDouble
  786. AnchorSideTop.Side = asrCenter
  787. Left = 6
  788. Height = 16
  789. Top = 154
  790. Width = 91
  791. BorderSpacing.Left = 6
  792. Caption = 'lblLeftDoubleCtrl'
  793. ParentColor = False
  794. end
  795. end
  796. end
  797. object PageMiddle: TPage
  798. object ScrollBoxMiddle: TScrollBox
  799. Left = 0
  800. Height = 243
  801. Top = 0
  802. Width = 636
  803. HorzScrollBar.Page = 636
  804. HorzScrollBar.Tracking = True
  805. VertScrollBar.Page = 243
  806. VertScrollBar.Tracking = True
  807. Align = alClient
  808. BorderStyle = bsNone
  809. ClientHeight = 243
  810. ClientWidth = 636
  811. TabOrder = 0
  812. object lblMiddle: TLabel
  813. AnchorSideLeft.Control = ScrollBoxMiddle
  814. AnchorSideTop.Control = dropMiddle
  815. AnchorSideTop.Side = asrCenter
  816. AnchorSideRight.Control = ScrollBoxMiddle
  817. AnchorSideRight.Side = asrBottom
  818. Left = 6
  819. Height = 16
  820. Top = 9
  821. Width = 84
  822. BorderSpacing.Left = 6
  823. Caption = 'lblMiddle'
  824. ParentColor = False
  825. end
  826. object dropMiddle: TComboBox
  827. AnchorSideLeft.Control = ScrollBoxMiddle
  828. AnchorSideTop.Control = ScrollBoxMiddle
  829. AnchorSideRight.Control = ScrollBoxMiddle
  830. AnchorSideRight.Side = asrBottom
  831. Left = 140
  832. Height = 23
  833. Top = 6
  834. Width = 490
  835. Anchors = [akTop, akLeft, akRight]
  836. BorderSpacing.Left = 140
  837. BorderSpacing.Top = 6
  838. BorderSpacing.Right = 6
  839. DropDownCount = 12
  840. ItemHeight = 15
  841. OnChange = CheckOrRadioChange
  842. Style = csDropDownList
  843. TabOrder = 1
  844. end
  845. object lblMiddleCtrl: TLabel
  846. AnchorSideLeft.Control = ScrollBoxMiddle
  847. AnchorSideTop.Control = dropMiddleCtrl
  848. AnchorSideTop.Side = asrCenter
  849. AnchorSideRight.Control = ScrollBoxMiddle
  850. AnchorSideRight.Side = asrBottom
  851. Left = 6
  852. Height = 16
  853. Top = 96
  854. Width = 103
  855. BorderSpacing.Left = 6
  856. Caption = 'lblMiddleCtrl'
  857. ParentColor = False
  858. end
  859. object dropMiddleCtrl: TComboBox
  860. AnchorSideLeft.Control = dropMiddle
  861. AnchorSideTop.Control = dropMiddleAlt
  862. AnchorSideTop.Side = asrBottom
  863. AnchorSideRight.Control = ScrollBoxMiddle
  864. AnchorSideRight.Side = asrBottom
  865. Left = 140
  866. Height = 23
  867. Top = 93
  868. Width = 490
  869. Anchors = [akTop, akLeft, akRight]
  870. BorderSpacing.Top = 6
  871. BorderSpacing.Right = 6
  872. DropDownCount = 12
  873. ItemHeight = 15
  874. OnChange = CheckOrRadioChange
  875. Style = csDropDownList
  876. TabOrder = 0
  877. end
  878. object dropMiddleAlt: TComboBox
  879. AnchorSideLeft.Control = dropMiddle
  880. AnchorSideTop.Control = dropMiddleShift
  881. AnchorSideTop.Side = asrBottom
  882. AnchorSideRight.Control = ScrollBoxMiddle
  883. AnchorSideRight.Side = asrBottom
  884. Left = 140
  885. Height = 23
  886. Top = 64
  887. Width = 490
  888. Anchors = [akTop, akLeft, akRight]
  889. BorderSpacing.Top = 6
  890. BorderSpacing.Right = 6
  891. DropDownCount = 12
  892. ItemHeight = 15
  893. OnChange = CheckOrRadioChange
  894. Style = csDropDownList
  895. TabOrder = 2
  896. end
  897. object lblMiddleAlt: TLabel
  898. AnchorSideLeft.Control = ScrollBoxMiddle
  899. AnchorSideTop.Control = dropMiddleAlt
  900. AnchorSideTop.Side = asrCenter
  901. AnchorSideRight.Control = ScrollBoxMiddle
  902. AnchorSideRight.Side = asrBottom
  903. Left = 6
  904. Height = 16
  905. Top = 67
  906. Width = 99
  907. BorderSpacing.Left = 6
  908. Caption = 'lblMiddleAlt'
  909. ParentColor = False
  910. end
  911. object dropMiddleShift: TComboBox
  912. AnchorSideLeft.Control = dropMiddle
  913. AnchorSideTop.Control = dropMiddle
  914. AnchorSideTop.Side = asrBottom
  915. AnchorSideRight.Control = ScrollBoxMiddle
  916. AnchorSideRight.Side = asrBottom
  917. Left = 140
  918. Height = 23
  919. Top = 35
  920. Width = 490
  921. Anchors = [akTop, akLeft, akRight]
  922. BorderSpacing.Top = 6
  923. BorderSpacing.Right = 6
  924. DropDownCount = 12
  925. ItemHeight = 15
  926. OnChange = CheckOrRadioChange
  927. Style = csDropDownList
  928. TabOrder = 3
  929. end
  930. object lblMiddleShift: TLabel
  931. AnchorSideLeft.Control = ScrollBoxMiddle
  932. AnchorSideTop.Control = dropMiddleShift
  933. AnchorSideTop.Side = asrCenter
  934. AnchorSideRight.Control = ScrollBoxMiddle
  935. AnchorSideRight.Side = asrBottom
  936. Left = 6
  937. Height = 16
  938. Top = 38
  939. Width = 90
  940. BorderSpacing.Left = 6
  941. Caption = 'lblMiddleShift'
  942. ParentColor = False
  943. end
  944. object dropMiddleAltCtrl: TComboBox
  945. AnchorSideLeft.Control = dropMiddle
  946. AnchorSideTop.Control = dropMiddleCtrl
  947. AnchorSideTop.Side = asrBottom
  948. AnchorSideRight.Control = ScrollBoxMiddle
  949. AnchorSideRight.Side = asrBottom
  950. Left = 140
  951. Height = 23
  952. Top = 122
  953. Width = 490
  954. Anchors = [akTop, akLeft, akRight]
  955. BorderSpacing.Top = 6
  956. BorderSpacing.Right = 6
  957. DropDownCount = 12
  958. ItemHeight = 15
  959. OnChange = CheckOrRadioChange
  960. Style = csDropDownList
  961. TabOrder = 4
  962. end
  963. object dropMiddleShiftAlt: TComboBox
  964. AnchorSideLeft.Control = dropMiddle
  965. AnchorSideTop.Control = dropMiddleAltCtrl
  966. AnchorSideTop.Side = asrBottom
  967. AnchorSideRight.Control = ScrollBoxMiddle
  968. AnchorSideRight.Side = asrBottom
  969. Left = 140
  970. Height = 23
  971. Top = 151
  972. Width = 490
  973. Anchors = [akTop, akLeft, akRight]
  974. BorderSpacing.Top = 6
  975. BorderSpacing.Right = 6
  976. DropDownCount = 12
  977. ItemHeight = 15
  978. OnChange = CheckOrRadioChange
  979. Style = csDropDownList
  980. TabOrder = 5
  981. end
  982. object dropMiddleShiftCtrl: TComboBox
  983. AnchorSideLeft.Control = dropMiddle
  984. AnchorSideTop.Control = dropMiddleShiftAlt
  985. AnchorSideTop.Side = asrBottom
  986. AnchorSideRight.Control = ScrollBoxMiddle
  987. AnchorSideRight.Side = asrBottom
  988. Left = 140
  989. Height = 23
  990. Top = 180
  991. Width = 490
  992. Anchors = [akTop, akLeft, akRight]
  993. BorderSpacing.Top = 6
  994. BorderSpacing.Right = 6
  995. DropDownCount = 12
  996. ItemHeight = 15
  997. OnChange = CheckOrRadioChange
  998. Style = csDropDownList
  999. TabOrder = 6
  1000. end
  1001. object dropMiddleShiftAltCtrl: TComboBox
  1002. AnchorSideLeft.Control = dropMiddle
  1003. AnchorSideTop.Control = dropMiddleShiftCtrl
  1004. AnchorSideTop.Side = asrBottom
  1005. AnchorSideRight.Control = ScrollBoxMiddle
  1006. AnchorSideRight.Side = asrBottom
  1007. Left = 140
  1008. Height = 23
  1009. Top = 209
  1010. Width = 490
  1011. Anchors = [akTop, akLeft, akRight]
  1012. BorderSpacing.Top = 6
  1013. BorderSpacing.Right = 6
  1014. DropDownCount = 12
  1015. ItemHeight = 15
  1016. OnChange = CheckOrRadioChange
  1017. Style = csDropDownList
  1018. TabOrder = 7
  1019. end
  1020. object lblMiddleAltCtrl: TLabel
  1021. AnchorSideLeft.Control = ScrollBoxMiddle
  1022. AnchorSideTop.Control = dropMiddleAltCtrl
  1023. AnchorSideTop.Side = asrCenter
  1024. AnchorSideRight.Control = ScrollBoxMiddle
  1025. AnchorSideRight.Side = asrBottom
  1026. Left = 6
  1027. Height = 16
  1028. Top = 125
  1029. Width = 118
  1030. BorderSpacing.Left = 6
  1031. Caption = 'lblMiddleAltCtrl'
  1032. ParentColor = False
  1033. end
  1034. object lblMiddleShiftAlt: TLabel
  1035. AnchorSideLeft.Control = ScrollBoxMiddle
  1036. AnchorSideTop.Control = dropMiddleShiftAlt
  1037. AnchorSideTop.Side = asrCenter
  1038. AnchorSideRight.Control = ScrollBoxMiddle
  1039. AnchorSideRight.Side = asrBottom
  1040. Left = 6
  1041. Height = 16
  1042. Top = 154
  1043. Width = 123
  1044. BorderSpacing.Left = 6
  1045. Caption = 'lblMiddleShiftAlt'
  1046. ParentColor = False
  1047. end
  1048. object lblMiddleShiftCtrl: TLabel
  1049. AnchorSideLeft.Control = ScrollBoxMiddle
  1050. AnchorSideTop.Control = dropMiddleShiftCtrl
  1051. AnchorSideTop.Side = asrCenter
  1052. AnchorSideRight.Control = ScrollBoxMiddle
  1053. AnchorSideRight.Side = asrBottom
  1054. Left = 6
  1055. Height = 16
  1056. Top = 183
  1057. Width = 127
  1058. BorderSpacing.Left = 6
  1059. Caption = 'lblMiddleShiftCtrl'
  1060. ParentColor = False
  1061. end
  1062. object lblMiddleShiftAltCtrl: TLabel
  1063. AnchorSideLeft.Control = ScrollBoxMiddle
  1064. AnchorSideTop.Control = dropMiddleShiftAltCtrl
  1065. AnchorSideTop.Side = asrCenter
  1066. AnchorSideRight.Control = ScrollBoxMiddle
  1067. AnchorSideRight.Side = asrBottom
  1068. Left = 6
  1069. Height = 16
  1070. Top = 212
  1071. Width = 142
  1072. BorderSpacing.Left = 6
  1073. Caption = 'lblMiddleShiftAltCtrl'
  1074. ParentColor = False
  1075. end
  1076. end
  1077. end
  1078. object PageWheel: TPage
  1079. object ScrollBoxWheel: TScrollBox
  1080. Left = 0
  1081. Height = 249
  1082. Top = 0
  1083. Width = 636
  1084. HorzScrollBar.Page = 636
  1085. HorzScrollBar.Tracking = True
  1086. VertScrollBar.Page = 249
  1087. VertScrollBar.Tracking = True
  1088. Align = alClient
  1089. BorderStyle = bsNone
  1090. ClientHeight = 249
  1091. ClientWidth = 636
  1092. TabOrder = 0
  1093. object dropWheel: TComboBox
  1094. AnchorSideLeft.Control = ScrollBoxWheel
  1095. AnchorSideTop.Control = ScrollBoxWheel
  1096. AnchorSideRight.Control = ScrollBoxWheel
  1097. AnchorSideRight.Side = asrBottom
  1098. Left = 140
  1099. Height = 23
  1100. Top = 6
  1101. Width = 490
  1102. Anchors = [akTop, akLeft, akRight]
  1103. BorderSpacing.Left = 140
  1104. BorderSpacing.Top = 6
  1105. BorderSpacing.Right = 6
  1106. DropDownCount = 12
  1107. ItemHeight = 15
  1108. OnChange = CheckOrRadioChange
  1109. Style = csDropDownList
  1110. TabOrder = 0
  1111. end
  1112. object dropWheelCtrl: TComboBox
  1113. AnchorSideLeft.Control = dropWheel
  1114. AnchorSideTop.Control = dropWheelAlt
  1115. AnchorSideTop.Side = asrBottom
  1116. AnchorSideRight.Control = ScrollBoxWheel
  1117. AnchorSideRight.Side = asrBottom
  1118. Left = 140
  1119. Height = 23
  1120. Top = 93
  1121. Width = 490
  1122. Anchors = [akTop, akLeft, akRight]
  1123. BorderSpacing.Top = 6
  1124. BorderSpacing.Right = 6
  1125. DropDownCount = 12
  1126. ItemHeight = 15
  1127. OnChange = CheckOrRadioChange
  1128. Style = csDropDownList
  1129. TabOrder = 1
  1130. end
  1131. object dropWheelAlt: TComboBox
  1132. AnchorSideLeft.Control = dropWheel
  1133. AnchorSideTop.Control = dropWheelShift
  1134. AnchorSideTop.Side = asrBottom
  1135. AnchorSideRight.Control = ScrollBoxWheel
  1136. AnchorSideRight.Side = asrBottom
  1137. Left = 140
  1138. Height = 23
  1139. Top = 64
  1140. Width = 490
  1141. Anchors = [akTop, akLeft, akRight]
  1142. BorderSpacing.Top = 6
  1143. BorderSpacing.Right = 6
  1144. DropDownCount = 12
  1145. ItemHeight = 15
  1146. OnChange = CheckOrRadioChange
  1147. Style = csDropDownList
  1148. TabOrder = 2
  1149. end
  1150. object dropWheelShift: TComboBox
  1151. AnchorSideLeft.Control = dropWheel
  1152. AnchorSideTop.Control = dropWheel
  1153. AnchorSideTop.Side = asrBottom
  1154. AnchorSideRight.Control = ScrollBoxWheel
  1155. AnchorSideRight.Side = asrBottom
  1156. Left = 140
  1157. Height = 23
  1158. Top = 35
  1159. Width = 490
  1160. Anchors = [akTop, akLeft, akRight]
  1161. BorderSpacing.Top = 6
  1162. BorderSpacing.Right = 6
  1163. DropDownCount = 12
  1164. ItemHeight = 15
  1165. OnChange = CheckOrRadioChange
  1166. Style = csDropDownList
  1167. TabOrder = 3
  1168. end
  1169. object lblWheel: TLabel
  1170. AnchorSideLeft.Control = ScrollBoxWheel
  1171. AnchorSideTop.Control = dropWheel
  1172. AnchorSideTop.Side = asrCenter
  1173. AnchorSideRight.Control = ScrollBoxWheel
  1174. AnchorSideRight.Side = asrBottom
  1175. Left = 6
  1176. Height = 16
  1177. Top = 9
  1178. Width = 80
  1179. BorderSpacing.Left = 6
  1180. Caption = 'lblWheel'
  1181. ParentColor = False
  1182. end
  1183. object lblWheelCtrl: TLabel
  1184. AnchorSideLeft.Control = ScrollBoxWheel
  1185. AnchorSideTop.Control = dropWheelCtrl
  1186. AnchorSideTop.Side = asrCenter
  1187. AnchorSideRight.Control = ScrollBoxWheel
  1188. AnchorSideRight.Side = asrBottom
  1189. Left = 6
  1190. Height = 16
  1191. Top = 96
  1192. Width = 99
  1193. BorderSpacing.Left = 6
  1194. Caption = 'lblWheelCtrl'
  1195. ParentColor = False
  1196. end
  1197. object lblWheelAlt: TLabel
  1198. AnchorSideLeft.Control = ScrollBoxWheel
  1199. AnchorSideTop.Control = dropWheelAlt
  1200. AnchorSideTop.Side = asrCenter
  1201. AnchorSideRight.Control = ScrollBoxWheel
  1202. AnchorSideRight.Side = asrBottom
  1203. Left = 6
  1204. Height = 16
  1205. Top = 67
  1206. Width = 95
  1207. BorderSpacing.Left = 6
  1208. Caption = 'lblWheelAlt'
  1209. ParentColor = False
  1210. end
  1211. object lblWheelShift: TLabel
  1212. AnchorSideLeft.Control = ScrollBoxWheel
  1213. AnchorSideTop.Control = dropWheelShift
  1214. AnchorSideTop.Side = asrCenter
  1215. AnchorSideRight.Control = ScrollBoxWheel
  1216. AnchorSideRight.Side = asrBottom
  1217. Left = 6
  1218. Height = 16
  1219. Top = 38
  1220. Width = 104
  1221. BorderSpacing.Left = 6
  1222. Caption = 'lblWheelShift'
  1223. ParentColor = False
  1224. end
  1225. object dropWheelAltCtrl: TComboBox
  1226. AnchorSideLeft.Control = dropWheel
  1227. AnchorSideTop.Control = dropWheelCtrl
  1228. AnchorSideTop.Side = asrBottom
  1229. AnchorSideRight.Control = ScrollBoxWheel
  1230. AnchorSideRight.Side = asrBottom
  1231. Left = 140
  1232. Height = 23
  1233. Top = 122
  1234. Width = 490
  1235. Anchors = [akTop, akLeft, akRight]
  1236. BorderSpacing.Top = 6
  1237. BorderSpacing.Right = 6
  1238. DropDownCount = 12
  1239. ItemHeight = 15
  1240. OnChange = CheckOrRadioChange
  1241. Style = csDropDownList
  1242. TabOrder = 4
  1243. end
  1244. object dropWheelShiftAlt: TComboBox
  1245. AnchorSideLeft.Control = dropWheel
  1246. AnchorSideTop.Control = dropWheelAltCtrl
  1247. AnchorSideTop.Side = asrBottom
  1248. AnchorSideRight.Control = ScrollBoxWheel
  1249. AnchorSideRight.Side = asrBottom
  1250. Left = 140
  1251. Height = 23
  1252. Top = 151
  1253. Width = 490
  1254. Anchors = [akTop, akLeft, akRight]
  1255. BorderSpacing.Top = 6
  1256. BorderSpacing.Right = 6
  1257. DropDownCount = 12
  1258. ItemHeight = 15
  1259. OnChange = CheckOrRadioChange
  1260. Style = csDropDownList
  1261. TabOrder = 5
  1262. end
  1263. object dropWheelShiftCtrl: TComboBox
  1264. AnchorSideLeft.Control = dropWheel
  1265. AnchorSideTop.Control = dropWheelShiftAlt
  1266. AnchorSideTop.Side = asrBottom
  1267. AnchorSideRight.Control = ScrollBoxWheel
  1268. AnchorSideRight.Side = asrBottom
  1269. Left = 140
  1270. Height = 23
  1271. Top = 180
  1272. Width = 490
  1273. Anchors = [akTop, akLeft, akRight]
  1274. BorderSpacing.Top = 6
  1275. BorderSpacing.Right = 6
  1276. DropDownCount = 12
  1277. ItemHeight = 15
  1278. OnChange = CheckOrRadioChange
  1279. Style = csDropDownList
  1280. TabOrder = 6
  1281. end
  1282. object dropWheelShiftAltCtrl: TComboBox
  1283. AnchorSideLeft.Control = dropWheel
  1284. AnchorSideTop.Control = dropWheelShiftCtrl
  1285. AnchorSideTop.Side = asrBottom
  1286. AnchorSideRight.Control = ScrollBoxWheel
  1287. AnchorSideRight.Side = asrBottom
  1288. Left = 140
  1289. Height = 23
  1290. Top = 209
  1291. Width = 490
  1292. Anchors = [akTop, akLeft, akRight]
  1293. BorderSpacing.Top = 6
  1294. BorderSpacing.Right = 6
  1295. DropDownCount = 12
  1296. ItemHeight = 15
  1297. OnChange = CheckOrRadioChange
  1298. Style = csDropDownList
  1299. TabOrder = 7
  1300. end
  1301. object lblWheelAltCtrl: TLabel
  1302. AnchorSideLeft.Control = ScrollBoxWheel
  1303. AnchorSideTop.Control = dropWheelAltCtrl
  1304. AnchorSideTop.Side = asrCenter
  1305. AnchorSideRight.Control = ScrollBoxWheel
  1306. AnchorSideRight.Side = asrBottom
  1307. Left = 6
  1308. Height = 16
  1309. Top = 125
  1310. Width = 114
  1311. BorderSpacing.Left = 6
  1312. Caption = 'lblWheelAltCtrl'
  1313. ParentColor = False
  1314. end
  1315. object lblWheelShiftAlt: TLabel
  1316. AnchorSideLeft.Control = ScrollBoxWheel
  1317. AnchorSideTop.Control = dropWheelShiftAlt
  1318. AnchorSideTop.Side = asrCenter
  1319. AnchorSideRight.Control = ScrollBoxWheel
  1320. AnchorSideRight.Side = asrBottom
  1321. Left = 6
  1322. Height = 16
  1323. Top = 154
  1324. Width = 119
  1325. BorderSpacing.Left = 6
  1326. Caption = 'lblWheelShiftAlt'
  1327. ParentColor = False
  1328. end
  1329. object lblWheelShiftCtrl: TLabel
  1330. AnchorSideLeft.Control = ScrollBoxWheel
  1331. AnchorSideTop.Control = dropWheelShiftCtrl
  1332. AnchorSideTop.Side = asrCenter
  1333. AnchorSideRight.Control = ScrollBoxWheel
  1334. AnchorSideRight.Side = asrBottom
  1335. Left = 6
  1336. Height = 16
  1337. Top = 183
  1338. Width = 123
  1339. BorderSpacing.Left = 6
  1340. Caption = 'lblWheelShiftCtrl'
  1341. ParentColor = False
  1342. end
  1343. object lblWheelShiftAltCtrl: TLabel
  1344. AnchorSideLeft.Control = ScrollBoxWheel
  1345. AnchorSideTop.Control = dropWheelShiftAltCtrl
  1346. AnchorSideTop.Side = asrCenter
  1347. AnchorSideRight.Control = ScrollBoxWheel
  1348. AnchorSideRight.Side = asrBottom
  1349. Left = 6
  1350. Height = 16
  1351. Top = 212
  1352. Width = 138
  1353. BorderSpacing.Left = 6
  1354. Caption = 'lblWheelShiftAltCtrl'
  1355. ParentColor = False
  1356. end
  1357. end
  1358. end
  1359. object PageRight: TPage
  1360. object ScrollBoxRight: TScrollBox
  1361. Left = 0
  1362. Height = 249
  1363. Top = 0
  1364. Width = 636
  1365. HorzScrollBar.Page = 636
  1366. HorzScrollBar.Tracking = True
  1367. VertScrollBar.Page = 249
  1368. VertScrollBar.Tracking = True
  1369. Align = alClient
  1370. BorderStyle = bsNone
  1371. ClientHeight = 249
  1372. ClientWidth = 636
  1373. TabOrder = 0
  1374. object lblRight: TLabel
  1375. AnchorSideLeft.Control = ScrollBoxRight
  1376. AnchorSideTop.Control = dropRight
  1377. AnchorSideTop.Side = asrCenter
  1378. AnchorSideRight.Control = ScrollBoxRight
  1379. AnchorSideRight.Side = asrBottom
  1380. Left = 6
  1381. Height = 16
  1382. Top = 9
  1383. Width = 84
  1384. BorderSpacing.Left = 6
  1385. Caption = 'lblRight'
  1386. ParentColor = False
  1387. end
  1388. object dropRight: TComboBox
  1389. AnchorSideLeft.Control = ScrollBoxRight
  1390. AnchorSideTop.Control = ScrollBoxRight
  1391. AnchorSideRight.Control = ScrollBoxRight
  1392. AnchorSideRight.Side = asrBottom
  1393. Left = 140
  1394. Height = 23
  1395. Top = 6
  1396. Width = 490
  1397. Anchors = [akTop, akLeft, akRight]
  1398. BorderSpacing.Left = 140
  1399. BorderSpacing.Top = 6
  1400. BorderSpacing.Right = 6
  1401. DropDownCount = 12
  1402. ItemHeight = 15
  1403. OnChange = CheckOrRadioChange
  1404. Style = csDropDownList
  1405. TabOrder = 1
  1406. end
  1407. object lblRightCtrl: TLabel
  1408. AnchorSideLeft.Control = ScrollBoxRight
  1409. AnchorSideTop.Control = dropRightCtrl
  1410. AnchorSideTop.Side = asrCenter
  1411. AnchorSideRight.Control = ScrollBoxRight
  1412. AnchorSideRight.Side = asrBottom
  1413. Left = 6
  1414. Height = 16
  1415. Top = 96
  1416. Width = 103
  1417. BorderSpacing.Left = 6
  1418. Caption = 'lblRightCtrl'
  1419. ParentColor = False
  1420. end
  1421. object dropRightCtrl: TComboBox
  1422. AnchorSideLeft.Control = dropRight
  1423. AnchorSideTop.Control = dropRightAlt
  1424. AnchorSideTop.Side = asrBottom
  1425. AnchorSideRight.Control = ScrollBoxRight
  1426. AnchorSideRight.Side = asrBottom
  1427. Left = 140
  1428. Height = 23
  1429. Top = 93
  1430. Width = 490
  1431. Anchors = [akTop, akLeft, akRight]
  1432. BorderSpacing.Top = 6
  1433. BorderSpacing.Right = 6
  1434. DropDownCount = 12
  1435. ItemHeight = 15
  1436. OnChange = CheckOrRadioChange
  1437. Style = csDropDownList
  1438. TabOrder = 0
  1439. end
  1440. object dropRightAlt: TComboBox
  1441. AnchorSideLeft.Control = dropRight
  1442. AnchorSideTop.Control = dropRightShift
  1443. AnchorSideTop.Side = asrBottom
  1444. AnchorSideRight.Control = ScrollBoxRight
  1445. AnchorSideRight.Side = asrBottom
  1446. Left = 140
  1447. Height = 23
  1448. Top = 64
  1449. Width = 490
  1450. Anchors = [akTop, akLeft, akRight]
  1451. BorderSpacing.Top = 6
  1452. BorderSpacing.Right = 6
  1453. DropDownCount = 12
  1454. ItemHeight = 15
  1455. OnChange = CheckOrRadioChange
  1456. Style = csDropDownList
  1457. TabOrder = 2
  1458. end
  1459. object lblRightAlt: TLabel
  1460. AnchorSideLeft.Control = ScrollBoxRight
  1461. AnchorSideTop.Control = dropRightAlt
  1462. AnchorSideTop.Side = asrCenter
  1463. AnchorSideRight.Control = ScrollBoxRight
  1464. AnchorSideRight.Side = asrBottom
  1465. Left = 6
  1466. Height = 16
  1467. Top = 67
  1468. Width = 99
  1469. BorderSpacing.Left = 6
  1470. Caption = 'lblRightAlt'
  1471. ParentColor = False
  1472. end
  1473. object dropRightShift: TComboBox
  1474. AnchorSideLeft.Control = dropRight
  1475. AnchorSideTop.Control = dropRight
  1476. AnchorSideTop.Side = asrBottom
  1477. AnchorSideRight.Control = ScrollBoxRight
  1478. AnchorSideRight.Side = asrBottom
  1479. Left = 140
  1480. Height = 23
  1481. Top = 35
  1482. Width = 490
  1483. Anchors = [akTop, akLeft, akRight]
  1484. BorderSpacing.Top = 6
  1485. BorderSpacing.Right = 6
  1486. DropDownCount = 12
  1487. ItemHeight = 15
  1488. OnChange = CheckOrRadioChange
  1489. Style = csDropDownList
  1490. TabOrder = 3
  1491. end
  1492. object lblRightShift: TLabel
  1493. AnchorSideLeft.Control = ScrollBoxRight
  1494. AnchorSideTop.Control = dropRightShift
  1495. AnchorSideTop.Side = asrCenter
  1496. AnchorSideRight.Control = ScrollBoxRight
  1497. AnchorSideRight.Side = asrBottom
  1498. Left = 6
  1499. Height = 16
  1500. Top = 38
  1501. Width = 90
  1502. BorderSpacing.Left = 6
  1503. Caption = 'lblRightShift'
  1504. ParentColor = False
  1505. end
  1506. object dropRightAltCtrl: TComboBox
  1507. AnchorSideLeft.Control = dropRight
  1508. AnchorSideTop.Control = dropRightCtrl
  1509. AnchorSideTop.Side = asrBottom
  1510. AnchorSideRight.Control = ScrollBoxRight
  1511. AnchorSideRight.Side = asrBottom
  1512. Left = 140
  1513. Height = 23
  1514. Top = 122
  1515. Width = 490
  1516. Anchors = [akTop, akLeft, akRight]
  1517. BorderSpacing.Top = 6
  1518. BorderSpacing.Right = 6
  1519. DropDownCount = 12
  1520. ItemHeight = 15
  1521. OnChange = CheckOrRadioChange
  1522. Style