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

  1. object frmProp: TfrmProp
  2.   Left = 425
  3.   Top = 141
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 372
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  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.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 113
  20.     Top = 344
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 4
  31.     Top = 4
  32.     Width = 293
  33.     Height = 333
  34.     BevelOuter = bvLowered
  35.     TabOrder = 1
  36.     object Label1: TLabel
  37.       Left = 51
  38.       Top = 26
  39.       Width = 31
  40.       Height = 13
  41.       Caption = 'Name:'
  42.     end
  43.     object Label2: TLabel
  44.       Left = 57
  45.       Top = 74
  46.       Width = 25
  47.       Height = 13
  48.       Caption = 'Path:'
  49.     end
  50.     object Label3: TLabel
  51.       Left = 8
  52.       Top = 98
  53.       Width = 74
  54.       Height = 13
  55.       Caption = 'Unpacked size:'
  56.     end
  57.     object Label4: TLabel
  58.       Left = 117
  59.       Top = 314
  60.       Width = 28
  61.       Height = 13
  62.       Caption = 'Ratio:'
  63.     end
  64.     object Label5: TLabel
  65.       Left = 58
  66.       Top = 146
  67.       Width = 24
  68.       Height = 13
  69.       Caption = 'Files:'
  70.     end
  71.     object Label7: TLabel
  72.       Left = 23
  73.       Top = 50
  74.       Width = 59
  75.       Height = 13
  76.       Caption = 'Archivetype:'
  77.     end
  78.     object labName: TLabel
  79.       Left = 88
  80.       Top = 26
  81.       Width = 28
  82.       Height = 13
  83.       Caption = 'Name'
  84.     end
  85.     object labType: TLabel
  86.       Left = 88
  87.       Top = 50
  88.       Width = 40
  89.       Height = 13
  90.       Caption = 'ArcType'
  91.     end
  92.     object labSize: TLabel
  93.       Left = 88
  94.       Top = 98
  95.       Width = 20
  96.       Height = 13
  97.       Caption = 'Size'
  98.     end
  99.     object labFiles: TLabel
  100.       Left = 88
  101.       Top = 146
  102.       Width = 18
  103.       Height = 13
  104.       Caption = 'files'
  105.     end
  106.     object labRatio: TLabel
  107.       Left = 151
  108.       Top = 314
  109.       Width = 25
  110.       Height = 13
  111.       Caption = 'Ratio'
  112.     end
  113.     object labPath: TPathLabel
  114.       Left = 88
  115.       Top = 74
  116.       Width = 193
  117.       Height = 13
  118.       AutoSize = False
  119.       Caption = 'Path'
  120.     end
  121.     object Label6: TLabel
  122.       Left = 21
  123.       Top = 122
  124.       Width = 61
  125.       Height = 13
  126.       Caption = 'Packed size:'
  127.     end
  128.     object labPSize: TLabel
  129.       Left = 88
  130.       Top = 122
  131.       Width = 27
  132.       Height = 13
  133.       Caption = 'PSize'
  134.     end
  135.     object Pie: TSimplePie
  136.       Left = 82
  137.       Top = 240
  138.       Width = 128
  139.       Height = 64
  140.       Position = 0
  141.       Basecolor = clFuchsia
  142.       Usedcolor = clBlue
  143.     end
  144.     object Label8: TLabel
  145.       Left = 17
  146.       Top = 216
  147.       Width = 65
  148.       Height = 13
  149.       Caption = 'Ver. made by:'
  150.     end
  151.     object Label9: TLabel
  152.       Left = 13
  153.       Top = 192
  154.       Width = 69
  155.       Height = 13
  156.       Caption = 'Ver. to extract:'
  157.     end
  158.     object lblMadeBy: TLabel
  159.       Left = 88
  160.       Top = 216
  161.       Width = 49
  162.       Height = 13
  163.       Caption = 'lblMadeBy'
  164.     end
  165.     object lblToExtract: TLabel
  166.       Left = 88
  167.       Top = 192
  168.       Width = 56
  169.       Height = 13
  170.       Caption = 'lblToExtract'
  171.     end
  172.     object Label10: TLabel
  173.       Left = 28
  174.       Top = 168
  175.       Width = 54
  176.       Height = 13
  177.       Caption = 'Date/Time:'
  178.     end
  179.     object lblDate: TLabel
  180.       Left = 88
  181.       Top = 168
  182.       Width = 33
  183.       Height = 13
  184.       Caption = 'lblDate'
  185.     end
  186.   end
  187.   object FormCenter1: TFormCenter
  188.     Center = True
  189.     Left = 240
  190.     Top = 200
  191.   end
  192. end
  193.