Do you receive the Programmer's Heaven newsletter? If not, why not subscribe?

View \Form11.frm

Calculation-Cal-Comp v1.0

Submitted By: Akshay Minocha
Rating: (Not rated) (Rate It)


VERSION 5.00
Begin VB.Form Form11
   Caption         =   "Form11"
   ClientHeight    =   7845
   ClientLeft      =   -30
   ClientTop       =   450
   ClientWidth     =   11880
   LinkTopic       =   "Form11"
   ScaleHeight     =   7845
   ScaleWidth      =   11880
   Begin VB.CommandButton Command1
      BackColor       =   &H00FF8080&
      Caption         =   "Ok"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   18
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1335
      Left            =   2400
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   5880
      Width           =   2775
   End
   Begin VB.Label Label4
      Alignment       =   2  'Center
      BackColor       =   &H00C0C000&
      Caption         =   "X"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   200.25
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   5520
      TabIndex        =   5
      Top             =   0
      Width           =   2295
   End
   Begin VB.Label Label6
      Alignment       =   2  'Center
      BackColor       =   &H00C0C000&
      Caption         =   "7"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   200.25
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   2520
      TabIndex        =   4
      Top             =   0
      Width           =   2055
   End
   Begin VB.Label Label3
      Alignment       =   2  'Center
      BackColor       =   &H00C0C000&
      Caption         =   "7"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   200.25
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   0
      TabIndex        =   3
      Top             =   0
      Width           =   2055
   End
   Begin VB.Image Image1
      Height          =   7875
      Left            =   0
      Picture         =   "Form11.frx":0000
      Top             =   0
      Width           =   15465
   End
   Begin VB.Label Label1
      Alignment       =   2  'Center
      BackColor       =   &H00C0C000&
      Caption         =   "7"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   200.25
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   2520
      TabIndex        =   2
      Top             =   0
      Width           =   2055
   End
   Begin VB.Label Label2
      Alignment       =   2  'Center
      BackColor       =   &H00C0C000&
      Caption         =   "7"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   200.25
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   2055
   End
End
Attribute VB_Name = "Form11"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form11.Hide
Dialog1.Show
End Sub

corner
© 1996-2008. 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.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.