Random Entry Draw Coding in Vb
By: Mike • Essay • 7,830 Words • February 12, 2010 • 793 Views
Join now to read essay Random Entry Draw Coding in Vb
Public Class frm8entries
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu
Friend WithEvents mnuFile As System.Windows.Forms.MenuItem
Friend WithEvents mnuExit As System.Windows.Forms.MenuItem
Friend WithEvents grbFinal As System.Windows.Forms.GroupBox
Friend WithEvents grbWin As System.Windows.Forms.GroupBox
Friend WithEvents txtSem2 As System.Windows.Forms.TextBox
Friend WithEvents txtSem3 As System.Windows.Forms.TextBox
Friend WithEvents txtSem4 As System.Windows.Forms.TextBox
Friend WithEvents txtSem1 As System.Windows.Forms.TextBox
Friend WithEvents txtFin1 As System.Windows.Forms.TextBox
Friend WithEvents txtFin2 As System.Windows.Forms.TextBox
Friend WithEvents txtWin As System.Windows.Forms.TextBox
Friend WithEvents cmbFin As System.Windows.Forms.ComboBox
Friend WithEvents grbSemi As System.Windows.Forms.GroupBox
Friend WithEvents cmbSem1 As System.Windows.Forms.ComboBox
Friend WithEvents cmbSem2 As System.Windows.Forms.ComboBox
Friend WithEvents grbQuart As System.Windows.Forms.GroupBox
Friend WithEvents txtQtr1 As System.Windows.Forms.TextBox
Friend WithEvents txtQtr2 As System.Windows.Forms.TextBox
Friend WithEvents txtQtr3 As System.Windows.Forms.TextBox
Friend WithEvents txtQtr4 As System.Windows.Forms.TextBox
Friend WithEvents cmbQtr1 As System.Windows.Forms.ComboBox
Friend WithEvents cmbQtr2 As System.Windows.Forms.ComboBox
Friend WithEvents cmbQtr4 As System.Windows.Forms.ComboBox
Friend WithEvents txtQtr5 As System.Windows.Forms.TextBox
Friend WithEvents txtQtr6 As System.Windows.Forms.TextBox
Friend WithEvents txtQtr7 As System.Windows.Forms.TextBox
Friend WithEvents txtQtr8 As System.Windows.Forms.TextBox
Friend WithEvents cmbQtr3 As System.Windows.Forms.ComboBox
Friend WithEvents lblVS7 As System.Windows.Forms.Label
Friend WithEvents lblVS6 As System.Windows.Forms.Label