home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #9 / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMCLIENTSTATS / TFRMCLIENTSTATS.txt < prev   
Encoding:
Text File  |  2000-07-27  |  2.2 KB  |  118 lines

  1. object frmClientStats: TfrmClientStats
  2.   Left = 375
  3.   Top = 343
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Server Connection Information'
  7.   ClientHeight = 157
  8.   ClientWidth = 343
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblUsernameTitle: TLabel
  21.     Left = 8
  22.     Top = 32
  23.     Width = 105
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'User name:'
  27.   end
  28.   object lblServerTitle: TLabel
  29.     Left = 8
  30.     Top = 56
  31.     Width = 105
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = 'Server:'
  35.   end
  36.   object lblLoggedOnTitle: TLabel
  37.     Left = 8
  38.     Top = 80
  39.     Width = 105
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = 'Logged On Since:'
  43.   end
  44.   object lblElapsedTitle: TLabel
  45.     Left = 8
  46.     Top = 104
  47.     Width = 105
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = 'Elapsed Time:'
  51.   end
  52.   object lblClientIDTitle: TLabel
  53.     Left = 8
  54.     Top = 8
  55.     Width = 105
  56.     Height = 13
  57.     AutoSize = False
  58.     Caption = 'This Machine ID:'
  59.   end
  60.   object lblUsername: TLabel
  61.     Left = 120
  62.     Top = 32
  63.     Width = 181
  64.     Height = 13
  65.     AutoSize = False
  66.   end
  67.   object lblServer: TLabel
  68.     Left = 120
  69.     Top = 56
  70.     Width = 189
  71.     Height = 13
  72.     AutoSize = False
  73.   end
  74.   object lblLoggedOn: TLabel
  75.     Left = 120
  76.     Top = 80
  77.     Width = 185
  78.     Height = 13
  79.     AutoSize = False
  80.   end
  81.   object lblElapsed: TLabel
  82.     Left = 120
  83.     Top = 104
  84.     Width = 217
  85.     Height = 13
  86.     AutoSize = False
  87.     Caption = 'N/A'
  88.   end
  89.   object txtClientID: TEdit
  90.     Left = 120
  91.     Top = 5
  92.     Width = 141
  93.     Height = 21
  94.     BorderStyle = bsNone
  95.     Color = clBtnFace
  96.     ReadOnly = True
  97.     TabOrder = 0
  98.     OnKeyUp = txtClientIDKeyUp
  99.   end
  100.   object comCancel: TButton
  101.     Left = 262
  102.     Top = 128
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'Close'
  107.     Default = True
  108.     ModalResult = 2
  109.     TabOrder = 1
  110.     OnClick = comCancelClick
  111.   end
  112.   object tmrElapsed: TTimer
  113.     Enabled = False
  114.     OnTimer = tmrElapsedTimer
  115.     Left = 308
  116.   end
  117. end
  118.