home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / g4p.exe / Gui4PGP.exe / 0 / RCDATA / TFILLREGFORM / TFILLREGFORM.txt
Text File  |  1997-03-22  |  1KB  |  73 lines

  1. object FillRegForm: TFillRegForm
  2.   Left = 394
  3.   Top = 300
  4.   ActiveControl = Edit1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Registration'
  8.   ClientHeight = 120
  9.   ClientWidth = 271
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 111
  20.     Top = 93
  21.     Width = 75
  22.     Height = 23
  23.     Caption = 'OK'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 189
  29.     Top = 93
  30.     Width = 75
  31.     Height = 23
  32.     Cancel = True
  33.     Caption = 'Abbruch'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 6
  39.     Top = 6
  40.     Width = 259
  41.     Height = 79
  42.     TabOrder = 2
  43.     object Label1: TLabel
  44.       Left = 12
  45.       Top = 18
  46.       Width = 34
  47.       Height = 13
  48.       Caption = 'Name :'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 12
  52.       Top = 42
  53.       Width = 87
  54.       Height = 13
  55.       Caption = 'Registriernummer :'
  56.     end
  57.     object Edit1: TEdit
  58.       Left = 114
  59.       Top = 15
  60.       Width = 121
  61.       Height = 21
  62.       TabOrder = 0
  63.     end
  64.     object Edit2: TEdit
  65.       Left = 114
  66.       Top = 39
  67.       Width = 121
  68.       Height = 21
  69.       TabOrder = 1
  70.     end
  71.   end
  72. end
  73.