home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TTBLPACKFORM / TTBLPACKFORM.txt
Encoding:
Text File  |  1999-04-22  |  1.3 KB  |  70 lines

  1. object TblPackForm: TTblPackForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zhu∩┐╜t∩┐╜n∩┐╜ datov∩┐╜ch soubor∩┐╜'
  6.   ClientHeight = 110
  7.   ClientWidth = 344
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ProgressLabel: TLabel
  20.     Left = 64
  21.     Top = 16
  22.     Width = 265
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Stiskn∩┐╜te tla∩┐╜∩┐╜tko "Start" pro zah∩┐╜jen∩┐╜ zhu∩┐╜∩┐╜ov∩┐╜n∩┐╜...'
  26.   end
  27.   object Label1: TLabel
  28.     Left = 64
  29.     Top = 40
  30.     Width = 40
  31.     Height = 13
  32.     Caption = 'Pr∩┐╜b∩┐╜h :'
  33.   end
  34.   object Animate: TAnimate
  35.     Left = 4
  36.     Top = 6
  37.     Width = 48
  38.     Height = 50
  39.     Active = False
  40.     StopFrame = 23
  41.   end
  42.   object OkBtn: TBitBtn
  43.     Left = 184
  44.     Top = 80
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Start'
  48.     TabOrder = 1
  49.     OnClick = OkBtnClick
  50.   end
  51.   object StornoBtn: TBitBtn
  52.     Left = 264
  53.     Top = 80
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Storno'
  57.     TabOrder = 2
  58.     OnClick = StornoBtnClick
  59.   end
  60.   object ProgressBar: TProgressBar
  61.     Left = 64
  62.     Top = 56
  63.     Width = 273
  64.     Height = 10
  65.     Min = 0
  66.     Max = 100
  67.     TabOrder = 3
  68.   end
  69. end
  70.