GenerateUrl.dfm 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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. Font.Charset = DEFAULT_CHARSET
  15. Font.Color = clWindowText
  16. Font.Height = -11
  17. Font.Name = 'Tahoma'
  18. Font.Style = []
  19. Position = poOwnerFormCenter
  20. OnShow = FormShow
  21. DesignSize = (
  22. 484
  23. 338)
  24. TextHeight = 13
  25. object OptionsPageControl: TPageControl
  26. Left = 5
  27. Top = 5
  28. Width = 475
  29. Height = 111
  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 = 11
  39. Top = 8
  40. Width = 144
  41. Height = 17
  42. Caption = '&User name'
  43. TabOrder = 0
  44. OnClick = ControlChange
  45. end
  46. object HostKeyCheck: TCheckBox
  47. Tag = 4
  48. Left = 161
  49. Top = 8
  50. Width = 144
  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 = 161
  59. Top = 31
  60. Width = 144
  61. Height = 17
  62. Caption = '&WinSCP-specific'
  63. TabOrder = 4
  64. OnClick = ControlChange
  65. end
  66. object SaveExtensionCheck: TCheckBox
  67. Tag = 32
  68. Left = 161
  69. Top = 54
  70. Width = 144
  71. Height = 17
  72. Caption = '&Save extension'
  73. TabOrder = 5
  74. OnClick = ControlChange
  75. end
  76. object RemoteDirectoryCheck: TCheckBox
  77. Tag = 8
  78. Left = 11
  79. Top = 54
  80. Width = 144
  81. Height = 17
  82. Caption = 'Initial &directory'
  83. TabOrder = 2
  84. OnClick = ControlChange
  85. end
  86. object PasswordCheck: TCheckBox
  87. Tag = 2
  88. Left = 11
  89. Top = 31
  90. Width = 144
  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 = 311
  100. Top = 8
  101. Width = 144
  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. object Label2: TLabel
  112. Left = 11
  113. Top = 8
  114. Width = 38
  115. Height = 13
  116. Caption = '&Format:'
  117. FocusControl = ScriptFormatCombo
  118. end
  119. object ScriptDescriptionLabel: TLabel
  120. Left = 11
  121. Top = 32
  122. Width = 446
  123. Height = 42
  124. AutoSize = False
  125. Caption = 'ScriptDescriptionLabel'
  126. ShowAccelChar = False
  127. WordWrap = True
  128. end
  129. object ScriptFormatCombo: TComboBox
  130. Left = 112
  131. Top = 5
  132. Width = 121
  133. Height = 21
  134. Style = csDropDownList
  135. TabOrder = 0
  136. OnChange = ControlChange
  137. Items.Strings = (
  138. 'Script file'
  139. 'Batch file'
  140. 'Command-line'
  141. 'PowerShell script')
  142. end
  143. end
  144. object AssemblySheet: TTabSheet
  145. Caption = '.NET assembly code'
  146. ImageIndex = 2
  147. object Label1: TLabel
  148. Left = 11
  149. Top = 8
  150. Width = 51
  151. Height = 13
  152. Caption = '&Language:'
  153. FocusControl = AssemblyLanguageCombo
  154. end
  155. object AssemblyDescriptionLabel: TLabel
  156. Left = 11
  157. Top = 32
  158. Width = 446
  159. Height = 42
  160. AutoSize = False
  161. Caption = 'AssemblyDescriptionLabel'
  162. ShowAccelChar = False
  163. WordWrap = True
  164. end
  165. object AssemblyLanguageCombo: TComboBox
  166. Left = 112
  167. Top = 5
  168. Width = 121
  169. Height = 21
  170. Style = csDropDownList
  171. TabOrder = 0
  172. OnChange = ControlChange
  173. Items.Strings = (
  174. 'C#'
  175. 'VB.NET'
  176. 'PowerShell')
  177. end
  178. end
  179. end
  180. object ResultGroup: TGroupBox
  181. Left = 8
  182. Top = 122
  183. Width = 468
  184. Height = 176
  185. Anchors = [akLeft, akTop, akRight, akBottom]
  186. Caption = 'ResultX'
  187. TabOrder = 1
  188. DesignSize = (
  189. 468
  190. 176)
  191. object ResultMemo: TMemo
  192. Left = 7
  193. Top = 15
  194. Width = 454
  195. Height = 152
  196. Anchors = [akLeft, akTop, akRight, akBottom]
  197. BevelInner = bvNone
  198. BevelOuter = bvNone
  199. BorderStyle = bsNone
  200. TabOrder = 0
  201. end
  202. end
  203. object CancelBtn: TButton
  204. Left = 318
  205. Top = 305
  206. Width = 75
  207. Height = 25
  208. Anchors = [akRight, akBottom]
  209. Cancel = True
  210. Caption = 'Close'
  211. ModalResult = 2
  212. TabOrder = 3
  213. end
  214. object HelpButton: TButton
  215. Left = 401
  216. Top = 305
  217. Width = 75
  218. Height = 25
  219. Anchors = [akRight, akBottom]
  220. Caption = '&Help'
  221. TabOrder = 4
  222. OnClick = HelpButtonClick
  223. end
  224. object ClipboardButton: TButton
  225. Left = 8
  226. Top = 305
  227. Width = 165
  228. Height = 25
  229. Anchors = [akLeft, akBottom]
  230. Caption = '&Copy to Clipboard'
  231. TabOrder = 2
  232. OnClick = ClipboardButtonClick
  233. end
  234. end