home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 377
- Top = 228
- Width = 511
- Height = 359
- Caption = 'Data Modules Example Of Reuse Of Business Logic'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object MainMenu1: TMainMenu
- Left = 168
- Top = 96
- object File1: TMenuItem
- Caption = '&File'
- object Ordinary1: TMenuItem
- Caption = '&Ordinary Use Of Data Module'
- OnClick = Ordinary1Click
- end
- object ContextSpecific1: TMenuItem
- Caption = '&Context Specific Use Of Data Module'
- OnClick = ContextSpecific1Click
- end
- object ContextSpecific2: TMenuItem
- Caption = 'Context Specific Use Of Data Module Using VFI'
- OnClick = ContextSpecific2Click
- end
- end
- end
- end
-