home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 Ekstra 101 Spil / K-CD_1999_Ekstra_101_Spil.iso / Brain / Ulogic / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TREGCODEFORM / TREGCODEFORM.txt
Text File  |  1997-08-08  |  2KB  |  97 lines

  1. object RegCodeForm: TRegCodeForm
  2.   Left = 241
  3.   Top = 205
  4.   ActiveControl = edtUserName
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Test...'
  8.   ClientHeight = 105
  9.   ClientWidth = 272
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblUserName: TLabel
  19.     Left = 5
  20.     Top = 10
  21.     Width = 31
  22.     Height = 13
  23.     Caption = 'Name:'
  24.     FocusControl = edtUserName
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     Transparent = True
  32.   end
  33.   object lblRegNumber: TLabel
  34.     Left = 5
  35.     Top = 45
  36.     Width = 99
  37.     Height = 13
  38.     Caption = 'Registration Number:'
  39.     FocusControl = edtRegNumber
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object btnOK: TButton
  49.     Left = 51
  50.     Top = 77
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ModalResult = 1
  61.     ParentFont = False
  62.     TabOrder = 0
  63.   end
  64.   object btnCancel: TButton
  65.     Left = 146
  66.     Top = 77
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ModalResult = 2
  77.     ParentFont = False
  78.     TabOrder = 1
  79.   end
  80.   object edtUserName: TEdit
  81.     Left = 45
  82.     Top = 7
  83.     Width = 216
  84.     Height = 21
  85.     TabOrder = 2
  86.     Text = 'John Smith'
  87.   end
  88.   object edtRegNumber: TEdit
  89.     Left = 114
  90.     Top = 42
  91.     Width = 147
  92.     Height = 21
  93.     TabOrder = 3
  94.     Text = '938752903615'
  95.   end
  96. end
  97.