home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Database / Business / Software / _SETUP.1 / SOO32S.EXE / 0 / RCDATA / TCALLDLG / TCALLDLG.txt
Encoding:
Text File  |  1997-05-14  |  4.7 KB  |  170 lines

  1. object CallDlg: TCallDlg
  2.   Left = 276
  3.   Top = 245
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dial'
  6.   ClientHeight = 105
  7.   ClientWidth = 258
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 5
  20.     Width = 93
  21.     Height = 16
  22.     Caption = 'Number To Dial:'
  23.   end
  24.   object DialBtn: TBitBtn
  25.     Left = 92
  26.     Top = 48
  27.     Width = 73
  28.     Height = 27
  29.     Hint = 'Click Here To Cancel Dialing'
  30.     Caption = '&Cancel'
  31.     TabOrder = 1
  32.     Visible = False
  33.     OnClick = DialBtnClick
  34.     Glyph.Data = {
  35.       76010000424D7601000000000000760000002800000020000000100000000100
  36.       04000000000000010000130B0000130B00000000000000000000000000000000
  37.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  38.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  39.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  40.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  41.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  42.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  43.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  44.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  45.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  46.       3333333777333777333333333999993333333333377777333333}
  47.     NumGlyphs = 2
  48.   end
  49.   object CancelBtn: TBitBtn
  50.     Left = 92
  51.     Top = 48
  52.     Width = 73
  53.     Height = 27
  54.     Hint = 'Click Here To Dial The Selected Number'
  55.     Caption = '&Dial'
  56.     TabOrder = 0
  57.     OnClick = CancelBtnClick
  58.     Glyph.Data = {
  59.       78010000424D7801000000000000760000002800000020000000100000000100
  60.       04000000000000000000120B0000120B00000000000000000000000000000000
  61.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  62.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003B3000000000
  63.       003B37F77777777777F73BB09111111110BB3777F3F3F3F3F777311098080808
  64.       10B33777F7373737377313309999999910337F373F3F3F3F3733133309808089
  65.       03337F3373737373733313333099999033337FFFF7FFFFF7FFFFB011B0000000
  66.       BBBB7777777777777777B01110BBBBB0BBBB77F37777777777773011108BB333
  67.       333337F337377F3FFFF33099111BB3010033373F33777F77773F331999100101
  68.       11033373FFF77773337F33300099991999033337773FFFF33373333BB7100199
  69.       113333377377773FF7F333BB333BB7011B33337733377F7777FF3BB3333BB333
  70.       3BB3377333377F33377FBB33333BB33333BB77333337733333770000}
  71.     NumGlyphs = 2
  72.   end
  73.   object Panel2: TPanel
  74.     Left = 0
  75.     Top = 86
  76.     Width = 258
  77.     Height = 19
  78.     Align = alBottom
  79.     BevelInner = bvLowered
  80.     TabOrder = 2
  81.     object Label2: TLabel
  82.       Left = 2
  83.       Top = 2
  84.       Width = 254
  85.       Height = 15
  86.       Align = alClient
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'Arial'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.   end
  94.   object Edit1: TEdit
  95.     Left = 8
  96.     Top = 21
  97.     Width = 241
  98.     Height = 20
  99.     Hint = 'Phone Number to Dial - can be modified'
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 3
  103.   end
  104.   object CloseBtn: TBitBtn
  105.     Left = 172
  106.     Top = 48
  107.     Width = 77
  108.     Height = 27
  109.     Hint = 'Click here to Close the Dial dialog box'
  110.     Caption = 'C&lose'
  111.     ParentShowHint = False
  112.     ShowHint = True
  113.     TabOrder = 4
  114.     OnClick = CloseBtnClick
  115.     Kind = bkOK
  116.     Margin = 2
  117.     Spacing = -1
  118.   end
  119.   object Timer2: TTimer
  120.     Enabled = False
  121.     OnTimer = Timer2Timer
  122.     Left = 112
  123.     Top = 65528
  124.   end
  125.   object ApdComPort1: TApdComPort
  126.     ComNumber = 1
  127.     TraceName = 'APD.TRC'
  128.     LogName = 'APD.LOG'
  129.     Left = 144
  130.     Top = 65528
  131.   end
  132.   object ApdModem1: TApdModem
  133.     ComPort = ApdComPort1
  134.     InitCmd = 'ATZ^M'
  135.     DialCmd = 'ATDT'
  136.     DialTerm = '^M'
  137.     DialCancel = '^M'
  138.     HangupCmd = '+++~~~ATH0^M'
  139.     ConfigCmd = 'ATE1Q0X1V1^M'
  140.     AnswerCmd = 'ATA^M'
  141.     OkMsg = 'OK'
  142.     ConnectMsg = 'CONNECT'
  143.     BusyMsg = 'BUSY'
  144.     VoiceMsg = 'VOICE'
  145.     NoCarrierMsg = 'NO CARRIER'
  146.     NoDialToneMsg = 'NO DIALTONE'
  147.     ErrorMsg = 'ERROR'
  148.     RingMsg = 'RING'
  149.     LockDTE = True
  150.     Left = 176
  151.     Top = 65528
  152.   end
  153.   object ApdModemDialer1: TApdModemDialer
  154.     Modem = ApdModem1
  155.     MaxDialTries = 99
  156.     RetrySecs = 2
  157.     DialerOptions = [mdAbortOnNoDialtone, mdAbortOnError]
  158.     OnRetryEnd = ApdModemDialer1RetryEnd
  159.     OnDialStart = ApdModemDialer1DialStart
  160.     OnConnect = ApdModemDialer1Connect
  161.     OnBusy = ApdModemDialer1Busy
  162.     OnVoice = ApdModemDialer1Voice
  163.     OnError = ApdModemDialer1Error
  164.     OnNoDialTone = ApdModemDialer1NoDialTone
  165.     OnTooManyTries = ApdModemDialer1TooManyTries
  166.     Left = 208
  167.     Top = 65528
  168.   end
  169. end
  170.