home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / 32IDAPI.PAK / DLLSWP32.EXE / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1997-05-06  |  992 b   |  48 lines

  1. object MainForm: TMainForm
  2.   Left = 197
  3.   Top = 106
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = 'BDE32 Debug Layer'
  9.   ClientHeight = 43
  10.   ClientWidth = 188
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   TextHeight = 15
  21.   object Panel1: TPanel
  22.     Left = 3
  23.     Top = 2
  24.     Width = 182
  25.     Height = 19
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Debug: TRadioButton
  29.       Left = 2
  30.       Top = 2
  31.       Width = 179
  32.       Height = 17
  33.       Caption = 'Debug Layer Is Currently On'
  34.       TabOrder = 0
  35.       OnClick = DebugClick
  36.     end
  37.   end
  38.   object NoDebug: TRadioButton
  39.     Left = 5
  40.     Top = 23
  41.     Width = 176
  42.     Height = 17
  43.     Caption = 'Debug Layer Is Currently Off'
  44.     TabOrder = 1
  45.     OnClick = NoDebugClick
  46.   end
  47. end
  48.