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

  1. object Preferences: TPreferences
  2.   Left = 262
  3.   Top = 115
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preferences'
  7.   ClientHeight = 440
  8.   ClientWidth = 419
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object dummyLabel: TLabel
  21.     Left = 136
  22.     Top = 400
  23.     Width = 59
  24.     Height = 13
  25.     Caption = 'dummyLabel'
  26.     Visible = False
  27.   end
  28.   object bRestore: TButton
  29.     Left = 8
  30.     Top = 416
  31.     Width = 121
  32.     Height = 25
  33.     Caption = 'Restore Defaults'
  34.     TabOrder = 1
  35.     OnClick = bRestoreClick
  36.   end
  37.   object bCancel: TButton
  38.     Left = 248
  39.     Top = 416
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Cancel'
  43.     TabOrder = 3
  44.     OnClick = bCancelClick
  45.   end
  46.   object bOK: TButton
  47.     Left = 160
  48.     Top = 416
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     Enabled = False
  53.     TabOrder = 2
  54.     OnClick = bOKClick
  55.   end
  56.   object dummyBox: TCheckBox
  57.     Left = 208
  58.     Top = 400
  59.     Width = 25
  60.     Height = 17
  61.     TabStop = False
  62.     Caption = 'X'
  63.     TabOrder = 5
  64.     Visible = False
  65.   end
  66.   object PrefControl: TPageControl
  67.     Left = 8
  68.     Top = 8
  69.     Width = 401
  70.     Height = 393
  71.     ActivePage = tabSettings
  72.     HotTrack = True
  73.     MultiLine = True
  74.     TabOrder = 0
  75.     TabStop = False
  76.     TabWidth = 65
  77.     object tabView: TTabSheet
  78.       Caption = 'View'
  79.       object mAppearance: TGroupBox
  80.         Left = 0
  81.         Top = 0
  82.         Width = 209
  83.         Height = 281
  84.         Caption = 'Appearance'
  85.         TabOrder = 0
  86.         object LSkin: TLabel
  87.           Left = 16
  88.           Top = 216
  89.           Width = 21
  90.           Height = 13
  91.           Caption = 'Skin'
  92.         end
  93.         object mSystemTray: TCheckBox
  94.           Left = 16
  95.           Top = 136
  96.           Width = 97
  97.           Height = 17
  98.           Caption = 'System Tray'
  99.           TabOrder = 5
  100.           OnClick = mClicked
  101.         end
  102.         object mShowElapsed: TCheckBox
  103.           Left = 16
  104.           Top = 112
  105.           Width = 97
  106.           Height = 17
  107.           Caption = 'Show Elapsed'
  108.           TabOrder = 4
  109.           OnClick = mClicked
  110.         end
  111.         object mShowHints: TCheckBox
  112.           Left = 16
  113.           Top = 40
  114.           Width = 97
  115.           Height = 17
  116.           Caption = 'Show Hints'
  117.           TabOrder = 1
  118.           OnClick = mClicked
  119.         end
  120.         object mNoBorder: TCheckBox
  121.           Left = 16
  122.           Top = 64
  123.           Width = 97
  124.           Height = 17
  125.           Caption = 'No Border'
  126.           TabOrder = 2
  127.           OnClick = mClicked
  128.         end
  129.         object mShowMenu: TCheckBox
  130.           Left = 16
  131.           Top = 88
  132.           Width = 97
  133.           Height = 17
  134.           Caption = 'Show Menu Bar'
  135.           TabOrder = 3
  136.           OnClick = mClicked
  137.         end
  138.         object mStayOnTop: TCheckBox
  139.           Left = 16
  140.           Top = 16
  141.           Width = 97
  142.           Height = 17
  143.           Caption = 'Stay On Top'
  144.           TabOrder = 0
  145.           OnClick = mClicked
  146.         end
  147.         object mFSkins: TComboBox
  148.           Left = 56
  149.           Top = 216
  150.           Width = 145
  151.           Height = 21
  152.           TabStop = False
  153.           ItemHeight = 0
  154.           TabOrder = 6
  155.           Text = 'mFSkins'
  156.           Visible = False
  157.         end
  158.         object mSkins: TComboBox
  159.           Left = 16
  160.           Top = 244
  161.           Width = 185
  162.           Height = 21
  163.           Style = csDropDownList
  164.           ItemHeight = 0
  165.           TabOrder = 7
  166.           OnChange = mSkinsChange
  167.         end
  168.         object mDialPadOn: TCheckBox
  169.           Left = 16
  170.           Top = 160
  171.           Width = 97
  172.           Height = 17
  173.           Caption = 'Dial Pad On'
  174.           TabOrder = 8
  175.           OnClick = mClicked
  176.         end
  177.       end
  178.       object mPicture: TPanel
  179.         Left = 216
  180.         Top = 4
  181.         Width = 167
  182.         Height = 229
  183.         Caption = 'mPicture'
  184.         Color = clBlack
  185.         TabOrder = 1
  186.         object Pict1: TImage
  187.           Left = 1
  188.           Top = 1
  189.           Width = 165
  190.           Height = 227
  191.           Align = alClient
  192.           Center = True
  193.         end
  194.       end
  195.       object bRestorePos: TButton
  196.         Left = 0
  197.         Top = 304
  198.         Width = 129
  199.         Height = 25
  200.         Caption = 'Restore Form Positions'
  201.         TabOrder = 2
  202.         OnClick = bRestorePosClick
  203.       end
  204.     end
  205.     object tabSettings: TTabSheet
  206.       Caption = 'Settings'
  207.       object LTest: TLabel
  208.         Left = 0
  209.         Top = 328
  210.         Width = 27
  211.         Height = 13
  212.         Caption = 'LTest'
  213.         Visible = False
  214.       end
  215.       object mSettings: TGroupBox
  216.         Left = 0
  217.         Top = 0
  218.         Width = 249
  219.         Height = 153
  220.         Caption = 'Voice Settings'
  221.         TabOrder = 0
  222.         object lFrames: TLabel
  223.           Left = 32
  224.           Top = 116
  225.           Width = 76
  226.           Height = 13
  227.           Caption = 'Frames/Packet '
  228.         end
  229.         object LJitter: TLabel
  230.           Left = 32
  231.           Top = 132
  232.           Width = 58
  233.           Height = 13
  234.           Caption = 'Jitter Buffers'
  235.           Color = clBtnFace
  236.           ParentColor = False
  237.         end
  238.         object mFullDup: TCheckBox
  239.           Left = 16
  240.           Top = 16
  241.           Width = 97
  242.           Height = 17
  243.           Caption = 'Full Duplex'
  244.           TabOrder = 0
  245.           OnClick = mClicked
  246.         end
  247.         object mVox: TCheckBox
  248.           Left = 16
  249.           Top = 34
  250.           Width = 97
  251.           Height = 17
  252.           Caption = 'Vox'
  253.           TabOrder = 1
  254.           OnClick = mClicked
  255.         end
  256.         object mSuppressSilence: TCheckBox
  257.           Left = 16
  258.           Top = 52
  259.           Width = 129
  260.           Height = 17
  261.           Caption = 'Suppress Silence'
  262.           TabOrder = 2
  263.           OnClick = mClicked
  264.         end
  265.         object mVad: TCheckBox
  266.           Left = 16
  267.           Top = 70
  268.           Width = 177
  269.           Height = 17
  270.           Caption = 'Voice Activity Detection'
  271.           TabOrder = 3
  272.           OnClick = mClicked
  273.         end
  274.         object mFrames: TComboBox
  275.           Left = 184
  276.           Top = 104
  277.           Width = 49
  278.           Height = 21
  279.           Style = csDropDownList
  280.           ItemHeight = 13
  281.           TabOrder = 5
  282.           OnChange = mClicked
  283.           Items.Strings = (
  284.             '3'
  285.             '6')
  286.         end
  287.         object mAutoFrame: TCheckBox
  288.           Left = 16
  289.           Top = 94
  290.           Width = 153
  291.           Height = 17
  292.           Caption = 'Automatic Framing'
  293.           TabOrder = 4
  294.           OnClick = mAutoFrameClick
  295.         end
  296.         object mJitter: TComboBox
  297.           Left = 184
  298.           Top = 128
  299.           Width = 49
  300.           Height = 21
  301.           Style = csDropDownList
  302.           ItemHeight = 13
  303.           TabOrder = 6
  304.           OnChange = mClicked
  305.           Items.Strings = (
  306.             '3'
  307.             '6')
  308.         end
  309.       end
  310.       object bAudioSettings: TButton
  311.         Left = 288
  312.         Top = 16
  313.         Width = 75
  314.         Height = 25
  315.         Caption = 'Audio Settings'
  316.         TabOrder = 1
  317.         OnClick = bAudioSettingsClick
  318.       end
  319.       object bVoxSetting: TButton
  320.         Left = 288
  321.         Top = 92
  322.         Width = 75
  323.         Height = 25
  324.         Caption = 'Vox Settings'
  325.         TabOrder = 3
  326.         OnClick = bVoxSettingClick
  327.       end
  328.       object bSetupWizard: TButton
  329.         Left = 288
  330.         Top = 48
  331.         Width = 75
  332.         Height = 25
  333.         Caption = 'Setup Wizard'
  334.         TabOrder = 2
  335.         OnClick = bSetupWizardClick
  336.       end
  337.       object mDevice: TGroupBox
  338.         Left = 0
  339.         Top = 224
  340.         Width = 377
  341.         Height = 105
  342.         Caption = 'Preferred Net2Phone Device'
  343.         TabOrder = 5
  344.         object lPlayback: TLabel
  345.           Left = 8
  346.           Top = 24
  347.           Width = 44
  348.           Height = 13
  349.           Caption = 'Playback'
  350.         end
  351.         object lRecord: TLabel
  352.           Left = 8
  353.           Top = 56
  354.           Width = 35
  355.           Height = 13
  356.           Caption = 'Record'
  357.         end
  358.         object PDevices: TComboBox
  359.           Left = 64
  360.           Top = 20
  361.           Width = 201
  362.           Height = 21
  363.           Style = csDropDownList
  364.           ItemHeight = 13
  365.           TabOrder = 0
  366.           OnClick = mClicked
  367.         end
  368.         object RDevices: TComboBox
  369.           Left = 64
  370.           Top = 52
  371.           Width = 201
  372.           Height = 21
  373.           Style = csDropDownList
  374.           ItemHeight = 13
  375.           TabOrder = 2
  376.           OnClick = mClicked
  377.         end
  378.         object bPTest: TButton
  379.           Left = 288
  380.           Top = 16
  381.           Width = 75
  382.           Height = 25
  383.           Caption = 'Test'
  384.           TabOrder = 1
  385.           OnClick = bPTestClick
  386.         end
  387.         object bRTest: TButton
  388.           Left = 288
  389.           Top = 50
  390.           Width = 75
  391.           Height = 25
  392.           Caption = 'Test'
  393.           TabOrder = 3
  394.           OnClick = bRTestClick
  395.         end
  396.         object mDirectSound: TCheckBox
  397.           Left = 8
  398.           Top = 82
  399.           Width = 353
  400.           Height = 17
  401.           Caption = 'Use Direct Sound'
  402.           TabOrder = 4
  403.           OnClick = mDirectSoundClick
  404.         end
  405.       end
  406.       object mDialing: TGroupBox
  407.         Left = 0
  408.         Top = 160
  409.         Width = 377
  410.         Height = 65
  411.         Caption = 'Dialing'
  412.         TabOrder = 4
  413.         object LCountryCode: TLabel
  414.           Left = 8
  415.           Top = 20
  416.           Width = 73
  417.           Height = 13
  418.           Caption = 'Default Country'
  419.         end
  420.         object mCountryCode: TComboBox
  421.           Left = 120
  422.           Top = 20
  423.           Width = 145
  424.           Height = 21
  425.           Style = csDropDownList
  426.           ItemHeight = 13
  427.           TabOrder = 0
  428.           OnChange = mClicked
  429.         end
  430.         object mNoAds: TCheckBox
  431.           Left = 8
  432.           Top = 40
  433.           Width = 97
  434.           Height = 17
  435.           Caption = 'Don'#39't Show Ads'
  436.           TabOrder = 1
  437.           OnClick = mClicked
  438.         end
  439.       end
  440.     end
  441.     object tabUser: TTabSheet
  442.       Caption = 'User'
  443.       object mUserInfo: TGroupBox
  444.         Left = 0
  445.         Top = 0
  446.         Width = 377
  447.         Height = 297
  448.         Caption = 'User Information'
  449.         TabOrder = 0
  450.         object lFirstName: TLabel
  451.           Left = 38
  452.           Top = 22
  453.           Width = 19
  454.           Height = 13
  455.           Alignment = taRightJustify
  456.           Caption = 'First'
  457.           Color = clBtnFace
  458.           ParentColor = False
  459.           Transparent = True
  460.         end
  461.         object lCompany: TLabel
  462.           Left = 13
  463.           Top = 53
  464.           Width = 44
  465.           Height = 13
  466.           Alignment = taRightJustify
  467.           Caption = 'Company'
  468.           Color = clBtnFace
  469.           ParentColor = False
  470.           Transparent = True
  471.         end
  472.         object lAddress1: TLabel
  473.           Left = 21
  474.           Top = 84
  475.           Width = 44
  476.           Height = 13
  477.           Alignment = taRightJustify
  478.           Caption = 'Address1'
  479.           Color = clBtnFace
  480.           ParentColor = False
  481.           Transparent = True
  482.         end
  483.         object lAddress2: TLabel
  484.           Left = 13
  485.           Top = 115
  486.           Width = 44
  487.           Height = 13
  488.           Alignment = taRightJustify
  489.           Caption = 'Address2'
  490.           Color = clBtnFace
  491.           ParentColor = False
  492.           Transparent = True
  493.         end
  494.         object lCity: TLabel
  495.           Left = 40
  496.           Top = 146
  497.           Width = 17
  498.           Height = 13
  499.           Alignment = taRightJustify
  500.           Caption = 'City'
  501.           Color = clBtnFace
  502.           ParentColor = False
  503.           Transparent = True
  504.         end
  505.         object lZip: TLabel
  506.           Left = 40
  507.           Top = 177
  508.           Width = 17
  509.           Height = 13
  510.           Alignment = taRightJustify
  511.           Caption = 'ZIP'
  512.           Color = clBtnFace
  513.           ParentColor = False
  514.           Transparent = True
  515.         end
  516.         object lEmail: TLabel
  517.           Left = 29
  518.           Top = 208
  519.           Width = 28
  520.           Height = 13
  521.           Alignment = taRightJustify
  522.           Caption = 'e-Mail'
  523.           Color = clBtnFace
  524.           ParentColor = False
  525.           Transparent = True
  526.         end
  527.         object lCountry: TLabel
  528.           Left = 231
  529.           Top = 177
  530.           Width = 36
  531.           Height = 13
  532.           Alignment = taRightJustify
  533.           Caption = 'Country'
  534.           Color = clBtnFace
  535.           ParentColor = False
  536.         end
  537.         object lState: TLabel
  538.           Left = 218
  539.           Top = 146
  540.           Width = 55
  541.           Height = 13
  542.           Alignment = taRightJustify
  543.           Caption = 'State/Prov.'
  544.           Color = clBtnFace
  545.           ParentColor = False
  546.         end
  547.         object LLastName: TLabel
  548.           Left = 181
  549.           Top = 22
  550.           Width = 20
  551.           Height = 13
  552.           Alignment = taRightJustify
  553.           Caption = 'Last'
  554.           Color = clBtnFace
  555.           ParentColor = False
  556.           Transparent = True
  557.         end
  558.         object LPhone: TLabel
  559.           Left = 26
  560.           Top = 239
  561.           Width = 31
  562.           Height = 13
  563.           Alignment = taRightJustify
  564.           Caption = 'Phone'
  565.           Color = clBtnFace
  566.           ParentColor = False
  567.           Transparent = True
  568.         end
  569.         object LFax: TLabel
  570.           Left = 40
  571.           Top = 271
  572.           Width = 17
  573.           Height = 13
  574.           Alignment = taRightJustify
  575.           Caption = 'Fax'
  576.           Color = clBtnFace
  577.           ParentColor = False
  578.           Transparent = True
  579.         end
  580.         object FirstName: TEdit
  581.           Left = 69
  582.           Top = 18
  583.           Width = 100
  584.           Height = 21
  585.           Color = clWhite
  586.           MaxLength = 10
  587.           TabOrder = 0
  588.           Text = 'FirstName'
  589.           OnChange = mClicked
  590.         end
  591.         object Company: TEdit
  592.           Left = 69
  593.           Top = 49
  594.           Width = 178
  595.           Height = 21
  596.           Color = clWhite
  597.           MaxLength = 20
  598.           TabOrder = 2
  599.           Text = 'Company'
  600.           OnChange = mClicked
  601.         end
  602.         object Address1: TEdit
  603.           Left = 69
  604.           Top = 80
  605.           Width = 287
  606.           Height = 21
  607.           Color = clWhite
  608.           MaxLength = 32
  609.           TabOrder = 3
  610.           Text = 'Address1'
  611.           OnChange = mClicked
  612.         end
  613.         object Address2: TEdit
  614.           Left = 69
  615.           Top = 111
  616.           Width = 287
  617.           Height = 21
  618.           Color = clWhite
  619.           MaxLength = 32
  620.           TabOrder = 4
  621.           Text = 'Address2'
  622.           OnChange = mClicked
  623.         end
  624.         object City: TEdit
  625.           Left = 69
  626.           Top = 142
  627.           Width = 140
  628.           Height = 21
  629.           Color = clWhite
  630.           MaxLength = 20
  631.           TabOrder = 5
  632.           Text = 'City'
  633.           OnChange = mClicked
  634.         end
  635.         object ZIP: TEdit
  636.           Left = 69
  637.           Top = 173
  638.           Width = 100
  639.           Height = 21
  640.           Color = clWhite
  641.           MaxLength = 12
  642.           TabOrder = 7
  643.           Text = 'ZIP'
  644.           OnChange = mClicked
  645.         end
  646.         object eMail: TEdit
  647.           Left = 69
  648.           Top = 204
  649.           Width = 287
  650.           Height = 21
  651.           Color = clWhite
  652.           MaxLength = 48
  653.           TabOrder = 9
  654.           Text = 'eMail'
  655.           OnChange = mClicked
  656.         end
  657.         object Country: TEdit
  658.           Left = 284
  659.           Top = 173
  660.           Width = 85
  661.           Height = 21
  662.           Color = clWhite
  663.           TabOrder = 8
  664.           Text = 'Country'
  665.           OnChange = mClicked
  666.         end
  667.         object State: TEdit
  668.           Left = 284
  669.           Top = 142
  670.           Width = 85
  671.           Height = 21
  672.           Color = clWhite
  673.           MaxLength = 20
  674.           TabOrder = 6
  675.           Text = 'State'
  676.           OnChange = mClicked
  677.         end
  678.         object LastName: TEdit
  679.           Left = 212
  680.           Top = 18
  681.           Width = 157
  682.           Height = 21
  683.           Color = clWhite
  684.           MaxLength = 20
  685.           ParentShowHint = False
  686.           ShowHint = False
  687.           TabOrder = 1
  688.           Text = 'LastName'
  689.           OnChange = mClicked
  690.         end
  691.         object Phone: TEdit
  692.           Left = 69
  693.           Top = 235
  694.           Width = 292
  695.           Height = 21
  696.           Color = clWhite
  697.           MaxLength = 48
  698.           TabOrder = 10
  699.           Text = 'Phone'
  700.           OnChange = mClicked
  701.         end
  702.         object Fax: TEdit
  703.           Left = 69
  704.           Top = 267
  705.           Width = 292
  706.           Height = 21
  707.           Color = clWhite
  708.           MaxLength = 48
  709.           TabOrder = 11
  710.           Text = 'Fax'
  711.           OnChange = mClicked
  712.         end
  713.       end
  714.     end
  715.     object tabAccount: TTabSheet
  716.       Caption = 'Account'
  717.       object LRegister: TLabel
  718.         Left = 88
  719.         Top = 280
  720.         Width = 45
  721.         Height = 13
  722.         Caption = 'LRegister'
  723.       end
  724.       object mAccountInfo: TGroupBox
  725.         Left = 0
  726.         Top = 0
  727.         Width = 393
  728.         Height = 81
  729.         Caption = 'Account Information '
  730.         TabOrder = 0
  731.         object LAccount: TLabel
  732.           Left = 8
  733.           Top = 28
  734.           Width = 80
  735.           Height = 13
  736.           Caption = 'Account Number'
  737.         end
  738.         object LPin: TLabel
  739.           Left = 232
  740.           Top = 28
  741.           Width = 18
  742.           Height = 13
  743.           Caption = 'PIN'
  744.         end
  745.         object LNIC: TLabel
  746.           Left = 312
  747.           Top = 28
  748.           Width = 18
  749.           Height = 13
  750.           Caption = 'NIC'
  751.         end
  752.         object LocalPIN: TEdit
  753.           Left = 264
  754.           Top = 24
  755.           Width = 41
  756.           Height = 21
  757.           MaxLength = 5
  758.           PasswordChar = '*'
  759.           TabOrder = 1
  760.           Text = 'LocalPIN'
  761.           OnChange = mClicked
  762.         end
  763.         object mSavePin: TCheckBox
  764.           Left = 16
  765.           Top = 56
  766.           Width = 129
  767.           Height = 17
  768.           Caption = 'Save Pin To Disk'
  769.           TabOrder = 2
  770.           OnClick = mClicked
  771.         end
  772.         object LocalAccount: TEdit
  773.           Left = 100
  774.           Top = 24
  775.           Width = 117
  776.           Height = 21
  777.           Color = clWhite
  778.           Ctl3D = True
  779.           ParentCtl3D = False
  780.           TabOrder = 0
  781.           Text = '9999'
  782.           OnChange = LocalAccountChange
  783.         end
  784.         object bRestoreAccount: TButton
  785.           Left = 216
  786.           Top = 48
  787.           Width = 137
  788.           Height = 25
  789.           Caption = 'Restore Account Number'
  790.           TabOrder = 3
  791.           Visible = False
  792.           OnClick = bRestoreAccountClick
  793.         end
  794.         object mNIC: TEdit
  795.           Left = 344
  796.           Top = 24
  797.           Width = 41
  798.           Height = 21
  799.           Color = clBtnFace
  800.           MaxLength = 5
  801.           ReadOnly = True
  802.           TabOrder = 4
  803.           Text = '200'
  804.           OnChange = mClicked
  805.         end
  806.       end
  807.       object mBalance: TGroupBox
  808.         Left = 0
  809.         Top = 96
  810.         Width = 393
  811.         Height = 177
  812.         Caption = 'Balance'
  813.         TabOrder = 1
  814.         object LAsOf: TLabel
  815.           Left = 128
  816.           Top = 28
  817.           Width = 24
  818.           Height = 13
  819.           Caption = 'As of'
  820.         end
  821.         object LRecharge: TLabel
  822.           Left = 112
  823.           Top = 104
  824.           Width = 53
  825.           Height = 13
  826.           Caption = 'LRecharge'
  827.           WordWrap = True
  828.         end
  829.         object LWeb: TLabel
  830.           Left = 112
  831.           Top = 136
  832.           Width = 29
  833.           Height = 13
  834.           Caption = 'LWeb'
  835.           WordWrap = True
  836.         end
  837.         object LNewBalance: TLabel
  838.           Left = 112
  839.           Top = 72
  840.           Width = 67
  841.           Height = 13
  842.           Caption = 'LNewBalance'
  843.           WordWrap = True
  844.         end
  845.         object LAsofDate: TLabel
  846.           Left = 160
  847.           Top = 28
  848.           Width = 79
  849.           Height = 13
  850.           Caption = 'xx/xx/xx xx:xx:xx'
  851.         end
  852.         object Balance: TEdit
  853.           Left = 8
  854.           Top = 24
  855.           Width = 105
  856.           Height = 21
  857.           TabStop = False
  858.           ReadOnly = True
  859.           TabOrder = 0
  860.           Text = 'Balance'
  861.         end
  862.         object bRecharge: TButton
  863.           Left = 8
  864.           Top = 88
  865.           Width = 90
  866.           Height = 25
  867.           Caption = 'Recharge'
  868.           TabOrder = 2
  869.           OnClick = bRechargeClick
  870.         end
  871.         object bWeb: TButton
  872.           Left = 8
  873.           Top = 120
  874.           Width = 90
  875.           Height = 25
  876.           Caption = 'Web'
  877.           TabOrder = 3
  878.           OnClick = bWebClick
  879.         end
  880.         object bNewBalance: TButton
  881.           Left = 8
  882.           Top = 56
  883.           Width = 90
  884.           Height = 25
  885.           Caption = 'New Balance'
  886.           TabOrder = 1
  887.           OnClick = bNewBalanceClick
  888.         end
  889.       end
  890.       object bRegister: TButton
  891.         Left = 0
  892.         Top = 280
  893.         Width = 75
  894.         Height = 25
  895.         Caption = 'Register'
  896.         TabOrder = 2
  897.         Visible = False
  898.         OnClick = bRegisterClick
  899.       end
  900.     end
  901.     object tabPC2PC: TTabSheet
  902.       Caption = 'Incoming'
  903.       object LWarning: TLabel
  904.         Left = 104
  905.         Top = 324
  906.         Width = 40
  907.         Height = 13
  908.         Caption = 'Warning'
  909.         WordWrap = True
  910.       end
  911.       object mTimeouts: TGroupBox
  912.         Left = 0
  913.         Top = 104
  914.         Width = 153
  915.         Height = 73
  916.         Caption = 'Timeouts'
  917.         TabOrder = 1
  918.         object LNATimeout: TLabel
  919.           Left = 32
  920.           Top = 20
  921.           Width = 55
  922.           Height = 13
  923.           Caption = 'No Answer '
  924.         end
  925.         object LBusyTimeout: TLabel
  926.           Left = 61
  927.           Top = 48
  928.           Width = 26
  929.           Height = 13
  930.           Caption = 'Busy '
  931.         end
  932.         object NATimeout: TComboBox
  933.           Left = 96
  934.           Top = 16
  935.           Width = 41
  936.           Height = 21
  937.           Style = csDropDownList
  938.           ItemHeight = 0
  939.           TabOrder = 0
  940.           OnChange = mClicked
  941.           OnClick = mClicked
  942.         end
  943.         object BusyTimeout: TComboBox
  944.           Left = 96
  945.           Top = 44
  946.           Width = 41
  947.           Height = 21
  948.           Style = csDropDownList
  949.           ItemHeight = 0
  950.           TabOrder = 1
  951.           OnChange = mClicked
  952.         end
  953.       end
  954.       object mOptions: TGroupBox
  955.         Left = 184
  956.         Top = 112
  957.         Width = 201
  958.         Height = 73
  959.         Caption = 'Options'
  960.         TabOrder = 2
  961.         object mAutoAnswer: TCheckBox
  962.           Left = 8
  963.           Top = 24
  964.           Width = 100
  965.           Height = 17
  966.           Caption = 'Auto Answer'
  967.           TabOrder = 0
  968.           OnClick = mClicked
  969.         end
  970.         object mPC2PC: TCheckBox
  971.           Left = 8
  972.           Top = 48
  973.           Width = 145
  974.           Height = 17
  975.           Caption = 'Enable Incoming'
  976.           TabOrder = 1
  977.           OnClick = mOpalClicked
  978.         end
  979.       end
  980.       object mSounds: TGroupBox
  981.         Left = 0
  982.         Top = 184
  983.         Width = 377
  984.         Height = 121
  985.         Caption = 'Sounds'
  986.         TabOrder = 3
  987.         object bBrowse: TButton
  988.           Left = 294
  989.           Top = 26
  990.           Width = 75
  991.           Height = 25
  992.           Caption = 'Browse'
  993.           TabOrder = 1
  994.           OnClick = bBrowseClick
  995.         end
  996.         object EventList: TStringGrid
  997.           Left = 8
  998.           Top = 24
  999.           Width = 273
  1000.           Height = 84
  1001.           ColCount = 2
  1002.           DefaultRowHeight = 15
  1003.           FixedCols = 0
  1004.           RowCount = 2
  1005.           Options = [goFixedVertLine, goFixedHorzLine, goDrawFocusSelected, goThumbTracking]
  1006.           TabOrder = 0
  1007.           OnSelectCell = EventListSelectCell
  1008.           ColWidths = (
  1009.             122
  1010.             64)
  1011.         end
  1012.         object bClearSound: TButton
  1013.           Left = 294
  1014.           Top = 54
  1015.           Width = 75
  1016.           Height = 25
  1017.           Caption = 'Clear'
  1018.           TabOrder = 2
  1019.           OnClick = bClearSoundClick
  1020.         end
  1021.         object bTestSound: TButton
  1022.           Left = 294
  1023.           Top = 82
  1024.           Width = 75
  1025.           Height = 25
  1026.           Caption = 'Test'
  1027.           TabOrder = 3
  1028.           OnClick = bTestSoundClick
  1029.         end
  1030.       end
  1031.       object bSelect: TButton
  1032.         Left = 0
  1033.         Top = 316
  1034.         Width = 75
  1035.         Height = 25
  1036.         Caption = 'Select'
  1037.         TabOrder = 4
  1038.         OnClick = bSelectClick
  1039.       end
  1040.       object mNameBox: TGroupBox
  1041.         Left = 0
  1042.         Top = 8
  1043.         Width = 369
  1044.         Height = 89
  1045.         Caption = 'Phone Number'
  1046.         TabOrder = 0
  1047.         object LVirtualNo: TLabel
  1048.           Left = 5
  1049.           Top = 23
  1050.           Width = 75
  1051.           Height = 13
  1052.           Alignment = taRightJustify
  1053.           Caption = 'Virtural Number '
  1054.           Color = clBtnFace
  1055.           ParentColor = False
  1056.           Transparent = True
  1057.         end
  1058.         object LAlias: TLabel
  1059.           Left = 8
  1060.           Top = 43
  1061.           Width = 48
  1062.           Height = 13
  1063.           Caption = 'Nickname'
  1064.         end
  1065.         object VirtualNo: TEdit
  1066.           Left = 152
  1067.           Top = 11
  1068.           Width = 185
  1069.           Height = 21
  1070.           Color = clWhite
  1071.           MaxLength = 48
  1072.           TabOrder = 0
  1073.           OnChange = mOpalClicked
  1074.         end
  1075.         object Alias: TEdit
  1076.           Left = 152
  1077.           Top = 39
  1078.           Width = 185
  1079.           Height = 21
  1080.           TabOrder = 1
  1081.           OnChange = mOpalClicked
  1082.         end
  1083.         object mShowAlias: TCheckBox
  1084.           Left = 8
  1085.           Top = 64
  1086.           Width = 241
  1087.           Height = 17
  1088.           Caption = 'Show Nickname Instead of Virtual Number'
  1089.           TabOrder = 2
  1090.           OnClick = mClicked
  1091.         end
  1092.       end
  1093.     end
  1094.     object tabNetwork: TTabSheet
  1095.       Caption = 'Network'
  1096.       object LNTest: TLabel
  1097.         Left = 0
  1098.         Top = 294
  1099.         Width = 35
  1100.         Height = 13
  1101.         Caption = 'LNTest'
  1102.         Visible = False
  1103.         WordWrap = True
  1104.       end
  1105.       object mDoorman: TGroupBox
  1106.         Left = 0
  1107.         Top = 8
  1108.         Width = 377
  1109.         Height = 73
  1110.         Caption = 'Doorman'
  1111.         TabOrder = 0
  1112.         object LPrimary: TLabel
  1113.           Left = 8
  1114.           Top = 16
  1115.           Width = 34
  1116.           Height = 13
  1117.           Caption = 'Primary'
  1118.         end
  1119.         object LAlternate: TLabel
  1120.           Left = 8
  1121.           Top = 40
  1122.           Width = 42
  1123.           Height = 13
  1124.           Caption = 'Alternate'
  1125.         end
  1126.         object LPriPort: TLabel
  1127.           Left = 248
  1128.           Top = 16
  1129.           Width = 19
  1130.           Height = 13
  1131.           Caption = 'Port'
  1132.         end
  1133.         object LAltPort: TLabel
  1134.           Left = 248
  1135.           Top = 40
  1136.           Width = 19
  1137.           Height = 13
  1138.           Caption = 'Port'
  1139.         end
  1140.         object mPriServer: TEdit
  1141.           Left = 72
  1142.           Top = 12
  1143.           Width = 121
  1144.           Height = 21
  1145.           TabOrder = 0
  1146.           OnChange = mOpalClicked
  1147.         end
  1148.         object mAltServer: TEdit
  1149.           Left = 72
  1150.           Top = 36
  1151.           Width = 121
  1152.           Height = 21
  1153.           TabOrder = 2
  1154.           OnChange = mOpalClicked
  1155.         end
  1156.         object mPriPort: TEdit
  1157.           Left = 312
  1158.           Top = 12
  1159.           Width = 57
  1160.           Height = 21
  1161.           TabOrder = 1
  1162.           OnChange = mOpalClicked
  1163.         end
  1164.         object mAltPort: TEdit
  1165.           Left = 312
  1166.           Top = 36
  1167.           Width = 57
  1168.           Height = 21
  1169.           TabOrder = 3
  1170.           OnChange = mOpalClicked
  1171.         end
  1172.       end
  1173.       object bNTest: TButton
  1174.         Left = 304
  1175.         Top = 288
  1176.         Width = 75
  1177.         Height = 25
  1178.         Caption = 'Test'
  1179.         TabOrder = 3
  1180.         OnClick = bNTestClick
  1181.       end
  1182.       object mClient: TGroupBox
  1183.         Left = 0
  1184.         Top = 84
  1185.         Width = 377
  1186.         Height = 65
  1187.         Caption = 'Client'
  1188.         TabOrder = 1
  1189.         object LTCPPort: TLabel
  1190.           Left = 8
  1191.           Top = 16
  1192.           Width = 43
  1193.           Height = 13
  1194.           Caption = 'TCP Port'
  1195.         end
  1196.         object LUDPPort: TLabel
  1197.           Left = 240
  1198.           Top = 16
  1199.           Width = 45
  1200.           Height = 13
  1201.           Caption = 'UDP Port'
  1202.         end
  1203.         object LLocalId: TLabel
  1204.           Left = 8
  1205.           Top = 40
  1206.           Width = 40
  1207.           Height = 13
  1208.           Caption = 'Local ID'
  1209.         end
  1210.         object LLocalPort: TLabel
  1211.           Left = 200
  1212.           Top = 40
  1213.           Width = 84
  1214.           Height = 13
  1215.           Caption = 'Local Control Port'
  1216.         end
  1217.         object mTcpPort: TEdit
  1218.           Left = 72
  1219.           Top = 12
  1220.           Width = 57
  1221.           Height = 21
  1222.           TabOrder = 0
  1223.           OnChange = mOpalClicked
  1224.         end
  1225.         object mUDPPort: TEdit
  1226.           Left = 312
  1227.           Top = 12
  1228.           Width = 57
  1229.           Height = 21
  1230.           TabOrder = 1
  1231.           OnChange = mOpalClicked
  1232.         end
  1233.         object mLocalID: TEdit
  1234.           Left = 72
  1235.           Top = 36
  1236.           Width = 57
  1237.           Height = 21
  1238.           TabOrder = 2
  1239.           OnChange = mOpalClicked
  1240.         end
  1241.         object mLocalPort: TEdit
  1242.           Left = 312
  1243.           Top = 36
  1244.           Width = 57
  1245.           Height = 21
  1246.           TabOrder = 3
  1247.           OnChange = mOpalClicked
  1248.         end
  1249.       end
  1250.       object mConnection: TGroupBox
  1251.         Left = 0
  1252.         Top = 152
  1253.         Width = 377
  1254.         Height = 129
  1255.         Caption = 'Connection'
  1256.         TabOrder = 2
  1257.         object mModem: TRadioButton
  1258.           Left = 12
  1259.           Top = 38
  1260.           Width = 229
  1261.           Height = 17
  1262.           Caption = 'Modem or other dialup device'
  1263.           TabOrder = 1
  1264.           OnClick = mModemBoxClicked
  1265.         end
  1266.         object mLan: TRadioButton
  1267.           Left = 12
  1268.           Top = 16
  1269.           Width = 357
  1270.           Height = 17
  1271.           Caption = 'Permanent internet connection (LAN)'
  1272.           TabOrder = 0
  1273.           OnClick = mModemBoxClicked
  1274.         end
  1275.         object mModemStart: TCheckBox
  1276.           Left = 32
  1277.           Top = 60
  1278.           Width = 337
  1279.           Height = 17
  1280.           Caption = 'Connect On Startup'
  1281.           TabOrder = 3
  1282.           OnClick = mModemClicked
  1283.         end
  1284.         object mModemName: TComboBox
  1285.           Left = 248
  1286.           Top = 34
  1287.           Width = 121
  1288.           Height = 21
  1289.           Style = csDropDownList
  1290.           ItemHeight = 0
  1291.           TabOrder = 2
  1292.           OnChange = mModemClicked
  1293.         end
  1294.         object mModemCall: TCheckBox
  1295.           Left = 32
  1296.           Top = 83
  1297.           Width = 337
  1298.           Height = 17
  1299.           Caption = 'Connect On Call'
  1300.           TabOrder = 4
  1301.           OnClick = mModemClicked
  1302.         end
  1303.         object mModemHangup: TCheckBox
  1304.           Left = 32
  1305.           Top = 106
  1306.           Width = 337
  1307.           Height = 17
  1308.           Caption = 'Disconnect on Close'
  1309.           TabOrder = 5
  1310.           OnClick = mModemClicked
  1311.         end
  1312.         object bConnect: TButton
  1313.           Left = 296
  1314.           Top = 64
  1315.           Width = 75
  1316.           Height = 25
  1317.           Caption = 'Connect'
  1318.           TabOrder = 6
  1319.           OnClick = bConnectClick
  1320.         end
  1321.         object bDisconnect: TButton
  1322.           Left = 294
  1323.           Top = 96
  1324.           Width = 75
  1325.           Height = 25
  1326.           Caption = 'Connect'
  1327.           TabOrder = 7
  1328.           OnClick = bDisconnectClick
  1329.         end
  1330.       end
  1331.     end
  1332.     object tabServices: TTabSheet
  1333.       Caption = 'Services'
  1334.       object mVoiceMail: TGroupBox
  1335.         Left = 0
  1336.         Top = 0
  1337.         Width = 377
  1338.         Height = 129
  1339.         Caption = 'Voice Mail Delivery'
  1340.         TabOrder = 0
  1341.         object LAddrBook: TLabel
  1342.           Left = 16
  1343.           Top = 68
  1344.           Width = 66
  1345.           Height = 13
  1346.           Caption = 'Address Book'
  1347.         end
  1348.         object mUseMapi: TRadioButton
  1349.           Left = 16
  1350.           Top = 40
  1351.           Width = 353
  1352.           Height = 17
  1353.           Caption = 'Simple MAPI'
  1354.           TabOrder = 1
  1355.           OnClick = mClicked
  1356.         end
  1357.         object mUseFileXfer: TRadioButton
  1358.           Left = 16
  1359.           Top = 20
  1360.           Width = 353
  1361.           Height = 17
  1362.           Caption = 'File Transfer'
  1363.           Checked = True
  1364.           TabOrder = 0
  1365.           TabStop = True
  1366.           OnClick = mClicked
  1367.         end
  1368.         object mAddrBook: TComboBox
  1369.           Left = 224
  1370.           Top = 64
  1371.           Width = 145
  1372.           Height = 21
  1373.           Style = csDropDownList
  1374.           ItemHeight = 0
  1375.           TabOrder = 2
  1376.           OnClick = mClicked
  1377.         end
  1378.         object mFillAddr: TCheckBox
  1379.           Left = 16
  1380.           Top = 96
  1381.           Width = 353
  1382.           Height = 17
  1383.           Caption = 'Automatically complete e-mail addresses when composing'
  1384.           TabOrder = 3
  1385.           OnClick = mClicked
  1386.         end
  1387.       end
  1388.       object mRecorderBox: TGroupBox
  1389.         Left = 0
  1390.         Top = 144
  1391.         Width = 377
  1392.         Height = 113
  1393.         Caption = 'Recorder'
  1394.         TabOrder = 1
  1395.         object LMaxRecord: TLabel
  1396.           Left = 16
  1397.           Top = 20
  1398.           Width = 171
  1399.           Height = 13
  1400.           Caption = 'Maximum Recording Time (seconds)'
  1401.         end
  1402.         object mRecVad: TCheckBox
  1403.           Left = 16
  1404.           Top = 40
  1405.           Width = 345
  1406.           Height = 17
  1407.           Caption = 'Compress Silence'
  1408.           TabOrder = 1
  1409.           OnClick = mClicked
  1410.         end
  1411.         object LEncoding: TGroupBox
  1412.           Left = 8
  1413.           Top = 64
  1414.           Width = 361
  1415.           Height = 41
  1416.           Caption = 'Encoding'
  1417.           Color = clBtnFace
  1418.           Ctl3D = True
  1419.           ParentColor = False
  1420.           ParentCtl3D = False
  1421.           TabOrder = 2
  1422.           object mSX7300: TRadioButton
  1423.             Left = 16
  1424.             Top = 16
  1425.             Width = 113
  1426.             Height = 17
  1427.             Caption = 'sx7300'
  1428.             TabOrder = 0
  1429.             OnClick = mClicked
  1430.           end
  1431.           object mSX9600: TRadioButton
  1432.             Left = 192
  1433.             Top = 16
  1434.             Width = 81
  1435.             Height = 17
  1436.             Caption = 'sx9600'
  1437.             Checked = True
  1438.             TabOrder = 1
  1439.             TabStop = True
  1440.             OnClick = mClicked
  1441.           end
  1442.         end
  1443.         object mMaxRecord: TComboBox
  1444.           Left = 208
  1445.           Top = 16
  1446.           Width = 81
  1447.           Height = 21
  1448.           Style = csDropDownList
  1449.           ItemHeight = 0
  1450.           TabOrder = 0
  1451.           OnChange = mClicked
  1452.         end
  1453.       end
  1454.       object mFax: TGroupBox
  1455.         Left = 0
  1456.         Top = 264
  1457.         Width = 377
  1458.         Height = 41
  1459.         Caption = 'Fax'
  1460.         TabOrder = 2
  1461.         object LFaxPrinter: TLabel
  1462.           Left = 16
  1463.           Top = 16
  1464.           Width = 50
  1465.           Height = 13
  1466.           Caption = 'Fax Printer'
  1467.         end
  1468.         object mFaxPrinter: TComboBox
  1469.           Left = 224
  1470.           Top = 12
  1471.           Width = 145
  1472.           Height = 21
  1473.           Style = csDropDownList
  1474.           ItemHeight = 0
  1475.           TabOrder = 0
  1476.           OnChange = mClicked
  1477.           OnClick = mFaxClick
  1478.           OnDropDown = mFaxClick
  1479.         end
  1480.       end
  1481.     end
  1482.     object TabURL: TTabSheet
  1483.       Caption = 'URLs'
  1484.       object mURLBox: TGroupBox
  1485.         Left = 0
  1486.         Top = 0
  1487.         Width = 393
  1488.         Height = 347
  1489.         Align = alClient
  1490.         TabOrder = 0
  1491.         object LRegURL: TLabel
  1492.           Left = 8
  1493.           Top = 16
  1494.           Width = 39
  1495.           Height = 13
  1496.           Caption = 'Register'
  1497.         end
  1498.         object LServURL1: TLabel
  1499.           Left = 8
  1500.           Top = 238
  1501.           Width = 42
  1502.           Height = 13
  1503.           Caption = 'Service1'
  1504.         end
  1505.         object LServURL2: TLabel
  1506.           Left = 8
  1507.           Top = 263
  1508.           Width = 42
  1509.           Height = 13
  1510.           Caption = 'Service2'
  1511.         end
  1512.         object LServURL3: TLabel
  1513.           Left = 8
  1514.           Top = 287
  1515.           Width = 42
  1516.           Height = 13
  1517.           Caption = 'Service3'
  1518.         end
  1519.         object LServURL4: TLabel
  1520.           Left = 8
  1521.           Top = 312
  1522.           Width = 42
  1523.           Height = 13
  1524.           Caption = 'Service4'
  1525.         end
  1526.         object mRegURL: TEdit
  1527.           Left = 64
  1528.           Top = 12
  1529.           Width = 305
  1530.           Height = 21
  1531.           ReadOnly = True
  1532.           TabOrder = 0
  1533.           OnChange = mClicked
  1534.         end
  1535.         object mServURL1: TEdit
  1536.           Left = 64
  1537.           Top = 234
  1538.           Width = 305
  1539.           Height = 21
  1540.           ReadOnly = True
  1541.           TabOrder = 1
  1542.           OnChange = mClicked
  1543.         end
  1544.         object mServURL2: TEdit
  1545.           Left = 64
  1546.           Top = 259
  1547.           Width = 305
  1548.           Height = 21
  1549.           ReadOnly = True
  1550.           TabOrder = 2
  1551.           OnChange = mClicked
  1552.         end
  1553.         object mServURL3: TEdit
  1554.           Left = 64
  1555.           Top = 283
  1556.           Width = 305
  1557.           Height = 21
  1558.           ReadOnly = True
  1559.           TabOrder = 3
  1560.           OnChange = mClicked
  1561.         end
  1562.         object mServURL4: TEdit
  1563.           Left = 64
  1564.           Top = 308
  1565.           Width = 305
  1566.           Height = 21
  1567.           ReadOnly = True
  1568.           TabOrder = 4
  1569.           OnChange = mClicked
  1570.         end
  1571.       end
  1572.     end
  1573.   end
  1574.   object bHelp: TButton
  1575.     Left = 336
  1576.     Top = 416
  1577.     Width = 75
  1578.     Height = 25
  1579.     Caption = 'Help'
  1580.     TabOrder = 4
  1581.     OnClick = bHelpClick
  1582.   end
  1583.   object OpenDialog: TOpenDialog
  1584.     OnClose = OpenDialogClose
  1585.     OnShow = OpenDialogShow
  1586.     DefaultExt = 'wav'
  1587.     Filter = 'Wave File|*.wav'
  1588.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  1589.     Title = 'Incoming Call'
  1590.     Left = 28
  1591.     Top = 408
  1592.   end
  1593.   object LoopTimer: TTimer
  1594.     Enabled = False
  1595.     Interval = 10
  1596.     OnTimer = LoopTimerCount
  1597.     Left = 376
  1598.     Top = 392
  1599.   end
  1600. end
  1601.