home *** CD-ROM | disk | FTP | other *** search
- object NewForm2: TNewForm2
- Left = 217
- Top = 140
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 158
- ClientWidth = 325
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- TextHeight = 13
- object Label1: TLabel
- Left = 117
- Top = 24
- Width = 90
- Height = 16
- Caption = 'RiT Software'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 110
- Top = 40
- Width = 104
- Height = 16
- Caption = 'Borland Delphi'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 93
- Top = 56
- Width = 139
- Height = 16
- Caption = 'RtRegister Example'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 123
- Top = 80
- Width = 78
- Height = 16
- Caption = 'Version 1.0'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Button1: TButton
- Left = 122
- Top = 112
- Width = 81
- Height = 25
- Caption = 'OK'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Panel1: TPanel
- Left = 16
- Top = 24
- Width = 49
- Height = 41
- Caption = 'RiT'
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- end
-