home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TDEBUGFORM / TDEBUGFORM.txt
Encoding:
Text File  |  2001-06-19  |  8.0 KB  |  426 lines

  1. object DebugForm: TDebugForm
  2.   Left = 510
  3.   Top = 131
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net2Phone Debug'
  7.   ClientHeight = 274
  8.   ClientWidth = 292
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label13: TLabel
  22.     Left = 193
  23.     Top = 165
  24.     Width = 45
  25.     Height = 13
  26.     Caption = 'RFrames:'
  27.   end
  28.   object Label12: TLabel
  29.     Left = 172
  30.     Top = 147
  31.     Width = 66
  32.     Height = 13
  33.     Caption = 'Silent Frames:'
  34.   end
  35.   object Label11: TLabel
  36.     Left = 201
  37.     Top = 128
  38.     Width = 37
  39.     Height = 13
  40.     Caption = 'Frames:'
  41.   end
  42.   object Label10: TLabel
  43.     Left = 8
  44.     Top = 184
  45.     Width = 102
  46.     Height = 13
  47.     Caption = 'RPacketsLateOrLost:'
  48.   end
  49.   object Label9: TLabel
  50.     Left = 60
  51.     Top = 165
  52.     Width = 50
  53.     Height = 13
  54.     Caption = 'RPackets:'
  55.   end
  56.   object Label8: TLabel
  57.     Left = 16
  58.     Top = 147
  59.     Width = 94
  60.     Height = 13
  61.     Caption = 'PacketsLateOrLost:'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 68
  65.     Top = 128
  66.     Width = 42
  67.     Height = 13
  68.     Caption = 'Packets:'
  69.   end
  70.   object Label4: TLabel
  71.     Left = 8
  72.     Top = 32
  73.     Width = 25
  74.     Height = 13
  75.     Caption = 'Host:'
  76.     Color = clBtnFace
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentColor = False
  83.     ParentFont = False
  84.     Transparent = True
  85.   end
  86.   object Label5: TLabel
  87.     Left = 8
  88.     Top = 56
  89.     Width = 50
  90.     Height = 13
  91.     Caption = 'Mode Out:'
  92.     Color = clBtnText
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clBlack
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ParentColor = False
  99.     ParentFont = False
  100.     Transparent = True
  101.   end
  102.   object Label1: TLabel
  103.     Left = 8
  104.     Top = 8
  105.     Width = 41
  106.     Height = 13
  107.     Caption = 'Platform:'
  108.   end
  109.   object Label2: TLabel
  110.     Left = 180
  111.     Top = 8
  112.     Width = 59
  113.     Height = 13
  114.     Caption = 'Loops/Sec: '
  115.   end
  116.   object Label3: TLabel
  117.     Left = 180
  118.     Top = 32
  119.     Width = 51
  120.     Height = 13
  121.     Caption = 'Local Port:'
  122.   end
  123.   object Label6: TLabel
  124.     Left = 184
  125.     Top = 56
  126.     Width = 42
  127.     Height = 13
  128.     Caption = 'Mode In:'
  129.     Color = clBtnText
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clBlack
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentColor = False
  136.     ParentFont = False
  137.     Transparent = True
  138.   end
  139.   object szPackets: TLabel
  140.     Left = 120
  141.     Top = 128
  142.     Width = 30
  143.     Height = 13
  144.     Caption = 'nnnnn'
  145.   end
  146.   object Label14: TLabel
  147.     Left = 162
  148.     Top = 184
  149.     Width = 76
  150.     Height = 13
  151.     Caption = 'Silient RFrames:'
  152.   end
  153.   object szPacketsLateOrLost: TLabel
  154.     Left = 120
  155.     Top = 147
  156.     Width = 30
  157.     Height = 13
  158.     Caption = 'nnnnn'
  159.   end
  160.   object szRPackets: TLabel
  161.     Left = 120
  162.     Top = 165
  163.     Width = 30
  164.     Height = 13
  165.     Caption = 'nnnnn'
  166.   end
  167.   object szRPacketsLateOrLost: TLabel
  168.     Left = 120
  169.     Top = 184
  170.     Width = 30
  171.     Height = 13
  172.     Caption = 'nnnnn'
  173.   end
  174.   object szFrames: TLabel
  175.     Left = 248
  176.     Top = 128
  177.     Width = 30
  178.     Height = 13
  179.     Caption = 'nnnnn'
  180.   end
  181.   object szSilentFrames: TLabel
  182.     Left = 248
  183.     Top = 147
  184.     Width = 30
  185.     Height = 13
  186.     Caption = 'nnnnn'
  187.   end
  188.   object szRFrames: TLabel
  189.     Left = 248
  190.     Top = 165
  191.     Width = 30
  192.     Height = 13
  193.     Caption = 'nnnnn'
  194.   end
  195.   object szSilentRFrames: TLabel
  196.     Left = 248
  197.     Top = 184
  198.     Width = 30
  199.     Height = 13
  200.     Caption = 'nnnnn'
  201.   end
  202.   object Label15: TLabel
  203.     Left = 36
  204.     Top = 203
  205.     Width = 74
  206.     Height = 13
  207.     Caption = 'BusyPlayCount:'
  208.   end
  209.   object szBusyPlayCount: TLabel
  210.     Left = 120
  211.     Top = 203
  212.     Width = 30
  213.     Height = 13
  214.     Hint = 'Click to Reset'
  215.     Caption = 'nnnnn'
  216.     ParentShowHint = False
  217.     ShowHint = True
  218.     OnClick = szBusyPlayCountClick
  219.   end
  220.   object Label16: TLabel
  221.     Left = 174
  222.     Top = 203
  223.     Width = 64
  224.     Height = 13
  225.     Caption = 'Frames/Jitter:'
  226.   end
  227.   object Label17: TLabel
  228.     Left = 60
  229.     Top = 109
  230.     Width = 52
  231.     Height = 13
  232.     Caption = 'Play Level:'
  233.   end
  234.   object szPlayLevel: TLabel
  235.     Left = 120
  236.     Top = 109
  237.     Width = 30
  238.     Height = 13
  239.     Hint = 'Click to Reset'
  240.     Caption = 'nnnnn'
  241.     ParentShowHint = False
  242.     ShowHint = True
  243.     OnClick = szPlayLevelClick
  244.   end
  245.   object Label19: TLabel
  246.     Left = 170
  247.     Top = 109
  248.     Width = 67
  249.     Height = 13
  250.     Caption = 'Record Level:'
  251.   end
  252.   object szRecLevel: TLabel
  253.     Left = 248
  254.     Top = 109
  255.     Width = 30
  256.     Height = 13
  257.     Hint = 'Click to reset'
  258.     Caption = 'nnnnn'
  259.     ParentShowHint = False
  260.     ShowHint = True
  261.     OnClick = szRecLevelClick
  262.   end
  263.   object CPU: TLabel
  264.     Left = 248
  265.     Top = 8
  266.     Width = 6
  267.     Height = 13
  268.     Caption = '0'
  269.   end
  270.   object ModeIn: TLabel
  271.     Left = 248
  272.     Top = 56
  273.     Width = 30
  274.     Height = 13
  275.     Caption = 'nnnnn'
  276.   end
  277.   object LocalPort: TLabel
  278.     Left = 248
  279.     Top = 32
  280.     Width = 30
  281.     Height = 13
  282.     Caption = 'nnnnn'
  283.   end
  284.   object Label20: TLabel
  285.     Left = 8
  286.     Top = 80
  287.     Width = 34
  288.     Height = 13
  289.     Caption = 'Server:'
  290.     Color = clBtnText
  291.     Font.Charset = DEFAULT_CHARSET
  292.     Font.Color = clBlack
  293.     Font.Height = -11
  294.     Font.Name = 'MS Sans Serif'
  295.     Font.Style = []
  296.     ParentColor = False
  297.     ParentFont = False
  298.     Transparent = True
  299.   end
  300.   object ServerMTID: TLabel
  301.     Left = 64
  302.     Top = 80
  303.     Width = 30
  304.     Height = 13
  305.     Caption = 'nnnnn'
  306.   end
  307.   object szJitter: TLabel
  308.     Left = 248
  309.     Top = 203
  310.     Width = 30
  311.     Height = 13
  312.     Caption = 'nnnnn'
  313.   end
  314.   object ModeEdit: TEdit
  315.     Left = 65
  316.     Top = 52
  317.     Width = 40
  318.     Height = 21
  319.     Hint = 'Change Feature Modes'
  320.     TabStop = False
  321.     Font.Charset = DEFAULT_CHARSET
  322.     Font.Color = clBlack
  323.     Font.Height = -11
  324.     Font.Name = 'MS Sans Serif'
  325.     Font.Style = []
  326.     ParentFont = False
  327.     ParentShowHint = False
  328.     ShowHint = True
  329.     TabOrder = 0
  330.     Text = 'STX'
  331.     OnChange = ModeEditChange
  332.   end
  333.   object Doorman: TComboBox
  334.     Left = 65
  335.     Top = 4
  336.     Width = 106
  337.     Height = 21
  338.     Hint = 'Route Call to Production/Test'
  339.     TabStop = False
  340.     Font.Charset = DEFAULT_CHARSET
  341.     Font.Color = clBlack
  342.     Font.Height = -11
  343.     Font.Name = 'MS Sans Serif'
  344.     Font.Style = []
  345.     ItemHeight = 13
  346.     Items.Strings = (
  347.       '<Production>'
  348.       'TEST-1'
  349.       'TEST-2')
  350.     ParentFont = False
  351.     ParentShowHint = False
  352.     ShowHint = True
  353.     TabOrder = 1
  354.     Text = '<Production>'
  355.     OnChange = DoormanChange
  356.   end
  357.   object HostNameEdit: TEdit
  358.     Left = 65
  359.     Top = 28
  360.     Width = 106
  361.     Height = 21
  362.     Hint = 'Change Host Name'
  363.     TabStop = False
  364.     Font.Charset = DEFAULT_CHARSET
  365.     Font.Color = clBlack
  366.     Font.Height = -11
  367.     Font.Name = 'MS Sans Serif'
  368.     Font.Style = []
  369.     ParentFont = False
  370.     ParentShowHint = False
  371.     ShowHint = True
  372.     TabOrder = 2
  373.   end
  374.   object BStatus: TButton
  375.     Left = 58
  376.     Top = 244
  377.     Width = 81
  378.     Height = 21
  379.     Caption = 'Status'
  380.     Font.Charset = ANSI_CHARSET
  381.     Font.Color = clBtnText
  382.     Font.Height = -11
  383.     Font.Name = 'MS Sans Serif'
  384.     Font.Style = []
  385.     ParentFont = False
  386.     TabOrder = 3
  387.     TabStop = False
  388.     OnClick = BStatusClick
  389.   end
  390.   object CloseBtn: TButton
  391.     Left = 154
  392.     Top = 244
  393.     Width = 81
  394.     Height = 21
  395.     Caption = 'Close'
  396.     Font.Charset = ANSI_CHARSET
  397.     Font.Color = clBtnText
  398.     Font.Height = -11
  399.     Font.Name = 'MS Sans Serif'
  400.     Font.Style = []
  401.     ParentFont = False
  402.     TabOrder = 4
  403.     TabStop = False
  404.     OnClick = CloseBtnClick
  405.   end
  406.   object XVersion: TEdit
  407.     Left = 113
  408.     Top = 52
  409.     Width = 40
  410.     Height = 21
  411.     Hint = 'Change Feature Modes'
  412.     TabStop = False
  413.     Font.Charset = DEFAULT_CHARSET
  414.     Font.Color = clBlack
  415.     Font.Height = -11
  416.     Font.Name = 'MS Sans Serif'
  417.     Font.Style = []
  418.     ParentFont = False
  419.     ParentShowHint = False
  420.     ShowHint = True
  421.     TabOrder = 5
  422.     Text = '9.0'
  423.     OnChange = XVersionChange
  424.   end
  425. end
  426.