GenerateUrl.dfm 5.3 KB

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