home *** CD-ROM | disk | FTP | other *** search
- object DialUpUtility: TDialUpUtility
- Left = 135
- Top = 98
- Width = 407
- Height = 234
- Caption = 'Dial Up Utility'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 11
- Top = 11
- Width = 373
- Height = 122
- Caption = '[ Dialup facilities ]'
- TabOrder = 5
- object OfficeLabel13: TOfficeLabel
- Left = 36
- Top = 27
- Width = 102
- Height = 17
- Caption = 'Dial up entry:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- end
- object OfficeLabel14: TOfficeLabel
- Left = 37
- Top = 55
- Width = 101
- Height = 17
- Caption = 'Username:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- end
- object OfficeLabel15: TOfficeLabel
- Left = 37
- Top = 81
- Width = 99
- Height = 17
- Caption = 'Password:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- end
- object DialEntries: TComboBox
- Left = 139
- Top = 26
- Width = 187
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnExit = DialEntriesExit
- end
- object DialUsername: TEdit97
- Left = 139
- Top = 54
- Width = 187
- Height = 19
- TabOrder = 1
- end
- object DialPassword: TEdit97
- Left = 139
- Top = 80
- Width = 187
- Height = 19
- PasswordChar = '*'
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 12
- Top = 155
- Width = 75
- Height = 25
- Caption = 'Dial!'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 12
- Top = 135
- Width = 292
- Height = 17
- Caption = 'If busy, try again until connected....'
- TabOrder = 4
- end
- object Button2: TButton
- Left = 308
- Top = 155
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 3
- OnClick = Button2Click
- end
- object FriendlyStatusBar1: TFriendlyStatusBar
- Left = 0
- Top = 186
- Width = 399
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object Button3: TButton
- Left = 95
- Top = 155
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 178
- Top = 155
- Width = 75
- Height = 25
- Caption = 'Hang Up'
- Enabled = False
- TabOrder = 2
- OnClick = Button4Click
- end
- object DialUp: TagRas
- ForceService = False
- RemovePassword = False
- TimeOut = 180
- OnStatusChange = DialUpStatusChange
- Left = 345
- Top = 5
- end
- object FormPlacement1: TFormPlacement
- IniFileName = '.\tmcstat.ini'
- IniSection = 'DialUpUtility'
- Left = 315
- Top = 7
- end
- end
-