home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / IO_Control212260832008.psc / IO_Controller / frmAboutIO.frm < prev    next >
Text File  |  2008-08-02  |  2KB  |  75 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "About MyApp"
  6.    ClientHeight    =   3120
  7.    ClientLeft      =   2340
  8.    ClientTop       =   1935
  9.    ClientWidth     =   5730
  10.    ClipControls    =   0   'False
  11.    Icon            =   "frmAboutIO.frx":0000
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   2153.479
  16.    ScaleMode       =   0  'User
  17.    ScaleWidth      =   5380.766
  18.    ShowInTaskbar   =   0   'False
  19.    Begin VB.CommandButton cmdOK 
  20.       BackColor       =   &H00FFFF80&
  21.       Cancel          =   -1  'True
  22.       Caption         =   "OK"
  23.       Default         =   -1  'True
  24.       Height          =   345
  25.       Left            =   4245
  26.       Style           =   1  'Graphical
  27.       TabIndex        =   0
  28.       Top             =   2730
  29.       Width           =   1260
  30.    End
  31.    Begin VB.Label Label1 
  32.       BackColor       =   &H00FF8080&
  33.       Caption         =   $"frmAboutIO.frx":0442
  34.       Height          =   2535
  35.       Left            =   3255
  36.       TabIndex        =   1
  37.       Top             =   0
  38.       Width           =   2430
  39.    End
  40.    Begin VB.Image Image1 
  41.       Height          =   2535
  42.       Left            =   0
  43.       Picture         =   "frmAboutIO.frx":0618
  44.       Stretch         =   -1  'True
  45.       Top             =   0
  46.       Width           =   3165
  47.    End
  48.    Begin VB.Line Line1 
  49.       BorderColor     =   &H00808080&
  50.       BorderStyle     =   6  'Inside Solid
  51.       Index           =   1
  52.       X1              =   84.515
  53.       X2              =   5309.398
  54.       Y1              =   1811.821
  55.       Y2              =   1811.821
  56.    End
  57.    Begin VB.Line Line1 
  58.       BorderColor     =   &H00FFFFFF&
  59.       BorderWidth     =   2
  60.       Index           =   0
  61.       X1              =   98.6
  62.       X2              =   5309.398
  63.       Y1              =   1697.935
  64.       Y2              =   1697.935
  65.    End
  66. End
  67. Attribute VB_Name = "frmAbout"
  68. Attribute VB_GlobalNameSpace = False
  69. Attribute VB_Creatable = False
  70. Attribute VB_PredeclaredId = True
  71. Attribute VB_Exposed = False
  72. Private Sub cmdOK_Click()
  73.   Unload Me
  74. End Sub
  75.