home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / IBEVNTS.DFM / IBEVNTS.txt
Encoding:
Text File  |  1996-06-11  |  2.1 KB  |  94 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.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 306
  20.     Height = 251
  21.     Align = alClient
  22.     BevelOuter = bvNone
  23.     BorderWidth = 4
  24.     TabOrder = 0
  25.     object Panel2: TPanel
  26.       Left = 9
  27.       Top = 8
  28.       Width = 289
  29.       Height = 201
  30.       BevelInner = bvRaised
  31.       BevelOuter = bvLowered
  32.       TabOrder = 0
  33.       object RequestedEvents: TLabel
  34.         Left = 10
  35.         Top = 4
  36.         Width = 88
  37.         Height = 13
  38.         Caption = 'Requested Events'
  39.         Font.Color = clBlack
  40.         Font.Height = -11
  41.         Font.Name = 'MS Sans Serif'
  42.         Font.Style = []
  43.         ParentFont = False
  44.       end
  45.       object cEvents: TStringGrid
  46.         Left = 9
  47.         Top = 22
  48.         Width = 271
  49.         Height = 171
  50.         ColCount = 2
  51.         DefaultRowHeight = 16
  52.         RowCount = 15
  53.         FixedRows = 0
  54.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goAlwaysShowEditor]
  55.         ScrollBars = ssVertical
  56.         TabOrder = 0
  57.         ColWidths = (
  58.           27
  59.           227)
  60.       end
  61.     end
  62.     object bOK: TButton
  63.       Left = 140
  64.       Top = 219
  65.       Width = 75
  66.       Height = 25
  67.       Caption = '&OK'
  68.       Default = True
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = []
  73.       ModalResult = 1
  74.       ParentFont = False
  75.       TabOrder = 1
  76.     end
  77.     object bCancel: TButton
  78.       Left = 220
  79.       Top = 219
  80.       Width = 75
  81.       Height = 25
  82.       Cancel = True
  83.       Caption = 'Cancel'
  84.       Font.Color = clBlack
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ModalResult = 2
  89.       ParentFont = False
  90.       TabOrder = 2
  91.     end
  92.   end
  93. end
  94.