home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / rolo2095.zip / rolodeck.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  1996-06-01  |  3KB  |  103 lines

  1. object Form10: TForm10
  2.   Left = 200
  3.   Top = 99
  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 = 117
  20.     Height = 16
  21.     Caption = 'Registration Name'
  22.     Font.Color = clWindowText
  23.     Font.Height = -13
  24.     Font.Name = 'arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 15
  30.     Top = 63
  31.     Width = 130
  32.     Height = 16
  33.     Caption = 'Registration Number'
  34.     Font.Color = clWindowText
  35.     Font.Height = -13
  36.     Font.Name = 'arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 15
  42.     Top = 32
  43.     Width = 248
  44.     Height = 24
  45.     Font.Color = clBlue
  46.     Font.Height = -13
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     MaxLength = 30
  50.     ParentFont = False
  51.     TabOrder = 0
  52.   end
  53.   object edit2: TEdit
  54.     Left = 17
  55.     Top = 82
  56.     Width = 71
  57.     Height = 24
  58.     Font.Color = clBlue
  59.     Font.Height = -13
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     MaxLength = 5
  63.     ParentFont = False
  64.     TabOrder = 1
  65.   end
  66.   object BitBtn2: TBitBtn
  67.     Left = 311
  68.     Top = 61
  69.     Width = 89
  70.     Height = 33
  71.     Caption = '&Cancel'
  72.     TabOrder = 3
  73.     OnClick = BitBtn2Click
  74.     Kind = bkCancel
  75.     Style = bsWin31
  76.   end
  77.   object BitBtn1: TBitBtn
  78.     Left = 311
  79.     Top = 15
  80.     Width = 89
  81.     Height = 33
  82.     Caption = '&OK'
  83.     Default = True
  84.     TabOrder = 2
  85.     OnClick = BitBtn1Click
  86.     Glyph.Data = {
  87.       78010000424D7801000000000000760000002800000020000000100000000100
  88.       04000000000000000000120B0000120B00000000000000000000000000000000
  89.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  90.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  91.       555555555555555555555555555555555555555555FF55555555555559055555
  92.       55555555577FF5555555555599905555555555557777F5555555555599905555
  93.       555555557777FF5555555559999905555555555777777F555555559999990555
  94.       5555557777777FF5555557990599905555555777757777F55555790555599055
  95.       55557775555777FF5555555555599905555555555557777F5555555555559905
  96.       555555555555777FF5555555555559905555555555555777FF55555555555579
  97.       05555555555555777FF5555555555557905555555555555777FF555555555555
  98.       59905555555555555777555555555555555555555555555555550000}
  99.     NumGlyphs = 2
  100.     Style = bsWin31
  101.   end
  102. end
  103.