home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Hadraba / Source / EventForm.dfm < prev    next >
Text File  |  2002-08-11  |  2KB  |  69 lines

  1. object EventForm1: TEventForm1
  2.   Left = 294
  3.   Top = 341
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'EventForm1'
  7.   ClientHeight = 129
  8.   ClientWidth = 377
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 377
  25.     Height = 129
  26.     Align = alClient
  27.     BevelInner = bvLowered
  28.     Color = clWhite
  29.     PopupMenu = PopupMenu1
  30.     TabOrder = 0
  31.     OnMouseDown = OnMoveOnScreen
  32.     object OKSpeedButton1: TSpeedButton
  33.       Left = 144
  34.       Top = 88
  35.       Width = 89
  36.       Height = 25
  37.       Caption = 'OK'
  38.       Flat = True
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clRed
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       OnClick = OKSpeedButton1Click
  46.     end
  47.     object EventStaticText1: TStaticText
  48.       Left = 24
  49.       Top = 24
  50.       Width = 117
  51.       Height = 17
  52.       Caption = 'AutoRun internal failure.'
  53.       PopupMenu = PopupMenu1
  54.       TabOrder = 0
  55.       OnMouseDown = OnMoveOnScreen
  56.     end
  57.   end
  58.   object PopupMenu1: TPopupMenu
  59.     Left = 8
  60.     Top = 88
  61.     object Close1: TMenuItem
  62.       Caption = '&Close'
  63.       Default = True
  64.       ShortCut = 27
  65.       OnClick = Close1Click
  66.     end
  67.   end
  68. end
  69.