home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / RTREGIST / DEMOS / PASCAL / UNIT4.DFM / UNIT4.txt
Encoding:
Text File  |  1995-10-14  |  1.8 KB  |  93 lines

  1. object NewForm2: TNewForm2
  2.   Left = 217
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 158
  8.   ClientWidth = 325
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 117
  19.     Top = 24
  20.     Width = 90
  21.     Height = 16
  22.     Caption = 'RiT Software'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 110
  31.     Top = 40
  32.     Width = 104
  33.     Height = 16
  34.     Caption = 'Borland Delphi'
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 93
  43.     Top = 56
  44.     Width = 139
  45.     Height = 16
  46.     Caption = 'RtRegister Example'
  47.     Font.Color = clBlack
  48.     Font.Height = -13
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 123
  55.     Top = 80
  56.     Width = 78
  57.     Height = 16
  58.     Caption = 'Version 1.0'
  59.     Font.Color = clBlack
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object Button1: TButton
  66.     Left = 122
  67.     Top = 112
  68.     Width = 81
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Font.Color = clBlack
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 0
  77.     OnClick = Button1Click
  78.   end
  79.   object Panel1: TPanel
  80.     Left = 16
  81.     Top = 24
  82.     Width = 49
  83.     Height = 41
  84.     Caption = 'RiT'
  85.     Font.Color = clBlack
  86.     Font.Height = -16
  87.     Font.Name = 'Times New Roman'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.     TabOrder = 1
  91.   end
  92. end
  93.