Check out and contribute to CodePedia, the wiki for developers.

View Beeb\FrmAbout.frm

Beep it 1.11.27

Submitted By: Rambus666
Rating: (Not rated) (Rate It)


VERSION 5.00
Begin VB.Form frmAbout
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "About MyApp"
   ClientHeight    =   3345
   ClientLeft      =   2250
   ClientTop       =   1815
   ClientWidth     =   5760
   ClipControls    =   0   'False
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2308.779
   ScaleMode       =   0  'User
   ScaleWidth      =   5408.938
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton cmdOK
      Cancel          =   -1  'True
      Caption         =   "OK"
      Height          =   345
      Left            =   0
      TabIndex        =   0
      Top             =   3000
      Width           =   1500
   End
   Begin VB.CommandButton cmdSysInfo
      Caption         =   "Print dialoger (2)"
      Height          =   345
      Left            =   1502
      TabIndex        =   1
      Top             =   3000
      Width           =   1485
   End
   Begin VB.Label Label1
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "Warning: ... This product and all of its parts is Copyright to Rambus666 and may not be used or reused in any sort of way."
      BeginProperty Font
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1335
      Left            =   3120
      TabIndex        =   5
      Top             =   1920
      Width           =   2535
   End
   Begin VB.Line Line1
      BorderColor     =   &H00C0C0C0&
      X1              =   2929.841
      X2              =   5296.251
      Y1              =   1242.392
      Y2              =   1242.392
   End
   Begin VB.Line Line2
      BorderColor     =   &H00FFFFFF&
      X1              =   2929.841
      X2              =   5296.251
      Y1              =   1252.746
      Y2              =   1252.746
   End
   Begin VB.Label lblDescription
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   $"FrmAbout.frx":0000
      BeginProperty Font
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   1290
      Left            =   3120
      TabIndex        =   2
      Top             =   480
      Width           =   2565
   End
   Begin VB.Label lblTitle
      BackStyle       =   0  'Transparent
      Caption         =   "Beep"
      BeginProperty Font
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   240
      Left            =   3120
      TabIndex        =   3
      Top             =   120
      Width           =   525
   End
   Begin VB.Label lblVersion
      BackStyle       =   0  'Transparent
      Caption         =   "Version"
      BeginProperty Font
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   225
      Left            =   4200
      TabIndex        =   4
      Top             =   120
      Width           =   1485
   End
   Begin VB.Image Image1
      Height          =   3000
      Left            =   0
      Picture         =   "FrmAbout.frx":0089
      Top             =   0
      Width           =   3000
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdSysInfo_Click()
    FrmMain.PrintForm
    frmAbout.PrintForm
End Sub

Private Sub cmdOK_Click()
  Unload Me
  FrmMain.Enabled = True
  FrmMain.Show
End Sub

Private Sub Form_Load()
    Me.Caption = "About " & App.Title
    lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
End Sub

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.