home *** CD-ROM | disk | FTP | other *** search
- object ShwReg: TShwReg
- Left = 271
- Top = 225
- ActiveControl = edRegName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Shareware-Registrierung'
- ClientHeight = 144
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 64
- Top = 8
- Width = 265
- Height = 33
- AutoSize = False
- Caption =
- 'Zur Registrierung geben Sie hier bitte Ihren Benutzernamen und d' +
- 'ie entsprechende Kennung ein!'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 51
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label3: TLabel
- Left = 8
- Top = 75
- Width = 48
- Height = 13
- Caption = 'Kennwort:'
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object Bevel1: TBevel
- Left = 8
- Top = 104
- Width = 313
- Height = 3
- end
- object Label4: TLabel
- Left = 112
- Top = 116
- Width = 102
- Height = 16
- Caption = '� Elmar Schoch'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object edRegName: TEdit
- Left = 64
- Top = 48
- Width = 233
- Height = 21
- TabOrder = 0
- end
- object edRegNumber: TEdit
- Left = 64
- Top = 72
- Width = 233
- Height = 21
- TabOrder = 1
- end
- object btOk: TBitBtn
- Left = 232
- Top = 112
- Width = 89
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 2
- OnClick = btOkClick
- end
- object btEsc: TBitBtn
- Left = 8
- Top = 111
- Width = 89
- Height = 25
- Cancel = True
- Caption = '&Abbrechen'
- Default = True
- TabOrder = 3
- OnClick = btEscClick
- end
- end
-