Solution
Robert answered on
Jan 25 2021
JustTees/App.config
JustTees
in/Debug/JustTees.exe
JustTees
in/Debug/JustTees.exe.config
JustTees
in/Debug/JustTees.pd
JustTees
in/Debug/JustTees.vshost.exe
JustTees
in/Debug/JustTees.vshost.exe.config
JustTees
in/Debug/JustTees.xml
JustTees
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Ove
ides the cu
ent thread's Cu
entUICulture property for all
resource lookups using this strongly typed resource class.
JustTees/Form1.Designer.v
Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form ove
ides dispose to clean up the component list.
_
Protected Ove
ides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Su
'Required by the Windows Form Designe
Private components As System.ComponentModel.IContaine
'NOTE: The following procedure is required by the Windows Form Designe
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
_
Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.
Women = New System.Windows.Forms.RadioButton()
Me.
Men = New System.Windows.Forms.RadioButton()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.
Large = New System.Windows.Forms.RadioButton()
Me.
Medium = New System.Windows.Forms.RadioButton()
Me.
Small = New System.Windows.Forms.RadioButton()
Me.cbPicture = New System.Windows.Forms.CheckBox()
Me.cbName = New System.Windows.Forms.CheckBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.lblTotalPrice = New System.Windows.Forms.Label()
Me.txtNoOrdered = New System.Windows.Forms.TextBox()
Me.btnCalculate = New System.Windows.Forms.Button()
Me.btnExit = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout
Me.GroupBox2.SuspendLayout
Me.SuspendLayout
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.
Women)
Me.GroupBox1.Controls.Add(Me.
Men)
Me.GroupBox1.Location = New System.Drawing.Point(22, 20)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(89, 94)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = false
'
'
Women
'
Me.
Women.AutoSize = true
Me.
Women.Location = New System.Drawing.Point(20, 42)
Me.
Women.Name = "
Women"
Me.
Women.Size = New System.Drawing.Size(62, 17)
Me.
Women.TabIndex = 1
Me.
Women.Text = "&Women"
Me.
Women.UseVisualStyleBackColor = true
'
'
Men
'
Me.
Men.AutoSize = true
Me.
Men.Checked = true
Me.
Men.Location = New System.Drawing.Point(20, 19)
Me.
Men.Name = "
Men"
Me.
Men.Size = New System.Drawing.Size(46, 17)
Me.
Men.TabIndex = 0
Me.
Men.TabStop = true
Me.
Men.Text = "&Men"
Me.
Men.UseVisualStyleBackColor = true
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.
Large)
Me.GroupBox2.Controls.Add(Me.
Medium)
Me.GroupBox2.Controls.Add(Me.
Small)
Me.GroupBox2.Location = New System.Drawing.Point(131, 20)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(89, 94)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = false
Me.GroupBox2.Text = "Size"
'
'
Large
'
Me.
Large.AutoSize = true
Me.
Large.Location = New System.Drawing.Point(20, 65)
Me.
Large.Name = "
Large"
Me.
Large.Size = New System.Drawing.Size(31, 17)
Me.
Large.TabIndex = 2
Me.
Large.Text = "&L"
Me.
Large.UseVisualStyleBackColor = true
'
'
Medium
'
Me.
Medium.AutoSize = true
Me.
Medium.Location = New System.Drawing.Point(20, 42)
Me.
Medium.Name = "
Medium"
Me.
Medium.Size = New System.Drawing.Size(34, 17)
Me.
Medium.TabIndex = 1
Me.
Medium.Text = "&M"
Me.
Medium.UseVisualStyleBackColor = true
'
'
Small
'
Me.
Small.AutoSize = true
Me.
Small.Checked = true
Me.
Small.Location = New System.Drawing.Point(20, 19)
Me.
Small.Name = "
Small"
Me.
Small.Size = New System.Drawing.Size(32, 17)
Me.
Small.TabIndex = 0
Me.
Small.TabStop = true
Me.
Small.Text = "&S"
Me.
Small.UseVisualStyleBackColor = true
'
'cbPicture
'
Me.cbPicture.AutoSize = true
Me.cbPicture.Location = New System.Drawing.Point(231, 39)
Me.cbPicture.Name = "cbPicture"
Me.cbPicture.Size = New System.Drawing.Size(59, 17)
Me.cbPicture.TabIndex = 2
Me.cbPicture.Text = "Picture"
Me.cbPicture.UseVisualStyleBackColor = true
'
'cbName
'
Me.cbName.AutoSize = true
Me.cbName.Location = New System.Drawing.Point(231, 86)
Me.cbName.Name = "cbName"
Me.cbName.Size = New System.Drawing.Size(54, 17)
Me.cbName.TabIndex = 3
Me.cbName.Text = "Name"
Me.cbName.UseVisualStyleBackColor = true
'
'Label1
'
Me.Label1.AutoSize = true
Me.Label1.Location = New System.Drawing.Point(46, 172)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(58, 13)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Total Price"
'
'Label2
'
Me.Label2.AutoSize = true
Me.Label2.Location = New System.Drawing.Point(19, 135)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(85, 13)
Me.Label2.TabIndex = 5
Me.Label2.Text = "Number Ordered"
'
'lblTotalPrice
'
Me.lblTotalPrice.AutoSize = true
Me.lblTotalPrice.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lblTotalPrice.Location = New System.Drawing.Point(141, 172)
Me.lblTotalPrice.Name = "lblTotalPrice"
Me.lblTotalPrice.Size = New System.Drawing.Size(2, 15)
Me.lblTotalPrice.TabIndex = 6
'
'txtNoOrdered
'
Me.txtNoOrdered.Location = New System.Drawing.Point(143, 140)
Me.txtNoOrdered.Name = "txtNoOrdered"
Me.txtNoOrdered.Size = New System.Drawing.Size(100, 20)
Me.txtNoOrdered.TabIndex = 7
'
'btnCalculate
'
Me.btnCalculate.Location = New System.Drawing.Point(272, 137)
Me.btnCalculate.Name = "btnCalculate"
Me.btnCalculate.Size = New System.Drawing.Size(75, 23)
Me.btnCalculate.TabIndex = 8
Me.btnCalculate.Text = "Calculate"
Me.btnCalculate.UseVisualStyleBackColor = true
'
'btnExit
'
Me.btnExit.Location = New System.Drawing.Point(272, 172)
Me.btnExit.Name = "btnExit"
Me.btnExit.Size = New System.Drawing.Size(75, 23)
Me.btnExit.TabIndex = 9
Me.btnExit.Text = "Exit"
...