GenerateUrl.dfm 5.6 KB

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