home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Db / Ibdemo / EVENT1.DFM / EVENT1.txt
Encoding:
Text File  |  1999-08-11  |  3.9 KB  |  182 lines

  1. object frmEvents: TfrmEvents
  2.   Left = 241
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Event Alerter Demo'
  6.   ClientHeight = 318
  7.   ClientWidth = 426
  8.   Font.Color = clNavy
  9.   Font.Height = -11
  10.   Font.Name = 'System'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  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 GroupBox2: TGroupBox
  59.     Left = 16
  60.     Top = 120
  61.     Width = 193
  62.     Height = 185
  63.     Caption = 'Event Registration'
  64.     Enabled = False
  65.     TabOrder = 1
  66.     object btnRegisterEvents: TButton
  67.       Left = 34
  68.       Top = 140
  69.       Width = 125
  70.       Height = 25
  71.       Caption = '&Register Events'
  72.       Enabled = False
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       TabOrder = 0
  79.       OnClick = btnRegisterEventsClick
  80.     end
  81.     object moRegister: TMemo
  82.       Left = 20
  83.       Top = 32
  84.       Width = 153
  85.       Height = 97
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 1
  92.     end
  93.   end
  94.   object GroupBox3: TGroupBox
  95.     Left = 220
  96.     Top = 120
  97.     Width = 193
  98.     Height = 185
  99.     Caption = 'Events Received'
  100.     Enabled = False
  101.     TabOrder = 2
  102.     object btnClearEvents: TButton
  103.       Left = 34
  104.       Top = 140
  105.       Width = 125
  106.       Height = 25
  107.       Caption = 'Clear &Event Log'
  108.       Enabled = False
  109.       Font.Color = clBlack
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       TabOrder = 0
  115.       OnClick = btnClearEventsClick
  116.     end
  117.     object lbReceived: TListBox
  118.       Left = 20
  119.       Top = 32
  120.       Width = 153
  121.       Height = 97
  122.       Font.Color = clBlack
  123.       Font.Height = -11
  124.       Font.Name = 'MS Sans Serif'
  125.       Font.Style = []
  126.       ItemHeight = 13
  127.       ParentFont = False
  128.       TabOrder = 1
  129.     end
  130.   end
  131.   object GroupBox4: TGroupBox
  132.     Left = 220
  133.     Top = 12
  134.     Width = 193
  135.     Height = 105
  136.     Caption = 'Generate Events'
  137.     Enabled = False
  138.     TabOrder = 3
  139.     object Label1: TLabel
  140.       Left = 20
  141.       Top = 32
  142.       Width = 28
  143.       Height = 13
  144.       Caption = 'Event'
  145.       Enabled = False
  146.       FocusControl = ebEvent
  147.       Font.Color = clBlack
  148.       Font.Height = -11
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ParentFont = False
  152.     end
  153.     object btnGenerateEvent: TButton
  154.       Left = 34
  155.       Top = 60
  156.       Width = 125
  157.       Height = 25
  158.       Caption = '&Generate Event'
  159.       Enabled = False
  160.       Font.Color = clBlack
  161.       Font.Height = -11
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       TabOrder = 0
  166.       OnClick = btnGenerateEventClick
  167.     end
  168.     object ebEvent: TEdit
  169.       Left = 52
  170.       Top = 28
  171.       Width = 121
  172.       Height = 21
  173.       Font.Color = clBlack
  174.       Font.Height = -11
  175.       Font.Name = 'MS Sans Serif'
  176.       Font.Style = []
  177.       ParentFont = False
  178.       TabOrder = 1
  179.     end
  180.   end
  181. end
  182.