home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "About..."
- ClientHeight = 2355
- ClientLeft = 2130
- ClientTop = 3390
- ClientWidth = 4830
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 9.75
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 2760
- Left = 2070
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2355
- ScaleWidth = 4830
- Top = 3045
- Width = 4950
- Begin VB.CommandButton Command1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "OK"
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 1800
- TabIndex = 0
- Top = 1680
- Width = 1215
- End
- Begin Threed.SSPanel SSPanel1
- Height = 975
- Left = 240
- TabIndex = 5
- Top = 240
- Width = 975
- _Version = 65536
- _ExtentX = 1720
- _ExtentY = 1720
- _StockProps = 15
- Caption = "RiT"
- BackColor = 12632256
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "Times New Roman"
- charset = 0
- weight = 700
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- End
- Begin VB.Label Label4
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "RiT Software"
- ForeColor = &H80000008&
- Height = 255
- Left = 1680
- TabIndex = 4
- Top = 360
- Width = 1935
- End
- Begin VB.Label Label3
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "Version 1.0"
- ForeColor = &H80000008&
- Height = 255
- Left = 1800
- TabIndex = 3
- Top = 1200
- Width = 1335
- End
- Begin VB.Label Label2
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "Microsoft Visual Basic"
- ForeColor = &H80000008&
- Height = 255
- Left = 1320
- TabIndex = 2
- Top = 840
- Width = 2775
- End
- Begin VB.Label Label1
- Appearance = 0 'Flat
- BackColor = &H80000005&
- Caption = "RTRegister DEMO Program"
- ForeColor = &H80000008&
- Height = 255
- Left = 1440
- TabIndex = 1
- Top = 600
- Width = 2295
- End
- Attribute VB_Name = "Form2"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Me
- End Sub
-