home *** CD-ROM | disk | FTP | other *** search
- object FormViewAbout: TFormViewAbout
- Left = 279
- Top = 192
- ActiveControl = btnOK
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 242
- ClientWidth = 373
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PanelText: TPanel
- Left = 56
- Top = 0
- Width = 317
- Height = 242
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object PanelCaption: TPanel
- Left = 0
- Top = 0
- Width = 317
- Height = 101
- Align = alTop
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- object labCaption: TLabel
- Left = 8
- Top = 8
- Width = 172
- Height = 24
- Caption = 'Universal Viewer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -20
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object labVersion: TLabel
- Left = 8
- Top = 32
- Width = 35
- Height = 13
- Caption = 'Version'
- Transparent = True
- end
- object labCopyright: TLabel
- Left = 8
- Top = 46
- Width = 201
- Height = 13
- Caption = 'Copyright '#169' 2006-2009 Alexey Torgashin'
- Transparent = True
- end
- object labHomepage: TLabel
- Left = 8
- Top = 60
- Width = 136
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www.uvviewsoft.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- OnClick = labHomepageClick
- end
- object labLicense: TLabel
- Left = 8
- Top = 74
- Width = 35
- Height = 13
- Cursor = crHandPoint
- Caption = 'License'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- OnClick = labLicenseClick
- end
- end
- object PanelCredits: TPanel
- Left = 0
- Top = 101
- Width = 317
- Height = 65
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 317
- 65)
- object labCredits: TLabel
- Left = 8
- Top = 0
- Width = 38
- Height = 13
- Caption = 'Credits:'
- end
- object memoCredits: TMemo
- Left = 8
- Top = 16
- Width = 298
- Height = 43
- Anchors = [akLeft, akTop, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentColor = True
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- WordWrap = False
- end
- end
- object PanelButton: TPanel
- Left = 0
- Top = 205
- Width = 317
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object btnOK: TButton
- Left = 93
- Top = 4
- Width = 76
- Height = 23
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
- object PanelLogo: TPanel
- Left = 0
- Top = 166
- Width = 317
- Height = 39
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 3
- DesignSize = (
- 317
- 39)
- object Image2: TImage
- Left = 9
- Top = 1
- Width = 88
- Height = 32
- Cursor = crHandPoint
- Anchors = [akLeft, akTop, akRight]
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Proportional = True
- OnClick = Image2Click
- end
- end
- end
- object PanelImage: TPanel
- Left = 0
- Top = 0
- Width = 56
- Height = 242
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 56
- 242)
- object Image1: TImage
- Left = 12
- Top = 12
- Width = 35
- Height = 43
- Anchors = [akLeft, akTop, akRight]
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Proportional = True
- Transparent = True
- end
- end
- end
-