home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _F92770CE59F144CA876D7657130B84C1 / 0 / RCDATA / TFRMSPEAKERPHONE / TFRMSPEAKERPHONE.txt
Text File  |  2002-01-30  |  2KB  |  91 lines

  1. object frmSpeakerPhone: TfrmSpeakerPhone
  2.   Left = 456
  3.   Top = 272
  4.   Width = 335
  5.   Height = 212
  6.   Caption = '∩┐╜∩┐╜╦╖∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object lblNote: TLabel
  14.     Left = 63
  15.     Top = 153
  16.     Width = 50
  17.     Height = 13
  18.     Alignment = taRightJustify
  19.     Caption = '╦╡∩┐╜∩┐╜(&N)∩┐╜∩┐╜'
  20.     FocusControl = edtNote
  21.   end
  22.   object grpMode: TGroupBox
  23.     Left = 14
  24.     Top = 10
  25.     Width = 189
  26.     Height = 122
  27.     Caption = '─ú╩╜'
  28.     TabOrder = 0
  29.     object radOnHook: TRadioButton
  30.       Left = 19
  31.       Top = 19
  32.       Width = 113
  33.       Height = 17
  34.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  35.       TabOrder = 0
  36.     end
  37.     object radSpeaker: TRadioButton
  38.       Left = 18
  39.       Top = 56
  40.       Width = 143
  41.       Height = 17
  42.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  43.       TabOrder = 1
  44.     end
  45.     object radMicSpeaker: TRadioButton
  46.       Left = 18
  47.       Top = 92
  48.       Width = 154
  49.       Height = 17
  50.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜╦╖∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  51.       TabOrder = 2
  52.     end
  53.   end
  54.   object btnOk: TButton
  55.     Left = 233
  56.     Top = 15
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '╚╖∩┐╜∩┐╜(&O)'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 1
  63.   end
  64.   object btnCancel: TButton
  65.     Left = 233
  66.     Top = 59
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = '╚í∩┐╜∩┐╜(&C)'
  71.     ModalResult = 2
  72.     TabOrder = 2
  73.   end
  74.   object btnHelp: TButton
  75.     Left = 233
  76.     Top = 106
  77.     Width = 75
  78.     Height = 25
  79.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜(&H)'
  80.     TabOrder = 3
  81.     OnClick = btnHelpClick
  82.   end
  83.   object edtNote: TEdit
  84.     Left = 123
  85.     Top = 149
  86.     Width = 185
  87.     Height = 21
  88.     TabOrder = 4
  89.   end
  90. end
  91.