home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / javadraw.arj / DATA.Z / Javadraw.exe / 0 / RCDATA / TREGISTERCODE / TREGISTERCODE.txt < prev   
Encoding:
Text File  |  1996-08-11  |  959 b   |  52 lines

  1. object Registercode: TRegistercode
  2.   Left = 388
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register JavaDraw!'
  6.   ClientHeight = 216
  7.   ClientWidth = 386
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 393
  20.     Height = 177
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object OKBtn: TButton
  24.     Left = 80
  25.     Top = 184
  26.     Width = 129
  27.     Height = 30
  28.     Caption = 'Register JavaDraw!'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.     OnClick = OKBtnClick
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 216
  36.     Top = 184
  37.     Width = 92
  38.     Height = 30
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 8
  46.     Top = 104
  47.     Width = 369
  48.     Height = 24
  49.     TabOrder = 2
  50.   end
  51. end
  52.