home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / EVENT1.DFM / EVENT1.txt
Text File  |  1997-01-16  |  4KB  |  185 lines

  1. object frmEvents: TfrmEvents
  2.   Left = 539
  3.   Top = 284
  4.   BorderStyle = bsDialog
  5.   Caption = 'Event Alerter Demo'
  6.   ClientHeight = 324
  7.   ClientWidth = 430
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 16
  18.     Top = 12
  19.     Width = 193
  20.     Height = 105
  21.     Caption = 'Database Connection'
  22.     Font.Color = clNavy
  23.     Font.Height = -13
  24.     Font.Name = 'System'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     object btnOpenDatabase: TButton
  29.       Left = 34
  30.       Top = 24
  31.       Width = 125
  32.       Height = 25
  33.       Caption = '&Open Database'
  34.       Font.Color = clBlack
  35.       Font.Height = -11
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.       TabOrder = 0
  40.       OnClick = btnOpenDatabaseClick
  41.     end
  42.     object btnCloseDatabase: TButton
  43.       Left = 34
  44.       Top = 60
  45.       Width = 125
  46.       Height = 25
  47.       Caption = '&Close Database'
  48.       Enabled = False
  49.       Font.Color = clNavy
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 1
  55.       OnClick = btnCloseDatabaseClick
  56.     end
  57.   end
  58.   object GroupBox4: TGroupBox
  59.     Left = 220
  60.     Top = 12
  61.     Width = 193
  62.     Height = 105
  63.     Caption = 'Generate Events'
  64.     Enabled = False
  65.     TabOrder = 1
  66.     object Label1: TLabel
  67.       Left = 20
  68.       Top = 32
  69.       Width = 28
  70.       Height = 13
  71.       Caption = 'Event'
  72.       Enabled = False
  73.       FocusControl = ebEvent
  74.       Font.Color = clBlack
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object btnGenerateEvent: TButton
  81.       Left = 34
  82.       Top = 60
  83.       Width = 125
  84.       Height = 25
  85.       Caption = '&Generate Event'
  86.       Enabled = False
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       TabOrder = 0
  93.       OnClick = btnGenerateEventClick
  94.     end
  95.     object ebEvent: TEdit
  96.       Left = 52
  97.       Top = 28
  98.       Width = 121
  99.       Height = 21
  100.       Font.Color = clBlack
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       TabOrder = 1
  106.       Text = 'ebEvent'
  107.     end
  108.   end
  109.   object GroupBox2: TGroupBox
  110.     Left = 16
  111.     Top = 120
  112.     Width = 193
  113.     Height = 185
  114.     Caption = 'Event Registration'
  115.     Enabled = False
  116.     TabOrder = 2
  117.     object btnRegisterEvents: TButton
  118.       Left = 34
  119.       Top = 140
  120.       Width = 125
  121.       Height = 25
  122.       Caption = '&Register Events'
  123.       Enabled = False
  124.       Font.Color = clBlack
  125.       Font.Height = -11
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Style = []
  128.       ParentFont = False
  129.       TabOrder = 0
  130.       OnClick = btnRegisterEventsClick
  131.     end
  132.     object moRegister: TMemo
  133.       Left = 20
  134.       Top = 32
  135.       Width = 153
  136.       Height = 97
  137.       Font.Color = clBlack
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = []
  141.       Lines.Strings = (
  142.         'moRegister')
  143.       ParentFont = False
  144.       TabOrder = 1
  145.     end
  146.   end
  147.   object GroupBox3: TGroupBox
  148.     Left = 220
  149.     Top = 120
  150.     Width = 193
  151.     Height = 185
  152.     Caption = 'Events Received'
  153.     Enabled = False
  154.     TabOrder = 3
  155.     object btnClearEvents: TButton
  156.       Left = 34
  157.       Top = 140
  158.       Width = 125
  159.       Height = 25
  160.       Caption = 'Clear &Event Log'
  161.       Enabled = False
  162.       Font.Color = clBlack
  163.       Font.Height = -11
  164.       Font.Name = 'MS Sans Serif'
  165.       Font.Style = []
  166.       ParentFont = False
  167.       TabOrder = 0
  168.       OnClick = btnClearEventsClick
  169.     end
  170.     object lbReceived: TListBox
  171.       Left = 20
  172.       Top = 32
  173.       Width = 153
  174.       Height = 97
  175.       Font.Color = clBlack
  176.       Font.Height = -11
  177.       Font.Name = 'MS Sans Serif'
  178.       Font.Style = []
  179.       ItemHeight = 13
  180.       ParentFont = False
  181.       TabOrder = 1
  182.     end
  183.   end
  184. end
  185.