home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 9 / Chip_Hitware_Vol_09.iso / chiphit9 / freizeit / 95heart / hsmart95.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Encoding:
Text File  |  1996-06-20  |  2.3 KB  |  93 lines

  1. object Form10: TForm10
  2.   Left = 209
  3.   Top = 135
  4.   AutoScroll = False
  5.   Caption = 'Registration Form'
  6.   ClientHeight = 124
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 15
  18.     Top = 14
  19.     Width = 113
  20.     Height = 16
  21.     Caption = 'Registrtion Name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 15
  25.     Top = 63
  26.     Width = 134
  27.     Height = 16
  28.     Caption = 'Registration Number'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 15
  32.     Top = 32
  33.     Width = 248
  34.     Height = 24
  35.     Font.Color = clBlue
  36.     Font.Height = -13
  37.     Font.Name = 'Arial'
  38.     Font.Style = []
  39.     MaxLength = 30
  40.     ParentFont = False
  41.     TabOrder = 0
  42.   end
  43.   object edit2: TEdit
  44.     Left = 17
  45.     Top = 82
  46.     Width = 71
  47.     Height = 24
  48.     Font.Color = clBlue
  49.     Font.Height = -13
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     MaxLength = 5
  53.     ParentFont = False
  54.     TabOrder = 1
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 311
  58.     Top = 61
  59.     Width = 89
  60.     Height = 33
  61.     Caption = '&Cancel'
  62.     TabOrder = 3
  63.     OnClick = BitBtn2Click
  64.     Kind = bkCancel
  65.     Style = bsWin31
  66.   end
  67.   object BitBtn1: TBitBtn
  68.     Left = 311
  69.     Top = 15
  70.     Width = 89
  71.     Height = 33
  72.     Caption = '&OK'
  73.     Default = True
  74.     TabOrder = 2
  75.     OnClick = BitBtn1Click
  76.     Glyph.Data = {
  77.       78010000424D7801000000000000760000002800000020000000100000000100
  78.       04000000000000000000120B0000120B00000000000000000000000000000000
  79.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  80.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  81.       555555555555555555555555555555555555555555FF55555555555559055555
  82.       55555555577FF5555555555599905555555555557777F5555555555599905555
  83.       555555557777FF5555555559999905555555555777777F555555559999990555
  84.       5555557777777FF5555557990599905555555777757777F55555790555599055
  85.       55557775555777FF5555555555599905555555555557777F5555555555559905
  86.       555555555555777FF5555555555559905555555555555777FF55555555555579
  87.       05555555555555777FF5555555555557905555555555555777FF555555555555
  88.       59905555555555555777555555555555555555555555555555550000}
  89.     NumGlyphs = 2
  90.     Style = bsWin31
  91.   end
  92. end
  93.