home *** CD-ROM | disk | FTP | other *** search
- object PropertiesForm: TPropertiesForm
- Left = 213
- Top = 98
- Width = 460
- Height = 336
- Caption = 'Unterst�tzte Modemeigenschaften'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 200
- Width = 101
- Height = 13
- Caption = 'Max. DTE-Datenrate:'
- end
- object Label2: TLabel
- Left = 16
- Top = 228
- Width = 101
- Height = 13
- Caption = 'Max. DCE-Datenrate:'
- end
- object Label3: TLabel
- Left = 224
- Top = 200
- Width = 75
- Height = 13
- Caption = 'Auf Tr�ger max.'
- end
- object Label4: TLabel
- Left = 344
- Top = 200
- Width = 84
- Height = 13
- Caption = 'Sekunden warten'
- end
- object Label5: TLabel
- Left = 224
- Top = 228
- Width = 152
- Height = 13
- Caption = 'Maximalwert f�r Inaktivit�tstimer:'
- end
- object GroupBox1: TGroupBox
- Left = 240
- Top = 0
- Width = 193
- Height = 89
- Caption = 'Lautsprecher'
- TabOrder = 11
- object SpeakerLowBox: TCheckBox
- Left = 8
- Top = 16
- Width = 57
- Height = 17
- Caption = 'Leise'
- TabOrder = 0
- end
- object SpeakerMedBox: TCheckBox
- Left = 8
- Top = 32
- Width = 65
- Height = 17
- Caption = 'Mittel'
- TabOrder = 1
- end
- object SpeakerHighBox: TCheckBox
- Left = 8
- Top = 48
- Width = 65
- Height = 17
- Caption = 'Laut'
- TabOrder = 2
- end
- object SpeakerOffBox: TCheckBox
- Left = 88
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Aus'
- TabOrder = 3
- end
- object SpeakerDialBox: TCheckBox
- Left = 88
- Top = 32
- Width = 97
- Height = 17
- Caption = 'an beim W�hlen'
- TabOrder = 4
- end
- object SpeakerSetupBox: TCheckBox
- Left = 88
- Top = 48
- Width = 97
- Height = 17
- Caption = 'an beim Warten'
- TabOrder = 5
- end
- object SpeakerOnBox: TCheckBox
- Left = 88
- Top = 64
- Width = 97
- Height = 17
- Caption = 'Immer an'
- TabOrder = 6
- end
- end
- object CompressionBox: TCheckBox
- Left = 16
- Top = 8
- Width = 145
- Height = 17
- Caption = 'Datenkomprimierung'
- TabOrder = 0
- end
- object ErrorControlBox: TCheckBox
- Left = 16
- Top = 24
- Width = 145
- Height = 17
- Caption = 'Fehlerkontrolle'
- TabOrder = 1
- end
- object ForcedErrorControlBox: TCheckBox
- Left = 16
- Top = 40
- Width = 193
- Height = 17
- Caption = 'Fehlerkontrolle zwingend'
- TabOrder = 2
- end
- object CellularBox: TCheckBox
- Left = 16
- Top = 56
- Width = 145
- Height = 17
- Caption = 'Funkprotokoll'
- TabOrder = 3
- end
- object CCITTBellBox: TCheckBox
- Left = 16
- Top = 104
- Width = 209
- Height = 17
- Caption = 'CCITT/Bell -Modulation w�hlbar'
- TabOrder = 6
- end
- object HWFlowControlBox: TCheckBox
- Left = 16
- Top = 72
- Width = 177
- Height = 17
- Caption = 'Hardware-Flu�kontrolle ein/aus'
- TabOrder = 4
- end
- object SWFlowControlBox: TCheckBox
- Left = 16
- Top = 88
- Width = 185
- Height = 17
- Caption = 'Software-Flu�kontrolle ein/aus'
- TabOrder = 5
- end
- object SpeedNegotiationBox: TCheckBox
- Left = 16
- Top = 120
- Width = 169
- Height = 17
- Caption = 'Speed Negotiation'
- TabOrder = 7
- end
- object DialingBox: TCheckBox
- Left = 16
- Top = 136
- Width = 145
- Height = 17
- Caption = 'Ton- und Impulswahl'
- TabOrder = 8
- end
- object V21Box: TCheckBox
- Left = 16
- Top = 168
- Width = 177
- Height = 17
- Caption = 'CCITT V.21-V.22 / CCITT V.23'
- TabOrder = 10
- end
- object GroupBox2: TGroupBox
- Left = 240
- Top = 96
- Width = 193
- Height = 81
- Caption = 'Spezielle Zeichen f�r Wahlbefehle'
- TabOrder = 12
- object BillingBox: TCheckBox
- Left = 8
- Top = 24
- Width = 169
- Height = 17
- Caption = 'Abrechnungszeichen $'
- TabOrder = 0
- end
- object QuietBox: TCheckBox
- Left = 8
- Top = 40
- Width = 169
- Height = 17
- Caption = 'Leise w�hlen nach @'
- TabOrder = 1
- end
- object DialtoneBox: TCheckBox
- Left = 8
- Top = 56
- Width = 177
- Height = 17
- Caption = 'Auf Freizeichen warten nach W'
- TabOrder = 2
- end
- end
- object CarrierEdit: TEdit
- Left = 304
- Top = 196
- Width = 33
- Height = 21
- TabOrder = 13
- Text = 'CarrierEdit'
- OnChange = CarrierEditChange
- end
- object InactivityTimerEdit: TEdit
- Left = 384
- Top = 224
- Width = 49
- Height = 21
- TabOrder = 14
- Text = 'InactivityTimerEdit'
- OnChange = InactivityTimerEditChange
- end
- object OKButton: TButton
- Left = 16
- Top = 272
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 15
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 104
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Abbruch'
- Default = True
- ModalResult = 2
- TabOrder = 16
- OnClick = CancelButtonClick
- end
- object HelpButton: TButton
- Left = 360
- Top = 272
- Width = 75
- Height = 25
- Caption = 'Hilfe'
- TabOrder = 17
- OnClick = HelpButtonClick
- end
- object BlindDialingBox: TCheckBox
- Left = 16
- Top = 152
- Width = 177
- Height = 17
- Caption = 'Wahl ohne Freizeichen m�glich'
- TabOrder = 9
- end
- object DTECombo: TComboBox
- Left = 128
- Top = 200
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '110'
- '300'
- '1200'
- '2400'
- '4800'
- '9600'
- '19200'
- '38400'
- '57600'
- '115200'
- '230400'
- '460800')
- TabOrder = 18
- end
- object DCECombo: TComboBox
- Left = 128
- Top = 224
- Width = 81
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- '110'
- '300'
- '1200'
- '2400'
- '4800'
- '9600'
- '19200'
- '38400'
- '57600'
- '115200')
- TabOrder = 19
- end
- end
-