home *** CD-ROM | disk | FTP | other *** search
- object OkForm: TOkForm
- Left = 322
- Top = 460
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Cacheman confirmation dialog'
- ClientHeight = 107
- ClientWidth = 448
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 6
- Top = 77
- Width = 140
- Height = 24
- Caption = '&Yes'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 448
- Height = 70
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object text: TLabel
- Left = 105
- Top = 30
- Width = 20
- Height = 13
- Caption = 'text'
- end
- object Image1: TImage
- Left = 44
- Top = 20
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- end
- object Button3: TButton
- Left = 302
- Top = 77
- Width = 140
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button2: TButton
- Left = 154
- Top = 77
- Width = 140
- Height = 24
- Caption = '&No'
- ModalResult = 7
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-