Case 2 Visual Basic Object

Visual LANSA

Case 2 - Visual Basic - Object

 

VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form1 
   Caption         =   "Imbedded version of ActiveX Interaction 101"
   ClientHeight    =   4545
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5400
   LinkTopic       =   "Form1"
   ScaleHeight     =   4545
   ScaleWidth      =   5400
   StartUpPosition =   3  'Windows Default
   Begin MSComctlLib.StatusBar sbcase2 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   3
      Top             =   4170
      Width           =   5400
      _ExtentX        =   9525
      _ExtentY        =   661
      Style           =   1
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
   End
   Begin VB.CommandButton cmdShowEmployee 
      Caption         =   "Show Skills"
      Default         =   -1  'True
      Height          =   350
      Left            =   3000
      TabIndex        =   1
      ToolTipText     =   "Invoke Visual LANSA method to retrieve employee details"
      Top             =   120
      Width           =   1455
   End
   Begin VB.TextBox uEmployeeNumber 
      Height          =   350
      Left            =   1680
      TabIndex        =   0
      Text            =   "A1012"
      Top             =   120
      Width           =   975
   End
   Begin VB.Label LblEmployee 
      Caption         =   "Employee Number:"
      Height          =   345
      Left            =   120
      TabIndex        =   2
      Top             =   120
      Width           =   1335
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

 

Ý Case 2 - Embed a Reusable Part