home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 September / MICD2001_09_NR2.iso / MICD.EXE / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  2001-08-13  |  2KB  |  100 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Kopiowanie'
  7.   ClientHeight = 135
  8.   ClientWidth = 405
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 405
  21.     Height = 93
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ZLabel: TLabel
  26.       Left = 10
  27.       Top = 7
  28.       Width = 14
  29.       Height = 16
  30.       Caption = 'Z:'
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object DoLabel: TLabel
  38.       Left = 10
  39.       Top = 30
  40.       Width = 25
  41.       Height = 16
  42.       Caption = 'Do:'
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.     end
  49.     object Z_txt: TLabel
  50.       Left = 40
  51.       Top = 7
  52.       Width = 3
  53.       Height = 16
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.       ParentFont = False
  59.     end
  60.     object Do_txt: TLabel
  61.       Left = 40
  62.       Top = 30
  63.       Width = 3
  64.       Height = 16
  65.       Font.Color = clBlack
  66.       Font.Height = -13
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object Gauge: TGauge
  72.       Left = 5
  73.       Top = 50
  74.       Width = 395
  75.       Height = 35
  76.       ForeColor = clBlue
  77.       Progress = 0
  78.     end
  79.   end
  80.   object Panel2: TPanel
  81.     Left = 0
  82.     Top = 95
  83.     Width = 405
  84.     Height = 40
  85.     BevelInner = bvRaised
  86.     BevelOuter = bvLowered
  87.     TabOrder = 1
  88.     object Anuluj_but: TButton
  89.       Left = 165
  90.       Top = 8
  91.       Width = 75
  92.       Height = 25
  93.       Caption = 'Anuluj'
  94.       ModalResult = 2
  95.       TabOrder = 0
  96.       OnClick = Anuluj_butClick
  97.     end
  98.   end
  99. end
  100.