EditorPreferences.dfm 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. object EditorPreferencesDialog: TEditorPreferencesDialog
  2. Left = 303
  3. Top = 145
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_editor_preferences'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'EditorPreferencesDialog'
  9. ClientHeight = 382
  10. ClientWidth = 447
  11. Color = clBtnFace
  12. ParentFont = True
  13. Position = poOwnerFormCenter
  14. OnCloseQuery = FormCloseQuery
  15. OnShow = FormShow
  16. DesignSize = (
  17. 447
  18. 382)
  19. TextHeight = 15
  20. object ExternalEditorGroup: TGroupBox
  21. Left = 8
  22. Top = 247
  23. Width = 431
  24. Height = 73
  25. Anchors = [akLeft, akTop, akRight]
  26. Caption = 'External editor options (affects editing remote files only)'
  27. TabOrder = 2
  28. DesignSize = (
  29. 431
  30. 73)
  31. object ExternalEditorTextCheck: TCheckBox
  32. Left = 11
  33. Top = 45
  34. Width = 411
  35. Height = 17
  36. Anchors = [akLeft, akTop, akRight]
  37. Caption = 'Force &text transfer mode for files edited in external editor'
  38. TabOrder = 1
  39. end
  40. object SDIExternalEditorCheck: TCheckBox
  41. Left = 11
  42. Top = 22
  43. Width = 411
  44. Height = 17
  45. Anchors = [akLeft, akTop, akRight]
  46. Caption = 'E&xternal editor opens each file in separate window (process)'
  47. TabOrder = 0
  48. end
  49. end
  50. object EditorGroup2: TGroupBox
  51. Left = 8
  52. Top = 8
  53. Width = 431
  54. Height = 154
  55. Anchors = [akLeft, akTop, akRight]
  56. Caption = 'Editor'
  57. TabOrder = 0
  58. DesignSize = (
  59. 431
  60. 154)
  61. object EditorInternalButton: TRadioButton
  62. Left = 11
  63. Top = 22
  64. Width = 212
  65. Height = 17
  66. Caption = '&Internal editor'
  67. TabOrder = 0
  68. OnClick = ControlChange
  69. end
  70. object EditorExternalButton: TRadioButton
  71. Left = 11
  72. Top = 45
  73. Width = 212
  74. Height = 17
  75. Caption = '&External editor:'
  76. TabOrder = 1
  77. OnClick = ControlChange
  78. end
  79. object ExternalEditorEdit: THistoryComboBox
  80. Left = 26
  81. Top = 68
  82. Width = 310
  83. Height = 23
  84. AutoComplete = False
  85. Anchors = [akLeft, akTop, akRight]
  86. TabOrder = 2
  87. Text = 'ExternalEditorEdit'
  88. OnChange = ControlChange
  89. OnExit = ExternalEditorEditExit
  90. end
  91. object ExternalEditorBrowseButton: TButton
  92. Left = 342
  93. Top = 67
  94. Width = 80
  95. Height = 25
  96. Anchors = [akTop, akRight]
  97. Caption = 'B&rowse...'
  98. TabOrder = 3
  99. OnClick = ExternalEditorBrowseButtonClick
  100. end
  101. object EditorOpenButton: TRadioButton
  102. Left = 11
  103. Top = 97
  104. Width = 212
  105. Height = 17
  106. Caption = '&Associated application'
  107. TabOrder = 4
  108. OnClick = ControlChange
  109. end
  110. object DefaultButton: TButton
  111. Left = 9
  112. Top = 120
  113. Width = 214
  114. Height = 25
  115. Caption = 'Use default system editor'
  116. TabOrder = 5
  117. OnClick = DefaultButtonClick
  118. end
  119. end
  120. object MaskGroup: TGroupBox
  121. Left = 8
  122. Top = 168
  123. Width = 431
  124. Height = 73
  125. Anchors = [akLeft, akTop, akRight]
  126. Caption = 'Editor autoselection'
  127. TabOrder = 1
  128. DesignSize = (
  129. 431
  130. 73)
  131. object MaskLabel: TLabel
  132. Left = 9
  133. Top = 22
  134. Width = 173
  135. Height = 15
  136. Caption = 'Use this editor for &following files:'
  137. FocusControl = MaskEdit
  138. end
  139. object MaskEdit: THistoryComboBox
  140. Left = 9
  141. Top = 40
  142. Width = 413
  143. Height = 23
  144. AutoComplete = False
  145. Anchors = [akLeft, akTop, akRight]
  146. MaxLength = 1000
  147. TabOrder = 0
  148. Text = '*.*'
  149. OnExit = MaskEditExit
  150. end
  151. end
  152. object OkButton: TButton
  153. Left = 187
  154. Top = 349
  155. Width = 80
  156. Height = 25
  157. Anchors = [akRight, akBottom]
  158. Caption = 'OK'
  159. Default = True
  160. ModalResult = 1
  161. TabOrder = 4
  162. end
  163. object CancelButton: TButton
  164. Left = 273
  165. Top = 349
  166. Width = 80
  167. Height = 25
  168. Anchors = [akRight, akBottom]
  169. Cancel = True
  170. Caption = 'Cancel'
  171. ModalResult = 2
  172. TabOrder = 5
  173. end
  174. object HelpButton: TButton
  175. Left = 359
  176. Top = 349
  177. Width = 80
  178. Height = 25
  179. Anchors = [akRight, akBottom]
  180. Caption = '&Help'
  181. TabOrder = 6
  182. OnClick = HelpButtonClick
  183. end
  184. object RememberCheck: TCheckBox
  185. Left = 19
  186. Top = 326
  187. Width = 420
  188. Height = 17
  189. Anchors = [akLeft, akRight, akBottom]
  190. Caption = '&Remember this editor'
  191. TabOrder = 3
  192. end
  193. end