home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9COM / EPROJECT.ZIP / AUTOPAGE.EXE / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-09-07  |  17KB  |  562 lines

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Auto Page for Windows'
  7.   ClientHeight = 279
  8.   ClientWidth = 431
  9.   Color = clBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 136
  23.     Width = 96
  24.     Height = 16
  25.     Caption = 'Using Comport'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clYellow
  28.     Font.Height = -13
  29.     Font.Name = 'System'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 8
  35.     Top = 40
  36.     Width = 245
  37.     Height = 16
  38.     Caption = 'Minutes To Wait Before Dialing Pager'
  39.     Font.Charset = ANSI_CHARSET
  40.     Font.Color = clYellow
  41.     Font.Height = -13
  42.     Font.Name = 'System'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 8
  48.     Top = 64
  49.     Width = 143
  50.     Height = 16
  51.     Caption = 'Pager Number To Dial'
  52.     Font.Charset = ANSI_CHARSET
  53.     Font.Color = clYellow
  54.     Font.Height = -13
  55.     Font.Name = 'System'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Label4: TLabel
  60.     Left = 8
  61.     Top = 88
  62.     Width = 201
  63.     Height = 16
  64.     Caption = 'Seconds To Delay After Dialing'
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clYellow
  67.     Font.Height = -13
  68.     Font.Name = 'System'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object Label5: TLabel
  73.     Left = 8
  74.     Top = 112
  75.     Width = 170
  76.     Height = 16
  77.     Caption = 'Number To Send To Pager'
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clYellow
  80.     Font.Height = -13
  81.     Font.Name = 'System'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.   end
  85.   object Label6: TLabel
  86.     Left = 8
  87.     Top = 16
  88.     Width = 183
  89.     Height = 16
  90.     Caption = 'Rings To Trigger Countdown'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clYellow
  93.     Font.Height = -13
  94.     Font.Name = 'System'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object Label7: TLabel
  99.     Left = 8
  100.     Top = 160
  101.     Width = 159
  102.     Height = 16
  103.     Caption = 'Enter Registration Name'
  104.     Font.Charset = ANSI_CHARSET
  105.     Font.Color = clYellow
  106.     Font.Height = -13
  107.     Font.Name = 'System'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     Visible = False
  111.   end
  112.   object Label8: TLabel
  113.     Left = 8
  114.     Top = 184
  115.     Width = 172
  116.     Height = 16
  117.     Caption = 'Enter Registration Number'
  118.     Font.Charset = ANSI_CHARSET
  119.     Font.Color = clYellow
  120.     Font.Height = -13
  121.     Font.Name = 'System'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.     Visible = False
  125.   end
  126.   object BitBtn1: TBitBtn
  127.     Left = 8
  128.     Top = 208
  129.     Width = 201
  130.     Height = 33
  131.     Caption = 'Test (Dial Pager Now)'
  132.     Font.Charset = ANSI_CHARSET
  133.     Font.Color = clPurple
  134.     Font.Height = -13
  135.     Font.Name = 'System'
  136.     Font.Style = [fsBold]
  137.     ModalResult = 1
  138.     ParentFont = False
  139.     TabOrder = 9
  140.     OnClick = BitBtn1Click
  141.     NumGlyphs = 2
  142.   end
  143.   object Number: TEdit
  144.     Left = 280
  145.     Top = 56
  146.     Width = 121
  147.     Height = 24
  148.     Hint = '20 Characters MAX'
  149.     ParentShowHint = False
  150.     ShowHint = True
  151.     TabOrder = 3
  152.     Text = '555-1212'
  153.     OnExit = RingsToTriggerExit
  154.   end
  155.   object Send: TEdit
  156.     Left = 280
  157.     Top = 104
  158.     Width = 121
  159.     Height = 24
  160.     Hint = '14 Characters MAX'
  161.     ParentShowHint = False
  162.     ShowHint = True
  163.     TabOrder = 5
  164.     Text = '999-Time'
  165.     OnExit = RingsToTriggerExit
  166.   end
  167.   object BitBtn2: TBitBtn
  168.     Left = 224
  169.     Top = 208
  170.     Width = 201
  171.     Height = 33
  172.     Caption = 'OK'
  173.     Default = True
  174.     Font.Charset = ANSI_CHARSET
  175.     Font.Color = clPurple
  176.     Font.Height = -13
  177.     Font.Name = 'System'
  178.     Font.Style = [fsBold]
  179.     ModalResult = 1
  180.     ParentFont = False
  181.     TabOrder = 0
  182.     OnClick = BitBtn2Click
  183.     Glyph.Data = {
  184.       CE070000424DCE07000000000000360000002800000024000000120000000100
  185.       1800000000009807000000000000000000000000000000000000007F7F007F7F
  186.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  187.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  188.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  189.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  190.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  191.       7F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F
  192.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  193.       7F7F00007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  194.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF
  195.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  196.       7F007F7F007F7F007F7F7F0000007F00007F007F0000007F7F007F7F007F7F00
  197.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  198.       7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F
  199.       7F007F7F007F7F007F7F007F7F007F7F007F7F7F0000007F00007F00007F0000
  200.       7F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  201.       007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  202.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F000000
  203.       7F00007F00007F00007F00007F00007F007F0000007F7F007F7F007F7F007F7F
  204.       007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F007F
  205.       7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  206.       7F7F007F7F7F0000007F00007F00007F0000FF00007F00007F00007F00007F00
  207.       7F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFF
  208.       FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7FFFFFFF007F7F00
  209.       7F7F007F7F007F7F007F7F007F7F007F7F007F00007F00007F0000FF00007F7F
  210.       00FF00007F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F
  211.       7F007F7F007F7F7F7F7FFFFFFF007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F00
  212.       7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00
  213.       007F0000FF00007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F
  214.       7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F007F7F00
  215.       7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  216.       007F7F007F7F007F7F007F7F00FF00007F7F007F7F007F7F007F7F007F7F00FF
  217.       00007F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F00
  218.       7F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F
  219.       7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  220.       7F007F7F007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F7F00
  221.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  222.       007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F
  223.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF0000
  224.       7F00007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  225.       007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F
  226.       7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  227.       7F7F007F7F007F7F007F7F00FF00007F00007F00007F007F0000007F7F007F7F
  228.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  229.       7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F00
  230.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00007F00
  231.       007F00007F007F0000007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  232.       7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFF
  233.       FFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  234.       007F7F007F7F007F7F00FF00007F00007F007F0000007F7F007F7F007F7F007F
  235.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F
  236.       7F7FFFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
  237.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00FF00007F00007F
  238.       00007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  239.       7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F
  240.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  241.       7F007F7F007F7F00FF00007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  242.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  243.       007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  244.       7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  245.       7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  246.       007F7F007F7F007F7F007F7F007F7F007F7F}
  247.     NumGlyphs = 2
  248.   end
  249.   object Panel1: TPanel
  250.     Left = 8
  251.     Top = 248
  252.     Width = 417
  253.     Height = 25
  254.     Alignment = taLeftJustify
  255.     BevelOuter = bvLowered
  256.     BorderStyle = bsSingle
  257.     Caption = ' Waiting For Set-Up'
  258.     Color = clGrayText
  259.     Font.Charset = ANSI_CHARSET
  260.     Font.Color = clWhite
  261.     Font.Height = -13
  262.     Font.Name = 'System'
  263.     Font.Style = [fsBold]
  264.     ParentFont = False
  265.     TabOrder = 10
  266.   end
  267.   object BitBtn3: TBitBtn
  268.     Left = 153
  269.     Top = 104
  270.     Width = 153
  271.     Height = 33
  272.     Caption = 'Abort Countdown'
  273.     TabOrder = 11
  274.     OnClick = BitBtn3Click
  275.     Glyph.Data = {
  276.       76010000424D7601000000000000760000002800000020000000100000000100
  277.       04000000000000010000130B0000130B00000000000000000000000000000000
  278.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  279.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  280.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  281.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  282.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  283.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  284.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  285.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  286.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  287.       3333333777333777333333333999993333333333377777333333}
  288.     NumGlyphs = 2
  289.   end
  290.   object RingsToTrigger: TMaskEdit
  291.     Left = 280
  292.     Top = 8
  293.     Width = 17
  294.     Height = 24
  295.     EditMask = '9'
  296.     MaxLength = 1
  297.     TabOrder = 1
  298.     Text = '2'
  299.     OnExit = RingsToTriggerExit
  300.   end
  301.   object Minutes: TMaskEdit
  302.     Left = 280
  303.     Top = 32
  304.     Width = 17
  305.     Height = 24
  306.     EditMask = '9'
  307.     MaxLength = 1
  308.     TabOrder = 2
  309.     Text = '5'
  310.     OnExit = RingsToTriggerExit
  311.   end
  312.   object WhichCom: TMaskEdit
  313.     Left = 280
  314.     Top = 128
  315.     Width = 17
  316.     Height = 24
  317.     Hint = '1-8 Only'
  318.     EditMask = '9'
  319.     MaxLength = 1
  320.     ParentShowHint = False
  321.     ShowHint = True
  322.     TabOrder = 6
  323.     Text = '2'
  324.     OnExit = RingsToTriggerExit
  325.   end
  326.   object RegistrationName: TEdit
  327.     Left = 280
  328.     Top = 152
  329.     Width = 145
  330.     Height = 24
  331.     TabOrder = 7
  332.     Text = 'John Doe'
  333.     Visible = False
  334.     OnExit = RegistrationNameExit
  335.   end
  336.   object Seconds: TMaskEdit
  337.     Left = 280
  338.     Top = 80
  339.     Width = 25
  340.     Height = 24
  341.     EditMask = '99'
  342.     MaxLength = 2
  343.     TabOrder = 4
  344.     Text = '15'
  345.     OnExit = RingsToTriggerExit
  346.   end
  347.   object RegistrationNumber: TMaskEdit
  348.     Left = 280
  349.     Top = 176
  350.     Width = 73
  351.     Height = 24
  352.     EditMask = '99999999'
  353.     MaxLength = 8
  354.     TabOrder = 8
  355.     Text = '12345678'
  356.     Visible = False
  357.     OnExit = RegistrationNameExit
  358.   end
  359.   object Memo1: TMemo
  360.     Left = 0
  361.     Top = 0
  362.     Width = 433
  363.     Height = 9
  364.     Hint = 'Use Help from menu to hide'
  365.     Lines.Strings = (
  366.       'Don'#39't Miss Another Message!'
  367.       ''
  368.       'Let Auto Page call your pager after your phone rings.  Set'
  369.       'Auto Page to wait enough time to allow a person to leave a'
  370.       'message on your answering machine, and Auto Page will'
  371.       'make the callout to your paging system.'
  372.       ''
  373.       'If you have an external modem, ensure your modem is turned'
  374.       'on when using this program.  Internal modems are always on,'
  375.       'when the PC is on.'
  376.       ''
  377.       'Auto Page is easy to configure.  Once changing the initial'
  378.       'setup to fit your needs, this information will be saved into'
  379.       'AUTOPAGE.CFG.  If this file does not exist, it will be created.'
  380.       ''
  381.       'Note: Nothing is saved until you press <OK> at the main menu.'
  382.       ''
  383.       'Auto Page will continue to call your pager if the phone is busy.'
  384.       ''
  385.       'Auto Page supports comports 1-8.  Most modems are set to'
  386.       'either comport 1 or 2, a small percentage are set to 3 or 4.'
  387.       ''
  388.       '********************   WHAT'#39'S NEW SINCE V1.2  ***************'
  389.       ''
  390.       'Set the number of rings to count before triggering a countdown.'
  391.       'The most requested feature for Auto Page.'
  392.       ''
  393.       'Add the word Time to the number to send to your pager and get'
  394.       'a time stamp.  This is a great feature for those of us who do'
  395.       'not have time stamping on their pager.  Time uses the 24 hour'
  396.       'time format. Time is formatted as HHMM.  The word '#39'Time'#39' may'
  397.       'be in any case. Sample formats are:'
  398.       ''
  399.       '    999-Time    Sends 9991200 (if the time is 12:00 noon)'
  400.       '    999-TIME    Sends 9991330 (if the time is 1:30 pm)'
  401.       '    853-1212    Sends 8531212'
  402.       ''
  403.       'Passing arguments on the command line to bypass pressing'
  404.       'enter is gone.  A timer of 5 minutes now bypasses the need'
  405.       'to press enter. This feature allows you to put AutoPage'
  406.       'into your Startup folder or load it in your Win.Ini file,'
  407.       'and in case of power failure, the program will continue to'
  408.       'run as expected.'
  409.       ''
  410.       'The CRC check for corruption and the Non-standard IRQ and/or'
  411.       'Base Address options are not is this version. Sorry for any'
  412.       'inconvenience.'
  413.       ''
  414.       'Auto Page will only dial out to your pager once per run,'
  415.       'if not not registered.'
  416.       ''
  417.       'Auto Page now uses a configuration file for the settings.'
  418.       'The file will be created and looked for in the directory that'
  419.       'Auto Page resides.'
  420.       ''
  421.       '  Register today for only $15.00.'
  422.       ''
  423.       '  What you get by registration:'
  424.       ''
  425.       
  426.         '    1.  The latest version, if another version has been released' +
  427.         '.'
  428.       '    2.  A warm fuzzy feeling, for registering what you use.'
  429.       '    3.  The key to unlock all future versions of Auto Page.'
  430.       ''
  431.       '   How to reach me:'
  432.       ''
  433.       '       Compuserve :  73110.3073@compuserve.com'
  434.       ''
  435.       ''
  436.       '  Registration for Auto Page v2.0'
  437.       ''
  438.       '  Registered to (Max 24 Characters) : _______________________'
  439.       ''
  440.       '  Name                     : ___________________________________'
  441.       ''
  442.       '  Address                  : ___________________________________'
  443.       ''
  444.       '  City, ST  Zip            : ___________________________________'
  445.       ''
  446.       '  Phone (optional)         : _________________________________'
  447.       ''
  448.       ''
  449.       '  Send $15.00 Check or Money Order to:'
  450.       ''
  451.       '  Bret Bordwell'
  452.       '  22925 River Rd'
  453.       '  Petersburg, VA 23803-6811'
  454.       ''
  455.       '')
  456.     ParentShowHint = False
  457.     ShowHint = True
  458.     TabOrder = 12
  459.     Visible = False
  460.     WordWrap = False
  461.   end
  462.   object ApdComPort1: TApdComPort
  463.     TraceName = 'APD.TRC'
  464.     LogName = 'APD1.LOG'
  465.     LogHex = False
  466.     Left = 352
  467.   end
  468.   object ApdModem1: TApdModem
  469.     ComPort = ApdComPort1
  470.     InitCmd = 'ATZ^M'
  471.     DialCmd = 'ATDT'
  472.     DialTerm = '^M'
  473.     DialCancel = '^M'
  474.     HangupCmd = '+++~~~ATH0^M'
  475.     ConfigCmd = 'ATE1Q0X1V1^M'
  476.     AnswerCmd = 'ATA^M'
  477.     OkMsg = 'OK'
  478.     ConnectMsg = 'CONNECT'
  479.     BusyMsg = 'BUSY'
  480.     VoiceMsg = 'VOICE'
  481.     NoCarrierMsg = 'NO CARRIER'
  482.     NoDialToneMsg = 'NO DIALTONE'
  483.     ErrorMsg = 'ERROR'
  484.     RingMsg = 'RING'
  485.     LockDTE = True
  486.     DialTimeout = 30
  487.     OnModemBusy = ApdModem1ModemBusy
  488.     OnDialTimedOut = ApdModem1DialTimedOut
  489.     OnModemRing = ApdModem1ModemRing
  490.     Left = 376
  491.   end
  492.   object MainMenu1: TMainMenu
  493.     Left = 400
  494.     object File1: TMenuItem
  495.       Caption = '&File'
  496.       ShortCut = 0
  497.       object Setup1: TMenuItem
  498.         Caption = '&Setup'
  499.         ShortCut = 0
  500.         OnClick = Setup1Click
  501.       end
  502.       object CallLogging1: TMenuItem
  503.         Caption = '&Call Logging'
  504.         ShortCut = 0
  505.         OnClick = CallLogging1Click
  506.       end
  507.       object Register1: TMenuItem
  508.         Caption = '&Register'
  509.         ShortCut = 0
  510.         OnClick = Register1Click
  511.       end
  512.       object Exit1: TMenuItem
  513.         Caption = 'E&xit'
  514.         ShortCut = 32856
  515.         OnClick = Exit1Click
  516.       end
  517.     end
  518.     object About1: TMenuItem
  519.       Caption = '&Help'
  520.       ShortCut = 0
  521.       object Help1: TMenuItem
  522.         Caption = '&Help'
  523.         ShortCut = 0
  524.         OnClick = Help1Click
  525.       end
  526.       object About2: TMenuItem
  527.         Caption = '&About'
  528.         ShortCut = 0
  529.         OnClick = About2Click
  530.       end
  531.     end
  532.   end
  533.   object SecondTimer: TTimer
  534.     Enabled = False
  535.     Left = 328
  536.   end
  537.   object MinuteTimer: TTimer
  538.     Enabled = False
  539.     OnTimer = MinuteTimerTimer
  540.     Left = 304
  541.   end
  542.   object ResetRinger: TTimer
  543.     Enabled = False
  544.     Interval = 5000
  545.     OnTimer = ResetRingerTimer
  546.     Left = 304
  547.     Top = 24
  548.   end
  549.   object ResetToAnswer: TTimer
  550.     Enabled = False
  551.     OnTimer = ResetToAnswerTimer
  552.     Left = 328
  553.     Top = 24
  554.   end
  555.   object AutoOK: TTimer
  556.     Interval = 60000
  557.     OnTimer = AutoOKTimer
  558.     Left = 352
  559.     Top = 24
  560.   end
  561. end
  562.