home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZRCG.exe / 0 / RCDATA / TFILEIOFORM / TFILEIOFORM.txt
Encoding:
Text File  |  2004-05-19  |  1.6 KB  |  91 lines

  1. object FileIOForm: TFileIOForm
  2.   Left = 232
  3.   Top = 498
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 208
  7.   ClientWidth = 370
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 20
  25.     Top = 16
  26.     Width = 32
  27.     Height = 32
  28.   end
  29.   object Label1: TLabel
  30.     Left = 80
  31.     Top = 16
  32.     Width = 3
  33.     Height = 13
  34.   end
  35.   object Label2: TLabel
  36.     Left = 20
  37.     Top = 112
  38.     Width = 323
  39.     Height = 57
  40.     AutoSize = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 19
  44.     Top = 80
  45.     Width = 3
  46.     Height = 13
  47.   end
  48.   object Label4: TLabel
  49.     Left = 19
  50.     Top = 67
  51.     Width = 3
  52.     Height = 13
  53.   end
  54.   object ProgressBar1: TProgressBar
  55.     Left = 20
  56.     Top = 96
  57.     Width = 325
  58.     Height = 11
  59.     TabOrder = 0
  60.   end
  61.   object Button1: TButton
  62.     Left = 256
  63.     Top = 176
  64.     Width = 75
  65.     Height = 24
  66.     Cancel = True
  67.     Caption = '&Cancel'
  68.     Default = True
  69.     ModalResult = 2
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 152
  75.     Top = 176
  76.     Width = 91
  77.     Height = 24
  78.     Caption = 'Open &Folder'
  79.     Enabled = False
  80.     TabOrder = 2
  81.     OnClick = Button2Click
  82.   end
  83.   object Timer1: TTimer
  84.     Enabled = False
  85.     Interval = 1500
  86.     OnTimer = Timer1Timer
  87.     Left = 320
  88.     Top = 16
  89.   end
  90. end
  91.