object DlgOpcoes: TDlgOpcoes Left = 322 Top = 272 BorderStyle = bsDialog Caption = 'Op'#231#245'es do Discador @NomeServico@' ClientHeight = 174 ClientWidth = 517 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 409 Height = 161 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 28 Width = 38 Height = 13 Caption = '&Modem:' FocusControl = cbModem end object btOK: TButton Left = 428 Top = 16 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = btOKClick end object btCancelar: TButton Left = 428 Top = 46 Width = 75 Height = 25 Cancel = True Caption = 'Cancelar' ModalResult = 2 TabOrder = 1 end object cbModem: TComboBox Left = 72 Top = 24 Width = 281 Height = 21 Style = csDropDownList ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 2 end object ckAbrirSite: TCheckBox Left = 16 Top = 139 Width = 321 Height = 17 Caption = 'Abrir &site @NomeServico@ ao conectar' ParentShowHint = False ShowHint = True TabOrder = 3 end object RadioGroup1: TRadioGroup Left = 16 Top = 56 Width = 385 Height = 73 Caption = 'Op'#231#245'es de Discagem' TabOrder = 4 end object rbDireto: TRadioButton Left = 32 Top = 78 Width = 281 Height = 17 Caption = 'O modem est'#225' conectado &diretamente '#224' linha externa' TabOrder = 5 OnClick = rbDiretoClick end object rbPrefixo: TRadioButton Left = 32 Top = 101 Width = 297 Height = 17 Caption = '&Para acessar linha externa, o Discador deve discar antes:' TabOrder = 6 OnClick = rbPrefixoClick end object edPrefixo: TEdit Left = 328 Top = 96 Width = 57 Height = 21 ParentShowHint = False ShowHint = True TabOrder = 7 end end