home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / TIMBNT25.ZIP / INSTALL.EXE / BILLPOWR.EXE / 0 / RCDATA / TPHONEDIAL / TPHONEDIAL.txt
Text File  |  1998-04-14  |  2KB  |  118 lines

  1. object PhoneDial: TPhoneDial
  2.   Left = 200
  3.   Top = 121
  4.   HelpContext = 297
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dialing'
  8.   ClientHeight = 93
  9.   ClientWidth = 277
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object PrefixLabel: TLabel
  19.     Left = 126
  20.     Top = 50
  21.     Width = 64
  22.     Height = 16
  23.     Caption = 'PrefixLabel'
  24.   end
  25.   object Label1: TLabel
  26.     Left = 0
  27.     Top = 32
  28.     Width = 275
  29.     Height = 16
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'After number has been dialed, '
  33.   end
  34.   object HangUpBtn: TButton
  35.     Left = 30
  36.     Top = 52
  37.     Width = 219
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Hang Up'
  41.     TabOrder = 0
  42.     OnClick = HangUpBtnClick
  43.   end
  44.   object ModemPortBox: TGroupBox
  45.     Left = 6
  46.     Top = 6
  47.     Width = 99
  48.     Height = 81
  49.     Caption = 'Modem Port'
  50.     TabOrder = 1
  51.     object Com1: TRadioButton
  52.       Left = 16
  53.       Top = 14
  54.       Width = 79
  55.       Height = 17
  56.       Caption = 'Com1'
  57.       TabOrder = 0
  58.     end
  59.     object Com2: TRadioButton
  60.       Left = 16
  61.       Top = 30
  62.       Width = 77
  63.       Height = 17
  64.       Caption = 'Com2'
  65.       TabOrder = 1
  66.     end
  67.     object Com3: TRadioButton
  68.       Left = 16
  69.       Top = 46
  70.       Width = 79
  71.       Height = 17
  72.       Caption = 'Com3'
  73.       TabOrder = 2
  74.     end
  75.     object Com4: TRadioButton
  76.       Left = 16
  77.       Top = 62
  78.       Width = 79
  79.       Height = 17
  80.       Caption = 'Com4'
  81.       TabOrder = 3
  82.     end
  83.   end
  84.   object Prefix: TEdit
  85.     Left = 126
  86.     Top = 66
  87.     Width = 145
  88.     Height = 24
  89.     TabOrder = 2
  90.     Text = '9999999999999999999'
  91.   end
  92.   object Tone: TRadioButton
  93.     Left = 110
  94.     Top = 8
  95.     Width = 75
  96.     Height = 17
  97.     Caption = 'Tone'
  98.     TabOrder = 3
  99.   end
  100.   object Pulse: TRadioButton
  101.     Left = 110
  102.     Top = 26
  103.     Width = 75
  104.     Height = 17
  105.     Caption = 'Pulse'
  106.     TabOrder = 4
  107.   end
  108.   object OKbtn: TButton
  109.     Left = 196
  110.     Top = 2
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'OKbtn'
  114.     TabOrder = 5
  115.     OnClick = OKbtnClick
  116.   end
  117. end
  118.