home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TDIALUPUTILITY / TDIALUPUTILITY.txt
Encoding:
Text File  |  1999-02-07  |  3.1 KB  |  154 lines

  1. object DialUpUtility: TDialUpUtility
  2.   Left = 135
  3.   Top = 98
  4.   Width = 407
  5.   Height = 234
  6.   Caption = 'Dial Up Utility'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 11
  18.     Top = 11
  19.     Width = 373
  20.     Height = 122
  21.     Caption = '[ Dialup facilities ]'
  22.     TabOrder = 5
  23.     object OfficeLabel13: TOfficeLabel
  24.       Left = 36
  25.       Top = 27
  26.       Width = 102
  27.       Height = 17
  28.       Caption = 'Dial up entry:'
  29.       Font.Charset = DEFAULT_CHARSET
  30.       Font.Color = clWindowText
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = []
  34.     end
  35.     object OfficeLabel14: TOfficeLabel
  36.       Left = 37
  37.       Top = 55
  38.       Width = 101
  39.       Height = 17
  40.       Caption = 'Username:'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = []
  46.     end
  47.     object OfficeLabel15: TOfficeLabel
  48.       Left = 37
  49.       Top = 81
  50.       Width = 99
  51.       Height = 17
  52.       Caption = 'Password:'
  53.       Font.Charset = DEFAULT_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = []
  58.     end
  59.     object DialEntries: TComboBox
  60.       Left = 139
  61.       Top = 26
  62.       Width = 187
  63.       Height = 21
  64.       ItemHeight = 13
  65.       TabOrder = 0
  66.       OnExit = DialEntriesExit
  67.     end
  68.     object DialUsername: TEdit97
  69.       Left = 139
  70.       Top = 54
  71.       Width = 187
  72.       Height = 19
  73.       TabOrder = 1
  74.     end
  75.     object DialPassword: TEdit97
  76.       Left = 139
  77.       Top = 80
  78.       Width = 187
  79.       Height = 19
  80.       PasswordChar = '*'
  81.       TabOrder = 2
  82.     end
  83.   end
  84.   object Button1: TButton
  85.     Left = 12
  86.     Top = 155
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'Dial!'
  90.     Default = True
  91.     TabOrder = 0
  92.     OnClick = Button1Click
  93.   end
  94.   object CheckBox1: TCheckBox
  95.     Left = 12
  96.     Top = 135
  97.     Width = 292
  98.     Height = 17
  99.     Caption = 'If busy, try again until connected....'
  100.     TabOrder = 4
  101.   end
  102.   object Button2: TButton
  103.     Left = 308
  104.     Top = 155
  105.     Width = 75
  106.     Height = 25
  107.     Caption = 'Close'
  108.     TabOrder = 3
  109.     OnClick = Button2Click
  110.   end
  111.   object FriendlyStatusBar1: TFriendlyStatusBar
  112.     Left = 0
  113.     Top = 186
  114.     Width = 399
  115.     Height = 19
  116.     Panels = <>
  117.     SimplePanel = True
  118.   end
  119.   object Button3: TButton
  120.     Left = 95
  121.     Top = 155
  122.     Width = 75
  123.     Height = 25
  124.     Caption = 'Cancel'
  125.     Enabled = False
  126.     TabOrder = 1
  127.     OnClick = Button3Click
  128.   end
  129.   object Button4: TButton
  130.     Left = 178
  131.     Top = 155
  132.     Width = 75
  133.     Height = 25
  134.     Caption = 'Hang Up'
  135.     Enabled = False
  136.     TabOrder = 2
  137.     OnClick = Button4Click
  138.   end
  139.   object DialUp: TagRas
  140.     ForceService = False
  141.     RemovePassword = False
  142.     TimeOut = 180
  143.     OnStatusChange = DialUpStatusChange
  144.     Left = 345
  145.     Top = 5
  146.   end
  147.   object FormPlacement1: TFormPlacement
  148.     IniFileName = '.\tmcstat.ini'
  149.     IniSection = 'DialUpUtility'
  150.     Left = 315
  151.     Top = 7
  152.   end
  153. end
  154.