home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 279 / _SETUP.1 / UltraLogic.exe / 0 / RCDATA / TREGCODEFORM / TREGCODEFORM.txt < prev   
Text File  |  1996-12-23  |  2KB  |  101 lines

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