IDE.OptionsForm.dfm 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. object OptionsForm: TOptionsForm
  2. Left = 207
  3. Top = 173
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = 'Options'
  7. ClientHeight = 424
  8. ClientWidth = 589
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = True
  16. Position = poScreenCenter
  17. OnCreate = FormCreate
  18. OnShow = FormShow
  19. DesignSize = (
  20. 589
  21. 424)
  22. PixelsPerInch = 96
  23. TextHeight = 13
  24. object GroupBox1: TGroupBox
  25. Left = 8
  26. Top = 8
  27. Width = 281
  28. Height = 314
  29. Anchors = [akLeft, akTop, akBottom]
  30. Caption = ' Miscellaneous '
  31. TabOrder = 0
  32. object StartupCheck: TCheckBox
  33. Left = 8
  34. Top = 16
  35. Width = 265
  36. Height = 17
  37. Caption = 'Show &Welcome dialog at startup'
  38. TabOrder = 0
  39. end
  40. object WizardCheck: TCheckBox
  41. Left = 8
  42. Top = 36
  43. Width = 265
  44. Height = 17
  45. Caption = 'Use the Inno Setup &Script Wizard'
  46. TabOrder = 1
  47. end
  48. object AutosaveCheck: TCheckBox
  49. Left = 8
  50. Top = 96
  51. Width = 265
  52. Height = 17
  53. Caption = 'Automatically sa&ve before compiling'
  54. TabOrder = 4
  55. end
  56. object BackupCheck: TCheckBox
  57. Left = 8
  58. Top = 116
  59. Width = 265
  60. Height = 17
  61. Caption = 'Create &backups when saving'
  62. TabOrder = 5
  63. end
  64. object UndoAfterSaveCheck: TCheckBox
  65. Left = 8
  66. Top = 136
  67. Width = 265
  68. Height = 17
  69. Caption = 'Allow &Undo after save'
  70. TabOrder = 6
  71. end
  72. object FullPathCheck: TCheckBox
  73. Left = 8
  74. Top = 156
  75. Width = 265
  76. Height = 17
  77. Caption = 'Display &full path in title bar'
  78. TabOrder = 7
  79. end
  80. object PauseOnDebuggerExceptionsCheck: TCheckBox
  81. Left = 8
  82. Top = 176
  83. Width = 265
  84. Height = 17
  85. Caption = '&Pause on exceptions'
  86. TabOrder = 8
  87. end
  88. object RunAsDifferentUserCheck: TCheckBox
  89. Left = 8
  90. Top = 196
  91. Width = 265
  92. Height = 17
  93. Caption = 'Always &launch Setup/Uninstall as administrator'
  94. TabOrder = 9
  95. end
  96. object ColorizeCompilerOutputCheck: TCheckBox
  97. Left = 8
  98. Top = 216
  99. Width = 265
  100. Height = 17
  101. Caption = 'Colori&ze "Compiler Output" view'
  102. TabOrder = 10
  103. end
  104. object OpenIncludedFilesCheck: TCheckBox
  105. Left = 8
  106. Top = 76
  107. Width = 265
  108. Height = 17
  109. Caption = 'Automatically open #include files'
  110. TabOrder = 3
  111. end
  112. object ShowPreprocessorOutputCheck: TCheckBox
  113. Left = 8
  114. Top = 56
  115. Width = 265
  116. Height = 17
  117. Caption = 'Automatically show preprocessor output'
  118. TabOrder = 2
  119. end
  120. object Label3: TNewStaticText
  121. Left = 8
  122. Top = 243
  123. Width = 56
  124. Height = 14
  125. Caption = 'Menu &keys:'
  126. FocusControl = KeyMappingComboBox
  127. TabOrder = 11
  128. end
  129. object KeyMappingComboBox: TComboBox
  130. Left = 72
  131. Top = 239
  132. Width = 201
  133. Height = 21
  134. Style = csDropDownList
  135. TabOrder = 12
  136. end
  137. end
  138. object GroupBox2: TGroupBox
  139. Left = 8
  140. Top = 323
  141. Width = 281
  142. Height = 57
  143. Anchors = [akLeft, akBottom]
  144. Caption = ' File Associations '
  145. TabOrder = 1
  146. DesignSize = (
  147. 281
  148. 57)
  149. object AssocButton: TButton
  150. Left = 40
  151. Top = 20
  152. Width = 201
  153. Height = 23
  154. Anchors = [akLeft, akBottom]
  155. Caption = '&Associate .iss files with this compiler'
  156. TabOrder = 0
  157. OnClick = AssocButtonClick
  158. end
  159. end
  160. object GroupBox3: TGroupBox
  161. Left = 300
  162. Top = 8
  163. Width = 281
  164. Height = 372
  165. Anchors = [akLeft, akTop, akBottom]
  166. Caption = ' Editor '
  167. TabOrder = 2
  168. object AutoAutoCompleteCheck: TCheckBox
  169. Left = 8
  170. Top = 16
  171. Width = 265
  172. Height = 17
  173. Caption = 'Invoke autoco&mplete automatically'
  174. TabOrder = 0
  175. end
  176. object UseSynHighCheck: TCheckBox
  177. Left = 8
  178. Top = 36
  179. Width = 265
  180. Height = 17
  181. Caption = 'Use syntax &highlighting'
  182. TabOrder = 1
  183. end
  184. object UnderlineErrorsCheck: TCheckBox
  185. Left = 8
  186. Top = 56
  187. Width = 265
  188. Height = 17
  189. Caption = 'U&nderline syntax errors'
  190. TabOrder = 2
  191. end
  192. object CursorPastEOLCheck: TCheckBox
  193. Left = 8
  194. Top = 76
  195. Width = 265
  196. Height = 17
  197. Caption = 'Allow cursor to move beyond &end of lines'
  198. TabOrder = 3
  199. end
  200. object UseFoldingCheck: TCheckBox
  201. Left = 8
  202. Top = 96
  203. Width = 265
  204. Height = 17
  205. Caption = 'Enable section f&olding'
  206. TabOrder = 4
  207. end
  208. object UseTabCharacterCheck: TCheckBox
  209. Left = 8
  210. Top = 116
  211. Width = 265
  212. Height = 17
  213. Caption = 'Use tab cha&racter'
  214. TabOrder = 5
  215. end
  216. object AutoIndentCheck: TCheckBox
  217. Left = 8
  218. Top = 136
  219. Width = 265
  220. Height = 17
  221. Caption = 'Auto &indent mode'
  222. TabOrder = 6
  223. end
  224. object IndentationGuidesCheck: TCheckBox
  225. Left = 8
  226. Top = 156
  227. Width = 265
  228. Height = 17
  229. Caption = 'Show indentation &guides'
  230. TabOrder = 7
  231. end
  232. object Label1: TNewStaticText
  233. Left = 8
  234. Top = 306
  235. Width = 25
  236. Height = 14
  237. Caption = 'Font:'
  238. TabOrder = 15
  239. end
  240. object FontPanel: TPanel
  241. Left = 72
  242. Top = 297
  243. Width = 121
  244. Height = 32
  245. BevelKind = bkFlat
  246. BevelOuter = bvNone
  247. Caption = 'AaBbXxZz'
  248. TabOrder = 16
  249. end
  250. object ChangeFontButton: TButton
  251. Left = 200
  252. Top = 302
  253. Width = 73
  254. Height = 23
  255. Caption = '&Change...'
  256. TabOrder = 17
  257. OnClick = ChangeFontButtonClick
  258. end
  259. object Label2: TNewStaticText
  260. Left = 8
  261. Top = 340
  262. Width = 54
  263. Height = 14
  264. Caption = '&Tab Width:'
  265. FocusControl = TabWidthEdit
  266. TabOrder = 18
  267. end
  268. object TabWidthEdit: TEdit
  269. Left = 72
  270. Top = 337
  271. Width = 41
  272. Height = 21
  273. TabOrder = 19
  274. OnChange = TabWidthEditChange
  275. end
  276. object GutterLineNumbersCheck: TCheckBox
  277. Left = 8
  278. Top = 176
  279. Width = 265
  280. Height = 17
  281. Caption = 'Show &line numbers in gutter'
  282. TabOrder = 8
  283. end
  284. object Label4: TNewStaticText
  285. Left = 8
  286. Top = 272
  287. Width = 37
  288. Height = 14
  289. Caption = 'T&heme:'
  290. FocusControl = ThemeComboBox
  291. TabOrder = 13
  292. end
  293. object ThemeComboBox: TComboBox
  294. Left = 72
  295. Top = 268
  296. Width = 201
  297. Height = 21
  298. Style = csDropDownList
  299. TabOrder = 14
  300. end
  301. object HighlightSelTextOccurrencesCheck: TCheckBox
  302. Left = 8
  303. Top = 196
  304. Width = 265
  305. Height = 17
  306. Caption = 'Highlight occurrences of current selection'
  307. TabOrder = 9
  308. end
  309. object HighlightWordAtCursorOccurrencesCheck: TCheckBox
  310. Left = 8
  311. Top = 216
  312. Width = 265
  313. Height = 17
  314. Caption = 'Highlight occurrences of current wor&d'
  315. TabOrder = 10
  316. end
  317. object Label5: TNewStaticText
  318. Left = 8
  319. Top = 243
  320. Width = 27
  321. Height = 14
  322. Caption = 'Ke&ys:'
  323. FocusControl = MemoKeyMappingComboBox
  324. TabOrder = 11
  325. end
  326. object MemoKeyMappingComboBox: TComboBox
  327. Left = 72
  328. Top = 239
  329. Width = 201
  330. Height = 21
  331. Style = csDropDownList
  332. TabOrder = 12
  333. end
  334. object ShowWhiteSpaceCheck: TCheckBox
  335. Left = 120
  336. Top = 338
  337. Width = 120
  338. Height = 17
  339. Caption = 'Show whitespace'
  340. TabOrder = 20
  341. end
  342. end
  343. object OKButton: TButton
  344. Left = 428
  345. Top = 392
  346. Width = 73
  347. Height = 23
  348. Anchors = [akLeft, akBottom]
  349. Caption = 'OK'
  350. Default = True
  351. ModalResult = 1
  352. TabOrder = 3
  353. end
  354. object CancelButton: TButton
  355. Left = 508
  356. Top = 392
  357. Width = 73
  358. Height = 23
  359. Anchors = [akLeft, akBottom]
  360. Cancel = True
  361. Caption = 'Cancel'
  362. ModalResult = 2
  363. TabOrder = 4
  364. end
  365. object FontDialog: TFontDialog
  366. Font.Charset = DEFAULT_CHARSET
  367. Font.Color = clWindowText
  368. Font.Height = -11
  369. Font.Name = 'MS Sans Serif'
  370. Font.Style = []
  371. Options = [fdForceFontExist]
  372. Left = 8
  373. Top = 284
  374. end
  375. end