home *** CD-ROM | disk | FTP | other *** search
- object frmUser: TfrmUser
- Left = 194
- Top = 132
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Install Doc'
- ClientHeight = 118
- ClientWidth = 250
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 70
- Height = 16
- Caption = 'Select user:'
- end
- object cbUsers: TComboBox
- Left = 24
- Top = 40
- Width = 193
- Height = 24
- ItemHeight = 16
- TabOrder = 0
- end
- object pbOK: TButton
- Left = 40
- Top = 80
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = pbOKClick
- end
- object pbCancel: TButton
- Left = 128
- Top = 80
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-