home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWABOUT / TFORMVIEWABOUT.txt < prev   
Encoding:
Text File  |  2009-10-23  |  4.5 KB  |  206 lines

  1. object FormViewAbout: TFormViewAbout
  2.   Left = 279
  3.   Top = 192
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 242
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelText: TPanel
  21.     Left = 56
  22.     Top = 0
  23.     Width = 317
  24.     Height = 242
  25.     Align = alRight
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object PanelCaption: TPanel
  29.       Left = 0
  30.       Top = 0
  31.       Width = 317
  32.       Height = 101
  33.       Align = alTop
  34.       BevelOuter = bvNone
  35.       ParentColor = True
  36.       TabOrder = 0
  37.       object labCaption: TLabel
  38.         Left = 8
  39.         Top = 8
  40.         Width = 172
  41.         Height = 24
  42.         Caption = 'Universal Viewer'
  43.         Font.Charset = DEFAULT_CHARSET
  44.         Font.Color = clWindowText
  45.         Font.Height = -20
  46.         Font.Name = 'Tahoma'
  47.         Font.Style = [fsBold]
  48.         ParentFont = False
  49.         Transparent = True
  50.       end
  51.       object labVersion: TLabel
  52.         Left = 8
  53.         Top = 32
  54.         Width = 35
  55.         Height = 13
  56.         Caption = 'Version'
  57.         Transparent = True
  58.       end
  59.       object labCopyright: TLabel
  60.         Left = 8
  61.         Top = 46
  62.         Width = 201
  63.         Height = 13
  64.         Caption = 'Copyright '#169' 2006-2009 Alexey Torgashin'
  65.         Transparent = True
  66.       end
  67.       object labHomepage: TLabel
  68.         Left = 8
  69.         Top = 60
  70.         Width = 136
  71.         Height = 13
  72.         Cursor = crHandPoint
  73.         Caption = 'http://www.uvviewsoft.com'
  74.         Font.Charset = DEFAULT_CHARSET
  75.         Font.Color = clBlue
  76.         Font.Height = -11
  77.         Font.Name = 'Tahoma'
  78.         Font.Style = [fsUnderline]
  79.         ParentFont = False
  80.         Transparent = True
  81.         OnClick = labHomepageClick
  82.       end
  83.       object labLicense: TLabel
  84.         Left = 8
  85.         Top = 74
  86.         Width = 35
  87.         Height = 13
  88.         Cursor = crHandPoint
  89.         Caption = 'License'
  90.         Font.Charset = DEFAULT_CHARSET
  91.         Font.Color = clBlue
  92.         Font.Height = -11
  93.         Font.Name = 'Tahoma'
  94.         Font.Style = [fsUnderline]
  95.         ParentFont = False
  96.         Transparent = True
  97.         OnClick = labLicenseClick
  98.       end
  99.     end
  100.     object PanelCredits: TPanel
  101.       Left = 0
  102.       Top = 101
  103.       Width = 317
  104.       Height = 65
  105.       Align = alClient
  106.       BevelOuter = bvNone
  107.       TabOrder = 1
  108.       DesignSize = (
  109.         317
  110.         65)
  111.       object labCredits: TLabel
  112.         Left = 8
  113.         Top = 0
  114.         Width = 38
  115.         Height = 13
  116.         Caption = 'Credits:'
  117.       end
  118.       object memoCredits: TMemo
  119.         Left = 8
  120.         Top = 16
  121.         Width = 298
  122.         Height = 43
  123.         Anchors = [akLeft, akTop, akBottom]
  124.         Font.Charset = DEFAULT_CHARSET
  125.         Font.Color = clWindowText
  126.         Font.Height = -9
  127.         Font.Name = 'Tahoma'
  128.         Font.Style = []
  129.         ParentColor = True
  130.         ParentFont = False
  131.         ReadOnly = True
  132.         ScrollBars = ssVertical
  133.         TabOrder = 0
  134.         WordWrap = False
  135.       end
  136.     end
  137.     object PanelButton: TPanel
  138.       Left = 0
  139.       Top = 205
  140.       Width = 317
  141.       Height = 37
  142.       Align = alBottom
  143.       BevelOuter = bvNone
  144.       TabOrder = 2
  145.       object btnOK: TButton
  146.         Left = 93
  147.         Top = 4
  148.         Width = 76
  149.         Height = 23
  150.         Cancel = True
  151.         Caption = 'OK'
  152.         Default = True
  153.         ModalResult = 1
  154.         TabOrder = 0
  155.       end
  156.     end
  157.     object PanelLogo: TPanel
  158.       Left = 0
  159.       Top = 166
  160.       Width = 317
  161.       Height = 39
  162.       Align = alBottom
  163.       BevelOuter = bvNone
  164.       TabOrder = 3
  165.       DesignSize = (
  166.         317
  167.         39)
  168.       object Image2: TImage
  169.         Left = 9
  170.         Top = 1
  171.         Width = 88
  172.         Height = 32
  173.         Cursor = crHandPoint
  174.         Anchors = [akLeft, akTop, akRight]
  175.         AutoSize = True
  176.         Picture.Data = {<image000.bmp>}
  177.         Proportional = True
  178.         OnClick = Image2Click
  179.       end
  180.     end
  181.   end
  182.   object PanelImage: TPanel
  183.     Left = 0
  184.     Top = 0
  185.     Width = 56
  186.     Height = 242
  187.     Align = alClient
  188.     BevelOuter = bvNone
  189.     TabOrder = 1
  190.     DesignSize = (
  191.       56
  192.       242)
  193.     object Image1: TImage
  194.       Left = 12
  195.       Top = 12
  196.       Width = 35
  197.       Height = 43
  198.       Anchors = [akLeft, akTop, akRight]
  199.       AutoSize = True
  200.       Picture.Data = {<image001.bmp>}
  201.       Proportional = True
  202.       Transparent = True
  203.     end
  204.   end
  205. end
  206.