home *** CD-ROM | disk | FTP | other *** search
- object IBEventsEditor: TIBEventsEditor
- Left = 283
- Top = 266
- BorderStyle = bsDialog
- Caption = 'EventAlerter Events'
- ClientHeight = 309
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'Default'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 377
- Height = 309
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 4
- TabOrder = 0
- object Panel2: TPanel
- Left = 11
- Top = 10
- Width = 356
- Height = 247
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object RequestedEvents: TLabel
- Left = 12
- Top = 5
- Width = 111
- Height = 16
- Caption = 'Requested Events'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Default'
- Font.Style = []
- ParentFont = False
- end
- object cEvents: TStringGrid
- Left = 11
- Top = 27
- Width = 334
- Height = 211
- ColCount = 2
- DefaultRowHeight = 16
- RowCount = 15
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goAlwaysShowEditor]
- ScrollBars = ssVertical
- TabOrder = 0
- ColWidths = (
- 27
- 227)
- end
- end
- object bOK: TButton
- Left = 172
- Top = 270
- Width = 93
- Height = 30
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Default'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 271
- Top = 270
- Width = 92
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Default'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- end
- end
- end
-