home *** CD-ROM | disk | FTP | other *** search
- object FormReg: TFormReg
- Left = 196
- Top = 127
- HelpContext = 39
- BorderStyle = bsDialog
- Caption = 'Register'
- ClientHeight = 305
- ClientWidth = 331
- Color = clBtnFace
- ParentFont = True
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Memo: TMemo
- Left = 10
- Top = 12
- Width = 307
- Height = 99
- Color = clBtnFace
- Lines.Strings = (
- 'This software is shareware.'
- 'In order to load/save GIF format, you have to '
- 'register.'
- 'The details about remittance are in our WEB.'
- ''
- 'http://www.tempest-j.com/gale/e/')
- ReadOnly = True
- TabOrder = 0
- end
- object btnOk: TButton
- Left = 236
- Top = 272
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 1
- end
- object GroupBox: TGroupBox
- Left = 12
- Top = 120
- Width = 305
- Height = 145
- Caption = 'Register'
- TabOrder = 2
- object LabelName: TLabel
- Left = 12
- Top = 20
- Width = 31
- Height = 12
- Caption = 'Name:'
- end
- object LabelPass: TLabel
- Left = 12
- Top = 84
- Width = 51
- Height = 12
- Caption = 'Password:'
- end
- object LabelMail: TLabel
- Left = 12
- Top = 52
- Width = 36
- Height = 12
- Caption = 'E-Mail:'
- end
- object EditName: TEdit
- Left = 112
- Top = 16
- Width = 181
- Height = 20
- TabOrder = 0
- end
- object EditPass: TEdit
- Left = 112
- Top = 80
- Width = 181
- Height = 20
- TabOrder = 2
- end
- object btnEnt: TButton
- Left = 216
- Top = 108
- Width = 75
- Height = 25
- Caption = 'Register'
- Default = True
- TabOrder = 3
- OnClick = btnEntClick
- end
- object EditMail: TEdit
- Left = 112
- Top = 48
- Width = 181
- Height = 20
- TabOrder = 1
- end
- end
- end
-