home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  2002-05-23  |  3.2 KB  |  146 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 353
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = 'About UltimateZip'
  6.   ClientHeight = 296
  7.   ClientWidth = 331
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ShellLink1: TShellLink
  20.     Left = 8
  21.     Top = 248
  22.     Width = 172
  23.     Height = 13
  24.     Cursor = crHandPoint
  25.     Caption = 'Internet: http://www.ultimatezip.com'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlue
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     OnClick = ShellLink1Click
  33.     FocusFont.Charset = DEFAULT_CHARSET
  34.     FocusFont.Color = clBlue
  35.     FocusFont.Height = -11
  36.     FocusFont.Name = 'MS Sans Serif'
  37.     FocusFont.Style = [fsUnderline]
  38.   end
  39.   object ShellLink2: TShellLink
  40.     Left = 8
  41.     Top = 272
  42.     Width = 161
  43.     Height = 13
  44.     Cursor = crHandPoint
  45.     Caption = 'Support: support@ultimatezip.com'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlue
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     OnClick = ShellLink2Click
  53.     FocusFont.Charset = DEFAULT_CHARSET
  54.     FocusFont.Color = clBlue
  55.     FocusFont.Height = -11
  56.     FocusFont.Name = 'MS Sans Serif'
  57.     FocusFont.Style = [fsUnderline]
  58.   end
  59.   object Label5: TLabel
  60.     Left = 8
  61.     Top = 194
  62.     Width = 277
  63.     Height = 13
  64.     Alignment = taCenter
  65.     Caption = 'Copyright ∩┐╜ 2001 SWE von Schleusen. All rights reserved.'
  66.   end
  67.   object Label2: TLabel
  68.     Left = 8
  69.     Top = 232
  70.     Width = 40
  71.     Height = 13
  72.     Caption = 'Contact:'
  73.   end
  74.   object Button1: TButton
  75.     Left = 248
  76.     Top = 264
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 0
  83.   end
  84.   object List: TListView
  85.     Left = 8
  86.     Top = 112
  87.     Width = 315
  88.     Height = 81
  89.     Columns = <>
  90.     FlatScrollBars = True
  91.     TabOrder = 2
  92.     TabStop = False
  93.   end
  94.   object Panel1: TPanel
  95.     Left = 0
  96.     Top = -8
  97.     Width = 315
  98.     Height = 113
  99.     BevelOuter = bvNone
  100.     Color = clWhite
  101.     TabOrder = 3
  102.     object imLogo: TImage
  103.       Left = 8
  104.       Top = 16
  105.       Width = 159
  106.       Height = 96
  107.       AutoSize = True
  108.       Picture.Data = {<image000.bmp>}
  109.     end
  110.     object Label1: TLabel
  111.       Left = 61
  112.       Top = 98
  113.       Width = 50
  114.       Height = 11
  115.       Caption = 'Version: 2.6'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clWhite
  118.       Font.Height = -9
  119.       Font.Name = 'Tahoma'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       Transparent = True
  123.     end
  124.   end
  125.   object Button2: TButton
  126.     Left = 248
  127.     Top = 232
  128.     Width = 75
  129.     Height = 25
  130.     Caption = '&Credits'
  131.     TabOrder = 1
  132.     OnClick = Button2Click
  133.   end
  134.   object FormCenter1: TFormCenter
  135.     Center = True
  136.     Left = 296
  137.     Top = 48
  138.   end
  139.   object dfsVersionInfoResource2: TdfsVersionInfoResource
  140.     VersionListView = List
  141.     ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdLegalTrademarks, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
  142.     Left = 270
  143.     Top = 64
  144.   end
  145. end
  146.