_ Partial Class frmMain 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.mnuFile = New System.Windows.Forms.ToolStripMenuItem() Me.mnuFileLoad = New System.Windows.Forms.ToolStripMenuItem() Me.mnuFileSave = New System.Windows.Forms.ToolStripMenuItem() Me.mnuFileExit = New System.Windows.Forms.ToolStripMenuItem() Me.mnuTools = New System.Windows.Forms.ToolStripMenuItem() Me.CalculatorToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettings = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsLanguage = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsLanguageEnglish = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsLanguageKorean = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsSounds = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsSoundsOn = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsSoundsOff = New System.Windows.Forms.ToolStripMenuItem() Me.mnuSettingsCheat = New System.Windows.Forms.ToolStripMenuItem() Me.mnuHelp = New System.Windows.Forms.ToolStripMenuItem() Me.mnuHelpAbout = New System.Windows.Forms.ToolStripMenuItem() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.lblMoney = New System.Windows.Forms.Label() Me.lblUser = New System.Windows.Forms.Label() Me.lblMonths = New System.Windows.Forms.Label() Me.lblCalender = New System.Windows.Forms.Label() Me.PicLevel = New System.Windows.Forms.PictureBox() Me.PicClosed = New System.Windows.Forms.PictureBox() Me.PicTime = New System.Windows.Forms.PictureBox() Me.lblCompany1 = New System.Windows.Forms.Label() Me.lblCompany2 = New System.Windows.Forms.Label() Me.txtBuyPrice1 = New System.Windows.Forms.TextBox() Me.txtBuyPrice2 = New System.Windows.Forms.TextBox() Me.txtHolding1 = New System.Windows.Forms.TextBox() Me.txtSellPrice2 = New System.Windows.Forms.TextBox() Me.lblBuy = New System.Windows.Forms.Label() Me.lblSell = New System.Windows.Forms.Label() Me.lblAmount = New System.Windows.Forms.Label() Me.btnBuy1 = New System.Windows.Forms.Button() Me.btnSell1 = New System.Windows.Forms.Button() Me.txtSellPrice1 = New System.Windows.Forms.TextBox() Me.txtHolding2 = New System.Windows.Forms.TextBox() Me.btnBuy2 = New System.Windows.Forms.Button() Me.btnSell2 = New System.Windows.Forms.Button() Me.TimerCalender = New System.Windows.Forms.Timer(Me.components) Me.lblHolding = New System.Windows.Forms.Label() Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown() Me.lblQuota = New System.Windows.Forms.Label() Me.txtQuota1 = New System.Windows.Forms.TextBox() Me.txtQuota2 = New System.Windows.Forms.TextBox() Me.TimerLevelUpdater = New System.Windows.Forms.Timer(Me.components) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.txtChange1 = New System.Windows.Forms.TextBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.txtChange2 = New System.Windows.Forms.TextBox() Me.PicIncrease = New System.Windows.Forms.PictureBox() Me.PicDecrease = New System.Windows.Forms.PictureBox() Me.PicUnchanged = New System.Windows.Forms.PictureBox() Me.txtWeekMin1 = New System.Windows.Forms.TextBox() Me.txtWeekMin2 = New System.Windows.Forms.TextBox() Me.lblWeekMin = New System.Windows.Forms.Label() Me.txtWeekMax1 = New System.Windows.Forms.TextBox() Me.txtWeekMax2 = New System.Windows.Forms.TextBox() Me.lblWeekMax = New System.Windows.Forms.Label() Me.lblCompany3 = New System.Windows.Forms.Label() Me.txtBuyPrice3 = New System.Windows.Forms.TextBox() Me.txtChange3 = New System.Windows.Forms.TextBox() Me.txtWeekMin3 = New System.Windows.Forms.TextBox() Me.txtWeekMax3 = New System.Windows.Forms.TextBox() Me.txtQuota3 = New System.Windows.Forms.TextBox() Me.txtSellPrice3 = New System.Windows.Forms.TextBox() Me.txtHolding3 = New System.Windows.Forms.TextBox() Me.btnBuy3 = New System.Windows.Forms.Button() Me.btnSell3 = New System.Windows.Forms.Button() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.NumericUpDown3 = New System.Windows.Forms.NumericUpDown() Me.lblCompany4 = New System.Windows.Forms.Label() Me.txtBuyPrice4 = New System.Windows.Forms.TextBox() Me.txtChange4 = New System.Windows.Forms.TextBox() Me.txtWeekMin4 = New System.Windows.Forms.TextBox() Me.txtWeekMax4 = New System.Windows.Forms.TextBox() Me.txtQuota4 = New System.Windows.Forms.TextBox() Me.txtSellPrice4 = New System.Windows.Forms.TextBox() Me.txtHolding4 = New System.Windows.Forms.TextBox() Me.btnBuy4 = New System.Windows.Forms.Button() Me.btnSell4 = New System.Windows.Forms.Button() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.NumericUpDown4 = New System.Windows.Forms.NumericUpDown() Me.lblCompany5 = New System.Windows.Forms.Label() Me.txtBuyPrice5 = New System.Windows.Forms.TextBox() Me.txtChange5 = New System.Windows.Forms.TextBox() Me.txtWeekMin5 = New System.Windows.Forms.TextBox() Me.txtWeekMax5 = New System.Windows.Forms.TextBox() Me.txtQuota5 = New System.Windows.Forms.TextBox() Me.txtSellPrice5 = New System.Windows.Forms.TextBox() Me.txtHolding5 = New System.Windows.Forms.TextBox() Me.btnBuy5 = New System.Windows.Forms.Button() Me.btnSell5 = New System.Windows.Forms.Button() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.NumericUpDown5 = New System.Windows.Forms.NumericUpDown() Me.lblStatus = New System.Windows.Forms.Label() Me.PicOpen = New System.Windows.Forms.PictureBox() Me.PicStatus = New System.Windows.Forms.PictureBox() Me.PicLevelBronze = New System.Windows.Forms.PictureBox() Me.PicLevelDiamond = New System.Windows.Forms.PictureBox() Me.PicLevelSilver = New System.Windows.Forms.PictureBox() Me.PicLevelNone = New System.Windows.Forms.PictureBox() Me.PicLevelEmerald = New System.Windows.Forms.PictureBox() Me.PicLevelGold = New System.Windows.Forms.PictureBox() Me.PicLevelRainbow = New System.Windows.Forms.PictureBox() Me.lblCompany6 = New System.Windows.Forms.Label() Me.lblCompany7 = New System.Windows.Forms.Label() Me.lblCompany8 = New System.Windows.Forms.Label() Me.txtBuyPrice6 = New System.Windows.Forms.TextBox() Me.lblCompany9 = New System.Windows.Forms.Label() Me.lblCompany10 = New System.Windows.Forms.Label() Me.txtBuyPrice7 = New System.Windows.Forms.TextBox() Me.txtBuyPrice8 = New System.Windows.Forms.TextBox() Me.txtBuyPrice9 = New System.Windows.Forms.TextBox() Me.txtBuyPrice10 = New System.Windows.Forms.TextBox() Me.txtHolding6 = New System.Windows.Forms.TextBox() Me.txtChange6 = New System.Windows.Forms.TextBox() Me.txtChange7 = New System.Windows.Forms.TextBox() Me.txtChange8 = New System.Windows.Forms.TextBox() Me.txtChange9 = New System.Windows.Forms.TextBox() Me.txtChange10 = New System.Windows.Forms.TextBox() Me.txtQuota6 = New System.Windows.Forms.TextBox() Me.txtWeekMin6 = New System.Windows.Forms.TextBox() Me.txtWeekMin7 = New System.Windows.Forms.TextBox() Me.txtWeekMin8 = New System.Windows.Forms.TextBox() Me.txtWeekMin9 = New System.Windows.Forms.TextBox() Me.txtWeekMin10 = New System.Windows.Forms.TextBox() Me.txtWeekMax6 = New System.Windows.Forms.TextBox() Me.txtWeekMax7 = New System.Windows.Forms.TextBox() Me.txtWeekMax8 = New System.Windows.Forms.TextBox() Me.txtWeekMax9 = New System.Windows.Forms.TextBox() Me.txtWeekMax10 = New System.Windows.Forms.TextBox() Me.txtQuota7 = New System.Windows.Forms.TextBox() Me.txtQuota8 = New System.Windows.Forms.TextBox() Me.txtQuota9 = New System.Windows.Forms.TextBox() Me.txtQuota10 = New System.Windows.Forms.TextBox() Me.txtSellPrice7 = New System.Windows.Forms.TextBox() Me.txtSellPrice8 = New System.Windows.Forms.TextBox() Me.txtSellPrice9 = New System.Windows.Forms.TextBox() Me.txtSellPrice10 = New System.Windows.Forms.TextBox() Me.txtHolding7 = New System.Windows.Forms.TextBox() Me.txtHolding8 = New System.Windows.Forms.TextBox() Me.txtHolding9 = New System.Windows.Forms.TextBox() Me.txtHolding10 = New System.Windows.Forms.TextBox() Me.txtSellPrice6 = New System.Windows.Forms.TextBox() Me.btnBuy6 = New System.Windows.Forms.Button() Me.btnBuy7 = New System.Windows.Forms.Button() Me.btnBuy8 = New System.Windows.Forms.Button() Me.btnBuy9 = New System.Windows.Forms.Button() Me.btnBuy10 = New System.Windows.Forms.Button() Me.btnSell6 = New System.Windows.Forms.Button() Me.btnSell7 = New System.Windows.Forms.Button() Me.btnSell8 = New System.Windows.Forms.Button() Me.btnSell9 = New System.Windows.Forms.Button() Me.btnSell10 = New System.Windows.Forms.Button() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox8 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.PictureBox10 = New System.Windows.Forms.PictureBox() Me.NumericUpDown6 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown7 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown8 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown9 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown10 = New System.Windows.Forms.NumericUpDown() Me.lblCompany11 = New System.Windows.Forms.Label() Me.lblCompany12 = New System.Windows.Forms.Label() Me.lblCompany13 = New System.Windows.Forms.Label() Me.txtBuyPrice11 = New System.Windows.Forms.TextBox() Me.lblCompany14 = New System.Windows.Forms.Label() Me.lblCompany15 = New System.Windows.Forms.Label() Me.txtBuyPrice12 = New System.Windows.Forms.TextBox() Me.txtBuyPrice13 = New System.Windows.Forms.TextBox() Me.txtBuyPrice14 = New System.Windows.Forms.TextBox() Me.txtBuyPrice15 = New System.Windows.Forms.TextBox() Me.txtHolding11 = New System.Windows.Forms.TextBox() Me.txtChange11 = New System.Windows.Forms.TextBox() Me.txtChange12 = New System.Windows.Forms.TextBox() Me.txtChange13 = New System.Windows.Forms.TextBox() Me.txtChange14 = New System.Windows.Forms.TextBox() Me.txtChange15 = New System.Windows.Forms.TextBox() Me.txtQuota11 = New System.Windows.Forms.TextBox() Me.txtWeekMin11 = New System.Windows.Forms.TextBox() Me.txtWeekMin12 = New System.Windows.Forms.TextBox() Me.txtWeekMin13 = New System.Windows.Forms.TextBox() Me.txtWeekMin14 = New System.Windows.Forms.TextBox() Me.txtWeekMin15 = New System.Windows.Forms.TextBox() Me.txtWeekMax11 = New System.Windows.Forms.TextBox() Me.txtWeekMax12 = New System.Windows.Forms.TextBox() Me.txtWeekMax13 = New System.Windows.Forms.TextBox() Me.txtWeekMax14 = New System.Windows.Forms.TextBox() Me.txtWeekMax15 = New System.Windows.Forms.TextBox() Me.txtQuota12 = New System.Windows.Forms.TextBox() Me.txtQuota13 = New System.Windows.Forms.TextBox() Me.txtQuota14 = New System.Windows.Forms.TextBox() Me.txtQuota15 = New System.Windows.Forms.TextBox() Me.txtSellPrice12 = New System.Windows.Forms.TextBox() Me.txtSellPrice13 = New System.Windows.Forms.TextBox() Me.txtSellPrice14 = New System.Windows.Forms.TextBox() Me.txtSellPrice15 = New System.Windows.Forms.TextBox() Me.txtHolding12 = New System.Windows.Forms.TextBox() Me.txtHolding13 = New System.Windows.Forms.TextBox() Me.txtHolding14 = New System.Windows.Forms.TextBox() Me.txtHolding15 = New System.Windows.Forms.TextBox() Me.txtSellPrice11 = New System.Windows.Forms.TextBox() Me.btnBuy11 = New System.Windows.Forms.Button() Me.btnBuy12 = New System.Windows.Forms.Button() Me.btnBuy13 = New System.Windows.Forms.Button() Me.btnBuy14 = New System.Windows.Forms.Button() Me.btnBuy15 = New System.Windows.Forms.Button() Me.btnSell11 = New System.Windows.Forms.Button() Me.btnSell12 = New System.Windows.Forms.Button() Me.btnSell13 = New System.Windows.Forms.Button() Me.btnSell14 = New System.Windows.Forms.Button() Me.btnSell15 = New System.Windows.Forms.Button() Me.PictureBox11 = New System.Windows.Forms.PictureBox() Me.PictureBox12 = New System.Windows.Forms.PictureBox() Me.PictureBox13 = New System.Windows.Forms.PictureBox() Me.PictureBox14 = New System.Windows.Forms.PictureBox() Me.PictureBox15 = New System.Windows.Forms.PictureBox() Me.NumericUpDown11 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown12 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown13 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown14 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown15 = New System.Windows.Forms.NumericUpDown() Me.lblCompany16 = New System.Windows.Forms.Label() Me.lblCompany17 = New System.Windows.Forms.Label() Me.lblCompany18 = New System.Windows.Forms.Label() Me.txtBuyPrice16 = New System.Windows.Forms.TextBox() Me.lblCompany19 = New System.Windows.Forms.Label() Me.lblCompany20 = New System.Windows.Forms.Label() Me.txtBuyPrice17 = New System.Windows.Forms.TextBox() Me.txtBuyPrice18 = New System.Windows.Forms.TextBox() Me.txtBuyPrice19 = New System.Windows.Forms.TextBox() Me.txtBuyPrice20 = New System.Windows.Forms.TextBox() Me.txtHolding16 = New System.Windows.Forms.TextBox() Me.txtChange16 = New System.Windows.Forms.TextBox() Me.txtChange17 = New System.Windows.Forms.TextBox() Me.txtChange18 = New System.Windows.Forms.TextBox() Me.txtChange19 = New System.Windows.Forms.TextBox() Me.txtChange20 = New System.Windows.Forms.TextBox() Me.txtQuota16 = New System.Windows.Forms.TextBox() Me.txtWeekMin16 = New System.Windows.Forms.TextBox() Me.txtWeekMin17 = New System.Windows.Forms.TextBox() Me.txtWeekMin18 = New System.Windows.Forms.TextBox() Me.txtWeekMin19 = New System.Windows.Forms.TextBox() Me.txtWeekMin20 = New System.Windows.Forms.TextBox() Me.txtWeekMax16 = New System.Windows.Forms.TextBox() Me.txtWeekMax17 = New System.Windows.Forms.TextBox() Me.txtWeekMax18 = New System.Windows.Forms.TextBox() Me.txtWeekMax19 = New System.Windows.Forms.TextBox() Me.txtWeekMax20 = New System.Windows.Forms.TextBox() Me.txtQuota17 = New System.Windows.Forms.TextBox() Me.txtQuota18 = New System.Windows.Forms.TextBox() Me.txtQuota19 = New System.Windows.Forms.TextBox() Me.txtQuota20 = New System.Windows.Forms.TextBox() Me.txtSellPrice17 = New System.Windows.Forms.TextBox() Me.txtSellPrice18 = New System.Windows.Forms.TextBox() Me.txtSellPrice19 = New System.Windows.Forms.TextBox() Me.txtSellPrice20 = New System.Windows.Forms.TextBox() Me.txtHolding17 = New System.Windows.Forms.TextBox() Me.txtHolding18 = New System.Windows.Forms.TextBox() Me.txtHolding19 = New System.Windows.Forms.TextBox() Me.txtHolding20 = New System.Windows.Forms.TextBox() Me.txtSellPrice16 = New System.Windows.Forms.TextBox() Me.btnBuy16 = New System.Windows.Forms.Button() Me.btnBuy17 = New System.Windows.Forms.Button() Me.btnBuy18 = New System.Windows.Forms.Button() Me.btnBuy19 = New System.Windows.Forms.Button() Me.btnBuy20 = New System.Windows.Forms.Button() Me.btnSell16 = New System.Windows.Forms.Button() Me.btnSell17 = New System.Windows.Forms.Button() Me.btnSell18 = New System.Windows.Forms.Button() Me.btnSell19 = New System.Windows.Forms.Button() Me.btnSell20 = New System.Windows.Forms.Button() Me.PictureBox16 = New System.Windows.Forms.PictureBox() Me.PictureBox17 = New System.Windows.Forms.PictureBox() Me.PictureBox18 = New System.Windows.Forms.PictureBox() Me.PictureBox19 = New System.Windows.Forms.PictureBox() Me.PictureBox20 = New System.Windows.Forms.PictureBox() Me.NumericUpDown16 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown17 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown18 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown19 = New System.Windows.Forms.NumericUpDown() Me.NumericUpDown20 = New System.Windows.Forms.NumericUpDown() Me.lblDeveloper = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.PicStart = New System.Windows.Forms.PictureBox() Me.PicPause = New System.Windows.Forms.PictureBox() Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.CalculatorToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() Me.SettingsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LanguageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.EnglishToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.한국어ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.MusicToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.OnToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.OffToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.HelpToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.FileToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.menuFile = New System.Windows.Forms.ToolStripMenuItem() Me.menuFileLoad = New System.Windows.Forms.ToolStripMenuItem() Me.menuFileSave = New System.Windows.Forms.ToolStripMenuItem() Me.menuFileExit = New System.Windows.Forms.ToolStripMenuItem() Me.menuTools = New System.Windows.Forms.ToolStripMenuItem() Me.menuToolsCalculator = New System.Windows.Forms.ToolStripMenuItem() Me.menuSettings = New System.Windows.Forms.ToolStripMenuItem() Me.menuSettingsCheat = New System.Windows.Forms.ToolStripMenuItem() Me.menuHelp = New System.Windows.Forms.ToolStripMenuItem() Me.menuHelpRules = New System.Windows.Forms.ToolStripMenuItem() Me.GroupBox1.SuspendLayout() CType(Me.PicLevel, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicClosed, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicTime, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicIncrease, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicDecrease, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicUnchanged, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicOpen, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicStatus, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelBronze, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelDiamond, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelSilver, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelNone, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelEmerald, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelGold, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicLevelRainbow, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox10, 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() CType(Me.NumericUpDown10, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown11, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown12, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown13, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown14, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown15, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox17, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox18, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox19, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox20, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown16, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown17, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown18, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown19, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.NumericUpDown20, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() CType(Me.PicStart, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PicPause, System.ComponentModel.ISupportInitialize).BeginInit() Me.MenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'mnuFile ' Me.mnuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuFileLoad, Me.mnuFileSave, Me.mnuFileExit}) Me.mnuFile.Name = "mnuFile" Me.mnuFile.Size = New System.Drawing.Size(41, 20) Me.mnuFile.Text = "&File" ' 'mnuFileLoad ' Me.mnuFileLoad.Name = "mnuFileLoad" Me.mnuFileLoad.Size = New System.Drawing.Size(100, 22) Me.mnuFileLoad.Text = "&Load" ' 'mnuFileSave ' Me.mnuFileSave.Name = "mnuFileSave" Me.mnuFileSave.Size = New System.Drawing.Size(100, 22) Me.mnuFileSave.Text = "Sa&ve" ' 'mnuFileExit ' Me.mnuFileExit.Name = "mnuFileExit" Me.mnuFileExit.Size = New System.Drawing.Size(100, 22) Me.mnuFileExit.Text = "E&xit" ' 'mnuTools ' Me.mnuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CalculatorToolStripMenuItem}) Me.mnuTools.Name = "mnuTools" Me.mnuTools.Size = New System.Drawing.Size(53, 20) Me.mnuTools.Text = "&Tools" ' 'CalculatorToolStripMenuItem ' Me.CalculatorToolStripMenuItem.Name = "CalculatorToolStripMenuItem" Me.CalculatorToolStripMenuItem.Size = New System.Drawing.Size(128, 22) Me.CalculatorToolStripMenuItem.Text = "&Calculator" ' 'mnuSettings ' Me.mnuSettings.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuSettingsLanguage, Me.mnuSettingsSounds, Me.mnuSettingsCheat}) Me.mnuSettings.Name = "mnuSettings" Me.mnuSettings.Size = New System.Drawing.Size(72, 20) Me.mnuSettings.Text = "&Settings" ' 'mnuSettingsLanguage ' Me.mnuSettingsLanguage.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuSettingsLanguageEnglish, Me.mnuSettingsLanguageKorean}) Me.mnuSettingsLanguage.Name = "mnuSettingsLanguage" Me.mnuSettingsLanguage.Size = New System.Drawing.Size(126, 22) Me.mnuSettingsLanguage.Text = "&Language" ' 'mnuSettingsLanguageEnglish ' Me.mnuSettingsLanguageEnglish.Checked = True Me.mnuSettingsLanguageEnglish.CheckOnClick = True Me.mnuSettingsLanguageEnglish.CheckState = System.Windows.Forms.CheckState.Checked Me.mnuSettingsLanguageEnglish.Name = "mnuSettingsLanguageEnglish" Me.mnuSettingsLanguageEnglish.Size = New System.Drawing.Size(112, 22) Me.mnuSettingsLanguageEnglish.Text = "&English" ' 'mnuSettingsLanguageKorean ' Me.mnuSettingsLanguageKorean.CheckOnClick = True Me.mnuSettingsLanguageKorean.Name = "mnuSettingsLanguageKorean" Me.mnuSettingsLanguageKorean.Size = New System.Drawing.Size(112, 22) Me.mnuSettingsLanguageKorean.Text = "한국어" ' 'mnuSettingsSounds ' Me.mnuSettingsSounds.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuSettingsSoundsOn, Me.mnuSettingsSoundsOff}) Me.mnuSettingsSounds.Name = "mnuSettingsSounds" Me.mnuSettingsSounds.Size = New System.Drawing.Size(126, 22) Me.mnuSettingsSounds.Text = "S&ounds" ' 'mnuSettingsSoundsOn ' Me.mnuSettingsSoundsOn.Checked = True Me.mnuSettingsSoundsOn.CheckState = System.Windows.Forms.CheckState.Checked Me.mnuSettingsSoundsOn.Name = "mnuSettingsSoundsOn" Me.mnuSettingsSoundsOn.Size = New System.Drawing.Size(91, 22) Me.mnuSettingsSoundsOn.Text = "On" ' 'mnuSettingsSoundsOff ' Me.mnuSettingsSoundsOff.CheckOnClick = True Me.mnuSettingsSoundsOff.Name = "mnuSettingsSoundsOff" Me.mnuSettingsSoundsOff.Size = New System.Drawing.Size(91, 22) Me.mnuSettingsSoundsOff.Text = "Off" ' 'mnuSettingsCheat ' Me.mnuSettingsCheat.Name = "mnuSettingsCheat" Me.mnuSettingsCheat.Size = New System.Drawing.Size(126, 22) Me.mnuSettingsCheat.Text = "&Cheat" ' 'mnuHelp ' Me.mnuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mnuHelpAbout}) Me.mnuHelp.Name = "mnuHelp" Me.mnuHelp.Size = New System.Drawing.Size(48, 20) Me.mnuHelp.Text = "&Help" ' 'mnuHelpAbout ' Me.mnuHelpAbout.Name = "mnuHelpAbout" Me.mnuHelpAbout.Size = New System.Drawing.Size(107, 22) Me.mnuHelpAbout.Text = "&About" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.lblMoney) Me.GroupBox1.Controls.Add(Me.lblUser) Me.GroupBox1.Controls.Add(Me.lblMonths) Me.GroupBox1.Controls.Add(Me.lblCalender) Me.GroupBox1.Controls.Add(Me.PicLevel) Me.GroupBox1.Controls.Add(Me.PicClosed) Me.GroupBox1.Controls.Add(Me.PicTime) Me.GroupBox1.Location = New System.Drawing.Point(14, 36) Me.GroupBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox1.Size = New System.Drawing.Size(867, 31) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False ' 'lblMoney ' Me.lblMoney.AutoSize = True Me.lblMoney.Cursor = System.Windows.Forms.Cursors.Hand Me.lblMoney.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblMoney.Location = New System.Drawing.Point(309, 11) Me.lblMoney.Name = "lblMoney" Me.lblMoney.Size = New System.Drawing.Size(30, 15) Me.lblMoney.TabIndex = 13 Me.lblMoney.Text = "$ ..." ' 'lblUser ' Me.lblUser.AutoSize = True Me.lblUser.Cursor = System.Windows.Forms.Cursors.Hand Me.lblUser.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblUser.ForeColor = System.Drawing.SystemColors.ControlText Me.lblUser.Location = New System.Drawing.Point(42, 12) Me.lblUser.Name = "lblUser" Me.lblUser.Size = New System.Drawing.Size(19, 15) Me.lblUser.TabIndex = 13 Me.lblUser.Text = "..." ' 'lblMonths ' Me.lblMonths.AutoSize = True Me.lblMonths.Cursor = System.Windows.Forms.Cursors.Hand Me.lblMonths.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblMonths.Location = New System.Drawing.Point(589, 11) Me.lblMonths.Name = "lblMonths" Me.lblMonths.Size = New System.Drawing.Size(73, 15) Me.lblMonths.TabIndex = 12 Me.lblMonths.Text = "Wednesday" ' 'lblCalender ' Me.lblCalender.AutoSize = True Me.lblCalender.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCalender.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCalender.Location = New System.Drawing.Point(678, 11) Me.lblCalender.Name = "lblCalender" Me.lblCalender.Size = New System.Drawing.Size(117, 15) Me.lblCalender.TabIndex = 11 Me.lblCalender.Text = "1/1/2014 12:00 AM" ' 'PicLevel ' Me.PicLevel.BackgroundImage = CType(resources.GetObject("PicLevel.BackgroundImage"), System.Drawing.Image) Me.PicLevel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevel.Cursor = System.Windows.Forms.Cursors.Hand Me.PicLevel.Location = New System.Drawing.Point(27, 11) Me.PicLevel.Name = "PicLevel" Me.PicLevel.Size = New System.Drawing.Size(15, 15) Me.PicLevel.TabIndex = 10 Me.PicLevel.TabStop = False Me.PicLevel.Visible = False ' 'PicClosed ' Me.PicClosed.BackgroundImage = CType(resources.GetObject("PicClosed.BackgroundImage"), System.Drawing.Image) Me.PicClosed.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicClosed.Location = New System.Drawing.Point(5, 11) Me.PicClosed.Name = "PicClosed" Me.PicClosed.Size = New System.Drawing.Size(13, 13) Me.PicClosed.TabIndex = 10 Me.PicClosed.TabStop = False Me.PicClosed.Visible = False ' 'PicTime ' Me.PicTime.BackgroundImage = CType(resources.GetObject("PicTime.BackgroundImage"), System.Drawing.Image) Me.PicTime.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PicTime.Cursor = System.Windows.Forms.Cursors.Hand Me.PicTime.Location = New System.Drawing.Point(827, 13) Me.PicTime.Name = "PicTime" Me.PicTime.Size = New System.Drawing.Size(13, 13) Me.PicTime.TabIndex = 10 Me.PicTime.TabStop = False ' 'lblCompany1 ' Me.lblCompany1.AutoSize = True Me.lblCompany1.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany1.Location = New System.Drawing.Point(34, 93) Me.lblCompany1.Name = "lblCompany1" Me.lblCompany1.Size = New System.Drawing.Size(73, 15) Me.lblCompany1.TabIndex = 6 Me.lblCompany1.Text = "Company 1" Me.lblCompany1.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany2 ' Me.lblCompany2.AutoSize = True Me.lblCompany2.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany2.Location = New System.Drawing.Point(34, 119) Me.lblCompany2.Name = "lblCompany2" Me.lblCompany2.Size = New System.Drawing.Size(73, 15) Me.lblCompany2.TabIndex = 6 Me.lblCompany2.Text = "Company 2" Me.lblCompany2.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice1 ' Me.txtBuyPrice1.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice1.Location = New System.Drawing.Point(141, 90) Me.txtBuyPrice1.Name = "txtBuyPrice1" Me.txtBuyPrice1.ReadOnly = True Me.txtBuyPrice1.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice1.TabIndex = 0 Me.txtBuyPrice1.Text = "$" Me.txtBuyPrice1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice2 ' Me.txtBuyPrice2.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice2.Location = New System.Drawing.Point(141, 113) Me.txtBuyPrice2.Name = "txtBuyPrice2" Me.txtBuyPrice2.ReadOnly = True Me.txtBuyPrice2.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice2.TabIndex = 10 Me.txtBuyPrice2.Text = "$" Me.txtBuyPrice2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding1 ' Me.txtHolding1.BackColor = System.Drawing.Color.White Me.txtHolding1.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding1.Location = New System.Drawing.Point(661, 90) Me.txtHolding1.Name = "txtHolding1" Me.txtHolding1.ReadOnly = True Me.txtHolding1.Size = New System.Drawing.Size(91, 20) Me.txtHolding1.TabIndex = 8 Me.txtHolding1.Text = "0" ' 'txtSellPrice2 ' Me.txtSellPrice2.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice2.Location = New System.Drawing.Point(217, 113) Me.txtSellPrice2.Name = "txtSellPrice2" Me.txtSellPrice2.ReadOnly = True Me.txtSellPrice2.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice2.TabIndex = 11 Me.txtSellPrice2.Text = "$" Me.txtSellPrice2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblBuy ' Me.lblBuy.AutoSize = True Me.lblBuy.Cursor = System.Windows.Forms.Cursors.Hand Me.lblBuy.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblBuy.Location = New System.Drawing.Point(165, 75) Me.lblBuy.Name = "lblBuy" Me.lblBuy.Size = New System.Drawing.Size(24, 12) Me.lblBuy.TabIndex = 8 Me.lblBuy.Text = "Buy" ' 'lblSell ' Me.lblSell.AutoSize = True Me.lblSell.Cursor = System.Windows.Forms.Cursors.Hand Me.lblSell.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblSell.Location = New System.Drawing.Point(242, 75) Me.lblSell.Name = "lblSell" Me.lblSell.Size = New System.Drawing.Size(24, 12) Me.lblSell.TabIndex = 8 Me.lblSell.Text = "Sell" ' 'lblAmount ' Me.lblAmount.AutoSize = True Me.lblAmount.Cursor = System.Windows.Forms.Cursors.Hand Me.lblAmount.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblAmount.Location = New System.Drawing.Point(536, 75) Me.lblAmount.Name = "lblAmount" Me.lblAmount.Size = New System.Drawing.Size(26, 12) Me.lblAmount.TabIndex = 1 Me.lblAmount.Text = "Amt" ' 'btnBuy1 ' Me.btnBuy1.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy1.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy1.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy1.Location = New System.Drawing.Point(576, 88) Me.btnBuy1.Name = "btnBuy1" Me.btnBuy1.Size = New System.Drawing.Size(40, 22) Me.btnBuy1.TabIndex = 6 Me.btnBuy1.Text = "Buy" Me.btnBuy1.UseVisualStyleBackColor = False ' 'btnSell1 ' Me.btnSell1.BackColor = System.Drawing.Color.GreenYellow Me.btnSell1.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell1.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell1.Location = New System.Drawing.Point(615, 88) Me.btnSell1.Name = "btnSell1" Me.btnSell1.Size = New System.Drawing.Size(40, 22) Me.btnSell1.TabIndex = 7 Me.btnSell1.Text = "Sell" Me.btnSell1.UseVisualStyleBackColor = False ' 'txtSellPrice1 ' Me.txtSellPrice1.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice1.Location = New System.Drawing.Point(217, 90) Me.txtSellPrice1.Name = "txtSellPrice1" Me.txtSellPrice1.ReadOnly = True Me.txtSellPrice1.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice1.TabIndex = 1 Me.txtSellPrice1.Text = "$" Me.txtSellPrice1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding2 ' Me.txtHolding2.BackColor = System.Drawing.Color.White Me.txtHolding2.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding2.Location = New System.Drawing.Point(661, 114) Me.txtHolding2.Name = "txtHolding2" Me.txtHolding2.ReadOnly = True Me.txtHolding2.Size = New System.Drawing.Size(91, 20) Me.txtHolding2.TabIndex = 18 Me.txtHolding2.Text = "0" ' 'btnBuy2 ' Me.btnBuy2.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy2.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy2.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy2.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy2.Location = New System.Drawing.Point(576, 112) Me.btnBuy2.Name = "btnBuy2" Me.btnBuy2.Size = New System.Drawing.Size(40, 22) Me.btnBuy2.TabIndex = 16 Me.btnBuy2.Text = "Buy" Me.btnBuy2.UseVisualStyleBackColor = False ' 'btnSell2 ' Me.btnSell2.BackColor = System.Drawing.Color.GreenYellow Me.btnSell2.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell2.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell2.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell2.Location = New System.Drawing.Point(615, 112) Me.btnSell2.Name = "btnSell2" Me.btnSell2.Size = New System.Drawing.Size(40, 22) Me.btnSell2.TabIndex = 17 Me.btnSell2.Text = "Sell" Me.btnSell2.UseVisualStyleBackColor = False ' 'TimerCalender ' Me.TimerCalender.Enabled = True ' 'lblHolding ' Me.lblHolding.AutoSize = True Me.lblHolding.Cursor = System.Windows.Forms.Cursors.Hand Me.lblHolding.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblHolding.Location = New System.Drawing.Point(685, 75) Me.lblHolding.Name = "lblHolding" Me.lblHolding.Size = New System.Drawing.Size(43, 12) Me.lblHolding.TabIndex = 8 Me.lblHolding.Text = "Holding" ' 'NumericUpDown1 ' Me.NumericUpDown1.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown1.Location = New System.Drawing.Point(529, 89) Me.NumericUpDown1.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown1.Name = "NumericUpDown1" Me.NumericUpDown1.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown1.TabIndex = 5 Me.NumericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown1.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown2 ' Me.NumericUpDown2.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown2.Location = New System.Drawing.Point(529, 112) Me.NumericUpDown2.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown2.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown2.Name = "NumericUpDown2" Me.NumericUpDown2.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown2.TabIndex = 15 Me.NumericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown2.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblQuota ' Me.lblQuota.AutoSize = True Me.lblQuota.Cursor = System.Windows.Forms.Cursors.Hand Me.lblQuota.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblQuota.Location = New System.Drawing.Point(774, 75) Me.lblQuota.Name = "lblQuota" Me.lblQuota.Size = New System.Drawing.Size(36, 12) Me.lblQuota.TabIndex = 8 Me.lblQuota.Text = "Quota" ' 'txtQuota1 ' Me.txtQuota1.BackColor = System.Drawing.Color.White Me.txtQuota1.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota1.Location = New System.Drawing.Point(758, 90) Me.txtQuota1.Name = "txtQuota1" Me.txtQuota1.ReadOnly = True Me.txtQuota1.Size = New System.Drawing.Size(64, 20) Me.txtQuota1.TabIndex = 9 Me.txtQuota1.Text = "0.00%" Me.txtQuota1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota2 ' Me.txtQuota2.BackColor = System.Drawing.Color.White Me.txtQuota2.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota2.Location = New System.Drawing.Point(758, 114) Me.txtQuota2.Name = "txtQuota2" Me.txtQuota2.ReadOnly = True Me.txtQuota2.Size = New System.Drawing.Size(64, 20) Me.txtQuota2.TabIndex = 19 Me.txtQuota2.Text = "0.00%" Me.txtQuota2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'TimerLevelUpdater ' Me.TimerLevelUpdater.Enabled = True Me.TimerLevelUpdater.Interval = 1000 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.Location = New System.Drawing.Point(457, 90) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(13, 13) Me.PictureBox1.TabIndex = 10 Me.PictureBox1.TabStop = False ' 'txtChange1 ' Me.txtChange1.BackColor = System.Drawing.Color.White Me.txtChange1.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange1.Location = New System.Drawing.Point(473, 88) Me.txtChange1.Name = "txtChange1" Me.txtChange1.ReadOnly = True Me.txtChange1.Size = New System.Drawing.Size(50, 20) Me.txtChange1.TabIndex = 4 Me.txtChange1.Text = "0" Me.txtChange1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'PictureBox2 ' Me.PictureBox2.BackgroundImage = CType(resources.GetObject("PictureBox2.BackgroundImage"), System.Drawing.Image) Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox2.Location = New System.Drawing.Point(457, 115) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(13, 13) Me.PictureBox2.TabIndex = 10 Me.PictureBox2.TabStop = False ' 'txtChange2 ' Me.txtChange2.BackColor = System.Drawing.Color.White Me.txtChange2.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange2.Location = New System.Drawing.Point(473, 112) Me.txtChange2.Name = "txtChange2" Me.txtChange2.ReadOnly = True Me.txtChange2.Size = New System.Drawing.Size(50, 20) Me.txtChange2.TabIndex = 14 Me.txtChange2.Text = "0" Me.txtChange2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'PicIncrease ' Me.PicIncrease.BackgroundImage = CType(resources.GetObject("PicIncrease.BackgroundImage"), System.Drawing.Image) Me.PicIncrease.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicIncrease.Location = New System.Drawing.Point(0, 28) Me.PicIncrease.Name = "PicIncrease" Me.PicIncrease.Size = New System.Drawing.Size(13, 13) Me.PicIncrease.TabIndex = 10 Me.PicIncrease.TabStop = False Me.PicIncrease.Visible = False ' 'PicDecrease ' Me.PicDecrease.BackgroundImage = CType(resources.GetObject("PicDecrease.BackgroundImage"), System.Drawing.Image) Me.PicDecrease.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicDecrease.Location = New System.Drawing.Point(19, 28) Me.PicDecrease.Name = "PicDecrease" Me.PicDecrease.Size = New System.Drawing.Size(13, 13) Me.PicDecrease.TabIndex = 10 Me.PicDecrease.TabStop = False Me.PicDecrease.Visible = False ' 'PicUnchanged ' Me.PicUnchanged.BackgroundImage = CType(resources.GetObject("PicUnchanged.BackgroundImage"), System.Drawing.Image) Me.PicUnchanged.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicUnchanged.Location = New System.Drawing.Point(38, 28) Me.PicUnchanged.Name = "PicUnchanged" Me.PicUnchanged.Size = New System.Drawing.Size(13, 13) Me.PicUnchanged.TabIndex = 10 Me.PicUnchanged.TabStop = False Me.PicUnchanged.Visible = False ' 'txtWeekMin1 ' Me.txtWeekMin1.BackColor = System.Drawing.Color.White Me.txtWeekMin1.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin1.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin1.Location = New System.Drawing.Point(297, 89) Me.txtWeekMin1.Name = "txtWeekMin1" Me.txtWeekMin1.ReadOnly = True Me.txtWeekMin1.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin1.TabIndex = 2 Me.txtWeekMin1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin2 ' Me.txtWeekMin2.BackColor = System.Drawing.Color.White Me.txtWeekMin2.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin2.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin2.Location = New System.Drawing.Point(297, 113) Me.txtWeekMin2.Name = "txtWeekMin2" Me.txtWeekMin2.ReadOnly = True Me.txtWeekMin2.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin2.TabIndex = 12 Me.txtWeekMin2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblWeekMin ' Me.lblWeekMin.AutoSize = True Me.lblWeekMin.Cursor = System.Windows.Forms.Cursors.Hand Me.lblWeekMin.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblWeekMin.Location = New System.Drawing.Point(314, 76) Me.lblWeekMin.Name = "lblWeekMin" Me.lblWeekMin.Size = New System.Drawing.Size(39, 12) Me.lblWeekMin.TabIndex = 8 Me.lblWeekMin.Text = "7d Min" ' 'txtWeekMax1 ' Me.txtWeekMax1.BackColor = System.Drawing.Color.White Me.txtWeekMax1.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax1.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax1.Location = New System.Drawing.Point(378, 89) Me.txtWeekMax1.Name = "txtWeekMax1" Me.txtWeekMax1.ReadOnly = True Me.txtWeekMax1.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax1.TabIndex = 3 Me.txtWeekMax1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax2 ' Me.txtWeekMax2.BackColor = System.Drawing.Color.White Me.txtWeekMax2.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax2.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax2.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax2.Location = New System.Drawing.Point(378, 113) Me.txtWeekMax2.Name = "txtWeekMax2" Me.txtWeekMax2.ReadOnly = True Me.txtWeekMax2.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax2.TabIndex = 13 Me.txtWeekMax2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblWeekMax ' Me.lblWeekMax.AutoSize = True Me.lblWeekMax.Cursor = System.Windows.Forms.Cursors.Hand Me.lblWeekMax.Font = New System.Drawing.Font("MS Reference Sans Serif", 6.5!) Me.lblWeekMax.Location = New System.Drawing.Point(392, 75) Me.lblWeekMax.Name = "lblWeekMax" Me.lblWeekMax.Size = New System.Drawing.Size(42, 12) Me.lblWeekMax.TabIndex = 8 Me.lblWeekMax.Text = "7d Max" ' 'lblCompany3 ' Me.lblCompany3.AutoSize = True Me.lblCompany3.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany3.Location = New System.Drawing.Point(34, 143) Me.lblCompany3.Name = "lblCompany3" Me.lblCompany3.Size = New System.Drawing.Size(73, 15) Me.lblCompany3.TabIndex = 6 Me.lblCompany3.Text = "Company 3" Me.lblCompany3.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice3 ' Me.txtBuyPrice3.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice3.Location = New System.Drawing.Point(141, 137) Me.txtBuyPrice3.Name = "txtBuyPrice3" Me.txtBuyPrice3.ReadOnly = True Me.txtBuyPrice3.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice3.TabIndex = 20 Me.txtBuyPrice3.Text = "$" Me.txtBuyPrice3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtChange3 ' Me.txtChange3.BackColor = System.Drawing.Color.White Me.txtChange3.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange3.Location = New System.Drawing.Point(473, 136) Me.txtChange3.Name = "txtChange3" Me.txtChange3.ReadOnly = True Me.txtChange3.Size = New System.Drawing.Size(50, 20) Me.txtChange3.TabIndex = 24 Me.txtChange3.Text = "0" Me.txtChange3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtWeekMin3 ' Me.txtWeekMin3.BackColor = System.Drawing.Color.White Me.txtWeekMin3.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin3.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin3.Location = New System.Drawing.Point(297, 137) Me.txtWeekMin3.Name = "txtWeekMin3" Me.txtWeekMin3.ReadOnly = True Me.txtWeekMin3.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin3.TabIndex = 22 Me.txtWeekMin3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax3 ' Me.txtWeekMax3.BackColor = System.Drawing.Color.White Me.txtWeekMax3.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax3.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax3.Location = New System.Drawing.Point(378, 137) Me.txtWeekMax3.Name = "txtWeekMax3" Me.txtWeekMax3.ReadOnly = True Me.txtWeekMax3.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax3.TabIndex = 23 Me.txtWeekMax3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota3 ' Me.txtQuota3.BackColor = System.Drawing.Color.White Me.txtQuota3.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota3.Location = New System.Drawing.Point(758, 138) Me.txtQuota3.Name = "txtQuota3" Me.txtQuota3.ReadOnly = True Me.txtQuota3.Size = New System.Drawing.Size(64, 20) Me.txtQuota3.TabIndex = 29 Me.txtQuota3.Text = "0.00%" Me.txtQuota3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice3 ' Me.txtSellPrice3.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice3.Location = New System.Drawing.Point(217, 137) Me.txtSellPrice3.Name = "txtSellPrice3" Me.txtSellPrice3.ReadOnly = True Me.txtSellPrice3.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice3.TabIndex = 21 Me.txtSellPrice3.Text = "$" Me.txtSellPrice3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding3 ' Me.txtHolding3.BackColor = System.Drawing.Color.White Me.txtHolding3.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding3.Location = New System.Drawing.Point(661, 138) Me.txtHolding3.Name = "txtHolding3" Me.txtHolding3.ReadOnly = True Me.txtHolding3.Size = New System.Drawing.Size(91, 20) Me.txtHolding3.TabIndex = 28 Me.txtHolding3.Text = "0" ' 'btnBuy3 ' Me.btnBuy3.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy3.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy3.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy3.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy3.Location = New System.Drawing.Point(576, 136) Me.btnBuy3.Name = "btnBuy3" Me.btnBuy3.Size = New System.Drawing.Size(40, 22) Me.btnBuy3.TabIndex = 26 Me.btnBuy3.Text = "Buy" Me.btnBuy3.UseVisualStyleBackColor = False ' 'btnSell3 ' Me.btnSell3.BackColor = System.Drawing.Color.GreenYellow Me.btnSell3.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell3.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell3.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell3.Location = New System.Drawing.Point(615, 136) Me.btnSell3.Name = "btnSell3" Me.btnSell3.Size = New System.Drawing.Size(40, 22) Me.btnSell3.TabIndex = 27 Me.btnSell3.Text = "Sell" Me.btnSell3.UseVisualStyleBackColor = False ' 'PictureBox3 ' Me.PictureBox3.BackgroundImage = CType(resources.GetObject("PictureBox3.BackgroundImage"), System.Drawing.Image) Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox3.Location = New System.Drawing.Point(457, 139) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(13, 13) Me.PictureBox3.TabIndex = 10 Me.PictureBox3.TabStop = False ' 'NumericUpDown3 ' Me.NumericUpDown3.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown3.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown3.Location = New System.Drawing.Point(529, 136) Me.NumericUpDown3.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown3.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown3.Name = "NumericUpDown3" Me.NumericUpDown3.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown3.TabIndex = 25 Me.NumericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown3.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblCompany4 ' Me.lblCompany4.AutoSize = True Me.lblCompany4.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany4.Location = New System.Drawing.Point(34, 167) Me.lblCompany4.Name = "lblCompany4" Me.lblCompany4.Size = New System.Drawing.Size(73, 15) Me.lblCompany4.TabIndex = 6 Me.lblCompany4.Text = "Company 4" Me.lblCompany4.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice4 ' Me.txtBuyPrice4.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice4.Location = New System.Drawing.Point(141, 161) Me.txtBuyPrice4.Name = "txtBuyPrice4" Me.txtBuyPrice4.ReadOnly = True Me.txtBuyPrice4.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice4.TabIndex = 31 Me.txtBuyPrice4.Text = "$" Me.txtBuyPrice4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtChange4 ' Me.txtChange4.BackColor = System.Drawing.Color.White Me.txtChange4.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange4.Location = New System.Drawing.Point(473, 160) Me.txtChange4.Name = "txtChange4" Me.txtChange4.ReadOnly = True Me.txtChange4.Size = New System.Drawing.Size(50, 20) Me.txtChange4.TabIndex = 36 Me.txtChange4.Text = "0" Me.txtChange4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtWeekMin4 ' Me.txtWeekMin4.BackColor = System.Drawing.Color.White Me.txtWeekMin4.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin4.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin4.Location = New System.Drawing.Point(297, 161) Me.txtWeekMin4.Name = "txtWeekMin4" Me.txtWeekMin4.ReadOnly = True Me.txtWeekMin4.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin4.TabIndex = 34 Me.txtWeekMin4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax4 ' Me.txtWeekMax4.BackColor = System.Drawing.Color.White Me.txtWeekMax4.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax4.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax4.Location = New System.Drawing.Point(378, 161) Me.txtWeekMax4.Name = "txtWeekMax4" Me.txtWeekMax4.ReadOnly = True Me.txtWeekMax4.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax4.TabIndex = 35 Me.txtWeekMax4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota4 ' Me.txtQuota4.BackColor = System.Drawing.Color.White Me.txtQuota4.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota4.Location = New System.Drawing.Point(758, 162) Me.txtQuota4.Name = "txtQuota4" Me.txtQuota4.ReadOnly = True Me.txtQuota4.Size = New System.Drawing.Size(64, 20) Me.txtQuota4.TabIndex = 41 Me.txtQuota4.Text = "0.00%" Me.txtQuota4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice4 ' Me.txtSellPrice4.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice4.Location = New System.Drawing.Point(217, 161) Me.txtSellPrice4.Name = "txtSellPrice4" Me.txtSellPrice4.ReadOnly = True Me.txtSellPrice4.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice4.TabIndex = 33 Me.txtSellPrice4.Text = "$" Me.txtSellPrice4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding4 ' Me.txtHolding4.BackColor = System.Drawing.Color.White Me.txtHolding4.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding4.Location = New System.Drawing.Point(661, 162) Me.txtHolding4.Name = "txtHolding4" Me.txtHolding4.ReadOnly = True Me.txtHolding4.Size = New System.Drawing.Size(91, 20) Me.txtHolding4.TabIndex = 40 Me.txtHolding4.Text = "0" ' 'btnBuy4 ' Me.btnBuy4.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy4.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy4.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy4.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy4.Location = New System.Drawing.Point(576, 160) Me.btnBuy4.Name = "btnBuy4" Me.btnBuy4.Size = New System.Drawing.Size(40, 22) Me.btnBuy4.TabIndex = 38 Me.btnBuy4.Text = "Buy" Me.btnBuy4.UseVisualStyleBackColor = False ' 'btnSell4 ' Me.btnSell4.BackColor = System.Drawing.Color.GreenYellow Me.btnSell4.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell4.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell4.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell4.Location = New System.Drawing.Point(615, 160) Me.btnSell4.Name = "btnSell4" Me.btnSell4.Size = New System.Drawing.Size(40, 22) Me.btnSell4.TabIndex = 39 Me.btnSell4.Text = "Sell" Me.btnSell4.UseVisualStyleBackColor = False ' 'PictureBox4 ' Me.PictureBox4.BackgroundImage = CType(resources.GetObject("PictureBox4.BackgroundImage"), System.Drawing.Image) Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox4.Location = New System.Drawing.Point(457, 163) Me.PictureBox4.Name = "PictureBox4" Me.PictureBox4.Size = New System.Drawing.Size(13, 13) Me.PictureBox4.TabIndex = 10 Me.PictureBox4.TabStop = False ' 'NumericUpDown4 ' Me.NumericUpDown4.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown4.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown4.Location = New System.Drawing.Point(529, 160) Me.NumericUpDown4.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown4.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown4.Name = "NumericUpDown4" Me.NumericUpDown4.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown4.TabIndex = 37 Me.NumericUpDown4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown4.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblCompany5 ' Me.lblCompany5.AutoSize = True Me.lblCompany5.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany5.Location = New System.Drawing.Point(34, 190) Me.lblCompany5.Name = "lblCompany5" Me.lblCompany5.Size = New System.Drawing.Size(73, 15) Me.lblCompany5.TabIndex = 6 Me.lblCompany5.Text = "Company 5" Me.lblCompany5.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice5 ' Me.txtBuyPrice5.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice5.Location = New System.Drawing.Point(141, 185) Me.txtBuyPrice5.Name = "txtBuyPrice5" Me.txtBuyPrice5.ReadOnly = True Me.txtBuyPrice5.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice5.TabIndex = 42 Me.txtBuyPrice5.Text = "$" Me.txtBuyPrice5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtChange5 ' Me.txtChange5.BackColor = System.Drawing.Color.White Me.txtChange5.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange5.Location = New System.Drawing.Point(473, 184) Me.txtChange5.Name = "txtChange5" Me.txtChange5.ReadOnly = True Me.txtChange5.Size = New System.Drawing.Size(50, 20) Me.txtChange5.TabIndex = 46 Me.txtChange5.Text = "0" Me.txtChange5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtWeekMin5 ' Me.txtWeekMin5.BackColor = System.Drawing.Color.White Me.txtWeekMin5.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin5.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin5.Location = New System.Drawing.Point(297, 185) Me.txtWeekMin5.Name = "txtWeekMin5" Me.txtWeekMin5.ReadOnly = True Me.txtWeekMin5.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin5.TabIndex = 44 Me.txtWeekMin5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax5 ' Me.txtWeekMax5.BackColor = System.Drawing.Color.White Me.txtWeekMax5.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax5.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax5.Location = New System.Drawing.Point(378, 185) Me.txtWeekMax5.Name = "txtWeekMax5" Me.txtWeekMax5.ReadOnly = True Me.txtWeekMax5.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax5.TabIndex = 45 Me.txtWeekMax5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota5 ' Me.txtQuota5.BackColor = System.Drawing.Color.White Me.txtQuota5.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota5.Location = New System.Drawing.Point(758, 186) Me.txtQuota5.Name = "txtQuota5" Me.txtQuota5.ReadOnly = True Me.txtQuota5.Size = New System.Drawing.Size(64, 20) Me.txtQuota5.TabIndex = 51 Me.txtQuota5.Text = "0.00%" Me.txtQuota5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice5 ' Me.txtSellPrice5.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice5.Location = New System.Drawing.Point(217, 185) Me.txtSellPrice5.Name = "txtSellPrice5" Me.txtSellPrice5.ReadOnly = True Me.txtSellPrice5.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice5.TabIndex = 43 Me.txtSellPrice5.Text = "$" Me.txtSellPrice5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding5 ' Me.txtHolding5.BackColor = System.Drawing.Color.White Me.txtHolding5.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding5.Location = New System.Drawing.Point(661, 186) Me.txtHolding5.Name = "txtHolding5" Me.txtHolding5.ReadOnly = True Me.txtHolding5.Size = New System.Drawing.Size(91, 20) Me.txtHolding5.TabIndex = 50 Me.txtHolding5.Text = "0" ' 'btnBuy5 ' Me.btnBuy5.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy5.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy5.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy5.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy5.Location = New System.Drawing.Point(576, 184) Me.btnBuy5.Name = "btnBuy5" Me.btnBuy5.Size = New System.Drawing.Size(40, 22) Me.btnBuy5.TabIndex = 48 Me.btnBuy5.Text = "Buy" Me.btnBuy5.UseVisualStyleBackColor = False ' 'btnSell5 ' Me.btnSell5.BackColor = System.Drawing.Color.GreenYellow Me.btnSell5.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell5.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell5.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell5.Location = New System.Drawing.Point(615, 184) Me.btnSell5.Name = "btnSell5" Me.btnSell5.Size = New System.Drawing.Size(40, 22) Me.btnSell5.TabIndex = 49 Me.btnSell5.Text = "Sell" Me.btnSell5.UseVisualStyleBackColor = False ' 'PictureBox5 ' Me.PictureBox5.BackgroundImage = CType(resources.GetObject("PictureBox5.BackgroundImage"), System.Drawing.Image) Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox5.Location = New System.Drawing.Point(457, 187) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(13, 13) Me.PictureBox5.TabIndex = 10 Me.PictureBox5.TabStop = False ' 'NumericUpDown5 ' Me.NumericUpDown5.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown5.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown5.Location = New System.Drawing.Point(529, 184) Me.NumericUpDown5.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown5.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown5.Name = "NumericUpDown5" Me.NumericUpDown5.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown5.TabIndex = 47 Me.NumericUpDown5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown5.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblStatus ' Me.lblStatus.AutoSize = True Me.lblStatus.Cursor = System.Windows.Forms.Cursors.Default Me.lblStatus.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.lblStatus.ForeColor = System.Drawing.Color.DarkTurquoise Me.lblStatus.Location = New System.Drawing.Point(602, 75) Me.lblStatus.Name = "lblStatus" Me.lblStatus.Size = New System.Drawing.Size(37, 13) Me.lblStatus.TabIndex = 8 Me.lblStatus.Text = "Open" ' 'PicOpen ' Me.PicOpen.BackgroundImage = CType(resources.GetObject("PicOpen.BackgroundImage"), System.Drawing.Image) Me.PicOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicOpen.Location = New System.Drawing.Point(1, 47) Me.PicOpen.Name = "PicOpen" Me.PicOpen.Size = New System.Drawing.Size(13, 13) Me.PicOpen.TabIndex = 10 Me.PicOpen.TabStop = False Me.PicOpen.Visible = False ' 'PicStatus ' Me.PicStatus.BackgroundImage = CType(resources.GetObject("PicStatus.BackgroundImage"), System.Drawing.Image) Me.PicStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicStatus.Location = New System.Drawing.Point(591, 75) Me.PicStatus.Name = "PicStatus" Me.PicStatus.Size = New System.Drawing.Size(13, 13) Me.PicStatus.TabIndex = 10 Me.PicStatus.TabStop = False ' 'PicLevelBronze ' Me.PicLevelBronze.BackgroundImage = CType(resources.GetObject("PicLevelBronze.BackgroundImage"), System.Drawing.Image) Me.PicLevelBronze.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelBronze.Location = New System.Drawing.Point(19, 66) Me.PicLevelBronze.Name = "PicLevelBronze" Me.PicLevelBronze.Size = New System.Drawing.Size(13, 13) Me.PicLevelBronze.TabIndex = 10 Me.PicLevelBronze.TabStop = False Me.PicLevelBronze.Visible = False ' 'PicLevelDiamond ' Me.PicLevelDiamond.BackgroundImage = CType(resources.GetObject("PicLevelDiamond.BackgroundImage"), System.Drawing.Image) Me.PicLevelDiamond.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelDiamond.Location = New System.Drawing.Point(95, 66) Me.PicLevelDiamond.Name = "PicLevelDiamond" Me.PicLevelDiamond.Size = New System.Drawing.Size(13, 13) Me.PicLevelDiamond.TabIndex = 10 Me.PicLevelDiamond.TabStop = False Me.PicLevelDiamond.Visible = False ' 'PicLevelSilver ' Me.PicLevelSilver.BackgroundImage = CType(resources.GetObject("PicLevelSilver.BackgroundImage"), System.Drawing.Image) Me.PicLevelSilver.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelSilver.Location = New System.Drawing.Point(38, 66) Me.PicLevelSilver.Name = "PicLevelSilver" Me.PicLevelSilver.Size = New System.Drawing.Size(13, 13) Me.PicLevelSilver.TabIndex = 10 Me.PicLevelSilver.TabStop = False Me.PicLevelSilver.Visible = False ' 'PicLevelNone ' Me.PicLevelNone.BackgroundImage = CType(resources.GetObject("PicLevelNone.BackgroundImage"), System.Drawing.Image) Me.PicLevelNone.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelNone.Location = New System.Drawing.Point(1, 66) Me.PicLevelNone.Name = "PicLevelNone" Me.PicLevelNone.Size = New System.Drawing.Size(13, 13) Me.PicLevelNone.TabIndex = 10 Me.PicLevelNone.TabStop = False Me.PicLevelNone.Visible = False ' 'PicLevelEmerald ' Me.PicLevelEmerald.BackgroundImage = CType(resources.GetObject("PicLevelEmerald.BackgroundImage"), System.Drawing.Image) Me.PicLevelEmerald.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelEmerald.Location = New System.Drawing.Point(76, 66) Me.PicLevelEmerald.Name = "PicLevelEmerald" Me.PicLevelEmerald.Size = New System.Drawing.Size(13, 13) Me.PicLevelEmerald.TabIndex = 10 Me.PicLevelEmerald.TabStop = False Me.PicLevelEmerald.Visible = False ' 'PicLevelGold ' Me.PicLevelGold.BackgroundImage = CType(resources.GetObject("PicLevelGold.BackgroundImage"), System.Drawing.Image) Me.PicLevelGold.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelGold.Location = New System.Drawing.Point(57, 66) Me.PicLevelGold.Name = "PicLevelGold" Me.PicLevelGold.Size = New System.Drawing.Size(13, 13) Me.PicLevelGold.TabIndex = 10 Me.PicLevelGold.TabStop = False Me.PicLevelGold.Visible = False ' 'PicLevelRainbow ' Me.PicLevelRainbow.BackgroundImage = CType(resources.GetObject("PicLevelRainbow.BackgroundImage"), System.Drawing.Image) Me.PicLevelRainbow.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PicLevelRainbow.Location = New System.Drawing.Point(114, 66) Me.PicLevelRainbow.Name = "PicLevelRainbow" Me.PicLevelRainbow.Size = New System.Drawing.Size(13, 13) Me.PicLevelRainbow.TabIndex = 10 Me.PicLevelRainbow.TabStop = False Me.PicLevelRainbow.Visible = False ' 'lblCompany6 ' Me.lblCompany6.AutoSize = True Me.lblCompany6.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany6.Location = New System.Drawing.Point(34, 213) Me.lblCompany6.Name = "lblCompany6" Me.lblCompany6.Size = New System.Drawing.Size(73, 15) Me.lblCompany6.TabIndex = 6 Me.lblCompany6.Text = "Company 6" Me.lblCompany6.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany7 ' Me.lblCompany7.AutoSize = True Me.lblCompany7.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany7.Location = New System.Drawing.Point(34, 234) Me.lblCompany7.Name = "lblCompany7" Me.lblCompany7.Size = New System.Drawing.Size(73, 15) Me.lblCompany7.TabIndex = 6 Me.lblCompany7.Text = "Company 7" Me.lblCompany7.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany8 ' Me.lblCompany8.AutoSize = True Me.lblCompany8.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany8.Location = New System.Drawing.Point(34, 258) Me.lblCompany8.Name = "lblCompany8" Me.lblCompany8.Size = New System.Drawing.Size(73, 15) Me.lblCompany8.TabIndex = 6 Me.lblCompany8.Text = "Company 8" Me.lblCompany8.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice6 ' Me.txtBuyPrice6.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice6.Location = New System.Drawing.Point(141, 210) Me.txtBuyPrice6.Name = "txtBuyPrice6" Me.txtBuyPrice6.ReadOnly = True Me.txtBuyPrice6.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice6.TabIndex = 52 Me.txtBuyPrice6.Text = "$" Me.txtBuyPrice6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblCompany9 ' Me.lblCompany9.AutoSize = True Me.lblCompany9.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany9.Location = New System.Drawing.Point(34, 282) Me.lblCompany9.Name = "lblCompany9" Me.lblCompany9.Size = New System.Drawing.Size(73, 15) Me.lblCompany9.TabIndex = 6 Me.lblCompany9.Text = "Company 9" Me.lblCompany9.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany10 ' Me.lblCompany10.AutoSize = True Me.lblCompany10.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany10.Location = New System.Drawing.Point(34, 307) Me.lblCompany10.Name = "lblCompany10" Me.lblCompany10.Size = New System.Drawing.Size(80, 15) Me.lblCompany10.TabIndex = 6 Me.lblCompany10.Text = "Company 10" Me.lblCompany10.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice7 ' Me.txtBuyPrice7.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice7.Location = New System.Drawing.Point(141, 233) Me.txtBuyPrice7.Name = "txtBuyPrice7" Me.txtBuyPrice7.ReadOnly = True Me.txtBuyPrice7.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice7.TabIndex = 62 Me.txtBuyPrice7.Text = "$" Me.txtBuyPrice7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice8 ' Me.txtBuyPrice8.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice8.Location = New System.Drawing.Point(141, 257) Me.txtBuyPrice8.Name = "txtBuyPrice8" Me.txtBuyPrice8.ReadOnly = True Me.txtBuyPrice8.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice8.TabIndex = 72 Me.txtBuyPrice8.Text = "$" Me.txtBuyPrice8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice9 ' Me.txtBuyPrice9.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice9.Location = New System.Drawing.Point(141, 281) Me.txtBuyPrice9.Name = "txtBuyPrice9" Me.txtBuyPrice9.ReadOnly = True Me.txtBuyPrice9.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice9.TabIndex = 82 Me.txtBuyPrice9.Text = "$" Me.txtBuyPrice9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice10 ' Me.txtBuyPrice10.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice10.Location = New System.Drawing.Point(141, 306) Me.txtBuyPrice10.Name = "txtBuyPrice10" Me.txtBuyPrice10.ReadOnly = True Me.txtBuyPrice10.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice10.TabIndex = 92 Me.txtBuyPrice10.Text = "$" Me.txtBuyPrice10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding6 ' Me.txtHolding6.BackColor = System.Drawing.Color.White Me.txtHolding6.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding6.Location = New System.Drawing.Point(661, 210) Me.txtHolding6.Name = "txtHolding6" Me.txtHolding6.ReadOnly = True Me.txtHolding6.Size = New System.Drawing.Size(91, 20) Me.txtHolding6.TabIndex = 60 Me.txtHolding6.Text = "0" ' 'txtChange6 ' Me.txtChange6.BackColor = System.Drawing.Color.White Me.txtChange6.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange6.Location = New System.Drawing.Point(473, 208) Me.txtChange6.Name = "txtChange6" Me.txtChange6.ReadOnly = True Me.txtChange6.Size = New System.Drawing.Size(50, 20) Me.txtChange6.TabIndex = 56 Me.txtChange6.Text = "0" Me.txtChange6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange7 ' Me.txtChange7.BackColor = System.Drawing.Color.White Me.txtChange7.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange7.Location = New System.Drawing.Point(473, 232) Me.txtChange7.Name = "txtChange7" Me.txtChange7.ReadOnly = True Me.txtChange7.Size = New System.Drawing.Size(50, 20) Me.txtChange7.TabIndex = 66 Me.txtChange7.Text = "0" Me.txtChange7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange8 ' Me.txtChange8.BackColor = System.Drawing.Color.White Me.txtChange8.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange8.Location = New System.Drawing.Point(473, 256) Me.txtChange8.Name = "txtChange8" Me.txtChange8.ReadOnly = True Me.txtChange8.Size = New System.Drawing.Size(50, 20) Me.txtChange8.TabIndex = 76 Me.txtChange8.Text = "0" Me.txtChange8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange9 ' Me.txtChange9.BackColor = System.Drawing.Color.White Me.txtChange9.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange9.Location = New System.Drawing.Point(473, 280) Me.txtChange9.Name = "txtChange9" Me.txtChange9.ReadOnly = True Me.txtChange9.Size = New System.Drawing.Size(50, 20) Me.txtChange9.TabIndex = 86 Me.txtChange9.Text = "0" Me.txtChange9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange10 ' Me.txtChange10.BackColor = System.Drawing.Color.White Me.txtChange10.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange10.Location = New System.Drawing.Point(473, 305) Me.txtChange10.Name = "txtChange10" Me.txtChange10.ReadOnly = True Me.txtChange10.Size = New System.Drawing.Size(50, 20) Me.txtChange10.TabIndex = 96 Me.txtChange10.Text = "0" Me.txtChange10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtQuota6 ' Me.txtQuota6.BackColor = System.Drawing.Color.White Me.txtQuota6.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota6.Location = New System.Drawing.Point(758, 210) Me.txtQuota6.Name = "txtQuota6" Me.txtQuota6.ReadOnly = True Me.txtQuota6.Size = New System.Drawing.Size(64, 20) Me.txtQuota6.TabIndex = 61 Me.txtQuota6.Text = "0.00%" Me.txtQuota6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin6 ' Me.txtWeekMin6.BackColor = System.Drawing.Color.White Me.txtWeekMin6.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin6.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin6.Location = New System.Drawing.Point(297, 210) Me.txtWeekMin6.Name = "txtWeekMin6" Me.txtWeekMin6.ReadOnly = True Me.txtWeekMin6.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin6.TabIndex = 54 Me.txtWeekMin6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin7 ' Me.txtWeekMin7.BackColor = System.Drawing.Color.White Me.txtWeekMin7.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin7.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin7.Location = New System.Drawing.Point(297, 233) Me.txtWeekMin7.Name = "txtWeekMin7" Me.txtWeekMin7.ReadOnly = True Me.txtWeekMin7.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin7.TabIndex = 64 Me.txtWeekMin7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin8 ' Me.txtWeekMin8.BackColor = System.Drawing.Color.White Me.txtWeekMin8.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin8.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin8.Location = New System.Drawing.Point(297, 257) Me.txtWeekMin8.Name = "txtWeekMin8" Me.txtWeekMin8.ReadOnly = True Me.txtWeekMin8.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin8.TabIndex = 74 Me.txtWeekMin8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin9 ' Me.txtWeekMin9.BackColor = System.Drawing.Color.White Me.txtWeekMin9.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin9.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin9.Location = New System.Drawing.Point(297, 281) Me.txtWeekMin9.Name = "txtWeekMin9" Me.txtWeekMin9.ReadOnly = True Me.txtWeekMin9.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin9.TabIndex = 84 Me.txtWeekMin9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin10 ' Me.txtWeekMin10.BackColor = System.Drawing.Color.White Me.txtWeekMin10.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin10.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin10.Location = New System.Drawing.Point(297, 306) Me.txtWeekMin10.Name = "txtWeekMin10" Me.txtWeekMin10.ReadOnly = True Me.txtWeekMin10.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin10.TabIndex = 94 Me.txtWeekMin10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax6 ' Me.txtWeekMax6.BackColor = System.Drawing.Color.White Me.txtWeekMax6.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax6.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax6.Location = New System.Drawing.Point(378, 209) Me.txtWeekMax6.Name = "txtWeekMax6" Me.txtWeekMax6.ReadOnly = True Me.txtWeekMax6.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax6.TabIndex = 55 Me.txtWeekMax6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax7 ' Me.txtWeekMax7.BackColor = System.Drawing.Color.White Me.txtWeekMax7.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax7.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax7.Location = New System.Drawing.Point(378, 233) Me.txtWeekMax7.Name = "txtWeekMax7" Me.txtWeekMax7.ReadOnly = True Me.txtWeekMax7.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax7.TabIndex = 65 Me.txtWeekMax7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax8 ' Me.txtWeekMax8.BackColor = System.Drawing.Color.White Me.txtWeekMax8.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax8.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax8.Location = New System.Drawing.Point(378, 257) Me.txtWeekMax8.Name = "txtWeekMax8" Me.txtWeekMax8.ReadOnly = True Me.txtWeekMax8.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax8.TabIndex = 75 Me.txtWeekMax8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax9 ' Me.txtWeekMax9.BackColor = System.Drawing.Color.White Me.txtWeekMax9.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax9.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax9.Location = New System.Drawing.Point(378, 281) Me.txtWeekMax9.Name = "txtWeekMax9" Me.txtWeekMax9.ReadOnly = True Me.txtWeekMax9.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax9.TabIndex = 85 Me.txtWeekMax9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax10 ' Me.txtWeekMax10.BackColor = System.Drawing.Color.White Me.txtWeekMax10.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax10.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax10.Location = New System.Drawing.Point(378, 306) Me.txtWeekMax10.Name = "txtWeekMax10" Me.txtWeekMax10.ReadOnly = True Me.txtWeekMax10.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax10.TabIndex = 95 Me.txtWeekMax10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota7 ' Me.txtQuota7.BackColor = System.Drawing.Color.White Me.txtQuota7.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota7.Location = New System.Drawing.Point(758, 234) Me.txtQuota7.Name = "txtQuota7" Me.txtQuota7.ReadOnly = True Me.txtQuota7.Size = New System.Drawing.Size(64, 20) Me.txtQuota7.TabIndex = 71 Me.txtQuota7.Text = "0.00%" Me.txtQuota7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota8 ' Me.txtQuota8.BackColor = System.Drawing.Color.White Me.txtQuota8.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota8.Location = New System.Drawing.Point(758, 258) Me.txtQuota8.Name = "txtQuota8" Me.txtQuota8.ReadOnly = True Me.txtQuota8.Size = New System.Drawing.Size(64, 20) Me.txtQuota8.TabIndex = 81 Me.txtQuota8.Text = "0.00%" Me.txtQuota8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota9 ' Me.txtQuota9.BackColor = System.Drawing.Color.White Me.txtQuota9.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota9.Location = New System.Drawing.Point(758, 282) Me.txtQuota9.Name = "txtQuota9" Me.txtQuota9.ReadOnly = True Me.txtQuota9.Size = New System.Drawing.Size(64, 20) Me.txtQuota9.TabIndex = 91 Me.txtQuota9.Text = "0.00%" Me.txtQuota9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota10 ' Me.txtQuota10.BackColor = System.Drawing.Color.White Me.txtQuota10.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota10.Location = New System.Drawing.Point(758, 307) Me.txtQuota10.Name = "txtQuota10" Me.txtQuota10.ReadOnly = True Me.txtQuota10.Size = New System.Drawing.Size(64, 20) Me.txtQuota10.TabIndex = 101 Me.txtQuota10.Text = "0.00%" Me.txtQuota10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice7 ' Me.txtSellPrice7.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice7.Location = New System.Drawing.Point(217, 233) Me.txtSellPrice7.Name = "txtSellPrice7" Me.txtSellPrice7.ReadOnly = True Me.txtSellPrice7.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice7.TabIndex = 63 Me.txtSellPrice7.Text = "$" Me.txtSellPrice7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice8 ' Me.txtSellPrice8.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice8.Location = New System.Drawing.Point(217, 257) Me.txtSellPrice8.Name = "txtSellPrice8" Me.txtSellPrice8.ReadOnly = True Me.txtSellPrice8.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice8.TabIndex = 73 Me.txtSellPrice8.Text = "$" Me.txtSellPrice8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice9 ' Me.txtSellPrice9.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice9.Location = New System.Drawing.Point(217, 281) Me.txtSellPrice9.Name = "txtSellPrice9" Me.txtSellPrice9.ReadOnly = True Me.txtSellPrice9.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice9.TabIndex = 83 Me.txtSellPrice9.Text = "$" Me.txtSellPrice9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice10 ' Me.txtSellPrice10.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice10.Location = New System.Drawing.Point(217, 306) Me.txtSellPrice10.Name = "txtSellPrice10" Me.txtSellPrice10.ReadOnly = True Me.txtSellPrice10.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice10.TabIndex = 93 Me.txtSellPrice10.Text = "$" Me.txtSellPrice10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding7 ' Me.txtHolding7.BackColor = System.Drawing.Color.White Me.txtHolding7.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding7.Location = New System.Drawing.Point(661, 234) Me.txtHolding7.Name = "txtHolding7" Me.txtHolding7.ReadOnly = True Me.txtHolding7.Size = New System.Drawing.Size(91, 20) Me.txtHolding7.TabIndex = 70 Me.txtHolding7.Text = "0" ' 'txtHolding8 ' Me.txtHolding8.BackColor = System.Drawing.Color.White Me.txtHolding8.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding8.Location = New System.Drawing.Point(661, 258) Me.txtHolding8.Name = "txtHolding8" Me.txtHolding8.ReadOnly = True Me.txtHolding8.Size = New System.Drawing.Size(91, 20) Me.txtHolding8.TabIndex = 80 Me.txtHolding8.Text = "0" ' 'txtHolding9 ' Me.txtHolding9.BackColor = System.Drawing.Color.White Me.txtHolding9.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding9.Location = New System.Drawing.Point(661, 282) Me.txtHolding9.Name = "txtHolding9" Me.txtHolding9.ReadOnly = True Me.txtHolding9.Size = New System.Drawing.Size(91, 20) Me.txtHolding9.TabIndex = 90 Me.txtHolding9.Text = "0" ' 'txtHolding10 ' Me.txtHolding10.BackColor = System.Drawing.Color.White Me.txtHolding10.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding10.Location = New System.Drawing.Point(661, 307) Me.txtHolding10.Name = "txtHolding10" Me.txtHolding10.ReadOnly = True Me.txtHolding10.Size = New System.Drawing.Size(91, 20) Me.txtHolding10.TabIndex = 100 Me.txtHolding10.Text = "0" ' 'txtSellPrice6 ' Me.txtSellPrice6.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice6.Location = New System.Drawing.Point(217, 210) Me.txtSellPrice6.Name = "txtSellPrice6" Me.txtSellPrice6.ReadOnly = True Me.txtSellPrice6.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice6.TabIndex = 53 Me.txtSellPrice6.Text = "$" Me.txtSellPrice6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'btnBuy6 ' Me.btnBuy6.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy6.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy6.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy6.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy6.Location = New System.Drawing.Point(576, 208) Me.btnBuy6.Name = "btnBuy6" Me.btnBuy6.Size = New System.Drawing.Size(40, 22) Me.btnBuy6.TabIndex = 58 Me.btnBuy6.Text = "Buy" Me.btnBuy6.UseVisualStyleBackColor = False ' 'btnBuy7 ' Me.btnBuy7.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy7.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy7.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy7.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy7.Location = New System.Drawing.Point(576, 232) Me.btnBuy7.Name = "btnBuy7" Me.btnBuy7.Size = New System.Drawing.Size(40, 22) Me.btnBuy7.TabIndex = 68 Me.btnBuy7.Text = "Buy" Me.btnBuy7.UseVisualStyleBackColor = False ' 'btnBuy8 ' Me.btnBuy8.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy8.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy8.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy8.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy8.Location = New System.Drawing.Point(576, 256) Me.btnBuy8.Name = "btnBuy8" Me.btnBuy8.Size = New System.Drawing.Size(40, 22) Me.btnBuy8.TabIndex = 78 Me.btnBuy8.Text = "Buy" Me.btnBuy8.UseVisualStyleBackColor = False ' 'btnBuy9 ' Me.btnBuy9.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy9.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy9.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy9.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy9.Location = New System.Drawing.Point(576, 280) Me.btnBuy9.Name = "btnBuy9" Me.btnBuy9.Size = New System.Drawing.Size(40, 22) Me.btnBuy9.TabIndex = 88 Me.btnBuy9.Text = "Buy" Me.btnBuy9.UseVisualStyleBackColor = False ' 'btnBuy10 ' Me.btnBuy10.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy10.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy10.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy10.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy10.Location = New System.Drawing.Point(576, 305) Me.btnBuy10.Name = "btnBuy10" Me.btnBuy10.Size = New System.Drawing.Size(40, 22) Me.btnBuy10.TabIndex = 98 Me.btnBuy10.Text = "Buy" Me.btnBuy10.UseVisualStyleBackColor = False ' 'btnSell6 ' Me.btnSell6.BackColor = System.Drawing.Color.GreenYellow Me.btnSell6.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell6.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell6.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell6.Location = New System.Drawing.Point(615, 208) Me.btnSell6.Name = "btnSell6" Me.btnSell6.Size = New System.Drawing.Size(40, 22) Me.btnSell6.TabIndex = 59 Me.btnSell6.Text = "Sell" Me.btnSell6.UseVisualStyleBackColor = False ' 'btnSell7 ' Me.btnSell7.BackColor = System.Drawing.Color.GreenYellow Me.btnSell7.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell7.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell7.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell7.Location = New System.Drawing.Point(615, 232) Me.btnSell7.Name = "btnSell7" Me.btnSell7.Size = New System.Drawing.Size(40, 22) Me.btnSell7.TabIndex = 69 Me.btnSell7.Text = "Sell" Me.btnSell7.UseVisualStyleBackColor = False ' 'btnSell8 ' Me.btnSell8.BackColor = System.Drawing.Color.GreenYellow Me.btnSell8.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell8.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell8.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell8.Location = New System.Drawing.Point(615, 256) Me.btnSell8.Name = "btnSell8" Me.btnSell8.Size = New System.Drawing.Size(40, 22) Me.btnSell8.TabIndex = 79 Me.btnSell8.Text = "Sell" Me.btnSell8.UseVisualStyleBackColor = False ' 'btnSell9 ' Me.btnSell9.BackColor = System.Drawing.Color.GreenYellow Me.btnSell9.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell9.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell9.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell9.Location = New System.Drawing.Point(615, 280) Me.btnSell9.Name = "btnSell9" Me.btnSell9.Size = New System.Drawing.Size(40, 22) Me.btnSell9.TabIndex = 89 Me.btnSell9.Text = "Sell" Me.btnSell9.UseVisualStyleBackColor = False ' 'btnSell10 ' Me.btnSell10.BackColor = System.Drawing.Color.GreenYellow Me.btnSell10.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell10.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell10.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell10.Location = New System.Drawing.Point(615, 305) Me.btnSell10.Name = "btnSell10" Me.btnSell10.Size = New System.Drawing.Size(40, 22) Me.btnSell10.TabIndex = 99 Me.btnSell10.Text = "Sell" Me.btnSell10.UseVisualStyleBackColor = False ' 'PictureBox6 ' Me.PictureBox6.BackgroundImage = CType(resources.GetObject("PictureBox6.BackgroundImage"), System.Drawing.Image) Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox6.Location = New System.Drawing.Point(457, 210) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(13, 13) Me.PictureBox6.TabIndex = 10 Me.PictureBox6.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.BackgroundImage = CType(resources.GetObject("PictureBox7.BackgroundImage"), System.Drawing.Image) Me.PictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox7.Location = New System.Drawing.Point(457, 235) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(13, 13) Me.PictureBox7.TabIndex = 10 Me.PictureBox7.TabStop = False ' 'PictureBox8 ' Me.PictureBox8.BackgroundImage = CType(resources.GetObject("PictureBox8.BackgroundImage"), System.Drawing.Image) Me.PictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox8.Location = New System.Drawing.Point(457, 259) Me.PictureBox8.Name = "PictureBox8" Me.PictureBox8.Size = New System.Drawing.Size(13, 13) Me.PictureBox8.TabIndex = 10 Me.PictureBox8.TabStop = False ' 'PictureBox9 ' Me.PictureBox9.BackgroundImage = CType(resources.GetObject("PictureBox9.BackgroundImage"), System.Drawing.Image) Me.PictureBox9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox9.Location = New System.Drawing.Point(457, 283) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(13, 13) Me.PictureBox9.TabIndex = 10 Me.PictureBox9.TabStop = False ' 'PictureBox10 ' Me.PictureBox10.BackgroundImage = CType(resources.GetObject("PictureBox10.BackgroundImage"), System.Drawing.Image) Me.PictureBox10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox10.Location = New System.Drawing.Point(457, 308) Me.PictureBox10.Name = "PictureBox10" Me.PictureBox10.Size = New System.Drawing.Size(13, 13) Me.PictureBox10.TabIndex = 10 Me.PictureBox10.TabStop = False ' 'NumericUpDown6 ' Me.NumericUpDown6.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown6.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown6.Location = New System.Drawing.Point(529, 209) Me.NumericUpDown6.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown6.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown6.Name = "NumericUpDown6" Me.NumericUpDown6.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown6.TabIndex = 57 Me.NumericUpDown6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown6.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown7 ' Me.NumericUpDown7.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown7.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown7.Location = New System.Drawing.Point(529, 232) Me.NumericUpDown7.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown7.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown7.Name = "NumericUpDown7" Me.NumericUpDown7.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown7.TabIndex = 67 Me.NumericUpDown7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown7.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown8 ' Me.NumericUpDown8.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown8.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown8.Location = New System.Drawing.Point(529, 256) Me.NumericUpDown8.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown8.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown8.Name = "NumericUpDown8" Me.NumericUpDown8.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown8.TabIndex = 77 Me.NumericUpDown8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown8.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown9 ' Me.NumericUpDown9.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown9.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown9.Location = New System.Drawing.Point(529, 280) Me.NumericUpDown9.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown9.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown9.Name = "NumericUpDown9" Me.NumericUpDown9.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown9.TabIndex = 87 Me.NumericUpDown9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown9.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown10 ' Me.NumericUpDown10.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown10.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown10.Location = New System.Drawing.Point(529, 305) Me.NumericUpDown10.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown10.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown10.Name = "NumericUpDown10" Me.NumericUpDown10.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown10.TabIndex = 97 Me.NumericUpDown10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown10.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblCompany11 ' Me.lblCompany11.AutoSize = True Me.lblCompany11.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany11.Location = New System.Drawing.Point(34, 333) Me.lblCompany11.Name = "lblCompany11" Me.lblCompany11.Size = New System.Drawing.Size(80, 15) Me.lblCompany11.TabIndex = 6 Me.lblCompany11.Text = "Company 11" Me.lblCompany11.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany12 ' Me.lblCompany12.AutoSize = True Me.lblCompany12.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany12.Location = New System.Drawing.Point(34, 357) Me.lblCompany12.Name = "lblCompany12" Me.lblCompany12.Size = New System.Drawing.Size(80, 15) Me.lblCompany12.TabIndex = 6 Me.lblCompany12.Text = "Company 12" Me.lblCompany12.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany13 ' Me.lblCompany13.AutoSize = True Me.lblCompany13.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany13.Location = New System.Drawing.Point(34, 382) Me.lblCompany13.Name = "lblCompany13" Me.lblCompany13.Size = New System.Drawing.Size(80, 15) Me.lblCompany13.TabIndex = 6 Me.lblCompany13.Text = "Company 13" Me.lblCompany13.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice11 ' Me.txtBuyPrice11.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice11.Location = New System.Drawing.Point(141, 330) Me.txtBuyPrice11.Name = "txtBuyPrice11" Me.txtBuyPrice11.ReadOnly = True Me.txtBuyPrice11.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice11.TabIndex = 102 Me.txtBuyPrice11.Text = "$" Me.txtBuyPrice11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblCompany14 ' Me.lblCompany14.AutoSize = True Me.lblCompany14.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany14.Location = New System.Drawing.Point(34, 402) Me.lblCompany14.Name = "lblCompany14" Me.lblCompany14.Size = New System.Drawing.Size(80, 15) Me.lblCompany14.TabIndex = 6 Me.lblCompany14.Text = "Company 14" Me.lblCompany14.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany15 ' Me.lblCompany15.AutoSize = True Me.lblCompany15.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany15.Location = New System.Drawing.Point(34, 427) Me.lblCompany15.Name = "lblCompany15" Me.lblCompany15.Size = New System.Drawing.Size(80, 15) Me.lblCompany15.TabIndex = 6 Me.lblCompany15.Text = "Company 15" Me.lblCompany15.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice12 ' Me.txtBuyPrice12.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice12.Location = New System.Drawing.Point(141, 353) Me.txtBuyPrice12.Name = "txtBuyPrice12" Me.txtBuyPrice12.ReadOnly = True Me.txtBuyPrice12.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice12.TabIndex = 112 Me.txtBuyPrice12.Text = "$" Me.txtBuyPrice12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice13 ' Me.txtBuyPrice13.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice13.Location = New System.Drawing.Point(141, 377) Me.txtBuyPrice13.Name = "txtBuyPrice13" Me.txtBuyPrice13.ReadOnly = True Me.txtBuyPrice13.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice13.TabIndex = 122 Me.txtBuyPrice13.Text = "$" Me.txtBuyPrice13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice14 ' Me.txtBuyPrice14.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice14.Location = New System.Drawing.Point(141, 401) Me.txtBuyPrice14.Name = "txtBuyPrice14" Me.txtBuyPrice14.ReadOnly = True Me.txtBuyPrice14.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice14.TabIndex = 132 Me.txtBuyPrice14.Text = "$" Me.txtBuyPrice14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice15 ' Me.txtBuyPrice15.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice15.Location = New System.Drawing.Point(141, 426) Me.txtBuyPrice15.Name = "txtBuyPrice15" Me.txtBuyPrice15.ReadOnly = True Me.txtBuyPrice15.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice15.TabIndex = 142 Me.txtBuyPrice15.Text = "$" Me.txtBuyPrice15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding11 ' Me.txtHolding11.BackColor = System.Drawing.Color.White Me.txtHolding11.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding11.Location = New System.Drawing.Point(661, 330) Me.txtHolding11.Name = "txtHolding11" Me.txtHolding11.ReadOnly = True Me.txtHolding11.Size = New System.Drawing.Size(91, 20) Me.txtHolding11.TabIndex = 110 Me.txtHolding11.Text = "0" ' 'txtChange11 ' Me.txtChange11.BackColor = System.Drawing.Color.White Me.txtChange11.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange11.Location = New System.Drawing.Point(473, 328) Me.txtChange11.Name = "txtChange11" Me.txtChange11.ReadOnly = True Me.txtChange11.Size = New System.Drawing.Size(50, 20) Me.txtChange11.TabIndex = 106 Me.txtChange11.Text = "0" Me.txtChange11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange12 ' Me.txtChange12.BackColor = System.Drawing.Color.White Me.txtChange12.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange12.Location = New System.Drawing.Point(473, 352) Me.txtChange12.Name = "txtChange12" Me.txtChange12.ReadOnly = True Me.txtChange12.Size = New System.Drawing.Size(50, 20) Me.txtChange12.TabIndex = 116 Me.txtChange12.Text = "0" Me.txtChange12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange13 ' Me.txtChange13.BackColor = System.Drawing.Color.White Me.txtChange13.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange13.Location = New System.Drawing.Point(473, 376) Me.txtChange13.Name = "txtChange13" Me.txtChange13.ReadOnly = True Me.txtChange13.Size = New System.Drawing.Size(50, 20) Me.txtChange13.TabIndex = 126 Me.txtChange13.Text = "0" Me.txtChange13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange14 ' Me.txtChange14.BackColor = System.Drawing.Color.White Me.txtChange14.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange14.Location = New System.Drawing.Point(473, 400) Me.txtChange14.Name = "txtChange14" Me.txtChange14.ReadOnly = True Me.txtChange14.Size = New System.Drawing.Size(50, 20) Me.txtChange14.TabIndex = 136 Me.txtChange14.Text = "0" Me.txtChange14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange15 ' Me.txtChange15.BackColor = System.Drawing.Color.White Me.txtChange15.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange15.Location = New System.Drawing.Point(473, 425) Me.txtChange15.Name = "txtChange15" Me.txtChange15.ReadOnly = True Me.txtChange15.Size = New System.Drawing.Size(50, 20) Me.txtChange15.TabIndex = 146 Me.txtChange15.Text = "0" Me.txtChange15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtQuota11 ' Me.txtQuota11.BackColor = System.Drawing.Color.White Me.txtQuota11.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota11.Location = New System.Drawing.Point(758, 330) Me.txtQuota11.Name = "txtQuota11" Me.txtQuota11.ReadOnly = True Me.txtQuota11.Size = New System.Drawing.Size(64, 20) Me.txtQuota11.TabIndex = 111 Me.txtQuota11.Text = "0.00%" Me.txtQuota11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin11 ' Me.txtWeekMin11.BackColor = System.Drawing.Color.White Me.txtWeekMin11.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin11.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin11.Location = New System.Drawing.Point(297, 330) Me.txtWeekMin11.Name = "txtWeekMin11" Me.txtWeekMin11.ReadOnly = True Me.txtWeekMin11.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin11.TabIndex = 104 Me.txtWeekMin11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin12 ' Me.txtWeekMin12.BackColor = System.Drawing.Color.White Me.txtWeekMin12.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin12.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin12.Location = New System.Drawing.Point(297, 353) Me.txtWeekMin12.Name = "txtWeekMin12" Me.txtWeekMin12.ReadOnly = True Me.txtWeekMin12.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin12.TabIndex = 114 Me.txtWeekMin12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin13 ' Me.txtWeekMin13.BackColor = System.Drawing.Color.White Me.txtWeekMin13.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin13.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin13.Location = New System.Drawing.Point(297, 377) Me.txtWeekMin13.Name = "txtWeekMin13" Me.txtWeekMin13.ReadOnly = True Me.txtWeekMin13.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin13.TabIndex = 124 Me.txtWeekMin13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin14 ' Me.txtWeekMin14.BackColor = System.Drawing.Color.White Me.txtWeekMin14.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin14.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin14.Location = New System.Drawing.Point(297, 401) Me.txtWeekMin14.Name = "txtWeekMin14" Me.txtWeekMin14.ReadOnly = True Me.txtWeekMin14.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin14.TabIndex = 134 Me.txtWeekMin14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin15 ' Me.txtWeekMin15.BackColor = System.Drawing.Color.White Me.txtWeekMin15.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin15.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin15.Location = New System.Drawing.Point(297, 426) Me.txtWeekMin15.Name = "txtWeekMin15" Me.txtWeekMin15.ReadOnly = True Me.txtWeekMin15.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin15.TabIndex = 144 Me.txtWeekMin15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax11 ' Me.txtWeekMax11.BackColor = System.Drawing.Color.White Me.txtWeekMax11.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax11.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax11.Location = New System.Drawing.Point(378, 329) Me.txtWeekMax11.Name = "txtWeekMax11" Me.txtWeekMax11.ReadOnly = True Me.txtWeekMax11.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax11.TabIndex = 105 Me.txtWeekMax11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax12 ' Me.txtWeekMax12.BackColor = System.Drawing.Color.White Me.txtWeekMax12.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax12.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax12.Location = New System.Drawing.Point(378, 353) Me.txtWeekMax12.Name = "txtWeekMax12" Me.txtWeekMax12.ReadOnly = True Me.txtWeekMax12.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax12.TabIndex = 115 Me.txtWeekMax12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax13 ' Me.txtWeekMax13.BackColor = System.Drawing.Color.White Me.txtWeekMax13.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax13.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax13.Location = New System.Drawing.Point(378, 377) Me.txtWeekMax13.Name = "txtWeekMax13" Me.txtWeekMax13.ReadOnly = True Me.txtWeekMax13.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax13.TabIndex = 125 Me.txtWeekMax13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax14 ' Me.txtWeekMax14.BackColor = System.Drawing.Color.White Me.txtWeekMax14.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax14.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax14.Location = New System.Drawing.Point(378, 401) Me.txtWeekMax14.Name = "txtWeekMax14" Me.txtWeekMax14.ReadOnly = True Me.txtWeekMax14.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax14.TabIndex = 135 Me.txtWeekMax14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax15 ' Me.txtWeekMax15.BackColor = System.Drawing.Color.White Me.txtWeekMax15.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax15.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax15.Location = New System.Drawing.Point(378, 426) Me.txtWeekMax15.Name = "txtWeekMax15" Me.txtWeekMax15.ReadOnly = True Me.txtWeekMax15.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax15.TabIndex = 145 Me.txtWeekMax15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota12 ' Me.txtQuota12.BackColor = System.Drawing.Color.White Me.txtQuota12.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota12.Location = New System.Drawing.Point(758, 354) Me.txtQuota12.Name = "txtQuota12" Me.txtQuota12.ReadOnly = True Me.txtQuota12.Size = New System.Drawing.Size(64, 20) Me.txtQuota12.TabIndex = 121 Me.txtQuota12.Text = "0.00%" Me.txtQuota12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota13 ' Me.txtQuota13.BackColor = System.Drawing.Color.White Me.txtQuota13.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota13.Location = New System.Drawing.Point(758, 378) Me.txtQuota13.Name = "txtQuota13" Me.txtQuota13.ReadOnly = True Me.txtQuota13.Size = New System.Drawing.Size(64, 20) Me.txtQuota13.TabIndex = 131 Me.txtQuota13.Text = "0.00%" Me.txtQuota13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota14 ' Me.txtQuota14.BackColor = System.Drawing.Color.White Me.txtQuota14.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota14.Location = New System.Drawing.Point(758, 402) Me.txtQuota14.Name = "txtQuota14" Me.txtQuota14.ReadOnly = True Me.txtQuota14.Size = New System.Drawing.Size(64, 20) Me.txtQuota14.TabIndex = 141 Me.txtQuota14.Text = "0.00%" Me.txtQuota14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota15 ' Me.txtQuota15.BackColor = System.Drawing.Color.White Me.txtQuota15.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota15.Location = New System.Drawing.Point(758, 427) Me.txtQuota15.Name = "txtQuota15" Me.txtQuota15.ReadOnly = True Me.txtQuota15.Size = New System.Drawing.Size(64, 20) Me.txtQuota15.TabIndex = 151 Me.txtQuota15.Text = "0.00%" Me.txtQuota15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice12 ' Me.txtSellPrice12.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice12.Location = New System.Drawing.Point(217, 353) Me.txtSellPrice12.Name = "txtSellPrice12" Me.txtSellPrice12.ReadOnly = True Me.txtSellPrice12.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice12.TabIndex = 113 Me.txtSellPrice12.Text = "$" Me.txtSellPrice12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice13 ' Me.txtSellPrice13.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice13.Location = New System.Drawing.Point(217, 377) Me.txtSellPrice13.Name = "txtSellPrice13" Me.txtSellPrice13.ReadOnly = True Me.txtSellPrice13.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice13.TabIndex = 123 Me.txtSellPrice13.Text = "$" Me.txtSellPrice13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice14 ' Me.txtSellPrice14.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice14.Location = New System.Drawing.Point(217, 401) Me.txtSellPrice14.Name = "txtSellPrice14" Me.txtSellPrice14.ReadOnly = True Me.txtSellPrice14.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice14.TabIndex = 133 Me.txtSellPrice14.Text = "$" Me.txtSellPrice14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice15 ' Me.txtSellPrice15.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice15.Location = New System.Drawing.Point(217, 426) Me.txtSellPrice15.Name = "txtSellPrice15" Me.txtSellPrice15.ReadOnly = True Me.txtSellPrice15.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice15.TabIndex = 143 Me.txtSellPrice15.Text = "$" Me.txtSellPrice15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding12 ' Me.txtHolding12.BackColor = System.Drawing.Color.White Me.txtHolding12.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding12.Location = New System.Drawing.Point(661, 354) Me.txtHolding12.Name = "txtHolding12" Me.txtHolding12.ReadOnly = True Me.txtHolding12.Size = New System.Drawing.Size(91, 20) Me.txtHolding12.TabIndex = 120 Me.txtHolding12.Text = "0" ' 'txtHolding13 ' Me.txtHolding13.BackColor = System.Drawing.Color.White Me.txtHolding13.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding13.Location = New System.Drawing.Point(661, 378) Me.txtHolding13.Name = "txtHolding13" Me.txtHolding13.ReadOnly = True Me.txtHolding13.Size = New System.Drawing.Size(91, 20) Me.txtHolding13.TabIndex = 130 Me.txtHolding13.Text = "0" ' 'txtHolding14 ' Me.txtHolding14.BackColor = System.Drawing.Color.White Me.txtHolding14.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding14.Location = New System.Drawing.Point(661, 402) Me.txtHolding14.Name = "txtHolding14" Me.txtHolding14.ReadOnly = True Me.txtHolding14.Size = New System.Drawing.Size(91, 20) Me.txtHolding14.TabIndex = 140 Me.txtHolding14.Text = "0" ' 'txtHolding15 ' Me.txtHolding15.BackColor = System.Drawing.Color.White Me.txtHolding15.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding15.Location = New System.Drawing.Point(661, 427) Me.txtHolding15.Name = "txtHolding15" Me.txtHolding15.ReadOnly = True Me.txtHolding15.Size = New System.Drawing.Size(91, 20) Me.txtHolding15.TabIndex = 150 Me.txtHolding15.Text = "0" ' 'txtSellPrice11 ' Me.txtSellPrice11.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice11.Location = New System.Drawing.Point(217, 330) Me.txtSellPrice11.Name = "txtSellPrice11" Me.txtSellPrice11.ReadOnly = True Me.txtSellPrice11.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice11.TabIndex = 103 Me.txtSellPrice11.Text = "$" Me.txtSellPrice11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'btnBuy11 ' Me.btnBuy11.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy11.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy11.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy11.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy11.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy11.Location = New System.Drawing.Point(576, 328) Me.btnBuy11.Name = "btnBuy11" Me.btnBuy11.Size = New System.Drawing.Size(40, 22) Me.btnBuy11.TabIndex = 108 Me.btnBuy11.Text = "Buy" Me.btnBuy11.UseVisualStyleBackColor = False ' 'btnBuy12 ' Me.btnBuy12.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy12.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy12.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy12.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy12.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy12.Location = New System.Drawing.Point(576, 352) Me.btnBuy12.Name = "btnBuy12" Me.btnBuy12.Size = New System.Drawing.Size(40, 22) Me.btnBuy12.TabIndex = 118 Me.btnBuy12.Text = "Buy" Me.btnBuy12.UseVisualStyleBackColor = False ' 'btnBuy13 ' Me.btnBuy13.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy13.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy13.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy13.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy13.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy13.Location = New System.Drawing.Point(576, 376) Me.btnBuy13.Name = "btnBuy13" Me.btnBuy13.Size = New System.Drawing.Size(40, 22) Me.btnBuy13.TabIndex = 128 Me.btnBuy13.Text = "Buy" Me.btnBuy13.UseVisualStyleBackColor = False ' 'btnBuy14 ' Me.btnBuy14.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy14.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy14.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy14.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy14.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy14.Location = New System.Drawing.Point(576, 400) Me.btnBuy14.Name = "btnBuy14" Me.btnBuy14.Size = New System.Drawing.Size(40, 22) Me.btnBuy14.TabIndex = 138 Me.btnBuy14.Text = "Buy" Me.btnBuy14.UseVisualStyleBackColor = False ' 'btnBuy15 ' Me.btnBuy15.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy15.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy15.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy15.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy15.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy15.Location = New System.Drawing.Point(576, 425) Me.btnBuy15.Name = "btnBuy15" Me.btnBuy15.Size = New System.Drawing.Size(40, 22) Me.btnBuy15.TabIndex = 148 Me.btnBuy15.Text = "Buy" Me.btnBuy15.UseVisualStyleBackColor = False ' 'btnSell11 ' Me.btnSell11.BackColor = System.Drawing.Color.GreenYellow Me.btnSell11.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell11.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell11.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell11.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell11.Location = New System.Drawing.Point(615, 328) Me.btnSell11.Name = "btnSell11" Me.btnSell11.Size = New System.Drawing.Size(40, 22) Me.btnSell11.TabIndex = 109 Me.btnSell11.Text = "Sell" Me.btnSell11.UseVisualStyleBackColor = False ' 'btnSell12 ' Me.btnSell12.BackColor = System.Drawing.Color.GreenYellow Me.btnSell12.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell12.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell12.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell12.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell12.Location = New System.Drawing.Point(615, 352) Me.btnSell12.Name = "btnSell12" Me.btnSell12.Size = New System.Drawing.Size(40, 22) Me.btnSell12.TabIndex = 119 Me.btnSell12.Text = "Sell" Me.btnSell12.UseVisualStyleBackColor = False ' 'btnSell13 ' Me.btnSell13.BackColor = System.Drawing.Color.GreenYellow Me.btnSell13.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell13.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell13.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell13.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell13.Location = New System.Drawing.Point(615, 376) Me.btnSell13.Name = "btnSell13" Me.btnSell13.Size = New System.Drawing.Size(40, 22) Me.btnSell13.TabIndex = 129 Me.btnSell13.Text = "Sell" Me.btnSell13.UseVisualStyleBackColor = False ' 'btnSell14 ' Me.btnSell14.BackColor = System.Drawing.Color.GreenYellow Me.btnSell14.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell14.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell14.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell14.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell14.Location = New System.Drawing.Point(615, 400) Me.btnSell14.Name = "btnSell14" Me.btnSell14.Size = New System.Drawing.Size(40, 22) Me.btnSell14.TabIndex = 139 Me.btnSell14.Text = "Sell" Me.btnSell14.UseVisualStyleBackColor = False ' 'btnSell15 ' Me.btnSell15.BackColor = System.Drawing.Color.GreenYellow Me.btnSell15.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell15.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell15.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell15.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell15.Location = New System.Drawing.Point(615, 425) Me.btnSell15.Name = "btnSell15" Me.btnSell15.Size = New System.Drawing.Size(40, 22) Me.btnSell15.TabIndex = 149 Me.btnSell15.Text = "Sell" Me.btnSell15.UseVisualStyleBackColor = False ' 'PictureBox11 ' Me.PictureBox11.BackgroundImage = CType(resources.GetObject("PictureBox11.BackgroundImage"), System.Drawing.Image) Me.PictureBox11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox11.Location = New System.Drawing.Point(457, 330) Me.PictureBox11.Name = "PictureBox11" Me.PictureBox11.Size = New System.Drawing.Size(13, 13) Me.PictureBox11.TabIndex = 10 Me.PictureBox11.TabStop = False ' 'PictureBox12 ' Me.PictureBox12.BackgroundImage = CType(resources.GetObject("PictureBox12.BackgroundImage"), System.Drawing.Image) Me.PictureBox12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox12.Location = New System.Drawing.Point(457, 355) Me.PictureBox12.Name = "PictureBox12" Me.PictureBox12.Size = New System.Drawing.Size(13, 13) Me.PictureBox12.TabIndex = 10 Me.PictureBox12.TabStop = False ' 'PictureBox13 ' Me.PictureBox13.BackgroundImage = CType(resources.GetObject("PictureBox13.BackgroundImage"), System.Drawing.Image) Me.PictureBox13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox13.Location = New System.Drawing.Point(457, 379) Me.PictureBox13.Name = "PictureBox13" Me.PictureBox13.Size = New System.Drawing.Size(13, 13) Me.PictureBox13.TabIndex = 10 Me.PictureBox13.TabStop = False ' 'PictureBox14 ' Me.PictureBox14.BackgroundImage = CType(resources.GetObject("PictureBox14.BackgroundImage"), System.Drawing.Image) Me.PictureBox14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox14.Location = New System.Drawing.Point(457, 403) Me.PictureBox14.Name = "PictureBox14" Me.PictureBox14.Size = New System.Drawing.Size(13, 13) Me.PictureBox14.TabIndex = 10 Me.PictureBox14.TabStop = False ' 'PictureBox15 ' Me.PictureBox15.BackgroundImage = CType(resources.GetObject("PictureBox15.BackgroundImage"), System.Drawing.Image) Me.PictureBox15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox15.Location = New System.Drawing.Point(457, 428) Me.PictureBox15.Name = "PictureBox15" Me.PictureBox15.Size = New System.Drawing.Size(13, 13) Me.PictureBox15.TabIndex = 10 Me.PictureBox15.TabStop = False ' 'NumericUpDown11 ' Me.NumericUpDown11.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown11.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown11.Location = New System.Drawing.Point(529, 329) Me.NumericUpDown11.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown11.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown11.Name = "NumericUpDown11" Me.NumericUpDown11.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown11.TabIndex = 107 Me.NumericUpDown11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown11.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown12 ' Me.NumericUpDown12.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown12.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown12.Location = New System.Drawing.Point(529, 352) Me.NumericUpDown12.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown12.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown12.Name = "NumericUpDown12" Me.NumericUpDown12.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown12.TabIndex = 117 Me.NumericUpDown12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown12.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown13 ' Me.NumericUpDown13.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown13.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown13.Location = New System.Drawing.Point(529, 376) Me.NumericUpDown13.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown13.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown13.Name = "NumericUpDown13" Me.NumericUpDown13.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown13.TabIndex = 127 Me.NumericUpDown13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown13.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown14 ' Me.NumericUpDown14.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown14.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown14.Location = New System.Drawing.Point(529, 400) Me.NumericUpDown14.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown14.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown14.Name = "NumericUpDown14" Me.NumericUpDown14.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown14.TabIndex = 137 Me.NumericUpDown14.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown14.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown15 ' Me.NumericUpDown15.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown15.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown15.Location = New System.Drawing.Point(529, 425) Me.NumericUpDown15.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown15.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown15.Name = "NumericUpDown15" Me.NumericUpDown15.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown15.TabIndex = 147 Me.NumericUpDown15.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown15.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblCompany16 ' Me.lblCompany16.AutoSize = True Me.lblCompany16.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany16.Location = New System.Drawing.Point(34, 449) Me.lblCompany16.Name = "lblCompany16" Me.lblCompany16.Size = New System.Drawing.Size(80, 15) Me.lblCompany16.TabIndex = 6 Me.lblCompany16.Text = "Company 16" Me.lblCompany16.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany17 ' Me.lblCompany17.AutoSize = True Me.lblCompany17.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany17.Location = New System.Drawing.Point(34, 474) Me.lblCompany17.Name = "lblCompany17" Me.lblCompany17.Size = New System.Drawing.Size(80, 15) Me.lblCompany17.TabIndex = 6 Me.lblCompany17.Text = "Company 17" Me.lblCompany17.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany18 ' Me.lblCompany18.AutoSize = True Me.lblCompany18.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany18.Location = New System.Drawing.Point(34, 498) Me.lblCompany18.Name = "lblCompany18" Me.lblCompany18.Size = New System.Drawing.Size(80, 15) Me.lblCompany18.TabIndex = 6 Me.lblCompany18.Text = "Company 18" Me.lblCompany18.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice16 ' Me.txtBuyPrice16.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice16.Location = New System.Drawing.Point(141, 450) Me.txtBuyPrice16.Name = "txtBuyPrice16" Me.txtBuyPrice16.ReadOnly = True Me.txtBuyPrice16.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice16.TabIndex = 152 Me.txtBuyPrice16.Text = "$" Me.txtBuyPrice16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'lblCompany19 ' Me.lblCompany19.AutoSize = True Me.lblCompany19.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany19.Location = New System.Drawing.Point(34, 522) Me.lblCompany19.Name = "lblCompany19" Me.lblCompany19.Size = New System.Drawing.Size(80, 15) Me.lblCompany19.TabIndex = 6 Me.lblCompany19.Text = "Company 19" Me.lblCompany19.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblCompany20 ' Me.lblCompany20.AutoSize = True Me.lblCompany20.Cursor = System.Windows.Forms.Cursors.Hand Me.lblCompany20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.lblCompany20.Location = New System.Drawing.Point(34, 547) Me.lblCompany20.Name = "lblCompany20" Me.lblCompany20.Size = New System.Drawing.Size(80, 15) Me.lblCompany20.TabIndex = 6 Me.lblCompany20.Text = "Company 20" Me.lblCompany20.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'txtBuyPrice17 ' Me.txtBuyPrice17.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice17.Location = New System.Drawing.Point(141, 473) Me.txtBuyPrice17.Name = "txtBuyPrice17" Me.txtBuyPrice17.ReadOnly = True Me.txtBuyPrice17.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice17.TabIndex = 162 Me.txtBuyPrice17.Text = "$" Me.txtBuyPrice17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice18 ' Me.txtBuyPrice18.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice18.Location = New System.Drawing.Point(141, 497) Me.txtBuyPrice18.Name = "txtBuyPrice18" Me.txtBuyPrice18.ReadOnly = True Me.txtBuyPrice18.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice18.TabIndex = 172 Me.txtBuyPrice18.Text = "$" Me.txtBuyPrice18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice19 ' Me.txtBuyPrice19.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice19.Location = New System.Drawing.Point(141, 521) Me.txtBuyPrice19.Name = "txtBuyPrice19" Me.txtBuyPrice19.ReadOnly = True Me.txtBuyPrice19.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice19.TabIndex = 184 Me.txtBuyPrice19.Text = "$" Me.txtBuyPrice19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtBuyPrice20 ' Me.txtBuyPrice20.Cursor = System.Windows.Forms.Cursors.Default Me.txtBuyPrice20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtBuyPrice20.Location = New System.Drawing.Point(141, 546) Me.txtBuyPrice20.Name = "txtBuyPrice20" Me.txtBuyPrice20.ReadOnly = True Me.txtBuyPrice20.Size = New System.Drawing.Size(75, 20) Me.txtBuyPrice20.TabIndex = 194 Me.txtBuyPrice20.Text = "$" Me.txtBuyPrice20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding16 ' Me.txtHolding16.BackColor = System.Drawing.Color.White Me.txtHolding16.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding16.Location = New System.Drawing.Point(661, 450) Me.txtHolding16.Name = "txtHolding16" Me.txtHolding16.ReadOnly = True Me.txtHolding16.Size = New System.Drawing.Size(91, 20) Me.txtHolding16.TabIndex = 160 Me.txtHolding16.Text = "0" ' 'txtChange16 ' Me.txtChange16.BackColor = System.Drawing.Color.White Me.txtChange16.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange16.Location = New System.Drawing.Point(473, 448) Me.txtChange16.Name = "txtChange16" Me.txtChange16.ReadOnly = True Me.txtChange16.Size = New System.Drawing.Size(50, 20) Me.txtChange16.TabIndex = 156 Me.txtChange16.Text = "0" Me.txtChange16.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange17 ' Me.txtChange17.BackColor = System.Drawing.Color.White Me.txtChange17.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange17.Location = New System.Drawing.Point(473, 472) Me.txtChange17.Name = "txtChange17" Me.txtChange17.ReadOnly = True Me.txtChange17.Size = New System.Drawing.Size(50, 20) Me.txtChange17.TabIndex = 166 Me.txtChange17.Text = "0" Me.txtChange17.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange18 ' Me.txtChange18.BackColor = System.Drawing.Color.White Me.txtChange18.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange18.Location = New System.Drawing.Point(473, 496) Me.txtChange18.Name = "txtChange18" Me.txtChange18.ReadOnly = True Me.txtChange18.Size = New System.Drawing.Size(50, 20) Me.txtChange18.TabIndex = 178 Me.txtChange18.Text = "0" Me.txtChange18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange19 ' Me.txtChange19.BackColor = System.Drawing.Color.White Me.txtChange19.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange19.Location = New System.Drawing.Point(473, 520) Me.txtChange19.Name = "txtChange19" Me.txtChange19.ReadOnly = True Me.txtChange19.Size = New System.Drawing.Size(50, 20) Me.txtChange19.TabIndex = 188 Me.txtChange19.Text = "0" Me.txtChange19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtChange20 ' Me.txtChange20.BackColor = System.Drawing.Color.White Me.txtChange20.Cursor = System.Windows.Forms.Cursors.Default Me.txtChange20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtChange20.Location = New System.Drawing.Point(473, 545) Me.txtChange20.Name = "txtChange20" Me.txtChange20.ReadOnly = True Me.txtChange20.Size = New System.Drawing.Size(50, 20) Me.txtChange20.TabIndex = 198 Me.txtChange20.Text = "0" Me.txtChange20.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'txtQuota16 ' Me.txtQuota16.BackColor = System.Drawing.Color.White Me.txtQuota16.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota16.Location = New System.Drawing.Point(758, 450) Me.txtQuota16.Name = "txtQuota16" Me.txtQuota16.ReadOnly = True Me.txtQuota16.Size = New System.Drawing.Size(64, 20) Me.txtQuota16.TabIndex = 161 Me.txtQuota16.Text = "0.00%" Me.txtQuota16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin16 ' Me.txtWeekMin16.BackColor = System.Drawing.Color.White Me.txtWeekMin16.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin16.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin16.Location = New System.Drawing.Point(297, 450) Me.txtWeekMin16.Name = "txtWeekMin16" Me.txtWeekMin16.ReadOnly = True Me.txtWeekMin16.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin16.TabIndex = 154 Me.txtWeekMin16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin17 ' Me.txtWeekMin17.BackColor = System.Drawing.Color.White Me.txtWeekMin17.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin17.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin17.Location = New System.Drawing.Point(297, 473) Me.txtWeekMin17.Name = "txtWeekMin17" Me.txtWeekMin17.ReadOnly = True Me.txtWeekMin17.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin17.TabIndex = 164 Me.txtWeekMin17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin18 ' Me.txtWeekMin18.BackColor = System.Drawing.Color.White Me.txtWeekMin18.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin18.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin18.Location = New System.Drawing.Point(297, 497) Me.txtWeekMin18.Name = "txtWeekMin18" Me.txtWeekMin18.ReadOnly = True Me.txtWeekMin18.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin18.TabIndex = 176 Me.txtWeekMin18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin19 ' Me.txtWeekMin19.BackColor = System.Drawing.Color.White Me.txtWeekMin19.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin19.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin19.Location = New System.Drawing.Point(297, 521) Me.txtWeekMin19.Name = "txtWeekMin19" Me.txtWeekMin19.ReadOnly = True Me.txtWeekMin19.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin19.TabIndex = 186 Me.txtWeekMin19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMin20 ' Me.txtWeekMin20.BackColor = System.Drawing.Color.White Me.txtWeekMin20.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMin20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMin20.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMin20.Location = New System.Drawing.Point(297, 546) Me.txtWeekMin20.Name = "txtWeekMin20" Me.txtWeekMin20.ReadOnly = True Me.txtWeekMin20.Size = New System.Drawing.Size(75, 20) Me.txtWeekMin20.TabIndex = 196 Me.txtWeekMin20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax16 ' Me.txtWeekMax16.BackColor = System.Drawing.Color.White Me.txtWeekMax16.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax16.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax16.Location = New System.Drawing.Point(378, 449) Me.txtWeekMax16.Name = "txtWeekMax16" Me.txtWeekMax16.ReadOnly = True Me.txtWeekMax16.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax16.TabIndex = 155 Me.txtWeekMax16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax17 ' Me.txtWeekMax17.BackColor = System.Drawing.Color.White Me.txtWeekMax17.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax17.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax17.Location = New System.Drawing.Point(378, 473) Me.txtWeekMax17.Name = "txtWeekMax17" Me.txtWeekMax17.ReadOnly = True Me.txtWeekMax17.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax17.TabIndex = 165 Me.txtWeekMax17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax18 ' Me.txtWeekMax18.BackColor = System.Drawing.Color.White Me.txtWeekMax18.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax18.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax18.Location = New System.Drawing.Point(378, 497) Me.txtWeekMax18.Name = "txtWeekMax18" Me.txtWeekMax18.ReadOnly = True Me.txtWeekMax18.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax18.TabIndex = 177 Me.txtWeekMax18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax19 ' Me.txtWeekMax19.BackColor = System.Drawing.Color.White Me.txtWeekMax19.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax19.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax19.Location = New System.Drawing.Point(378, 521) Me.txtWeekMax19.Name = "txtWeekMax19" Me.txtWeekMax19.ReadOnly = True Me.txtWeekMax19.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax19.TabIndex = 187 Me.txtWeekMax19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtWeekMax20 ' Me.txtWeekMax20.BackColor = System.Drawing.Color.White Me.txtWeekMax20.Cursor = System.Windows.Forms.Cursors.Default Me.txtWeekMax20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtWeekMax20.ForeColor = System.Drawing.Color.DimGray Me.txtWeekMax20.Location = New System.Drawing.Point(378, 546) Me.txtWeekMax20.Name = "txtWeekMax20" Me.txtWeekMax20.ReadOnly = True Me.txtWeekMax20.Size = New System.Drawing.Size(75, 20) Me.txtWeekMax20.TabIndex = 197 Me.txtWeekMax20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota17 ' Me.txtQuota17.BackColor = System.Drawing.Color.White Me.txtQuota17.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota17.Location = New System.Drawing.Point(758, 474) Me.txtQuota17.Name = "txtQuota17" Me.txtQuota17.ReadOnly = True Me.txtQuota17.Size = New System.Drawing.Size(64, 20) Me.txtQuota17.TabIndex = 171 Me.txtQuota17.Text = "0.00%" Me.txtQuota17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota18 ' Me.txtQuota18.BackColor = System.Drawing.Color.White Me.txtQuota18.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota18.Location = New System.Drawing.Point(758, 498) Me.txtQuota18.Name = "txtQuota18" Me.txtQuota18.ReadOnly = True Me.txtQuota18.Size = New System.Drawing.Size(64, 20) Me.txtQuota18.TabIndex = 183 Me.txtQuota18.Text = "0.00%" Me.txtQuota18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota19 ' Me.txtQuota19.BackColor = System.Drawing.Color.White Me.txtQuota19.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota19.Location = New System.Drawing.Point(758, 522) Me.txtQuota19.Name = "txtQuota19" Me.txtQuota19.ReadOnly = True Me.txtQuota19.Size = New System.Drawing.Size(64, 20) Me.txtQuota19.TabIndex = 193 Me.txtQuota19.Text = "0.00%" Me.txtQuota19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtQuota20 ' Me.txtQuota20.BackColor = System.Drawing.Color.White Me.txtQuota20.Cursor = System.Windows.Forms.Cursors.Default Me.txtQuota20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtQuota20.Location = New System.Drawing.Point(758, 547) Me.txtQuota20.Name = "txtQuota20" Me.txtQuota20.ReadOnly = True Me.txtQuota20.Size = New System.Drawing.Size(64, 20) Me.txtQuota20.TabIndex = 203 Me.txtQuota20.Text = "0.00%" Me.txtQuota20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice17 ' Me.txtSellPrice17.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice17.Location = New System.Drawing.Point(217, 473) Me.txtSellPrice17.Name = "txtSellPrice17" Me.txtSellPrice17.ReadOnly = True Me.txtSellPrice17.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice17.TabIndex = 163 Me.txtSellPrice17.Text = "$" Me.txtSellPrice17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice18 ' Me.txtSellPrice18.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice18.Location = New System.Drawing.Point(217, 497) Me.txtSellPrice18.Name = "txtSellPrice18" Me.txtSellPrice18.ReadOnly = True Me.txtSellPrice18.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice18.TabIndex = 174 Me.txtSellPrice18.Text = "$" Me.txtSellPrice18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice19 ' Me.txtSellPrice19.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice19.Location = New System.Drawing.Point(217, 521) Me.txtSellPrice19.Name = "txtSellPrice19" Me.txtSellPrice19.ReadOnly = True Me.txtSellPrice19.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice19.TabIndex = 185 Me.txtSellPrice19.Text = "$" Me.txtSellPrice19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtSellPrice20 ' Me.txtSellPrice20.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice20.Location = New System.Drawing.Point(217, 546) Me.txtSellPrice20.Name = "txtSellPrice20" Me.txtSellPrice20.ReadOnly = True Me.txtSellPrice20.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice20.TabIndex = 195 Me.txtSellPrice20.Text = "$" Me.txtSellPrice20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtHolding17 ' Me.txtHolding17.BackColor = System.Drawing.Color.White Me.txtHolding17.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding17.Location = New System.Drawing.Point(661, 474) Me.txtHolding17.Name = "txtHolding17" Me.txtHolding17.ReadOnly = True Me.txtHolding17.Size = New System.Drawing.Size(91, 20) Me.txtHolding17.TabIndex = 170 Me.txtHolding17.Text = "0" ' 'txtHolding18 ' Me.txtHolding18.BackColor = System.Drawing.Color.White Me.txtHolding18.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding18.Location = New System.Drawing.Point(661, 498) Me.txtHolding18.Name = "txtHolding18" Me.txtHolding18.ReadOnly = True Me.txtHolding18.Size = New System.Drawing.Size(91, 20) Me.txtHolding18.TabIndex = 182 Me.txtHolding18.Text = "0" ' 'txtHolding19 ' Me.txtHolding19.BackColor = System.Drawing.Color.White Me.txtHolding19.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding19.Location = New System.Drawing.Point(661, 522) Me.txtHolding19.Name = "txtHolding19" Me.txtHolding19.ReadOnly = True Me.txtHolding19.Size = New System.Drawing.Size(91, 20) Me.txtHolding19.TabIndex = 192 Me.txtHolding19.Text = "0" ' 'txtHolding20 ' Me.txtHolding20.BackColor = System.Drawing.Color.White Me.txtHolding20.Cursor = System.Windows.Forms.Cursors.Default Me.txtHolding20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtHolding20.Location = New System.Drawing.Point(661, 547) Me.txtHolding20.Name = "txtHolding20" Me.txtHolding20.ReadOnly = True Me.txtHolding20.Size = New System.Drawing.Size(91, 20) Me.txtHolding20.TabIndex = 202 Me.txtHolding20.Text = "0" ' 'txtSellPrice16 ' Me.txtSellPrice16.Cursor = System.Windows.Forms.Cursors.Default Me.txtSellPrice16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.txtSellPrice16.Location = New System.Drawing.Point(217, 450) Me.txtSellPrice16.Name = "txtSellPrice16" Me.txtSellPrice16.ReadOnly = True Me.txtSellPrice16.Size = New System.Drawing.Size(75, 20) Me.txtSellPrice16.TabIndex = 153 Me.txtSellPrice16.Text = "$" Me.txtSellPrice16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'btnBuy16 ' Me.btnBuy16.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy16.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy16.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy16.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy16.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy16.Location = New System.Drawing.Point(576, 448) Me.btnBuy16.Name = "btnBuy16" Me.btnBuy16.Size = New System.Drawing.Size(40, 22) Me.btnBuy16.TabIndex = 158 Me.btnBuy16.Text = "Buy" Me.btnBuy16.UseVisualStyleBackColor = False ' 'btnBuy17 ' Me.btnBuy17.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy17.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy17.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy17.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy17.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy17.Location = New System.Drawing.Point(576, 472) Me.btnBuy17.Name = "btnBuy17" Me.btnBuy17.Size = New System.Drawing.Size(40, 22) Me.btnBuy17.TabIndex = 168 Me.btnBuy17.Text = "Buy" Me.btnBuy17.UseVisualStyleBackColor = False ' 'btnBuy18 ' Me.btnBuy18.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy18.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy18.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy18.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy18.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy18.Location = New System.Drawing.Point(576, 496) Me.btnBuy18.Name = "btnBuy18" Me.btnBuy18.Size = New System.Drawing.Size(40, 22) Me.btnBuy18.TabIndex = 180 Me.btnBuy18.Text = "Buy" Me.btnBuy18.UseVisualStyleBackColor = False ' 'btnBuy19 ' Me.btnBuy19.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy19.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy19.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy19.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy19.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy19.Location = New System.Drawing.Point(576, 520) Me.btnBuy19.Name = "btnBuy19" Me.btnBuy19.Size = New System.Drawing.Size(40, 22) Me.btnBuy19.TabIndex = 190 Me.btnBuy19.Text = "Buy" Me.btnBuy19.UseVisualStyleBackColor = False ' 'btnBuy20 ' Me.btnBuy20.BackColor = System.Drawing.Color.GreenYellow Me.btnBuy20.Cursor = System.Windows.Forms.Cursors.Hand Me.btnBuy20.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnBuy20.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnBuy20.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnBuy20.Location = New System.Drawing.Point(576, 545) Me.btnBuy20.Name = "btnBuy20" Me.btnBuy20.Size = New System.Drawing.Size(40, 22) Me.btnBuy20.TabIndex = 200 Me.btnBuy20.Text = "Buy" Me.btnBuy20.UseVisualStyleBackColor = False ' 'btnSell16 ' Me.btnSell16.BackColor = System.Drawing.Color.GreenYellow Me.btnSell16.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell16.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell16.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell16.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell16.Location = New System.Drawing.Point(615, 448) Me.btnSell16.Name = "btnSell16" Me.btnSell16.Size = New System.Drawing.Size(40, 22) Me.btnSell16.TabIndex = 159 Me.btnSell16.Text = "Sell" Me.btnSell16.UseVisualStyleBackColor = False ' 'btnSell17 ' Me.btnSell17.BackColor = System.Drawing.Color.GreenYellow Me.btnSell17.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell17.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell17.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell17.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell17.Location = New System.Drawing.Point(615, 472) Me.btnSell17.Name = "btnSell17" Me.btnSell17.Size = New System.Drawing.Size(40, 22) Me.btnSell17.TabIndex = 169 Me.btnSell17.Text = "Sell" Me.btnSell17.UseVisualStyleBackColor = False ' 'btnSell18 ' Me.btnSell18.BackColor = System.Drawing.Color.GreenYellow Me.btnSell18.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell18.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell18.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell18.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell18.Location = New System.Drawing.Point(615, 496) Me.btnSell18.Name = "btnSell18" Me.btnSell18.Size = New System.Drawing.Size(40, 22) Me.btnSell18.TabIndex = 181 Me.btnSell18.Text = "Sell" Me.btnSell18.UseVisualStyleBackColor = False ' 'btnSell19 ' Me.btnSell19.BackColor = System.Drawing.Color.GreenYellow Me.btnSell19.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell19.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell19.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell19.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell19.Location = New System.Drawing.Point(615, 520) Me.btnSell19.Name = "btnSell19" Me.btnSell19.Size = New System.Drawing.Size(40, 22) Me.btnSell19.TabIndex = 191 Me.btnSell19.Text = "Sell" Me.btnSell19.UseVisualStyleBackColor = False ' 'btnSell20 ' Me.btnSell20.BackColor = System.Drawing.Color.GreenYellow Me.btnSell20.Cursor = System.Windows.Forms.Cursors.Hand Me.btnSell20.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnSell20.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSell20.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.5!) Me.btnSell20.Location = New System.Drawing.Point(615, 545) Me.btnSell20.Name = "btnSell20" Me.btnSell20.Size = New System.Drawing.Size(40, 22) Me.btnSell20.TabIndex = 201 Me.btnSell20.Text = "Sell" Me.btnSell20.UseVisualStyleBackColor = False ' 'PictureBox16 ' Me.PictureBox16.BackgroundImage = CType(resources.GetObject("PictureBox16.BackgroundImage"), System.Drawing.Image) Me.PictureBox16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox16.Location = New System.Drawing.Point(457, 450) Me.PictureBox16.Name = "PictureBox16" Me.PictureBox16.Size = New System.Drawing.Size(13, 13) Me.PictureBox16.TabIndex = 10 Me.PictureBox16.TabStop = False ' 'PictureBox17 ' Me.PictureBox17.BackgroundImage = CType(resources.GetObject("PictureBox17.BackgroundImage"), System.Drawing.Image) Me.PictureBox17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox17.Location = New System.Drawing.Point(457, 475) Me.PictureBox17.Name = "PictureBox17" Me.PictureBox17.Size = New System.Drawing.Size(13, 13) Me.PictureBox17.TabIndex = 10 Me.PictureBox17.TabStop = False ' 'PictureBox18 ' Me.PictureBox18.BackgroundImage = CType(resources.GetObject("PictureBox18.BackgroundImage"), System.Drawing.Image) Me.PictureBox18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox18.Location = New System.Drawing.Point(457, 499) Me.PictureBox18.Name = "PictureBox18" Me.PictureBox18.Size = New System.Drawing.Size(13, 13) Me.PictureBox18.TabIndex = 10 Me.PictureBox18.TabStop = False ' 'PictureBox19 ' Me.PictureBox19.BackgroundImage = CType(resources.GetObject("PictureBox19.BackgroundImage"), System.Drawing.Image) Me.PictureBox19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox19.Location = New System.Drawing.Point(457, 523) Me.PictureBox19.Name = "PictureBox19" Me.PictureBox19.Size = New System.Drawing.Size(13, 13) Me.PictureBox19.TabIndex = 10 Me.PictureBox19.TabStop = False ' 'PictureBox20 ' Me.PictureBox20.BackgroundImage = CType(resources.GetObject("PictureBox20.BackgroundImage"), System.Drawing.Image) Me.PictureBox20.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox20.Location = New System.Drawing.Point(457, 548) Me.PictureBox20.Name = "PictureBox20" Me.PictureBox20.Size = New System.Drawing.Size(13, 13) Me.PictureBox20.TabIndex = 10 Me.PictureBox20.TabStop = False ' 'NumericUpDown16 ' Me.NumericUpDown16.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown16.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown16.Location = New System.Drawing.Point(529, 449) Me.NumericUpDown16.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown16.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown16.Name = "NumericUpDown16" Me.NumericUpDown16.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown16.TabIndex = 157 Me.NumericUpDown16.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown16.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown17 ' Me.NumericUpDown17.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown17.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown17.Location = New System.Drawing.Point(529, 472) Me.NumericUpDown17.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown17.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown17.Name = "NumericUpDown17" Me.NumericUpDown17.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown17.TabIndex = 167 Me.NumericUpDown17.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown17.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown18 ' Me.NumericUpDown18.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown18.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown18.Location = New System.Drawing.Point(529, 496) Me.NumericUpDown18.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown18.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown18.Name = "NumericUpDown18" Me.NumericUpDown18.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown18.TabIndex = 179 Me.NumericUpDown18.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown18.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown19 ' Me.NumericUpDown19.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown19.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown19.Location = New System.Drawing.Point(529, 520) Me.NumericUpDown19.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown19.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown19.Name = "NumericUpDown19" Me.NumericUpDown19.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown19.TabIndex = 189 Me.NumericUpDown19.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown19.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'NumericUpDown20 ' Me.NumericUpDown20.Cursor = System.Windows.Forms.Cursors.Hand Me.NumericUpDown20.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NumericUpDown20.Location = New System.Drawing.Point(529, 545) Me.NumericUpDown20.Maximum = New Decimal(New Integer() {500, 0, 0, 0}) Me.NumericUpDown20.Minimum = New Decimal(New Integer() {1, 0, 0, 0}) Me.NumericUpDown20.Name = "NumericUpDown20" Me.NumericUpDown20.Size = New System.Drawing.Size(41, 21) Me.NumericUpDown20.TabIndex = 199 Me.NumericUpDown20.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.NumericUpDown20.Value = New Decimal(New Integer() {1, 0, 0, 0}) ' 'lblDeveloper ' Me.lblDeveloper.AutoSize = True Me.lblDeveloper.Cursor = System.Windows.Forms.Cursors.Hand Me.lblDeveloper.Font = New System.Drawing.Font("MS Reference Sans Serif", 7.0!) Me.lblDeveloper.ForeColor = System.Drawing.Color.DimGray Me.lblDeveloper.Location = New System.Drawing.Point(317, 14) Me.lblDeveloper.Name = "lblDeveloper" Me.lblDeveloper.Size = New System.Drawing.Size(201, 13) Me.lblDeveloper.TabIndex = 16 Me.lblDeveloper.Text = "Stock War1.0 Juyoung Lee ⓒ 2014" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.lblDeveloper) Me.GroupBox2.Location = New System.Drawing.Point(14, 571) Me.GroupBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.GroupBox2.Size = New System.Drawing.Size(867, 31) Me.GroupBox2.TabIndex = 4 Me.GroupBox2.TabStop = False ' 'PicStart ' Me.PicStart.BackgroundImage = CType(resources.GetObject("PicStart.BackgroundImage"), System.Drawing.Image) Me.PicStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PicStart.Cursor = System.Windows.Forms.Cursors.Hand Me.PicStart.Location = New System.Drawing.Point(0, 85) Me.PicStart.Name = "PicStart" Me.PicStart.Size = New System.Drawing.Size(13, 13) Me.PicStart.TabIndex = 10 Me.PicStart.TabStop = False Me.PicStart.Visible = False ' 'PicPause ' Me.PicPause.BackgroundImage = CType(resources.GetObject("PicPause.BackgroundImage"), System.Drawing.Image) Me.PicPause.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PicPause.Cursor = System.Windows.Forms.Cursors.Hand Me.PicPause.Location = New System.Drawing.Point(19, 85) Me.PicPause.Name = "PicPause" Me.PicPause.Size = New System.Drawing.Size(13, 13) Me.PicPause.TabIndex = 10 Me.PicPause.TabStop = False Me.PicPause.Visible = False ' 'FileToolStripMenuItem ' Me.FileToolStripMenuItem.Name = "FileToolStripMenuItem" Me.FileToolStripMenuItem.Size = New System.Drawing.Size(41, 20) Me.FileToolStripMenuItem.Text = "&File" ' 'ExitToolStripMenuItem ' Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem" Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.ExitToolStripMenuItem.Text = "E&xit" ' 'ToolsToolStripMenuItem ' Me.ToolsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CalculatorToolStripMenuItem1}) Me.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem" Me.ToolsToolStripMenuItem.Size = New System.Drawing.Size(53, 20) Me.ToolsToolStripMenuItem.Text = "&Tools" ' 'CalculatorToolStripMenuItem1 ' Me.CalculatorToolStripMenuItem1.Name = "CalculatorToolStripMenuItem1" Me.CalculatorToolStripMenuItem1.Size = New System.Drawing.Size(128, 22) Me.CalculatorToolStripMenuItem1.Text = "&Calculator" ' 'SettingsToolStripMenuItem ' Me.SettingsToolStripMenuItem.Name = "SettingsToolStripMenuItem" Me.SettingsToolStripMenuItem.Size = New System.Drawing.Size(72, 20) Me.SettingsToolStripMenuItem.Text = "&Settings" ' 'LanguageToolStripMenuItem ' Me.LanguageToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EnglishToolStripMenuItem, Me.한국어ToolStripMenuItem}) Me.LanguageToolStripMenuItem.Name = "LanguageToolStripMenuItem" Me.LanguageToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.LanguageToolStripMenuItem.Text = "&Language" ' 'EnglishToolStripMenuItem ' Me.EnglishToolStripMenuItem.Name = "EnglishToolStripMenuItem" Me.EnglishToolStripMenuItem.Size = New System.Drawing.Size(112, 22) Me.EnglishToolStripMenuItem.Text = "&English" ' '한국어ToolStripMenuItem ' Me.한국어ToolStripMenuItem.Name = "한국어ToolStripMenuItem" Me.한국어ToolStripMenuItem.Size = New System.Drawing.Size(112, 22) Me.한국어ToolStripMenuItem.Text = "한국어" ' 'MusicToolStripMenuItem ' Me.MusicToolStripMenuItem.Name = "MusicToolStripMenuItem" Me.MusicToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.MusicToolStripMenuItem.Text = "&Music" ' 'OnToolStripMenuItem ' Me.OnToolStripMenuItem.Name = "OnToolStripMenuItem" Me.OnToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.OnToolStripMenuItem.Text = "O&n" ' 'OffToolStripMenuItem ' Me.OffToolStripMenuItem.Name = "OffToolStripMenuItem" Me.OffToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.OffToolStripMenuItem.Text = "O&ff" ' 'HelpToolStripMenuItem ' Me.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem" Me.HelpToolStripMenuItem.Size = New System.Drawing.Size(48, 20) Me.HelpToolStripMenuItem.Text = "&Help" ' 'FileToolStripMenuItem1 ' Me.FileToolStripMenuItem1.Name = "FileToolStripMenuItem1" Me.FileToolStripMenuItem1.Size = New System.Drawing.Size(41, 20) Me.FileToolStripMenuItem1.Text = "File" ' 'MenuStrip1 ' Me.MenuStrip1.Font = New System.Drawing.Font("MS Reference Sans Serif", 8.0!) Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuFile, Me.menuTools, Me.menuSettings, Me.menuHelp}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(896, 24) Me.MenuStrip1.TabIndex = 62 Me.MenuStrip1.Text = "MenuStrip1" ' 'menuFile ' Me.menuFile.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuFileLoad, Me.menuFileSave, Me.menuFileExit}) Me.menuFile.Name = "menuFile" Me.menuFile.Size = New System.Drawing.Size(38, 20) Me.menuFile.Text = "&File" ' 'menuFileLoad ' Me.menuFileLoad.Enabled = False Me.menuFileLoad.Name = "menuFileLoad" Me.menuFileLoad.Size = New System.Drawing.Size(103, 22) Me.menuFileLoad.Text = "&Load" ' 'menuFileSave ' Me.menuFileSave.Enabled = False Me.menuFileSave.Name = "menuFileSave" Me.menuFileSave.Size = New System.Drawing.Size(103, 22) Me.menuFileSave.Text = "&Save" ' 'menuFileExit ' Me.menuFileExit.Name = "menuFileExit" Me.menuFileExit.Size = New System.Drawing.Size(103, 22) Me.menuFileExit.Text = "E&xit" ' 'menuTools ' Me.menuTools.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuToolsCalculator}) Me.menuTools.Name = "menuTools" Me.menuTools.Size = New System.Drawing.Size(49, 20) Me.menuTools.Text = "&Tools" ' 'menuToolsCalculator ' Me.menuToolsCalculator.Name = "menuToolsCalculator" Me.menuToolsCalculator.Size = New System.Drawing.Size(132, 22) Me.menuToolsCalculator.Text = "&Calculator" ' 'menuSettings ' Me.menuSettings.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuSettingsCheat}) Me.menuSettings.Name = "menuSettings" Me.menuSettings.Size = New System.Drawing.Size(65, 20) Me.menuSettings.Text = "&Settings" ' 'menuSettingsCheat ' Me.menuSettingsCheat.Name = "menuSettingsCheat" Me.menuSettingsCheat.Size = New System.Drawing.Size(108, 22) Me.menuSettingsCheat.Text = "&Cheat" ' 'menuHelp ' Me.menuHelp.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.menuHelpRules}) Me.menuHelp.Name = "menuHelp" Me.menuHelp.Size = New System.Drawing.Size(44, 20) Me.menuHelp.Text = "&Help" ' 'menuHelpRules ' Me.menuHelpRules.Name = "menuHelpRules" Me.menuHelpRules.Size = New System.Drawing.Size(105, 22) Me.menuHelpRules.Text = "&Rules" ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(896, 619) Me.Controls.Add(Me.NumericUpDown20) Me.Controls.Add(Me.NumericUpDown15) Me.Controls.Add(Me.NumericUpDown10) Me.Controls.Add(Me.PicPause) Me.Controls.Add(Me.PicStart) Me.Controls.Add(Me.NumericUpDown5) Me.Controls.Add(Me.PicLevelGold) Me.Controls.Add(Me.PicLevelEmerald) Me.Controls.Add(Me.PicLevelNone) Me.Controls.Add(Me.PicLevelSilver) Me.Controls.Add(Me.PicLevelRainbow) Me.Controls.Add(Me.PicLevelDiamond) Me.Controls.Add(Me.PicLevelBronze) Me.Controls.Add(Me.PicStatus) Me.Controls.Add(Me.NumericUpDown19) Me.Controls.Add(Me.NumericUpDown14) Me.Controls.Add(Me.NumericUpDown9) Me.Controls.Add(Me.NumericUpDown4) Me.Controls.Add(Me.NumericUpDown18) Me.Controls.Add(Me.NumericUpDown13) Me.Controls.Add(Me.NumericUpDown8) Me.Controls.Add(Me.NumericUpDown3) Me.Controls.Add(Me.NumericUpDown17) Me.Controls.Add(Me.NumericUpDown12) Me.Controls.Add(Me.NumericUpDown7) Me.Controls.Add(Me.NumericUpDown2) Me.Controls.Add(Me.NumericUpDown16) Me.Controls.Add(Me.NumericUpDown11) Me.Controls.Add(Me.NumericUpDown6) Me.Controls.Add(Me.NumericUpDown1) Me.Controls.Add(Me.PictureBox20) Me.Controls.Add(Me.PictureBox15) Me.Controls.Add(Me.PictureBox10) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.PictureBox19) Me.Controls.Add(Me.PictureBox14) Me.Controls.Add(Me.PictureBox9) Me.Controls.Add(Me.PictureBox4) Me.Controls.Add(Me.PictureBox18) Me.Controls.Add(Me.PictureBox13) Me.Controls.Add(Me.PictureBox8) Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.PictureBox17) Me.Controls.Add(Me.PictureBox12) Me.Controls.Add(Me.PictureBox7) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PicOpen) Me.Controls.Add(Me.PicUnchanged) Me.Controls.Add(Me.PicDecrease) Me.Controls.Add(Me.PicIncrease) Me.Controls.Add(Me.PictureBox16) Me.Controls.Add(Me.PictureBox11) Me.Controls.Add(Me.PictureBox6) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.btnSell20) Me.Controls.Add(Me.btnSell15) Me.Controls.Add(Me.btnSell10) Me.Controls.Add(Me.btnSell5) Me.Controls.Add(Me.btnSell19) Me.Controls.Add(Me.btnSell14) Me.Controls.Add(Me.btnSell9) Me.Controls.Add(Me.btnSell4) Me.Controls.Add(Me.btnSell18) Me.Controls.Add(Me.btnSell13) Me.Controls.Add(Me.btnSell8) Me.Controls.Add(Me.btnSell3) Me.Controls.Add(Me.btnSell17) Me.Controls.Add(Me.btnSell12) Me.Controls.Add(Me.btnSell7) Me.Controls.Add(Me.btnSell2) Me.Controls.Add(Me.btnSell16) Me.Controls.Add(Me.btnSell11) Me.Controls.Add(Me.btnSell6) Me.Controls.Add(Me.btnSell1) Me.Controls.Add(Me.btnBuy20) Me.Controls.Add(Me.btnBuy15) Me.Controls.Add(Me.btnBuy10) Me.Controls.Add(Me.btnBuy5) Me.Controls.Add(Me.btnBuy19) Me.Controls.Add(Me.btnBuy14) Me.Controls.Add(Me.btnBuy9) Me.Controls.Add(Me.btnBuy4) Me.Controls.Add(Me.btnBuy18) Me.Controls.Add(Me.btnBuy13) Me.Controls.Add(Me.btnBuy8) Me.Controls.Add(Me.btnBuy3) Me.Controls.Add(Me.btnBuy17) Me.Controls.Add(Me.btnBuy12) Me.Controls.Add(Me.btnBuy7) Me.Controls.Add(Me.btnBuy2) Me.Controls.Add(Me.btnBuy16) Me.Controls.Add(Me.btnBuy11) Me.Controls.Add(Me.btnBuy6) Me.Controls.Add(Me.btnBuy1) Me.Controls.Add(Me.lblWeekMax) Me.Controls.Add(Me.lblWeekMin) Me.Controls.Add(Me.lblQuota) Me.Controls.Add(Me.lblHolding) Me.Controls.Add(Me.lblStatus) Me.Controls.Add(Me.lblAmount) Me.Controls.Add(Me.lblSell) Me.Controls.Add(Me.lblBuy) Me.Controls.Add(Me.txtSellPrice16) Me.Controls.Add(Me.txtSellPrice11) Me.Controls.Add(Me.txtSellPrice6) Me.Controls.Add(Me.txtSellPrice1) Me.Controls.Add(Me.txtHolding20) Me.Controls.Add(Me.txtHolding15) Me.Controls.Add(Me.txtHolding10) Me.Controls.Add(Me.txtHolding5) Me.Controls.Add(Me.txtHolding19) Me.Controls.Add(Me.txtHolding14) Me.Controls.Add(Me.txtHolding9) Me.Controls.Add(Me.txtHolding4) Me.Controls.Add(Me.txtHolding18) Me.Controls.Add(Me.txtHolding13) Me.Controls.Add(Me.txtHolding8) Me.Controls.Add(Me.txtHolding3) Me.Controls.Add(Me.txtHolding17) Me.Controls.Add(Me.txtHolding12) Me.Controls.Add(Me.txtHolding7) Me.Controls.Add(Me.txtHolding2) Me.Controls.Add(Me.txtSellPrice20) Me.Controls.Add(Me.txtSellPrice15) Me.Controls.Add(Me.txtSellPrice10) Me.Controls.Add(Me.txtSellPrice5) Me.Controls.Add(Me.txtSellPrice19) Me.Controls.Add(Me.txtSellPrice14) Me.Controls.Add(Me.txtSellPrice9) Me.Controls.Add(Me.txtSellPrice4) Me.Controls.Add(Me.txtSellPrice18) Me.Controls.Add(Me.txtSellPrice13) Me.Controls.Add(Me.txtSellPrice8) Me.Controls.Add(Me.txtSellPrice3) Me.Controls.Add(Me.txtSellPrice17) Me.Controls.Add(Me.txtSellPrice12) Me.Controls.Add(Me.txtSellPrice7) Me.Controls.Add(Me.txtSellPrice2) Me.Controls.Add(Me.txtQuota20) Me.Controls.Add(Me.txtQuota15) Me.Controls.Add(Me.txtQuota10) Me.Controls.Add(Me.txtQuota5) Me.Controls.Add(Me.txtQuota19) Me.Controls.Add(Me.txtQuota14) Me.Controls.Add(Me.txtQuota9) Me.Controls.Add(Me.txtQuota4) Me.Controls.Add(Me.txtQuota18) Me.Controls.Add(Me.txtQuota13) Me.Controls.Add(Me.txtQuota8) Me.Controls.Add(Me.txtQuota3) Me.Controls.Add(Me.txtQuota17) Me.Controls.Add(Me.txtQuota12) Me.Controls.Add(Me.txtQuota7) Me.Controls.Add(Me.txtQuota2) Me.Controls.Add(Me.txtWeekMax20) Me.Controls.Add(Me.txtWeekMax15) Me.Controls.Add(Me.txtWeekMax10) Me.Controls.Add(Me.txtWeekMax5) Me.Controls.Add(Me.txtWeekMax19) Me.Controls.Add(Me.txtWeekMax14) Me.Controls.Add(Me.txtWeekMax9) Me.Controls.Add(Me.txtWeekMax4) Me.Controls.Add(Me.txtWeekMax18) Me.Controls.Add(Me.txtWeekMax13) Me.Controls.Add(Me.txtWeekMax8) Me.Controls.Add(Me.txtWeekMax3) Me.Controls.Add(Me.txtWeekMax17) Me.Controls.Add(Me.txtWeekMax12) Me.Controls.Add(Me.txtWeekMax7) Me.Controls.Add(Me.txtWeekMax2) Me.Controls.Add(Me.txtWeekMax16) Me.Controls.Add(Me.txtWeekMax11) Me.Controls.Add(Me.txtWeekMax6) Me.Controls.Add(Me.txtWeekMax1) Me.Controls.Add(Me.txtWeekMin20) Me.Controls.Add(Me.txtWeekMin15) Me.Controls.Add(Me.txtWeekMin10) Me.Controls.Add(Me.txtWeekMin5) Me.Controls.Add(Me.txtWeekMin19) Me.Controls.Add(Me.txtWeekMin14) Me.Controls.Add(Me.txtWeekMin9) Me.Controls.Add(Me.txtWeekMin4) Me.Controls.Add(Me.txtWeekMin18) Me.Controls.Add(Me.txtWeekMin13) Me.Controls.Add(Me.txtWeekMin8) Me.Controls.Add(Me.txtWeekMin3) Me.Controls.Add(Me.txtWeekMin17) Me.Controls.Add(Me.txtWeekMin12) Me.Controls.Add(Me.txtWeekMin7) Me.Controls.Add(Me.txtWeekMin2) Me.Controls.Add(Me.txtWeekMin16) Me.Controls.Add(Me.txtWeekMin11) Me.Controls.Add(Me.txtWeekMin6) Me.Controls.Add(Me.txtWeekMin1) Me.Controls.Add(Me.txtQuota16) Me.Controls.Add(Me.txtQuota11) Me.Controls.Add(Me.txtQuota6) Me.Controls.Add(Me.txtQuota1) Me.Controls.Add(Me.txtChange20) Me.Controls.Add(Me.txtChange15) Me.Controls.Add(Me.txtChange10) Me.Controls.Add(Me.txtChange5) Me.Controls.Add(Me.txtChange19) Me.Controls.Add(Me.txtChange14) Me.Controls.Add(Me.txtChange9) Me.Controls.Add(Me.txtChange4) Me.Controls.Add(Me.txtChange18) Me.Controls.Add(Me.txtChange13) Me.Controls.Add(Me.txtChange8) Me.Controls.Add(Me.txtChange3) Me.Controls.Add(Me.txtChange17) Me.Controls.Add(Me.txtChange12) Me.Controls.Add(Me.txtChange7) Me.Controls.Add(Me.txtChange2) Me.Controls.Add(Me.txtChange16) Me.Controls.Add(Me.txtChange11) Me.Controls.Add(Me.txtChange6) Me.Controls.Add(Me.txtChange1) Me.Controls.Add(Me.txtHolding16) Me.Controls.Add(Me.txtHolding11) Me.Controls.Add(Me.txtHolding6) Me.Controls.Add(Me.txtHolding1) Me.Controls.Add(Me.txtBuyPrice20) Me.Controls.Add(Me.txtBuyPrice15) Me.Controls.Add(Me.txtBuyPrice10) Me.Controls.Add(Me.txtBuyPrice5) Me.Controls.Add(Me.txtBuyPrice19) Me.Controls.Add(Me.txtBuyPrice14) Me.Controls.Add(Me.txtBuyPrice9) Me.Controls.Add(Me.txtBuyPrice4) Me.Controls.Add(Me.txtBuyPrice18) Me.Controls.Add(Me.txtBuyPrice13) Me.Controls.Add(Me.txtBuyPrice8) Me.Controls.Add(Me.txtBuyPrice3) Me.Controls.Add(Me.txtBuyPrice17) Me.Controls.Add(Me.txtBuyPrice12) Me.Controls.Add(Me.txtBuyPrice7) Me.Controls.Add(Me.txtBuyPrice2) Me.Controls.Add(Me.lblCompany20) Me.Controls.Add(Me.lblCompany15) Me.Controls.Add(Me.lblCompany10) Me.Controls.Add(Me.lblCompany19) Me.Controls.Add(Me.lblCompany5) Me.Controls.Add(Me.lblCompany14) Me.Controls.Add(Me.lblCompany9) Me.Controls.Add(Me.txtBuyPrice16) Me.Controls.Add(Me.lblCompany4) Me.Controls.Add(Me.txtBuyPrice11) Me.Controls.Add(Me.lblCompany18) Me.Controls.Add(Me.txtBuyPrice6) Me.Controls.Add(Me.lblCompany13) Me.Controls.Add(Me.lblCompany8) Me.Controls.Add(Me.lblCompany17) Me.Controls.Add(Me.txtBuyPrice1) Me.Controls.Add(Me.lblCompany12) Me.Controls.Add(Me.lblCompany7) Me.Controls.Add(Me.lblCompany16) Me.Controls.Add(Me.lblCompany3) Me.Controls.Add(Me.lblCompany11) Me.Controls.Add(Me.lblCompany6) Me.Controls.Add(Me.lblCompany2) Me.Controls.Add(Me.lblCompany1) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.MenuStrip1) Me.Font = New System.Drawing.Font("MS Reference Sans Serif", 9.0!) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MainMenuStrip = Me.MenuStrip1 Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.Name = "frmMain" Me.Text = "Stock War" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.PicLevel, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicClosed, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicTime, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicIncrease, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicDecrease, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicUnchanged, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicOpen, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicStatus, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelBronze, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelDiamond, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelSilver, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelNone, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelEmerald, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelGold, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicLevelRainbow, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox10, 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() CType(Me.NumericUpDown10, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox11, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox12, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox13, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox14, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox15, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown11, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown12, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown13, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown14, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown15, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox16, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox17, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox18, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox19, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox20, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown16, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown17, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown18, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown19, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.NumericUpDown20, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.PicStart, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PicPause, System.ComponentModel.ISupportInitialize).EndInit() Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents mnuFile As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuHelp As System.Windows.Forms.ToolStripMenuItem Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents lblCompany1 As System.Windows.Forms.Label Friend WithEvents lblCompany2 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice1 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice2 As System.Windows.Forms.TextBox Friend WithEvents txtHolding1 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice2 As System.Windows.Forms.TextBox Friend WithEvents lblBuy As System.Windows.Forms.Label Friend WithEvents lblSell As System.Windows.Forms.Label Friend WithEvents lblAmount As System.Windows.Forms.Label Friend WithEvents btnBuy1 As System.Windows.Forms.Button Friend WithEvents btnSell1 As System.Windows.Forms.Button Friend WithEvents mnuSettings As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuSettingsLanguage As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuSettingsLanguageEnglish As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuSettingsLanguageKorean As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuSettingsSounds As System.Windows.Forms.ToolStripMenuItem Friend WithEvents txtSellPrice1 As System.Windows.Forms.TextBox Friend WithEvents txtHolding2 As System.Windows.Forms.TextBox Friend WithEvents btnBuy2 As System.Windows.Forms.Button Friend WithEvents btnSell2 As System.Windows.Forms.Button Friend WithEvents TimerCalender As System.Windows.Forms.Timer Friend WithEvents lblCalender As System.Windows.Forms.Label Friend WithEvents lblMonths As System.Windows.Forms.Label Friend WithEvents mnuFileLoad As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuFileSave As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuFileExit As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuHelpAbout As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuSettingsSoundsOn As System.Windows.Forms.ToolStripMenuItem Friend WithEvents mnuSettingsSoundsOff As System.Windows.Forms.ToolStripMenuItem Friend WithEvents lblHolding As System.Windows.Forms.Label Friend WithEvents mnuTools As System.Windows.Forms.ToolStripMenuItem Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown2 As System.Windows.Forms.NumericUpDown Friend WithEvents CalculatorToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents lblUser As System.Windows.Forms.Label Friend WithEvents lblMoney As System.Windows.Forms.Label Friend WithEvents lblQuota As System.Windows.Forms.Label Friend WithEvents txtQuota1 As System.Windows.Forms.TextBox Friend WithEvents txtQuota2 As System.Windows.Forms.TextBox Friend WithEvents TimerLevelUpdater As System.Windows.Forms.Timer Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents txtChange1 As System.Windows.Forms.TextBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents txtChange2 As System.Windows.Forms.TextBox Friend WithEvents PicIncrease As System.Windows.Forms.PictureBox Friend WithEvents PicDecrease As System.Windows.Forms.PictureBox Friend WithEvents PicUnchanged As System.Windows.Forms.PictureBox Friend WithEvents txtWeekMin1 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin2 As System.Windows.Forms.TextBox Friend WithEvents lblWeekMin As System.Windows.Forms.Label Friend WithEvents txtWeekMax1 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax2 As System.Windows.Forms.TextBox Friend WithEvents lblWeekMax As System.Windows.Forms.Label Friend WithEvents lblCompany3 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice3 As System.Windows.Forms.TextBox Friend WithEvents txtChange3 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin3 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax3 As System.Windows.Forms.TextBox Friend WithEvents txtQuota3 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice3 As System.Windows.Forms.TextBox Friend WithEvents txtHolding3 As System.Windows.Forms.TextBox Friend WithEvents btnBuy3 As System.Windows.Forms.Button Friend WithEvents btnSell3 As System.Windows.Forms.Button Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox Friend WithEvents NumericUpDown3 As System.Windows.Forms.NumericUpDown Friend WithEvents lblCompany4 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice4 As System.Windows.Forms.TextBox Friend WithEvents txtChange4 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin4 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax4 As System.Windows.Forms.TextBox Friend WithEvents txtQuota4 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice4 As System.Windows.Forms.TextBox Friend WithEvents txtHolding4 As System.Windows.Forms.TextBox Friend WithEvents btnBuy4 As System.Windows.Forms.Button Friend WithEvents btnSell4 As System.Windows.Forms.Button Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox Friend WithEvents NumericUpDown4 As System.Windows.Forms.NumericUpDown Friend WithEvents lblCompany5 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice5 As System.Windows.Forms.TextBox Friend WithEvents txtChange5 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin5 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax5 As System.Windows.Forms.TextBox Friend WithEvents txtQuota5 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice5 As System.Windows.Forms.TextBox Friend WithEvents txtHolding5 As System.Windows.Forms.TextBox Friend WithEvents btnBuy5 As System.Windows.Forms.Button Friend WithEvents btnSell5 As System.Windows.Forms.Button Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox Friend WithEvents NumericUpDown5 As System.Windows.Forms.NumericUpDown Friend WithEvents lblStatus As System.Windows.Forms.Label Friend WithEvents PicOpen As System.Windows.Forms.PictureBox Friend WithEvents PicClosed As System.Windows.Forms.PictureBox Friend WithEvents PicStatus As System.Windows.Forms.PictureBox Friend WithEvents PicLevel As System.Windows.Forms.PictureBox Friend WithEvents PicLevelBronze As System.Windows.Forms.PictureBox Friend WithEvents PicLevelDiamond As System.Windows.Forms.PictureBox Friend WithEvents PicLevelSilver As System.Windows.Forms.PictureBox Friend WithEvents PicLevelNone As System.Windows.Forms.PictureBox Friend WithEvents PicLevelEmerald As System.Windows.Forms.PictureBox Friend WithEvents PicLevelGold As System.Windows.Forms.PictureBox Friend WithEvents PicLevelRainbow As System.Windows.Forms.PictureBox Friend WithEvents lblCompany6 As System.Windows.Forms.Label Friend WithEvents lblCompany7 As System.Windows.Forms.Label Friend WithEvents lblCompany8 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice6 As System.Windows.Forms.TextBox Friend WithEvents lblCompany9 As System.Windows.Forms.Label Friend WithEvents lblCompany10 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice7 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice8 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice9 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice10 As System.Windows.Forms.TextBox Friend WithEvents txtHolding6 As System.Windows.Forms.TextBox Friend WithEvents txtChange6 As System.Windows.Forms.TextBox Friend WithEvents txtChange7 As System.Windows.Forms.TextBox Friend WithEvents txtChange8 As System.Windows.Forms.TextBox Friend WithEvents txtChange9 As System.Windows.Forms.TextBox Friend WithEvents txtChange10 As System.Windows.Forms.TextBox Friend WithEvents txtQuota6 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin6 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin7 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin8 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin9 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin10 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax6 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax7 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax8 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax9 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax10 As System.Windows.Forms.TextBox Friend WithEvents txtQuota7 As System.Windows.Forms.TextBox Friend WithEvents txtQuota8 As System.Windows.Forms.TextBox Friend WithEvents txtQuota9 As System.Windows.Forms.TextBox Friend WithEvents txtQuota10 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice7 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice8 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice9 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice10 As System.Windows.Forms.TextBox Friend WithEvents txtHolding7 As System.Windows.Forms.TextBox Friend WithEvents txtHolding8 As System.Windows.Forms.TextBox Friend WithEvents txtHolding9 As System.Windows.Forms.TextBox Friend WithEvents txtHolding10 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice6 As System.Windows.Forms.TextBox Friend WithEvents btnBuy6 As System.Windows.Forms.Button Friend WithEvents btnBuy7 As System.Windows.Forms.Button Friend WithEvents btnBuy8 As System.Windows.Forms.Button Friend WithEvents btnBuy9 As System.Windows.Forms.Button Friend WithEvents btnBuy10 As System.Windows.Forms.Button Friend WithEvents btnSell6 As System.Windows.Forms.Button Friend WithEvents btnSell7 As System.Windows.Forms.Button Friend WithEvents btnSell8 As System.Windows.Forms.Button Friend WithEvents btnSell9 As System.Windows.Forms.Button Friend WithEvents btnSell10 As System.Windows.Forms.Button Friend WithEvents PictureBox6 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox7 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox8 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox9 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox10 As System.Windows.Forms.PictureBox Friend WithEvents NumericUpDown6 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown7 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown8 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown9 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown10 As System.Windows.Forms.NumericUpDown Friend WithEvents lblCompany11 As System.Windows.Forms.Label Friend WithEvents lblCompany12 As System.Windows.Forms.Label Friend WithEvents lblCompany13 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice11 As System.Windows.Forms.TextBox Friend WithEvents lblCompany14 As System.Windows.Forms.Label Friend WithEvents lblCompany15 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice12 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice13 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice14 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice15 As System.Windows.Forms.TextBox Friend WithEvents txtHolding11 As System.Windows.Forms.TextBox Friend WithEvents txtChange11 As System.Windows.Forms.TextBox Friend WithEvents txtChange12 As System.Windows.Forms.TextBox Friend WithEvents txtChange13 As System.Windows.Forms.TextBox Friend WithEvents txtChange14 As System.Windows.Forms.TextBox Friend WithEvents txtChange15 As System.Windows.Forms.TextBox Friend WithEvents txtQuota11 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin11 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin12 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin13 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin14 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin15 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax11 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax12 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax13 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax14 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax15 As System.Windows.Forms.TextBox Friend WithEvents txtQuota12 As System.Windows.Forms.TextBox Friend WithEvents txtQuota13 As System.Windows.Forms.TextBox Friend WithEvents txtQuota14 As System.Windows.Forms.TextBox Friend WithEvents txtQuota15 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice12 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice13 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice14 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice15 As System.Windows.Forms.TextBox Friend WithEvents txtHolding12 As System.Windows.Forms.TextBox Friend WithEvents txtHolding13 As System.Windows.Forms.TextBox Friend WithEvents txtHolding14 As System.Windows.Forms.TextBox Friend WithEvents txtHolding15 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice11 As System.Windows.Forms.TextBox Friend WithEvents btnBuy11 As System.Windows.Forms.Button Friend WithEvents btnBuy12 As System.Windows.Forms.Button Friend WithEvents btnBuy13 As System.Windows.Forms.Button Friend WithEvents btnBuy14 As System.Windows.Forms.Button Friend WithEvents btnBuy15 As System.Windows.Forms.Button Friend WithEvents btnSell11 As System.Windows.Forms.Button Friend WithEvents btnSell12 As System.Windows.Forms.Button Friend WithEvents btnSell13 As System.Windows.Forms.Button Friend WithEvents btnSell14 As System.Windows.Forms.Button Friend WithEvents btnSell15 As System.Windows.Forms.Button Friend WithEvents PictureBox11 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox12 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox13 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox14 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox15 As System.Windows.Forms.PictureBox Friend WithEvents NumericUpDown11 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown12 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown13 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown14 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown15 As System.Windows.Forms.NumericUpDown Friend WithEvents lblCompany16 As System.Windows.Forms.Label Friend WithEvents lblCompany17 As System.Windows.Forms.Label Friend WithEvents lblCompany18 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice16 As System.Windows.Forms.TextBox Friend WithEvents lblCompany19 As System.Windows.Forms.Label Friend WithEvents lblCompany20 As System.Windows.Forms.Label Friend WithEvents txtBuyPrice17 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice18 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice19 As System.Windows.Forms.TextBox Friend WithEvents txtBuyPrice20 As System.Windows.Forms.TextBox Friend WithEvents txtHolding16 As System.Windows.Forms.TextBox Friend WithEvents txtChange16 As System.Windows.Forms.TextBox Friend WithEvents txtChange17 As System.Windows.Forms.TextBox Friend WithEvents txtChange18 As System.Windows.Forms.TextBox Friend WithEvents txtChange19 As System.Windows.Forms.TextBox Friend WithEvents txtChange20 As System.Windows.Forms.TextBox Friend WithEvents txtQuota16 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin16 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin17 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin18 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin19 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMin20 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax16 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax17 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax18 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax19 As System.Windows.Forms.TextBox Friend WithEvents txtWeekMax20 As System.Windows.Forms.TextBox Friend WithEvents txtQuota17 As System.Windows.Forms.TextBox Friend WithEvents txtQuota18 As System.Windows.Forms.TextBox Friend WithEvents txtQuota19 As System.Windows.Forms.TextBox Friend WithEvents txtQuota20 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice17 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice18 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice19 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice20 As System.Windows.Forms.TextBox Friend WithEvents txtHolding17 As System.Windows.Forms.TextBox Friend WithEvents txtHolding18 As System.Windows.Forms.TextBox Friend WithEvents txtHolding19 As System.Windows.Forms.TextBox Friend WithEvents txtHolding20 As System.Windows.Forms.TextBox Friend WithEvents txtSellPrice16 As System.Windows.Forms.TextBox Friend WithEvents btnBuy16 As System.Windows.Forms.Button Friend WithEvents btnBuy17 As System.Windows.Forms.Button Friend WithEvents btnBuy18 As System.Windows.Forms.Button Friend WithEvents btnBuy19 As System.Windows.Forms.Button Friend WithEvents btnBuy20 As System.Windows.Forms.Button Friend WithEvents btnSell16 As System.Windows.Forms.Button Friend WithEvents btnSell17 As System.Windows.Forms.Button Friend WithEvents btnSell18 As System.Windows.Forms.Button Friend WithEvents btnSell19 As System.Windows.Forms.Button Friend WithEvents btnSell20 As System.Windows.Forms.Button Friend WithEvents PictureBox16 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox17 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox18 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox19 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox20 As System.Windows.Forms.PictureBox Friend WithEvents NumericUpDown16 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown17 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown18 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown19 As System.Windows.Forms.NumericUpDown Friend WithEvents NumericUpDown20 As System.Windows.Forms.NumericUpDown Friend WithEvents lblDeveloper As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents mnuSettingsCheat As System.Windows.Forms.ToolStripMenuItem Friend WithEvents PicTime As System.Windows.Forms.PictureBox Friend WithEvents PicStart As System.Windows.Forms.PictureBox Friend WithEvents PicPause As System.Windows.Forms.PictureBox Friend WithEvents FileToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents CalculatorToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SettingsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents LanguageToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents EnglishToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents 한국어ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents MusicToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents OnToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents OffToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents HelpToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents FileToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents menuFile As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuFileLoad As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuFileSave As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuFileExit As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuSettings As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuHelp As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuHelpRules As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuTools As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuToolsCalculator As System.Windows.Forms.ToolStripMenuItem Friend WithEvents menuSettingsCheat As System.Windows.Forms.ToolStripMenuItem End Class