About.dfm 4.7 KB

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