home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / kit / discador_netcerta.exe / DiscadorNetCerta.exe / 0 / RCDATA / TDLGOPCOES / TDLGOPCOES.txt
Text File  |  2004-05-10  |  2KB  |  109 lines

  1. object DlgOpcoes: TDlgOpcoes
  2.   Left = 322
  3.   Top = 272
  4.   BorderStyle = bsDialog
  5.   Caption = 'Op'#231#245'es do Discador @NomeServico@'
  6.   ClientHeight = 174
  7.   ClientWidth = 517
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 409
  20.     Height = 161
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 28
  26.     Width = 38
  27.     Height = 13
  28.     Caption = '&Modem:'
  29.     FocusControl = cbModem
  30.   end
  31.   object btOK: TButton
  32.     Left = 428
  33.     Top = 16
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 0
  40.     OnClick = btOKClick
  41.   end
  42.   object btCancelar: TButton
  43.     Left = 428
  44.     Top = 46
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancelar'
  49.     ModalResult = 2
  50.     TabOrder = 1
  51.   end
  52.   object cbModem: TComboBox
  53.     Left = 72
  54.     Top = 24
  55.     Width = 281
  56.     Height = 21
  57.     Style = csDropDownList
  58.     ItemHeight = 13
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 2
  62.   end
  63.   object ckAbrirSite: TCheckBox
  64.     Left = 16
  65.     Top = 139
  66.     Width = 321
  67.     Height = 17
  68.     Caption = 'Abrir &site @NomeServico@ ao conectar'
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     TabOrder = 3
  72.   end
  73.   object RadioGroup1: TRadioGroup
  74.     Left = 16
  75.     Top = 56
  76.     Width = 385
  77.     Height = 73
  78.     Caption = 'Op'#231#245'es de Discagem'
  79.     TabOrder = 4
  80.   end
  81.   object rbDireto: TRadioButton
  82.     Left = 32
  83.     Top = 78
  84.     Width = 281
  85.     Height = 17
  86.     Caption = 'O modem est'#225' conectado &diretamente '#224' linha externa'
  87.     TabOrder = 5
  88.     OnClick = rbDiretoClick
  89.   end
  90.   object rbPrefixo: TRadioButton
  91.     Left = 32
  92.     Top = 101
  93.     Width = 297
  94.     Height = 17
  95.     Caption = '&Para acessar linha externa, o Discador deve discar antes:'
  96.     TabOrder = 6
  97.     OnClick = rbPrefixoClick
  98.   end
  99.   object edPrefixo: TEdit
  100.     Left = 328
  101.     Top = 96
  102.     Width = 57
  103.     Height = 21
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     TabOrder = 7
  107.   end
  108. end
  109.