home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / DataMod / BusinessLogic / BusinessLogicU1.dfm < prev    next >
Encoding:
Text File  |  1999-11-27  |  964 b   |  37 lines

  1. object Form1: TForm1
  2.   Left = 377
  3.   Top = 228
  4.   Width = 511
  5.   Height = 359
  6.   Caption = 'Data Modules Example Of Reuse Of Business Logic'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object MainMenu1: TMainMenu
  18.     Left = 168
  19.     Top = 96
  20.     object File1: TMenuItem
  21.       Caption = '&File'
  22.       object Ordinary1: TMenuItem
  23.         Caption = '&Ordinary Use Of Data Module'
  24.         OnClick = Ordinary1Click
  25.       end
  26.       object ContextSpecific1: TMenuItem
  27.         Caption = '&Context Specific Use Of Data Module'
  28.         OnClick = ContextSpecific1Click
  29.       end
  30.       object ContextSpecific2: TMenuItem
  31.         Caption = 'Context Specific Use Of Data Module Using VFI'
  32.         OnClick = ContextSpecific2Click
  33.       end
  34.     end
  35.   end
  36. end
  37.