home *** CD-ROM | disk | FTP | other *** search
- object FReg: TFReg
- Left = 238
- Top = 149
- BorderIcons = [biSystemMenu]
- AutoScroll = False
- Caption = 'Regist'
- ClientHeight = 122
- ClientWidth = 242
- Font.Charset = SHIFTJIS_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '�l�r �o�S�V�b�N'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 10
- Top = 12
- Width = 56
- Height = 12
- Caption = 'Your Name'
- end
- object Label2: TLabel
- Left = 56
- Top = 44
- Width = 11
- Height = 12
- Caption = 'ID'
- end
- object NameEdit: TEdit
- Left = 78
- Top = 8
- Width = 150
- Height = 20
- ImeName = 'MSIME95'
- TabOrder = 0
- end
- object IDEdit: TEdit
- Left = 78
- Top = 40
- Width = 150
- Height = 20
- ImeName = 'MSIME95'
- PasswordChar = '*'
- TabOrder = 1
- end
- object RegBtn: TButton
- Left = 40
- Top = 80
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = RegBtnClick
- end
- object CancelBtn: TButton
- Left = 128
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-