About.dfm 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. object AboutDialog: TAboutDialog
  2. Left = 373
  3. Top = 123
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_about'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'About application'
  9. ClientHeight = 501
  10. ClientWidth = 410
  11. Color = clBtnFace
  12. ParentFont = True
  13. OldCreateOrder = True
  14. Position = poOwnerFormCenter
  15. DesignSize = (
  16. 410
  17. 501)
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object OKButton: TButton
  21. Left = 243
  22. Top = 468
  23. Width = 75
  24. Height = 25
  25. Anchors = [akRight, akBottom]
  26. Cancel = True
  27. Caption = 'OK'
  28. Default = True
  29. ModalResult = 1
  30. TabOrder = 0
  31. OnMouseDown = OKButtonMouseDown
  32. end
  33. object LicenseButton: TButton
  34. Left = 62
  35. Top = 468
  36. Width = 75
  37. Height = 25
  38. Anchors = [akLeft, akBottom]
  39. Caption = '&License...'
  40. TabOrder = 2
  41. OnClick = LicenseButtonClick
  42. end
  43. object HelpButton: TButton
  44. Left = 325
  45. Top = 468
  46. Width = 75
  47. Height = 25
  48. Anchors = [akRight, akBottom]
  49. Caption = '&Help'
  50. TabOrder = 1
  51. OnClick = HelpButtonClick
  52. end
  53. object Panel: TPanel
  54. Left = 0
  55. Top = 0
  56. Width = 410
  57. Height = 460
  58. Anchors = [akLeft, akTop, akRight, akBottom]
  59. BevelOuter = bvNone
  60. Color = clWindow
  61. ParentBackground = False
  62. TabOrder = 3
  63. DesignSize = (
  64. 410
  65. 460)
  66. object ApplicationLabel: TLabel
  67. Left = 62
  68. Top = 12
  69. Width = 52
  70. Height = 13
  71. Caption = 'Application'
  72. ShowAccelChar = False
  73. end
  74. object VersionLabel: TLabel
  75. Left = 62
  76. Top = 28
  77. Width = 127
  78. Height = 13
  79. Caption = 'Version 2.0.0 (Build 12) XX'
  80. ShowAccelChar = False
  81. end
  82. object WinSCPCopyrightLabel: TLabel
  83. Left = 62
  84. Top = 56
  85. Width = 180
  86. Height = 13
  87. Caption = 'Copyright '#169' 2000-2003 Martin Prikryl'
  88. ShowAccelChar = False
  89. end
  90. object ProductSpecificMessageLabel: TLabel
  91. Left = 62
  92. Top = 100
  93. Width = 277
  94. Height = 13
  95. Caption = 'To send comments and report bugs use support forum at:'
  96. ShowAccelChar = False
  97. end
  98. object Label3: TLabel
  99. Left = 62
  100. Top = 259
  101. Width = 91
  102. Height = 13
  103. Caption = 'Portions copyright:'
  104. ShowAccelChar = False
  105. end
  106. object RegistrationLabel: TLabel
  107. Left = 62
  108. Top = 144
  109. Width = 127
  110. Height = 13
  111. Caption = 'This product is licensed to:'
  112. ShowAccelChar = False
  113. end
  114. object IconPaintBox: TPaintBox
  115. Left = 8
  116. Top = 11
  117. Width = 48
  118. Height = 48
  119. OnPaint = IconPaintBoxPaint
  120. end
  121. object HomepageLabel: TStaticText
  122. Left = 62
  123. Top = 72
  124. Width = 128
  125. Height = 17
  126. Caption = 'http://XXXXXXwinscp.net/'
  127. TabOrder = 0
  128. TabStop = True
  129. end
  130. object ForumUrlLabel: TStaticText
  131. Left = 62
  132. Top = 116
  133. Width = 148
  134. Height = 17
  135. Caption = 'http://XXXXwinscp.net/forum/'
  136. TabOrder = 1
  137. TabStop = True
  138. end
  139. object ThirdPartyPanel: TPanel
  140. Left = 62
  141. Top = 277
  142. Width = 338
  143. Height = 168
  144. Anchors = [akLeft, akTop, akRight]
  145. BevelKind = bkTile
  146. BevelOuter = bvNone
  147. ParentColor = True
  148. TabOrder = 2
  149. end
  150. object RegistrationBox: TPanel
  151. Left = 62
  152. Top = 162
  153. Width = 338
  154. Height = 89
  155. Anchors = [akLeft, akTop, akRight]
  156. BevelKind = bkTile
  157. BevelOuter = bvNone
  158. ParentBackground = False
  159. ParentColor = True
  160. TabOrder = 3
  161. DesignSize = (
  162. 334
  163. 85)
  164. object RegistrationSubjectLabel: TLabel
  165. Left = 8
  166. Top = 8
  167. Width = 241
  168. Height = 65
  169. Anchors = [akLeft, akTop, akRight]
  170. AutoSize = False
  171. Caption = 'Someone'#13#10'Somewhere, some city'
  172. ShowAccelChar = False
  173. WordWrap = True
  174. end
  175. object RegistrationLicensesLabel: TLabel
  176. Left = 8
  177. Top = 43
  178. Width = 106
  179. Height = 13
  180. Caption = 'Number of Licenses: X'
  181. ShowAccelChar = False
  182. end
  183. object RegistrationProductIdLabel: TStaticText
  184. Left = 8
  185. Top = 65
  186. Width = 148
  187. Height = 17
  188. Caption = 'Product ID: xxxx-xxxx-xxxxx'
  189. ShowAccelChar = False
  190. TabOrder = 0
  191. OnClick = RegistrationProductIdLabelClick
  192. end
  193. end
  194. end
  195. end