home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / software / testsoft / logos / start.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-02-23  |  942b  |  51 lines

  1. object Form1: TForm1
  2.   Left = 213
  3.   Top = 119
  4.   BorderStyle = bsNone
  5.   Caption = 'Start'
  6.   ClientHeight = 200
  7.   ClientWidth = 320
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 320
  22.     Height = 200
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object P1: TPanel
  27.     Left = 88
  28.     Top = 82
  29.     Width = 174
  30.     Height = 40
  31.     TabOrder = 0
  32.     Visible = False
  33.     object Label1: TLabel
  34.       Left = 21
  35.       Top = 6
  36.       Width = 126
  37.       Height = 13
  38.       Caption = 'Trwa kopiowanie plik∩┐╜w ...'
  39.     end
  40.     object PB1: TProgressBar
  41.       Left = 2
  42.       Top = 21
  43.       Width = 171
  44.       Height = 16
  45.       Min = 0
  46.       Max = 100
  47.       TabOrder = 0
  48.     end
  49.   end
  50. end
  51.