123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- object AboutDialog: TAboutDialog
- Left = 373
- Top = 123
- HelpType = htKeyword
- HelpKeyword = 'ui_about'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'About application'
- ClientHeight = 532
- ClientWidth = 455
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Segoe UI'
- Font.Style = []
- KeyPreview = True
- Position = poOwnerFormCenter
- OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
- OnKeyDown = FormKeyDown
- DesignSize = (
- 455
- 532)
- TextHeight = 15
- object OKButton: TButton
- Left = 281
- Top = 499
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnMouseDown = OKButtonMouseDown
- end
- object LicenseButton: TButton
- Left = 62
- Top = 499
- Width = 80
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&License...'
- TabOrder = 2
- OnClick = LicenseButtonClick
- end
- object HelpButton: TButton
- Left = 367
- Top = 499
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Help'
- TabOrder = 1
- OnClick = HelpButtonClick
- end
- object Panel: TPanel
- Left = 0
- Top = 0
- Width = 455
- Height = 491
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- Color = clWindow
- ParentBackground = False
- TabOrder = 3
- DesignSize = (
- 455
- 491)
- object ApplicationLabel: TLabel
- Left = 62
- Top = 12
- Width = 61
- Height = 15
- Caption = 'Application'
- ShowAccelChar = False
- end
- object VersionLabel: TLabel
- Left = 62
- Top = 30
- Width = 135
- Height = 15
- Caption = 'Version 2.0.0 (Build 12) XX'
- ShowAccelChar = False
- end
- object WinSCPCopyrightLabel: TLabel
- Left = 62
- Top = 58
- Width = 197
- Height = 15
- Caption = 'Copyright '#169' 2000-2003 Martin Prikryl'
- ShowAccelChar = False
- end
- object ProductSpecificMessageLabel: TLabel
- Left = 62
- Top = 104
- Width = 305
- Height = 15
- Caption = 'To send comments and report bugs use support forum at:'
- ShowAccelChar = False
- end
- object Label3: TLabel
- Left = 62
- Top = 265
- Width = 101
- Height = 15
- Caption = 'Portions copyright:'
- ShowAccelChar = False
- end
- object RegistrationLabel: TLabel
- Left = 62
- Top = 150
- Width = 141
- Height = 15
- Caption = 'This product is licensed to:'
- ShowAccelChar = False
- end
- object IconPaintBox: TPaintBox
- Left = 8
- Top = 11
- Width = 48
- Height = 48
- OnPaint = IconPaintBoxPaint
- end
- object HomepageLabel: TStaticText
- Left = 62
- Top = 76
- Width = 143
- Height = 19
- Caption = 'http://XXXXXXwinscp.net/'
- TabOrder = 0
- TabStop = True
- end
- object ForumUrlLabel: TStaticText
- Left = 62
- Top = 122
- Width = 167
- Height = 19
- Caption = 'http://XXXXwinscp.net/forum/'
- TabOrder = 1
- TabStop = True
- end
- object ThirdPartyPanel: TPanel
- Left = 64
- Top = 283
- Width = 383
- Height = 193
- Anchors = [akLeft, akTop, akRight]
- BevelKind = bkTile
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 2
- end
- object RegistrationBox: TPanel
- Left = 62
- Top = 168
- Width = 385
- Height = 89
- Anchors = [akLeft, akTop, akRight]
- BevelKind = bkTile
- BevelOuter = bvNone
- ParentBackground = False
- ParentColor = True
- TabOrder = 3
- DesignSize = (
- 381
- 85)
- object RegistrationSubjectLabel: TLabel
- Left = 8
- Top = 8
- Width = 288
- Height = 65
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'Someone'#13#10'Somewhere, some city'
- ShowAccelChar = False
- WordWrap = True
- end
- object RegistrationLicensesLabel: TLabel
- Left = 8
- Top = 43
- Width = 118
- Height = 15
- Caption = 'Number of Licenses: X'
- ShowAccelChar = False
- end
- object RegistrationProductIdLabel: TStaticText
- Left = 8
- Top = 65
- Width = 141
- Height = 19
- Caption = 'Product ID: xxxx-xxxx-xxxxx'
- ShowAccelChar = False
- TabOrder = 0
- OnClick = RegistrationProductIdLabelClick
- end
- end
- end
- end
|