home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / INTRBASE / DATA.Z / comdg32.exe / 0 / RCDATA / TCOMDIAG / TCOMDIAG.txt
Encoding:
Text File  |  1998-03-15  |  9.0 KB  |  391 lines

  1. object Comdiag: TComdiag
  2.   Left = 194
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Communication Diagnostic Tool'
  7.   ClientHeight = 435
  8.   ClientWidth = 319
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyUp = FormKeyUp
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 5
  22.     Top = 4
  23.     Width = 307
  24.     Height = 397
  25.     ActivePage = DBConnection
  26.     TabOrder = 0
  27.     OnChange = PageControl1Change
  28.     object DBConnection: TTabSheet
  29.       Caption = 'DB Connection'
  30.       object DBResultslbl: TLabel
  31.         Left = 10
  32.         Top = 213
  33.         Width = 38
  34.         Height = 13
  35.         Caption = 'Results:'
  36.         FocusControl = DBResultsEdit
  37.       end
  38.       object DBResultsEdit: TMemo
  39.         Left = 10
  40.         Top = 229
  41.         Width = 279
  42.         Height = 132
  43.         ReadOnly = True
  44.         ScrollBars = ssBoth
  45.         TabOrder = 2
  46.         WordWrap = False
  47.       end
  48.       object LocationGrp: TGroupBox
  49.         Left = 10
  50.         Top = 6
  51.         Width = 278
  52.         Height = 92
  53.         Caption = 'Location &Info'
  54.         TabOrder = 0
  55.         object ServerLbl: TLabel
  56.           Left = 16
  57.           Top = 41
  58.           Width = 34
  59.           Height = 13
  60.           Caption = '&Server:'
  61.           Enabled = False
  62.           FocusControl = ServerEdit
  63.         end
  64.         object ProtocolLbl: TLabel
  65.           Left = 169
  66.           Top = 41
  67.           Width = 85
  68.           Height = 13
  69.           Caption = '&Network Protocol:'
  70.           Enabled = False
  71.           FocusControl = ProtocolEdit
  72.         end
  73.         object LocalBtn: TRadioButton
  74.           Left = 38
  75.           Top = 20
  76.           Width = 93
  77.           Height = 17
  78.           Caption = '&Local Engine'
  79.           Checked = True
  80.           Ctl3D = True
  81.           ParentCtl3D = False
  82.           TabOrder = 0
  83.           TabStop = True
  84.           OnClick = LocalBtnClick
  85.         end
  86.         object RemoteBtn: TRadioButton
  87.           Left = 146
  88.           Top = 20
  89.           Width = 113
  90.           Height = 17
  91.           Caption = '&Remote Server'
  92.           Ctl3D = True
  93.           ParentCtl3D = False
  94.           TabOrder = 1
  95.           OnClick = RemoteBtnClick
  96.         end
  97.         object ServerEdit: TComboBox
  98.           Left = 15
  99.           Top = 58
  100.           Width = 130
  101.           Height = 21
  102.           Enabled = False
  103.           ItemHeight = 13
  104.           TabOrder = 2
  105.           OnChange = ServerEditChange
  106.         end
  107.         object ProtocolEdit: TComboBox
  108.           Left = 168
  109.           Top = 58
  110.           Width = 96
  111.           Height = 21
  112.           Style = csDropDownList
  113.           DropDownCount = 3
  114.           Enabled = False
  115.           ItemHeight = 13
  116.           Items.Strings = (
  117.             'NetBEUI'
  118.             'Novell SPX'
  119.             'TCP/IP')
  120.           TabOrder = 3
  121.           OnChange = EditChange
  122.         end
  123.       end
  124.       object DatabaseGrp: TGroupBox
  125.         Left = 10
  126.         Top = 105
  127.         Width = 278
  128.         Height = 104
  129.         Caption = 'D&atabase Info'
  130.         TabOrder = 1
  131.         object Databaselbl: TLabel
  132.           Left = 18
  133.           Top = 21
  134.           Width = 49
  135.           Height = 13
  136.           Caption = '&Database:'
  137.           FocusControl = DatabaseEdit
  138.         end
  139.         object Namelbl: TLabel
  140.           Left = 18
  141.           Top = 48
  142.           Width = 56
  143.           Height = 13
  144.           Caption = '&User Name:'
  145.           FocusControl = NameEdit
  146.         end
  147.         object Passwordlbl: TLabel
  148.           Left = 18
  149.           Top = 76
  150.           Width = 49
  151.           Height = 13
  152.           Caption = '&Password:'
  153.           FocusControl = PasswordEdit
  154.         end
  155.         object DatabaseEdit: TComboBox
  156.           Left = 88
  157.           Top = 18
  158.           Width = 176
  159.           Height = 21
  160.           ItemHeight = 13
  161.           TabOrder = 0
  162.           OnChange = EditChange
  163.         end
  164.         object NameEdit: TEdit
  165.           Left = 88
  166.           Top = 45
  167.           Width = 96
  168.           Height = 21
  169.           CharCase = ecUpperCase
  170.           TabOrder = 1
  171.           OnChange = EditChange
  172.         end
  173.         object PasswordEdit: TEdit
  174.           Left = 88
  175.           Top = 72
  176.           Width = 96
  177.           Height = 21
  178.           TabOrder = 2
  179.           OnChange = EditChange
  180.           OnKeyPress = PasswordEditKeyPress
  181.         end
  182.         object BrowseBtn: TButton
  183.           Left = 198
  184.           Top = 57
  185.           Width = 69
  186.           Height = 25
  187.           Caption = '&Browse...'
  188.           TabOrder = 3
  189.           OnClick = BrowseBtnClick
  190.         end
  191.       end
  192.     end
  193.     object NetBEUI: TTabSheet
  194.       Caption = 'NetBEUI'
  195.       object BEUIResultslbl: TLabel
  196.         Left = 10
  197.         Top = 63
  198.         Width = 38
  199.         Height = 13
  200.         Caption = 'Results:'
  201.         FocusControl = NetBeuiResultsEdit
  202.       end
  203.       object NetBeuiResultsEdit: TMemo
  204.         Left = 10
  205.         Top = 79
  206.         Width = 279
  207.         Height = 282
  208.         ReadOnly = True
  209.         ScrollBars = ssBoth
  210.         TabOrder = 1
  211.         WordWrap = False
  212.       end
  213.       object NTServerGrp: TGroupBox
  214.         Left = 10
  215.         Top = 6
  216.         Width = 278
  217.         Height = 52
  218.         Caption = 'Server &Info'
  219.         TabOrder = 0
  220.         object NTServerlbl: TLabel
  221.           Left = 32
  222.           Top = 23
  223.           Width = 83
  224.           Height = 13
  225.           Caption = '&NT Server Name:'
  226.           FocusControl = NTServerEdit
  227.         end
  228.         object NTServerEdit: TComboBox
  229.           Left = 121
  230.           Top = 19
  231.           Width = 131
  232.           Height = 21
  233.           ItemHeight = 0
  234.           TabOrder = 0
  235.           OnChange = EditChange
  236.           OnDropDown = NTServerEditDropDown
  237.         end
  238.       end
  239.     end
  240.     object SPX: TTabSheet
  241.       Caption = 'SPX'
  242.       object SPXResultsLbl: TLabel
  243.         Left = 10
  244.         Top = 63
  245.         Width = 38
  246.         Height = 13
  247.         Caption = 'Results:'
  248.         FocusControl = SPXResultsEdit
  249.       end
  250.       object NovellServerGrp: TGroupBox
  251.         Left = 10
  252.         Top = 6
  253.         Width = 278
  254.         Height = 52
  255.         Caption = 'Server &Info'
  256.         TabOrder = 0
  257.         object NovellServerlbl: TLabel
  258.           Left = 25
  259.           Top = 23
  260.           Width = 98
  261.           Height = 13
  262.           Caption = '&Novell Server Name:'
  263.         end
  264.         object NovellServerEdit: TComboBox
  265.           Left = 128
  266.           Top = 19
  267.           Width = 131
  268.           Height = 21
  269.           ItemHeight = 0
  270.           TabOrder = 0
  271.           OnChange = EditChange
  272.         end
  273.       end
  274.       object SPXResultsEdit: TMemo
  275.         Left = 10
  276.         Top = 79
  277.         Width = 279
  278.         Height = 282
  279.         ReadOnly = True
  280.         ScrollBars = ssBoth
  281.         TabOrder = 1
  282.         WordWrap = False
  283.       end
  284.     end
  285.     object WinSock: TTabSheet
  286.       Caption = 'WinSock'
  287.       object WSResultslbl: TLabel
  288.         Left = 10
  289.         Top = 81
  290.         Width = 38
  291.         Height = 13
  292.         Caption = 'Results:'
  293.         FocusControl = WinSockResultsEdit
  294.       end
  295.       object WinSockResultsEdit: TMemo
  296.         Left = 10
  297.         Top = 97
  298.         Width = 279
  299.         Height = 264
  300.         ReadOnly = True
  301.         ScrollBars = ssBoth
  302.         TabOrder = 1
  303.         WordWrap = False
  304.       end
  305.       object ServiceGrp: TGroupBox
  306.         Left = 10
  307.         Top = 6
  308.         Width = 278
  309.         Height = 69
  310.         Caption = 'Service &Info'
  311.         TabOrder = 0
  312.         object Hostlbl: TLabel
  313.           Left = 16
  314.           Top = 18
  315.           Width = 25
  316.           Height = 13
  317.           Caption = 'H&ost:'
  318.           FocusControl = HostEdit
  319.         end
  320.         object Servicelbl: TLabel
  321.           Left = 169
  322.           Top = 17
  323.           Width = 39
  324.           Height = 13
  325.           Caption = '&Service:'
  326.           FocusControl = ServiceEdit
  327.         end
  328.         object HostEdit: TComboBox
  329.           Left = 14
  330.           Top = 35
  331.           Width = 130
  332.           Height = 21
  333.           ItemHeight = 0
  334.           TabOrder = 0
  335.           OnChange = EditChange
  336.           OnDropDown = HostEditDropDown
  337.         end
  338.         object ServiceEdit: TComboBox
  339.           Left = 168
  340.           Top = 35
  341.           Width = 96
  342.           Height = 21
  343.           ItemHeight = 0
  344.           TabOrder = 1
  345.           OnChange = EditChange
  346.           OnDropDown = ServiceEditDropDown
  347.           OnKeyPress = EnterKeyPresse
  348.         end
  349.       end
  350.     end
  351.   end
  352.   object TestBtn: TButton
  353.     Left = 72
  354.     Top = 406
  355.     Width = 75
  356.     Height = 25
  357.     Caption = '&Test'
  358.     Default = True
  359.     Enabled = False
  360.     TabOrder = 1
  361.     OnClick = TestBtnClick
  362.   end
  363.   object ExitBtn: TButton
  364.     Left = 155
  365.     Top = 406
  366.     Width = 75
  367.     Height = 25
  368.     Caption = 'E&xit'
  369.     TabOrder = 2
  370.     OnClick = ExitBtnClick
  371.   end
  372.   object HelpBtn: TButton
  373.     Left = 239
  374.     Top = 406
  375.     Width = 75
  376.     Height = 25
  377.     Caption = '&Help'
  378.     TabOrder = 3
  379.     OnClick = HelpBtnClick
  380.   end
  381.   object BrowseDlg: TOpenDialog
  382.     DefaultExt = 'gdb'
  383.     FileEditStyle = fsEdit
  384.     Filter = 'Database File (*.gdb)|*.gdb|All Files (*.*)|*.*'
  385.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  386.     Title = 'Browse Database'
  387.     Left = 270
  388.     Top = 4
  389.   end
  390. end
  391.