home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 197
- Top = 106
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'BDE32 Debug Layer'
- ClientHeight = 43
- ClientWidth = 188
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- TextHeight = 15
- object Panel1: TPanel
- Left = 3
- Top = 2
- Width = 182
- Height = 19
- BevelOuter = bvNone
- TabOrder = 0
- object Debug: TRadioButton
- Left = 2
- Top = 2
- Width = 179
- Height = 17
- Caption = 'Debug Layer Is Currently On'
- TabOrder = 0
- OnClick = DebugClick
- end
- end
- object NoDebug: TRadioButton
- Left = 5
- Top = 23
- Width = 176
- Height = 17
- Caption = 'Debug Layer Is Currently Off'
- TabOrder = 1
- OnClick = NoDebugClick
- end
- end
-