home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / secrets / _setup.1 / SSecure.exe / 0 / RCDATA / TSHWREG / TSHWREG.txt < prev   
Text File  |  1999-04-04  |  2KB  |  109 lines

  1. object ShwReg: TShwReg
  2.   Left = 271
  3.   Top = 225
  4.   ActiveControl = edRegName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Shareware-Registrierung'
  8.   ClientHeight = 144
  9.   ClientWidth = 330
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 64
  23.     Top = 8
  24.     Width = 265
  25.     Height = 33
  26.     AutoSize = False
  27.     Caption = 
  28.       'Zur Registrierung geben Sie hier bitte Ihren Benutzernamen und d' +
  29.       'ie entsprechende Kennung ein!'
  30.     WordWrap = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 51
  35.     Width = 31
  36.     Height = 13
  37.     Caption = 'Name:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 8
  41.     Top = 75
  42.     Width = 48
  43.     Height = 13
  44.     Caption = 'Kennwort:'
  45.   end
  46.   object Image1: TImage
  47.     Left = 8
  48.     Top = 8
  49.     Width = 32
  50.     Height = 32
  51.     AutoSize = True
  52.     Picture.Data = {<image001.ico>}
  53.   end
  54.   object Bevel1: TBevel
  55.     Left = 8
  56.     Top = 104
  57.     Width = 313
  58.     Height = 3
  59.   end
  60.   object Label4: TLabel
  61.     Left = 112
  62.     Top = 116
  63.     Width = 102
  64.     Height = 16
  65.     Caption = '∩┐╜ Elmar Schoch'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -13
  69.     Font.Name = 'Arial'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object edRegName: TEdit
  74.     Left = 64
  75.     Top = 48
  76.     Width = 233
  77.     Height = 21
  78.     TabOrder = 0
  79.   end
  80.   object edRegNumber: TEdit
  81.     Left = 64
  82.     Top = 72
  83.     Width = 233
  84.     Height = 21
  85.     TabOrder = 1
  86.   end
  87.   object btOk: TBitBtn
  88.     Left = 232
  89.     Top = 112
  90.     Width = 89
  91.     Height = 25
  92.     Caption = '&Ok'
  93.     Default = True
  94.     TabOrder = 2
  95.     OnClick = btOkClick
  96.   end
  97.   object btEsc: TBitBtn
  98.     Left = 8
  99.     Top = 111
  100.     Width = 89
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = '&Abbrechen'
  104.     Default = True
  105.     TabOrder = 3
  106.     OnClick = btEscClick
  107.   end
  108. end
  109.