home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Linux / Linuxwld / linuxw.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-01-31  |  2KB  |  94 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form1'
  7.   ClientHeight = 139
  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 = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 8
  21.     Top = 112
  22.     Width = 401
  23.     Height = 16
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Copyright 1999 EmZet Computing. Wszystkie prawa zastrze∩┐╜one.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label1: TLabel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 295
  38.     Height = 16
  39.     Caption = 'Podaj katalog docelowy dla IDG LinuxWorld 1/99:'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object PB: TGauge
  48.     Left = 8
  49.     Top = 88
  50.     Width = 401
  51.     Height = 17
  52.     ForeColor = clNavy
  53.     Progress = 50
  54.   end
  55.   object DE: TEdit
  56.     Left = 8
  57.     Top = 32
  58.     Width = 313
  59.     Height = 24
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -13
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     TabOrder = 0
  67.     Text = 'C:\Temp'
  68.   end
  69.   object EXTBTN: TButton
  70.     Left = 334
  71.     Top = 16
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&Rozpakuj'
  75.     Default = True
  76.     TabOrder = 1
  77.     OnClick = EXTBTNClick
  78.   end
  79.   object QUITBTN: TButton
  80.     Left = 334
  81.     Top = 48
  82.     Width = 75
  83.     Height = 25
  84.     Caption = '&Koniec'
  85.     TabOrder = 2
  86.     OnClick = QUITBTNClick
  87.   end
  88.   object PM: TProgMan
  89.     ShowGroup = activateNormalSize
  90.     Left = 280
  91.     Top = 40
  92.   end
  93. end
  94.