home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / ADDZIP / ADDZIP.EXE / DELPHI / ZIPWIZ / FZIP.DFM / FZIP.txt next >
Encoding:
Text File  |  1997-06-01  |  1008 b   |  54 lines

  1. object frmZIP: TfrmZIP
  2.   Left = 132
  3.   Top = 284
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm'
  7.   ClientHeight = 83
  8.   ClientWidth = 321
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object lblInfo: TLabel
  20.     Left = 18
  21.     Top = 3
  22.     Width = 288
  23.     Height = 43
  24.     AutoSize = False
  25.     Caption = 'lblInfo'
  26.     WordWrap = True
  27.   end
  28.   object btnCancel: TSpeedButton
  29.     Left = 18
  30.     Top = 54
  31.     Width = 93
  32.     Height = 25
  33.     Caption = '&Cancel'
  34.     OnClick = btnCancelClick
  35.   end
  36.   object btnOK: TSpeedButton
  37.     Left = 208
  38.     Top = 54
  39.     Width = 93
  40.     Height = 25
  41.     Caption = '&OK'
  42.     OnClick = btnOKClick
  43.   end
  44.   object edtHidden: TEdit
  45.     Left = 120
  46.     Top = 54
  47.     Width = 76
  48.     Height = 24
  49.     TabOrder = 0
  50.     Visible = False
  51.     OnChange = edtHiddenChange
  52.   end
  53. end
  54.