home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0738 / 0738.ZIP / _SETUP.1 / AllInOneYahtzee.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  1999-03-25  |  2KB  |  80 lines

  1. object RegForm: TRegForm
  2.   Left = 387
  3.   Top = 281
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Register'
  7.   ClientHeight = 112
  8.   ClientWidth = 217
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkButton: TButton
  19.     Left = 139
  20.     Top = 83
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'Register'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = OkButtonClick
  28.   end
  29.   object CancelButton: TButton
  30.     Left = 59
  31.     Top = 83
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object regPanel: TPanel
  39.     Left = 4
  40.     Top = 4
  41.     Width = 209
  42.     Height = 72
  43.     BevelInner = bvRaised
  44.     BevelOuter = bvLowered
  45.     TabOrder = 2
  46.     object NameLabel: TLabel
  47.       Left = 11
  48.       Top = 18
  49.       Width = 31
  50.       Height = 13
  51.       Alignment = taRightJustify
  52.       Caption = 'Name:'
  53.     end
  54.     object CodeLabel: TLabel
  55.       Left = 14
  56.       Top = 42
  57.       Width = 28
  58.       Height = 13
  59.       Alignment = taRightJustify
  60.       Caption = 'Code:'
  61.     end
  62.     object RegName: TEdit
  63.       Left = 53
  64.       Top = 14
  65.       Width = 140
  66.       Height = 21
  67.       MaxLength = 50
  68.       TabOrder = 0
  69.     end
  70.     object RegCode: TEdit
  71.       Left = 53
  72.       Top = 38
  73.       Width = 140
  74.       Height = 21
  75.       MaxLength = 6
  76.       TabOrder = 1
  77.     end
  78.   end
  79. end
  80.