home *** CD-ROM | disk | FTP | other *** search
- object frmClientStats: TfrmClientStats
- Left = 375
- Top = 343
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Server Connection Information'
- ClientHeight = 157
- ClientWidth = 343
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblUsernameTitle: TLabel
- Left = 8
- Top = 32
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'User name:'
- end
- object lblServerTitle: TLabel
- Left = 8
- Top = 56
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Server:'
- end
- object lblLoggedOnTitle: TLabel
- Left = 8
- Top = 80
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Logged On Since:'
- end
- object lblElapsedTitle: TLabel
- Left = 8
- Top = 104
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Elapsed Time:'
- end
- object lblClientIDTitle: TLabel
- Left = 8
- Top = 8
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'This Machine ID:'
- end
- object lblUsername: TLabel
- Left = 120
- Top = 32
- Width = 181
- Height = 13
- AutoSize = False
- end
- object lblServer: TLabel
- Left = 120
- Top = 56
- Width = 189
- Height = 13
- AutoSize = False
- end
- object lblLoggedOn: TLabel
- Left = 120
- Top = 80
- Width = 185
- Height = 13
- AutoSize = False
- end
- object lblElapsed: TLabel
- Left = 120
- Top = 104
- Width = 217
- Height = 13
- AutoSize = False
- Caption = 'N/A'
- end
- object txtClientID: TEdit
- Left = 120
- Top = 5
- Width = 141
- Height = 21
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- OnKeyUp = txtClientIDKeyUp
- end
- object comCancel: TButton
- Left = 262
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- Default = True
- ModalResult = 2
- TabOrder = 1
- OnClick = comCancelClick
- end
- object tmrElapsed: TTimer
- Enabled = False
- OnTimer = tmrElapsedTimer
- Left = 308
- end
- end
-