home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / ibevnt30.dpl / 0 / RCDATA / TIBEAEVENTSEDITOR / TIBEAEVENTSEDITOR.txt
Encoding:
Text File  |  1997-08-05  |  1.7 KB  |  79 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.   ParentFont = True
  9.   PixelsPerInch = 96
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 306
  17.     Height = 251
  18.     Align = alClient
  19.     BevelOuter = bvNone
  20.     BorderWidth = 4
  21.     TabOrder = 0
  22.     object Panel2: TPanel
  23.       Left = 9
  24.       Top = 8
  25.       Width = 289
  26.       Height = 201
  27.       BevelInner = bvRaised
  28.       BevelOuter = bvLowered
  29.       TabOrder = 0
  30.       object RequestedEvents: TLabel
  31.         Left = 10
  32.         Top = 4
  33.         Width = 88
  34.         Height = 13
  35.         Caption = 'Requested Events'
  36.         ParentFont = True
  37.       end
  38.       object cEvents: TStringGrid
  39.         Left = 9
  40.         Top = 22
  41.         Width = 271
  42.         Height = 171
  43.         ColCount = 2
  44.         DefaultRowHeight = 16
  45.         RowCount = 15
  46.         FixedRows = 0
  47.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goAlwaysShowEditor]
  48.         ScrollBars = ssVertical
  49.         TabOrder = 0
  50.         ColWidths = (
  51.           27
  52.           227)
  53.       end
  54.     end
  55.     object bOK: TButton
  56.       Left = 140
  57.       Top = 219
  58.       Width = 75
  59.       Height = 25
  60.       Caption = '&OK'
  61.       Default = True
  62.       ParentFont = True
  63.       ModalResult = 1
  64.       TabOrder = 1
  65.     end
  66.     object bCancel: TButton
  67.       Left = 220
  68.       Top = 219
  69.       Width = 75
  70.       Height = 25
  71.       Cancel = True
  72.       Caption = 'Cancel'
  73.       ModalResult = 2
  74.       ParentFont = True
  75.       TabOrder = 2
  76.     end
  77.   end
  78. end
  79.