home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / DCLIB50.BPL / 0 / RCDATA / TIBEVENTSEDITOR / TIBEVENTSEDITOR.txt
Encoding:
Text File  |  1999-08-11  |  2.2 KB  |  100 lines

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