home *** CD-ROM | disk | FTP | other *** search
- object frmZIP: TfrmZIP
- Left = 132
- Top = 284
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Confirm'
- ClientHeight = 83
- ClientWidth = 321
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- TextHeight = 16
- object lblInfo: TLabel
- Left = 18
- Top = 3
- Width = 288
- Height = 43
- AutoSize = False
- Caption = 'lblInfo'
- WordWrap = True
- end
- object btnCancel: TSpeedButton
- Left = 18
- Top = 54
- Width = 93
- Height = 25
- Caption = '&Cancel'
- OnClick = btnCancelClick
- end
- object btnOK: TSpeedButton
- Left = 208
- Top = 54
- Width = 93
- Height = 25
- Caption = '&OK'
- OnClick = btnOKClick
- end
- object edtHidden: TEdit
- Left = 120
- Top = 54
- Width = 76
- Height = 24
- TabOrder = 0
- Visible = False
- OnChange = edtHiddenChange
- end
- end
-