home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 October / maximum-cd-2002-10.iso / Software / Utilities / Cacheman / cachm511.exe / %MAINDIR% / Cacheman.exe / 0 / RCDATA / TOKFORM / TOKFORM.txt < prev   
Encoding:
Text File  |  2002-07-15  |  1.5 KB  |  80 lines

  1. object OkForm: TOkForm
  2.   Left = 322
  3.   Top = 460
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Cacheman confirmation dialog'
  7.   ClientHeight = 107
  8.   ClientWidth = 448
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Button1: TButton
  25.     Left = 6
  26.     Top = 77
  27.     Width = 140
  28.     Height = 24
  29.     Caption = '&Yes'
  30.     Default = True
  31.     TabOrder = 1
  32.     OnClick = Button1Click
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 448
  38.     Height = 70
  39.     Align = alTop
  40.     BevelInner = bvRaised
  41.     BevelOuter = bvLowered
  42.     TabOrder = 0
  43.     object text: TLabel
  44.       Left = 105
  45.       Top = 30
  46.       Width = 20
  47.       Height = 13
  48.       Caption = 'text'
  49.     end
  50.     object Image1: TImage
  51.       Left = 44
  52.       Top = 20
  53.       Width = 32
  54.       Height = 32
  55.       AutoSize = True
  56.       Picture.Data = {<image000.ico>}
  57.     end
  58.   end
  59.   object Button3: TButton
  60.     Left = 302
  61.     Top = 77
  62.     Width = 140
  63.     Height = 24
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     TabOrder = 3
  67.     OnClick = Button3Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 154
  71.     Top = 77
  72.     Width = 140
  73.     Height = 24
  74.     Caption = '&No'
  75.     ModalResult = 7
  76.     TabOrder = 2
  77.     OnClick = Button2Click
  78.   end
  79. end
  80.