home *** CD-ROM | disk | FTP | other *** search
- object RegForm: TRegForm
- Left = 496
- Top = 438
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Register ArjShell'
- ClientHeight = 128
- ClientWidth = 176
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object LabelName: TLabel
- Left = 8
- Top = 8
- Width = 51
- Height = 13
- Caption = '&Username:'
- FocusControl = EditName
- end
- object LabelID: TLabel
- Left = 8
- Top = 52
- Width = 39
- Height = 13
- Caption = 'User-&ID:'
- FocusControl = EditID
- end
- object EditName: TEdit
- Left = 8
- Top = 24
- Width = 160
- Height = 21
- MaxLength = 40
- TabOrder = 0
- end
- object EditID: TEdit
- Left = 8
- Top = 68
- Width = 160
- Height = 21
- MaxLength = 9
- TabOrder = 1
- end
- object BtnReg: TButton
- Left = 8
- Top = 100
- Width = 72
- Height = 24
- Caption = '&Register'
- Default = True
- TabOrder = 2
- OnClick = BtnRegClick
- end
- object BtnAbort: TButton
- Left = 96
- Top = 100
- Width = 72
- Height = 24
- Cancel = True
- Caption = '&Abort'
- ModalResult = 2
- TabOrder = 3
- end
- end
-