home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / RTREGIST / DEMOS / VB4 / FORM2.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-04-13  |  3.7 KB  |  121 lines

  1. VERSION 4.00
  2. Begin VB.Form Form2 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H80000005&
  5.    Caption         =   "About..."
  6.    ClientHeight    =   2355
  7.    ClientLeft      =   2130
  8.    ClientTop       =   3390
  9.    ClientWidth     =   4830
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   9.75
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Height          =   2760
  21.    Left            =   2070
  22.    LinkTopic       =   "Form2"
  23.    MaxButton       =   0   'False
  24.    MinButton       =   0   'False
  25.    ScaleHeight     =   2355
  26.    ScaleWidth      =   4830
  27.    Top             =   3045
  28.    Width           =   4950
  29.    Begin VB.CommandButton Command1 
  30.       Appearance      =   0  'Flat
  31.       BackColor       =   &H80000005&
  32.       Caption         =   "OK"
  33.       BeginProperty Font 
  34.          name            =   "MS Sans Serif"
  35.          charset         =   0
  36.          weight          =   700
  37.          size            =   8.25
  38.          underline       =   0   'False
  39.          italic          =   0   'False
  40.          strikethrough   =   0   'False
  41.       EndProperty
  42.       Height          =   375
  43.       Left            =   1800
  44.       TabIndex        =   0
  45.       Top             =   1680
  46.       Width           =   1215
  47.    End
  48.    Begin Threed.SSPanel SSPanel1 
  49.       Height          =   975
  50.       Left            =   240
  51.       TabIndex        =   5
  52.       Top             =   240
  53.       Width           =   975
  54.       _Version        =   65536
  55.       _ExtentX        =   1720
  56.       _ExtentY        =   1720
  57.       _StockProps     =   15
  58.       Caption         =   "RiT"
  59.       BackColor       =   12632256
  60.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  61.          name            =   "Times New Roman"
  62.          charset         =   0
  63.          weight          =   700
  64.          size            =   12
  65.          underline       =   0   'False
  66.          italic          =   0   'False
  67.          strikethrough   =   0   'False
  68.       EndProperty
  69.    End
  70.    Begin VB.Label Label4 
  71.       Appearance      =   0  'Flat
  72.       BackColor       =   &H80000005&
  73.       Caption         =   "RiT Software"
  74.       ForeColor       =   &H80000008&
  75.       Height          =   255
  76.       Left            =   1680
  77.       TabIndex        =   4
  78.       Top             =   360
  79.       Width           =   1935
  80.    End
  81.    Begin VB.Label Label3 
  82.       Appearance      =   0  'Flat
  83.       BackColor       =   &H80000005&
  84.       Caption         =   "Version 1.0"
  85.       ForeColor       =   &H80000008&
  86.       Height          =   255
  87.       Left            =   1800
  88.       TabIndex        =   3
  89.       Top             =   1200
  90.       Width           =   1335
  91.    End
  92.    Begin VB.Label Label2 
  93.       Appearance      =   0  'Flat
  94.       BackColor       =   &H80000005&
  95.       Caption         =   "Microsoft Visual Basic"
  96.       ForeColor       =   &H80000008&
  97.       Height          =   255
  98.       Left            =   1320
  99.       TabIndex        =   2
  100.       Top             =   840
  101.       Width           =   2775
  102.    End
  103.    Begin VB.Label Label1 
  104.       Appearance      =   0  'Flat
  105.       BackColor       =   &H80000005&
  106.       Caption         =   "RTRegister DEMO Program"
  107.       ForeColor       =   &H80000008&
  108.       Height          =   255
  109.       Left            =   1440
  110.       TabIndex        =   1
  111.       Top             =   600
  112.       Width           =   2295
  113.    End
  114. Attribute VB_Name = "Form2"
  115. Attribute VB_Creatable = False
  116. Attribute VB_Exposed = False
  117. Option Explicit
  118. Private Sub Command1_Click()
  119.     Unload Me
  120. End Sub
  121.