GenerateUrl.dfm 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. object GenerateUrlDialog: TGenerateUrlDialog
  2. Left = 369
  3. Top = 257
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_generateurl'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Generate URL X'
  9. ClientHeight = 338
  10. ClientWidth = 484
  11. Color = clBtnFace
  12. Constraints.MinHeight = 300
  13. Constraints.MinWidth = 484
  14. ParentFont = True
  15. OldCreateOrder = True
  16. Position = poOwnerFormCenter
  17. OnShow = FormShow
  18. DesignSize = (
  19. 484
  20. 338)
  21. PixelsPerInch = 96
  22. TextHeight = 13
  23. object OptionsPageControl: TPageControl
  24. Left = 5
  25. Top = 5
  26. Width = 475
  27. Height = 111
  28. ActivePage = UrlSheet
  29. Anchors = [akLeft, akTop, akRight]
  30. TabOrder = 0
  31. OnChange = ControlChange
  32. object UrlSheet: TTabSheet
  33. Caption = 'URL'
  34. object UserNameCheck: TCheckBox
  35. Tag = 1
  36. Left = 11
  37. Top = 8
  38. Width = 216
  39. Height = 17
  40. Caption = '&User name'
  41. TabOrder = 0
  42. OnClick = ControlChange
  43. end
  44. object HostKeyCheck: TCheckBox
  45. Tag = 4
  46. Left = 11
  47. Top = 31
  48. Width = 216
  49. Height = 17
  50. Caption = 'SSH &host Key'
  51. TabOrder = 1
  52. OnClick = ControlChange
  53. end
  54. object WinSCPSpecificCheck: TCheckBox
  55. Tag = 16
  56. Left = 11
  57. Top = 54
  58. Width = 216
  59. Height = 17
  60. Caption = '&WinSCP-specific'
  61. TabOrder = 2
  62. OnClick = ControlChange
  63. end
  64. object SaveExtensionCheck: TCheckBox
  65. Tag = 32
  66. Left = 235
  67. Top = 54
  68. Width = 216
  69. Height = 17
  70. Caption = '&Save extension'
  71. TabOrder = 5
  72. OnClick = ControlChange
  73. end
  74. object RemoteDirectoryCheck: TCheckBox
  75. Tag = 8
  76. Left = 235
  77. Top = 31
  78. Width = 216
  79. Height = 17
  80. Caption = 'Initial &directory'
  81. TabOrder = 4
  82. OnClick = ControlChange
  83. end
  84. object PasswordCheck: TCheckBox
  85. Tag = 2
  86. Left = 235
  87. Top = 8
  88. Width = 216
  89. Height = 17
  90. HelpType = htKeyword
  91. Caption = '&Password'
  92. TabOrder = 3
  93. OnClick = ControlChange
  94. end
  95. end
  96. object ScriptSheet: TTabSheet
  97. Caption = 'Script'
  98. ImageIndex = 1
  99. object Label2: TLabel
  100. Left = 11
  101. Top = 8
  102. Width = 38
  103. Height = 13
  104. Caption = '&Format:'
  105. FocusControl = ScriptFormatCombo
  106. end
  107. object ScriptDescriptionLabel: TLabel
  108. Left = 11
  109. Top = 32
  110. Width = 446
  111. Height = 42
  112. AutoSize = False
  113. Caption = 'ScriptDescriptionLabel'
  114. WordWrap = True
  115. end
  116. object ScriptFormatCombo: TComboBox
  117. Left = 112
  118. Top = 5
  119. Width = 103
  120. Height = 21
  121. Style = csDropDownList
  122. TabOrder = 0
  123. OnChange = ControlChange
  124. Items.Strings = (
  125. 'Script file'
  126. 'Batch file'
  127. 'Command-line')
  128. end
  129. end
  130. object AssemblySheet: TTabSheet
  131. Caption = '.NET assembly code'
  132. ImageIndex = 2
  133. object Label1: TLabel
  134. Left = 11
  135. Top = 8
  136. Width = 51
  137. Height = 13
  138. Caption = '&Language:'
  139. FocusControl = AssemblyLanguageCombo
  140. end
  141. object AssemblyDescriptionLabel: TLabel
  142. Left = 11
  143. Top = 32
  144. Width = 446
  145. Height = 42
  146. AutoSize = False
  147. Caption = 'AssemblyDescriptionLabel'
  148. WordWrap = True
  149. end
  150. object AssemblyLanguageCombo: TComboBox
  151. Left = 112
  152. Top = 5
  153. Width = 103
  154. Height = 21
  155. Style = csDropDownList
  156. TabOrder = 0
  157. OnChange = ControlChange
  158. Items.Strings = (
  159. 'C#'
  160. 'VB.NET'
  161. 'PowerShell')
  162. end
  163. end
  164. end
  165. object ResultGroup: TGroupBox
  166. Left = 8
  167. Top = 122
  168. Width = 468
  169. Height = 176
  170. Anchors = [akLeft, akTop, akRight, akBottom]
  171. Caption = 'ResultX'
  172. TabOrder = 1
  173. DesignSize = (
  174. 468
  175. 176)
  176. object ResultMemo: TMemo
  177. Left = 7
  178. Top = 15
  179. Width = 454
  180. Height = 152
  181. Anchors = [akLeft, akTop, akRight, akBottom]
  182. BevelInner = bvNone
  183. BevelOuter = bvNone
  184. BorderStyle = bsNone
  185. PopupMenu = ResultPopupMenu
  186. TabOrder = 0
  187. OnContextPopup = ResultMemoContextPopup
  188. end
  189. end
  190. object CancelBtn: TButton
  191. Left = 318
  192. Top = 305
  193. Width = 75
  194. Height = 25
  195. Anchors = [akRight, akBottom]
  196. Cancel = True
  197. Caption = 'Close'
  198. ModalResult = 2
  199. TabOrder = 3
  200. end
  201. object HelpButton: TButton
  202. Left = 401
  203. Top = 305
  204. Width = 75
  205. Height = 25
  206. Anchors = [akRight, akBottom]
  207. Caption = '&Help'
  208. TabOrder = 4
  209. OnClick = HelpButtonClick
  210. end
  211. object ClipboardButton: TButton
  212. Left = 8
  213. Top = 305
  214. Width = 145
  215. Height = 25
  216. Anchors = [akLeft, akBottom]
  217. Caption = '&Copy to Clipboard'
  218. TabOrder = 2
  219. OnClick = ClipboardButtonClick
  220. end
  221. object ResultPopupMenu: TPopupMenu
  222. Left = 64
  223. Top = 160
  224. object TMenuItem
  225. Action = EditCopyAction
  226. end
  227. object TMenuItem
  228. Action = EditSelectAllAction
  229. end
  230. end
  231. object ResultActionList: TActionList
  232. Left = 184
  233. Top = 160
  234. object EditCopyAction: TEditCopy
  235. Category = 'Edit'
  236. Caption = '&Copy'
  237. ShortCut = 16451
  238. end
  239. object EditSelectAllAction: TEditSelectAll
  240. Category = 'Edit'
  241. Caption = 'Select &All'
  242. ShortCut = 16449
  243. end
  244. end
  245. end