home *** CD-ROM | disk | FTP | other *** search
- object frmLogon: TfrmLogon
- Left = 513
- Top = 293
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Log on Different User'
- ClientHeight = 188
- ClientWidth = 318
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 101
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object Label2: TLabel
- Left = 4
- Top = 76
- Width = 56
- Height = 13
- Caption = '&User Name:'
- FocusControl = edtUsername
- end
- object Label4: TLabel
- Left = 4
- Top = 4
- Width = 305
- Height = 39
- Caption =
- 'Please specify a user name, password and server to connect to. T' +
- 'his option is used to log on as a user other than the user speci' +
- 'fied in the startup settings for this machine.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 4
- Top = 48
- Width = 309
- Height = 5
- Shape = bsBottomLine
- end
- object Label3: TLabel
- Left = 68
- Top = 140
- Width = 86
- Height = 13
- Caption = 'Connect to &Server'
- end
- object edtUsername: TEdit
- Left = 68
- Top = 72
- Width = 141
- Height = 21
- TabOrder = 0
- end
- object edtPassword: TEdit
- Left = 68
- Top = 100
- Width = 141
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object chkRemember: TCheckBox
- Left = 76
- Top = 124
- Width = 137
- Height = 17
- Caption = '&Remember password'
- TabOrder = 2
- Visible = False
- end
- object comOK: TButton
- Left = 238
- Top = 64
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = comOKClick
- end
- object comCancel: TButton
- Left = 238
- Top = 96
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object cboServer: TComboBox
- Left = 68
- Top = 156
- Width = 141
- Height = 21
- ItemHeight = 13
- Items.Strings = (
- 'localhost')
- TabOrder = 3
- end
- end
-