home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / cantu / OBJDEB04.ZIP / codeDDH / objdeb / objdeb.dfm / objdeb.txt
Text File  |  1997-02-07  |  7KB  |  318 lines

  1. object ODForm: TODForm
  2.   Left = 225
  3.   Top = 144
  4.   AutoScroll = False
  5.   Caption = 'Object Debugger (beta 0.40)'
  6.   ClientHeight = 372
  7.   ClientWidth = 274
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 65
  22.     Width = 274
  23.     Height = 307
  24.     ActivePage = TabSheet1
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'Properties'
  29.       object ListSet: TListBox
  30.         Left = 88
  31.         Top = 112
  32.         Width = 121
  33.         Height = 97
  34.         ExtendedSelect = False
  35.         ItemHeight = 13
  36.         MultiSelect = True
  37.         TabOrder = 7
  38.         OnClick = ListSetClick
  39.         OnExit = RefreshOnExit
  40.       end
  41.       object EditCh: TEdit
  42.         Left = 64
  43.         Top = 80
  44.         Width = 121
  45.         Height = 21
  46.         TabOrder = 6
  47.         Text = 'EditCh'
  48.         OnExit = EditChExit
  49.       end
  50.       object EditStr: TEdit
  51.         Left = 80
  52.         Top = 160
  53.         Width = 121
  54.         Height = 21
  55.         TabOrder = 5
  56.         Text = 'EditStr'
  57.         OnExit = EditStrExit
  58.       end
  59.       object EditNum: TEdit
  60.         Left = 72
  61.         Top = 128
  62.         Width = 121
  63.         Height = 21
  64.         TabOrder = 4
  65.         Text = 'EditNum'
  66.         OnExit = EditNumExit
  67.         OnKeyPress = EditNumKeyPress
  68.       end
  69.       object ComboEnum: TComboBox
  70.         Left = 72
  71.         Top = 152
  72.         Width = 145
  73.         Height = 21
  74.         ItemHeight = 13
  75.         TabOrder = 3
  76.         OnChange = ComboEnumChange
  77.         OnDblClick = ComboEnumDblClick
  78.         OnExit = RefreshOnExit
  79.       end
  80.       object ComboCursor: TComboBox
  81.         Left = 72
  82.         Top = 120
  83.         Width = 145
  84.         Height = 21
  85.         ItemHeight = 13
  86.         TabOrder = 2
  87.         OnChange = ComboCursorChange
  88.         OnExit = RefreshOnExit
  89.       end
  90.       object ComboColor: TComboBox
  91.         Left = 72
  92.         Top = 88
  93.         Width = 121
  94.         Height = 21
  95.         ItemHeight = 13
  96.         TabOrder = 1
  97.         OnChange = ComboColorChange
  98.         OnDblClick = ComboColorDblClick
  99.         OnExit = RefreshOnExit
  100.       end
  101.       object sgProp: TStringGrid
  102.         Left = 0
  103.         Top = 0
  104.         Width = 266
  105.         Height = 279
  106.         Align = alClient
  107.         Color = clBtnFace
  108.         ColCount = 2
  109.         DefaultColWidth = 120
  110.         DefaultRowHeight = 18
  111.         FixedCols = 0
  112.         RowCount = 12
  113.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  114.         ScrollBars = ssVertical
  115.         TabOrder = 0
  116.         OnDblClick = sgPropDblClick
  117.         OnMouseDown = sgMouseDown
  118.         OnSelectCell = sgPropSelectCell
  119.         ColWidths = (
  120.           109
  121.           120)
  122.         RowHeights = (
  123.           18
  124.           18
  125.           18
  126.           18
  127.           18
  128.           18
  129.           18
  130.           18
  131.           18
  132.           18
  133.           18
  134.           18)
  135.       end
  136.     end
  137.     object TabSheet2: TTabSheet
  138.       Caption = 'Events'
  139.       object sgEvt: TStringGrid
  140.         Left = 0
  141.         Top = 0
  142.         Width = 266
  143.         Height = 279
  144.         Align = alClient
  145.         Color = clBtnFace
  146.         ColCount = 2
  147.         DefaultColWidth = 120
  148.         DefaultRowHeight = 18
  149.         FixedCols = 0
  150.         RowCount = 12
  151.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
  152.         ScrollBars = ssVertical
  153.         TabOrder = 0
  154.         OnMouseDown = sgMouseDown
  155.         OnSelectCell = sgPropSelectCell
  156.         ColWidths = (
  157.           109
  158.           120)
  159.         RowHeights = (
  160.           18
  161.           18
  162.           18
  163.           18
  164.           18
  165.           18
  166.           18
  167.           18
  168.           18
  169.           18
  170.           18
  171.           18)
  172.       end
  173.     end
  174.     object TabSheet3: TTabSheet
  175.       Caption = 'Data'
  176.       object sgData: TStringGrid
  177.         Left = 0
  178.         Top = 0
  179.         Width = 266
  180.         Height = 279
  181.         Align = alClient
  182.         Color = clBtnFace
  183.         ColCount = 2
  184.         DefaultColWidth = 120
  185.         DefaultRowHeight = 18
  186.         FixedCols = 0
  187.         RowCount = 12
  188.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
  189.         ScrollBars = ssVertical
  190.         TabOrder = 0
  191.         OnMouseDown = sgMouseDown
  192.         OnSelectCell = sgDataSelectCell
  193.         ColWidths = (
  194.           109
  195.           95)
  196.         RowHeights = (
  197.           18
  198.           18
  199.           18
  200.           18
  201.           18
  202.           18
  203.           18
  204.           18
  205.           18
  206.           18
  207.           18
  208.           18)
  209.       end
  210.     end
  211.   end
  212.   object Panel1: TPanel
  213.     Left = 0
  214.     Top = 0
  215.     Width = 274
  216.     Height = 65
  217.     Align = alTop
  218.     TabOrder = 1
  219.     object cbComps: TComboBox
  220.       Left = 8
  221.       Top = 34
  222.       Width = 259
  223.       Height = 21
  224.       Style = csDropDownList
  225.       ItemHeight = 13
  226.       Sorted = True
  227.       TabOrder = 0
  228.       OnChange = cbCompsChange
  229.     end
  230.     object cbForms: TComboBox
  231.       Left = 8
  232.       Top = 8
  233.       Width = 257
  234.       Height = 21
  235.       Style = csDropDownList
  236.       ItemHeight = 13
  237.       TabOrder = 1
  238.       OnChange = cbFormsChange
  239.     end
  240.   end
  241.   object ColorDialog1: TColorDialog
  242.     Ctl3D = True
  243.     Left = 96
  244.     Top = 288
  245.   end
  246.   object FontDialog1: TFontDialog
  247.     Font.Color = clWindowText
  248.     Font.Height = -11
  249.     Font.Name = 'MS Sans Serif'
  250.     Font.Style = []
  251.     MinFontSize = 0
  252.     MaxFontSize = 0
  253.     Left = 32
  254.     Top = 289
  255.   end
  256.   object MainMenu1: TMainMenu
  257.     Left = 164
  258.     Top = 289
  259.     object File1: TMenuItem
  260.       Caption = '&File'
  261.       ShortCut = 0
  262.       object Minimize1: TMenuItem
  263.         Caption = '&Minimize'
  264.         ShortCut = 0
  265.         OnClick = Minimize1Click
  266.       end
  267.     end
  268.     object Options1: TMenuItem
  269.       Caption = '&Options'
  270.       ShortCut = 0
  271.       object RefreshForms1: TMenuItem
  272.         Caption = 'Refresh &Forms'
  273.         ShortCut = 0
  274.         OnClick = RefreshForms1Click
  275.       end
  276.       object RefreshComponents1: TMenuItem
  277.         Caption = 'Refresh &Components'
  278.         ShortCut = 0
  279.         OnClick = RefreshComponents1Click
  280.       end
  281.       object RefreshValues1: TMenuItem
  282.         Caption = 'Refresh &Values'
  283.         ShortCut = 0
  284.         OnClick = RefreshValues1Click
  285.       end
  286.       object N1: TMenuItem
  287.         Caption = '-'
  288.         ShortCut = 0
  289.       end
  290.       object TopMost1: TMenuItem
  291.         Caption = '&TopMost'
  292.         ShortCut = 0
  293.         OnClick = TopMost1Click
  294.       end
  295.     end
  296.     object Help1: TMenuItem
  297.       Caption = '&Help'
  298.       ShortCut = 0
  299.       object Info1: TMenuItem
  300.         Caption = '&Info...'
  301.         ShortCut = 0
  302.         OnClick = Info1Click
  303.       end
  304.       object About1: TMenuItem
  305.         Caption = '&About...'
  306.         ShortCut = 0
  307.         OnClick = About1Click
  308.       end
  309.     end
  310.   end
  311.   object Timer1: TTimer
  312.     Interval = 500
  313.     OnTimer = Timer1Timer
  314.     Left = 212
  315.     Top = 289
  316.   end
  317. end
  318.