home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2000 March / PCM_0003.iso / programi / atomnetp.exe / atomnet.exe / 0 / RCDATA / TZIPFORM / TZIPFORM.txt
Encoding:
Text File  |  1999-08-29  |  1.2 KB  |  64 lines

  1. object zipform: Tzipform
  2.   Left = 328
  3.   Top = 285
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open'
  7.   ClientHeight = 201
  8.   ClientWidth = 329
  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.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 173
  21.     Width = 329
  22.     Height = 28
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 1
  26.     object Button1: TButton
  27.       Left = 83
  28.       Top = 2
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'OK'
  32.       Default = True
  33.       ModalResult = 1
  34.       TabOrder = 0
  35.     end
  36.     object Button2: TButton
  37.       Left = 171
  38.       Top = 2
  39.       Width = 75
  40.       Height = 25
  41.       Cancel = True
  42.       Caption = 'Cancel'
  43.       ModalResult = 2
  44.       TabOrder = 1
  45.     end
  46.   end
  47.   object FilesList: TListBox
  48.     Left = 0
  49.     Top = 0
  50.     Width = 329
  51.     Height = 173
  52.     Align = alClient
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'Courier New'
  57.     Font.Style = []
  58.     ItemHeight = 14
  59.     ParentFont = False
  60.     TabOrder = 0
  61.     OnDblClick = FilesListDblClick
  62.   end
  63. end
  64.