About.dfm 4.5 KB

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