home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TTESTFORM / TTESTFORM.txt < prev   
Encoding:
Text File  |  2004-10-13  |  2.3 KB  |  122 lines

  1. object Testform: TTestform
  2.   Left = 791
  3.   Top = 359
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Test Archive'
  7.   ClientHeight = 337
  8.   ClientWidth = 417
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Topbevel: TBevel
  21.     Left = 0
  22.     Top = 65
  23.     Width = 417
  24.     Height = 8
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object Statuslabel: TLabel
  29.     Left = 8
  30.     Top = 72
  31.     Width = 33
  32.     Height = 13
  33.     Caption = 'Status:'
  34.   end
  35.   object Progresslabel: TLabel
  36.     Left = 8
  37.     Top = 256
  38.     Width = 44
  39.     Height = 13
  40.     Caption = 'Progress:'
  41.   end
  42.   object Bottombevel: TBevel
  43.     Left = 8
  44.     Top = 296
  45.     Width = 401
  46.     Height = 9
  47.     Shape = bsTopLine
  48.   end
  49.   object Toppanel: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 417
  53.     Height = 65
  54.     Align = alTop
  55.     BevelOuter = bvNone
  56.     Color = clWhite
  57.     TabOrder = 0
  58.     object Captionlabel: TLabel
  59.       Left = 8
  60.       Top = 8
  61.       Width = 73
  62.       Height = 13
  63.       Caption = 'Test Archive'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clWindowText
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.     end
  71.     object Infolabel: TLabel
  72.       Left = 16
  73.       Top = 24
  74.       Width = 323
  75.       Height = 26
  76.       Caption = 
  77.         'Please wait while TUGZip scans through the archive to make sure ' +
  78.         'it works properly.'
  79.       WordWrap = True
  80.     end
  81.     object Image: TImage
  82.       Left = 361
  83.       Top = 8
  84.       Width = 48
  85.       Height = 48
  86.       AutoSize = True
  87.       Picture.Data = {<image000.bmp>}
  88.       Transparent = True
  89.     end
  90.   end
  91.   object Memo: TMemo
  92.     Left = 8
  93.     Top = 88
  94.     Width = 401
  95.     Height = 161
  96.     ReadOnly = True
  97.     ScrollBars = ssVertical
  98.     TabOrder = 1
  99.   end
  100.   object Progressbar: TProgressBar
  101.     Left = 8
  102.     Top = 272
  103.     Width = 401
  104.     Height = 17
  105.     Min = 0
  106.     Max = 100
  107.     TabOrder = 2
  108.   end
  109.   object Okbutton: TButton
  110.     Left = 336
  111.     Top = 304
  112.     Width = 75
  113.     Height = 25
  114.     Cancel = True
  115.     Caption = 'OK'
  116.     Default = True
  117.     Enabled = False
  118.     TabOrder = 3
  119.     OnClick = OkbuttonClick
  120.   end
  121. end
  122.