home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / P.SQL / _SETUP.LIB / ISCOUT32.EXE / 0 / RCDATA / TFRMDEBUG / TFRMDEBUG.txt
Encoding:
Text File  |  1999-01-19  |  3.4 KB  |  162 lines

  1. object frmDebug: TfrmDebug
  2.   Left = 274
  3.   Top = 170
  4.   Width = 606
  5.   Height = 359
  6.   Caption = 'Communications Diagnostics Extra Information'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object GroupBox1: TGroupBox
  15.     Left = 0
  16.     Top = 288
  17.     Width = 598
  18.     Height = 44
  19.     Align = alBottom
  20.     Ctl3D = True
  21.     ParentCtl3D = False
  22.     TabOrder = 0
  23.     object btnInitDLL: TButton
  24.       Left = 10
  25.       Top = 14
  26.       Width = 73
  27.       Height = 22
  28.       Caption = 'Init DLL'
  29.       TabOrder = 0
  30.       OnClick = btnInitDLLClick
  31.     end
  32.     object btnSave: TButton
  33.       Left = 96
  34.       Top = 14
  35.       Width = 75
  36.       Height = 22
  37.       Caption = 'Save'
  38.       TabOrder = 1
  39.       OnClick = btnSaveClick
  40.     end
  41.     object btnCreateSampBtr: TButton
  42.       Left = 182
  43.       Top = 14
  44.       Width = 81
  45.       Height = 22
  46.       Caption = 'Sample.BTR'
  47.       TabOrder = 2
  48.       OnClick = btnCreateSampBtrClick
  49.     end
  50.   end
  51.   object tnDebugTabs: TTabbedNotebook
  52.     Left = 0
  53.     Top = 0
  54.     Width = 598
  55.     Height = 288
  56.     Align = alClient
  57.     PageIndex = 3
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     TabsPerRow = 4
  63.     TabFont.Color = clBtnText
  64.     TabFont.Height = -11
  65.     TabFont.Name = 'MS Sans Serif'
  66.     TabFont.Style = []
  67.     TabOrder = 1
  68.     object TTabPage
  69.       Left = 5
  70.       Top = 26
  71.       Caption = 'Comm Testing'
  72.       object memDebugCommTesting: TMemo
  73.         Left = 0
  74.         Top = 0
  75.         Width = 588
  76.         Height = 257
  77.         Align = alClient
  78.         BorderStyle = bsNone
  79.         Color = clBtnFace
  80.         Ctl3D = True
  81.         Lines.Strings = (
  82.           'memDebugCommTesting')
  83.         ParentCtl3D = False
  84.         ReadOnly = True
  85.         ScrollBars = ssBoth
  86.         TabOrder = 0
  87.       end
  88.     end
  89.     object TTabPage
  90.       Left = 5
  91.       Top = 26
  92.       Caption = 'Btrieve API'
  93.       object memDebugBtrApi: TMemo
  94.         Left = 0
  95.         Top = 0
  96.         Width = 588
  97.         Height = 257
  98.         Align = alClient
  99.         BorderStyle = bsNone
  100.         Color = clBtnFace
  101.         Ctl3D = True
  102.         Lines.Strings = (
  103.           'memDebugBtrApi')
  104.         ParentCtl3D = False
  105.         ReadOnly = True
  106.         ScrollBars = ssBoth
  107.         TabOrder = 0
  108.       end
  109.     end
  110.     object TTabPage
  111.       Left = 5
  112.       Top = 26
  113.       Caption = 'SSQL API'
  114.       object memDebugSqlApi: TMemo
  115.         Left = 0
  116.         Top = 0
  117.         Width = 588
  118.         Height = 257
  119.         Align = alClient
  120.         BorderStyle = bsNone
  121.         Color = clBtnFace
  122.         Ctl3D = True
  123.         Lines.Strings = (
  124.           'memDebugSqlApi')
  125.         ParentCtl3D = False
  126.         ReadOnly = True
  127.         ScrollBars = ssBoth
  128.         TabOrder = 0
  129.       end
  130.     end
  131.     object TTabPage
  132.       Left = 5
  133.       Top = 26
  134.       Caption = 'Debug Progress'
  135.       object memDebugProgress: TMemo
  136.         Left = 0
  137.         Top = 0
  138.         Width = 588
  139.         Height = 257
  140.         Align = alClient
  141.         BorderStyle = bsNone
  142.         Color = clBtnFace
  143.         Ctl3D = True
  144.         Lines.Strings = (
  145.           'memDebugSqlApi')
  146.         ParentCtl3D = False
  147.         ReadOnly = True
  148.         ScrollBars = ssBoth
  149.         TabOrder = 0
  150.       end
  151.     end
  152.   end
  153.   object dlgSave: TSaveDialog
  154.     FileName = 'CMDIAGDB.TXT'
  155.     Filter = 'Text Files|*.TXT|All Files|*.*'
  156.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  157.     Title = 'Save Diagnostics Report'
  158.     Left = 409
  159.     Top = 300
  160.   end
  161. end
  162.