_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides 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 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.Label1 = New System.Windows.Forms.Label Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown Me.Label4 = New System.Windows.Forms.Label Me.NumericUpDown3 = New System.Windows.Forms.NumericUpDown Me.NumericUpDown4 = New System.Windows.Forms.NumericUpDown Me.Label5 = New System.Windows.Forms.Label Me.Button1 = New System.Windows.Forms.Button Me.TextBox1 = New System.Windows.Forms.TextBox Me.Label6 = New System.Windows.Forms.Label Me.NumericUpDown5 = New System.Windows.Forms.NumericUpDown Me.Label7 = New System.Windows.Forms.Label Me.NumericUpDown6 = New System.Windows.Forms.NumericUpDown Me.Label8 = New System.Windows.Forms.Label Me.NumericUpDown7 = New System.Windows.Forms.NumericUpDown Me.Label9 = New System.Windows.Forms.Label Me.Label10 = New System.Windows.Forms.Label Me.Label11 = New System.Windows.Forms.Label Me.Label12 = New System.Windows.Forms.Label Me.Label13 = New System.Windows.Forms.Label Me.NumericUpDown8 = New System.Windows.Forms.NumericUpDown Me.Label14 = New System.Windows.Forms.Label Me.NumericUpDown9 = New System.Windows.Forms.NumericUpDown Me.Label15 = New System.Windows.Forms.Label Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.Label16 = New System.Windows.Forms.Label Me.Label17 = New System.Windows.Forms.Label Me.TextBox2 = New System.Windows.Forms.TextBox CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown9, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(12, 49) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(294, 321) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(14, 44) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Efficiency" ' 'NumericUpDown1 ' Me.NumericUpDown1.Location = New System.Drawing.Point(17, 60) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(51, 20) Me.NumericUpDown1.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(87, 44) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(0, 13) Me.Label2.TabIndex = 3 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(87, 44) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(39, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Quality" ' 'NumericUpDown2 ' Me.NumericUpDown2.Location = New System.Drawing.Point(85, 60) Me.NumericUpDown2.Name = "NumericUpDown2" Me.NumericUpDown2.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown2.TabIndex = 6 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(141, 44) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(51, 13) Me.Label4.TabIndex = 7 Me.Label4.Text = "Low Cost" ' 'NumericUpDown3 ' Me.NumericUpDown3.Location = New System.Drawing.Point(144, 60) Me.NumericUpDown3.Name = "NumericUpDown3" Me.NumericUpDown3.Size = New System.Drawing.Size(48, 20) Me.NumericUpDown3.TabIndex = 8 ' 'NumericUpDown4 ' Me.NumericUpDown4.Location = New System.Drawing.Point(204, 60) Me.NumericUpDown4.Name = "NumericUpDown4" Me.NumericUpDown4.Size = New System.Drawing.Size(41, 20) Me.NumericUpDown4.TabIndex = 9 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(201, 44) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(57, 13) Me.Label5.TabIndex = 10 Me.Label5.Text = "Innovation" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(410, 416) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(95, 31) Me.Button1.TabIndex = 11 Me.Button1.Text = "Take a look" Me.Button1.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(131, 380) Me.TextBox1.Name = "TextBox1" Me.TextBox1.ReadOnly = True Me.TextBox1.Size = New System.Drawing.Size(104, 20) Me.TextBox1.TabIndex = 12 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(14, 131) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(62, 13) Me.Label6.TabIndex = 13 Me.Label6.Text = "Productivity" ' 'NumericUpDown5 ' Me.NumericUpDown5.Location = New System.Drawing.Point(17, 147) Me.NumericUpDown5.Name = "NumericUpDown5" Me.NumericUpDown5.Size = New System.Drawing.Size(59, 20) Me.NumericUpDown5.TabIndex = 14 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(87, 131) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(81, 13) Me.Label7.TabIndex = 15 Me.Label7.Text = "Competitive Ad." ' 'NumericUpDown6 ' Me.NumericUpDown6.Location = New System.Drawing.Point(90, 147) Me.NumericUpDown6.Name = "NumericUpDown6" Me.NumericUpDown6.Size = New System.Drawing.Size(74, 20) Me.NumericUpDown6.TabIndex = 16 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(179, 131) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(69, 13) Me.Label8.TabIndex = 17 Me.Label8.Text = "Management" ' 'NumericUpDown7 ' Me.NumericUpDown7.Location = New System.Drawing.Point(182, 147) Me.NumericUpDown7.Name = "NumericUpDown7" Me.NumericUpDown7.Size = New System.Drawing.Size(63, 20) Me.NumericUpDown7.TabIndex = 18 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.ForeColor = System.Drawing.SystemColors.ControlDarkDark Me.Label9.Location = New System.Drawing.Point(14, 21) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(144, 13) Me.Label9.TabIndex = 19 Me.Label9.Text = "Management Strategies:" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(14, 108) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(123, 13) Me.Label10.TabIndex = 20 Me.Label10.Text = "Company Properties:" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(12, 383) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(114, 13) Me.Label11.TabIndex = 21 Me.Label11.Text = "Company Success:" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(14, 193) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(173, 13) Me.Label12.TabIndex = 22 Me.Label12.Text = "Industry Properties (Max=50):" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(14, 216) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(39, 13) Me.Label13.TabIndex = 23 Me.Label13.Text = "Rivalry" ' 'NumericUpDown8 ' Me.NumericUpDown8.Location = New System.Drawing.Point(17, 232) Me.NumericUpDown8.Name = "NumericUpDown8" Me.NumericUpDown8.Size = New System.Drawing.Size(51, 20) Me.NumericUpDown8.TabIndex = 24 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(81, 216) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(107, 13) Me.Label14.TabIndex = 25 Me.Label14.Text = "Competitor's Strength" ' 'NumericUpDown9 ' Me.NumericUpDown9.Location = New System.Drawing.Point(84, 232) Me.NumericUpDown9.Name = "NumericUpDown9" Me.NumericUpDown9.Size = New System.Drawing.Size(95, 20) Me.NumericUpDown9.TabIndex = 26 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Times New Roman", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(14, 9) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(342, 23) Me.Label15.TabIndex = 27 Me.Label15.Text = "Crash Course in Strategic Management" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.NumericUpDown9) Me.GroupBox1.Controls.Add(Me.Label14) Me.GroupBox1.Controls.Add(Me.NumericUpDown8) Me.GroupBox1.Controls.Add(Me.Label13) Me.GroupBox1.Controls.Add(Me.Label12) Me.GroupBox1.Controls.Add(Me.Label10) Me.GroupBox1.Controls.Add(Me.Label9) Me.GroupBox1.Controls.Add(Me.NumericUpDown7) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.NumericUpDown6) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.NumericUpDown5) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.NumericUpDown4) Me.GroupBox1.Controls.Add(Me.NumericUpDown3) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.NumericUpDown2) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.NumericUpDown1) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Location = New System.Drawing.Point(326, 49) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(272, 291) Me.GroupBox1.TabIndex = 28 Me.GroupBox1.TabStop = False ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(407, 400) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(100, 13) Me.Label16.TabIndex = 29 Me.Label16.Text = "Company Image:" ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.Location = New System.Drawing.Point(17, 430) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(35, 13) Me.Label17.TabIndex = 30 Me.Label17.Text = "Tips:" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(56, 429) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.ReadOnly = True Me.TextBox2.Size = New System.Drawing.Size(250, 105) Me.TextBox2.TabIndex = 31 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(647, 557) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox1) Me.MaximumSize = New System.Drawing.Size(655, 585) Me.MinimumSize = New System.Drawing.Size(655, 585) Me.Name = "Form1" Me.Text = "Management Model" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown9, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents NumericUpDown2 As System.Windows.Forms.NumericUpDown Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents NumericUpDown3 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown4 As System.Windows.Forms.NumericUpDown Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents NumericUpDown5 As System.Windows.Forms.NumericUpDown Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents NumericUpDown6 As System.Windows.Forms.NumericUpDown Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents NumericUpDown7 As System.Windows.Forms.NumericUpDown Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents NumericUpDown8 As System.Windows.Forms.NumericUpDown Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents NumericUpDown9 As System.Windows.Forms.NumericUpDown Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox End Class