CompOptions.dfm 7.0 KB

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