home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / ibevnts.dfm / ibevnts.txt
Text File  |  1999-08-11  |  2KB  |  98 lines

  1. object IBEAEventsEditor: TIBEAEventsEditor
  2.   Left = 283
  3.   Top = 266
  4.   BorderStyle = bsDialog
  5.   Caption = 'EventAlerter Events'
  6.   ClientHeight = 251
  7.   ClientWidth = 306
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Default'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 306
  21.     Height = 251
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BorderWidth = 4
  25.     TabOrder = 0
  26.     object Panel2: TPanel
  27.       Left = 9
  28.       Top = 8
  29.       Width = 289
  30.       Height = 201
  31.       BevelInner = bvRaised
  32.       BevelOuter = bvLowered
  33.       TabOrder = 0
  34.       object RequestedEvents: TLabel
  35.         Left = 10
  36.         Top = 4
  37.         Width = 88
  38.         Height = 13
  39.         Caption = 'Requested Events'
  40.         Font.Charset = DEFAULT_CHARSET
  41.         Font.Color = clBlack
  42.         Font.Height = -11
  43.         Font.Name = 'Default'
  44.         Font.Style = []
  45.         ParentFont = False
  46.       end
  47.       object cEvents: TStringGrid
  48.         Left = 9
  49.         Top = 22
  50.         Width = 271
  51.         Height = 171
  52.         ColCount = 2
  53.         DefaultRowHeight = 16
  54.         RowCount = 15
  55.         FixedRows = 0
  56.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goAlwaysShowEditor]
  57.         ScrollBars = ssVertical
  58.         TabOrder = 0
  59.         ColWidths = (
  60.           27
  61.           227)
  62.       end
  63.     end
  64.     object bOK: TButton
  65.       Left = 140
  66.       Top = 219
  67.       Width = 75
  68.       Height = 25
  69.       Caption = '&OK'
  70.       Default = True
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'Default'
  75.       Font.Style = []
  76.       ModalResult = 1
  77.       ParentFont = False
  78.       TabOrder = 1
  79.     end
  80.     object bCancel: TButton
  81.       Left = 220
  82.       Top = 219
  83.       Width = 75
  84.       Height = 25
  85.       Cancel = True
  86.       Caption = 'Cancel'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'Default'
  91.       Font.Style = []
  92.       ModalResult = 2
  93.       ParentFont = False
  94.       TabOrder = 2
  95.     end
  96.   end
  97. end
  98.