Join Legion screen now has a scrollbar.

This commit is contained in:
Michael 2017-01-18 10:45:25 -05:00
parent 33edc6a211
commit e7b60fea37

View file

@ -61,6 +61,7 @@ namespace ShiftOS.WinForms.Applications
this.shopsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.browseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.myShopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openAShopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tasksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.currentTaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.browseJobsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@ -71,19 +72,37 @@ namespace ShiftOS.WinForms.Applications
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.txtappstatus = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.job_current = new System.Windows.Forms.Panel();
this.lbtaskdescription = new System.Windows.Forms.Label();
this.lbtaskname = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.shop_view = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.lbupggradedesc = new System.Windows.Forms.Label();
this.pnlbuy = new System.Windows.Forms.Panel();
this.lbprice = new System.Windows.Forms.Label();
this.btnbuy = new System.Windows.Forms.Button();
this.lbupgradetitle = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.lbupgrades = new System.Windows.Forms.ListBox();
this.lbcodepoints = new System.Windows.Forms.Label();
this.lbshopname = new System.Windows.Forms.Label();
this.lgn_create = new System.Windows.Forms.Panel();
this.btncreate = new System.Windows.Forms.Button();
this.txtnewlegiondescription = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.cbpublicity = new System.Windows.Forms.ComboBox();
this.cbcolorchooser = new System.Windows.Forms.ComboBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
this.label9 = new System.Windows.Forms.Label();
this.txtnewlegionshortname = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtnewlegiontitle = new System.Windows.Forms.TextBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.lgn_view = new System.Windows.Forms.Panel();
this.pnllgnusers = new System.Windows.Forms.Panel();
this.lvusers = new System.Windows.Forms.ListView();
@ -108,31 +127,17 @@ namespace ShiftOS.WinForms.Applications
this.you_systemstatus = new System.Windows.Forms.Panel();
this.lblsysstatus = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.openAShopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cbcolorchooser = new System.Windows.Forms.ComboBox();
this.btncreate = new System.Windows.Forms.Button();
this.cbpublicity = new System.Windows.Forms.ComboBox();
this.shop_view = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.lbupgradetitle = new System.Windows.Forms.Label();
this.lbshopname = new System.Windows.Forms.Label();
this.lbcodepoints = new System.Windows.Forms.Label();
this.lbupgrades = new System.Windows.Forms.ListBox();
this.pnlbuy = new System.Windows.Forms.Panel();
this.btnbuy = new System.Windows.Forms.Button();
this.lbprice = new System.Windows.Forms.Label();
this.lbupggradedesc = new System.Windows.Forms.Label();
this.job_current = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.lbtaskname = new System.Windows.Forms.Label();
this.lbtaskdescription = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
this.toolStripContainer1.SuspendLayout();
this.job_current.SuspendLayout();
this.shop_view.SuspendLayout();
this.panel5.SuspendLayout();
this.pnlbuy.SuspendLayout();
this.panel1.SuspendLayout();
this.lgn_create.SuspendLayout();
this.panel2.SuspendLayout();
this.panel4.SuspendLayout();
@ -146,11 +151,6 @@ namespace ShiftOS.WinForms.Applications
this.flowLayoutPanel2.SuspendLayout();
this.you_memos.SuspendLayout();
this.you_systemstatus.SuspendLayout();
this.shop_view.SuspendLayout();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
this.pnlbuy.SuspendLayout();
this.job_current.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
@ -211,15 +211,21 @@ namespace ShiftOS.WinForms.Applications
// browseToolStripMenuItem
//
this.browseToolStripMenuItem.Name = "browseToolStripMenuItem";
this.browseToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.browseToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.browseToolStripMenuItem.Text = "Browse";
//
// myShopToolStripMenuItem
//
this.myShopToolStripMenuItem.Name = "myShopToolStripMenuItem";
this.myShopToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.myShopToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.myShopToolStripMenuItem.Text = "My Shop";
//
// openAShopToolStripMenuItem
//
this.openAShopToolStripMenuItem.Name = "openAShopToolStripMenuItem";
this.openAShopToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.openAShopToolStripMenuItem.Text = "Open a Shop";
//
// tasksToolStripMenuItem
//
this.tasksToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
@ -232,14 +238,14 @@ namespace ShiftOS.WinForms.Applications
// currentTaskToolStripMenuItem
//
this.currentTaskToolStripMenuItem.Name = "currentTaskToolStripMenuItem";
this.currentTaskToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.currentTaskToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.currentTaskToolStripMenuItem.Text = "Current task";
this.currentTaskToolStripMenuItem.Click += new System.EventHandler(this.currentTaskToolStripMenuItem_Click);
//
// browseJobsToolStripMenuItem
//
this.browseJobsToolStripMenuItem.Name = "browseJobsToolStripMenuItem";
this.browseJobsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.browseJobsToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
this.browseJobsToolStripMenuItem.Text = "Browse Jobs";
//
// legionsToolStripMenuItem
@ -318,6 +324,167 @@ namespace ShiftOS.WinForms.Applications
//
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
//
// job_current
//
this.job_current.Controls.Add(this.lbtaskdescription);
this.job_current.Controls.Add(this.lbtaskname);
this.job_current.Controls.Add(this.label6);
this.job_current.Dock = System.Windows.Forms.DockStyle.Fill;
this.job_current.Location = new System.Drawing.Point(0, 0);
this.job_current.Name = "job_current";
this.job_current.Size = new System.Drawing.Size(756, 442);
this.job_current.TabIndex = 3;
//
// lbtaskdescription
//
this.lbtaskdescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbtaskdescription.Location = new System.Drawing.Point(0, 26);
this.lbtaskdescription.Margin = new System.Windows.Forms.Padding(30);
this.lbtaskdescription.Name = "lbtaskdescription";
this.lbtaskdescription.Size = new System.Drawing.Size(756, 416);
this.lbtaskdescription.TabIndex = 2;
this.lbtaskdescription.Text = "label12";
//
// lbtaskname
//
this.lbtaskname.AutoSize = true;
this.lbtaskname.Dock = System.Windows.Forms.DockStyle.Top;
this.lbtaskname.Location = new System.Drawing.Point(0, 13);
this.lbtaskname.Margin = new System.Windows.Forms.Padding(15);
this.lbtaskname.Name = "lbtaskname";
this.lbtaskname.Size = new System.Drawing.Size(60, 13);
this.lbtaskname.TabIndex = 1;
this.lbtaskname.Tag = "header2";
this.lbtaskname.Text = "Task name";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Dock = System.Windows.Forms.DockStyle.Top;
this.label6.Location = new System.Drawing.Point(0, 0);
this.label6.Margin = new System.Windows.Forms.Padding(15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 13);
this.label6.TabIndex = 0;
this.label6.Tag = "header1";
this.label6.Text = "Current Task";
//
// shop_view
//
this.shop_view.Controls.Add(this.panel5);
this.shop_view.Controls.Add(this.panel1);
this.shop_view.Dock = System.Windows.Forms.DockStyle.Fill;
this.shop_view.Location = new System.Drawing.Point(0, 0);
this.shop_view.Name = "shop_view";
this.shop_view.Size = new System.Drawing.Size(756, 442);
this.shop_view.TabIndex = 6;
//
// panel5
//
this.panel5.Controls.Add(this.lbupggradedesc);
this.panel5.Controls.Add(this.pnlbuy);
this.panel5.Controls.Add(this.lbupgradetitle);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(389, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(367, 442);
this.panel5.TabIndex = 1;
//
// lbupggradedesc
//
this.lbupggradedesc.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbupggradedesc.Location = new System.Drawing.Point(0, 43);
this.lbupggradedesc.Name = "lbupggradedesc";
this.lbupggradedesc.Size = new System.Drawing.Size(367, 363);
this.lbupggradedesc.TabIndex = 2;
this.lbupggradedesc.Text = "label6";
this.lbupggradedesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pnlbuy
//
this.pnlbuy.Controls.Add(this.lbprice);
this.pnlbuy.Controls.Add(this.btnbuy);
this.pnlbuy.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlbuy.Location = new System.Drawing.Point(0, 406);
this.pnlbuy.Name = "pnlbuy";
this.pnlbuy.Size = new System.Drawing.Size(367, 36);
this.pnlbuy.TabIndex = 1;
//
// lbprice
//
this.lbprice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbprice.AutoSize = true;
this.lbprice.Location = new System.Drawing.Point(6, 10);
this.lbprice.Name = "lbprice";
this.lbprice.Size = new System.Drawing.Size(35, 13);
this.lbprice.TabIndex = 1;
this.lbprice.Text = "label6";
//
// btnbuy
//
this.btnbuy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnbuy.Location = new System.Drawing.Point(283, 3);
this.btnbuy.Name = "btnbuy";
this.btnbuy.Size = new System.Drawing.Size(75, 23);
this.btnbuy.TabIndex = 0;
this.btnbuy.Text = "button3";
this.btnbuy.UseVisualStyleBackColor = true;
//
// lbupgradetitle
//
this.lbupgradetitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lbupgradetitle.Location = new System.Drawing.Point(0, 0);
this.lbupgradetitle.Name = "lbupgradetitle";
this.lbupgradetitle.Size = new System.Drawing.Size(367, 43);
this.lbupgradetitle.TabIndex = 0;
this.lbupgradetitle.Tag = "header2";
this.lbupgradetitle.Text = "Welcome to my shop!";
this.lbupgradetitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// panel1
//
this.panel1.Controls.Add(this.lbupgrades);
this.panel1.Controls.Add(this.lbcodepoints);
this.panel1.Controls.Add(this.lbshopname);
this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(389, 442);
this.panel1.TabIndex = 0;
//
// lbupgrades
//
this.lbupgrades.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbupgrades.FormattingEnabled = true;
this.lbupgrades.Location = new System.Drawing.Point(0, 46);
this.lbupgrades.Name = "lbupgrades";
this.lbupgrades.Size = new System.Drawing.Size(389, 383);
this.lbupgrades.TabIndex = 2;
//
// lbcodepoints
//
this.lbcodepoints.AutoSize = true;
this.lbcodepoints.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lbcodepoints.Location = new System.Drawing.Point(0, 429);
this.lbcodepoints.Margin = new System.Windows.Forms.Padding(10);
this.lbcodepoints.Name = "lbcodepoints";
this.lbcodepoints.Size = new System.Drawing.Size(72, 13);
this.lbcodepoints.TabIndex = 1;
this.lbcodepoints.Tag = "header2";
this.lbcodepoints.Text = "Codepoints: 0";
//
// lbshopname
//
this.lbshopname.Dock = System.Windows.Forms.DockStyle.Top;
this.lbshopname.Location = new System.Drawing.Point(0, 0);
this.lbshopname.Name = "lbshopname";
this.lbshopname.Size = new System.Drawing.Size(389, 46);
this.lbshopname.TabIndex = 0;
this.lbshopname.Tag = "header1";
this.lbshopname.Text = "My shop";
this.lbshopname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lgn_create
//
this.lgn_create.Controls.Add(this.btncreate);
@ -331,6 +498,17 @@ namespace ShiftOS.WinForms.Applications
this.lgn_create.Size = new System.Drawing.Size(756, 442);
this.lgn_create.TabIndex = 4;
//
// btncreate
//
this.btncreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btncreate.Location = new System.Drawing.Point(672, 393);
this.btncreate.Name = "btncreate";
this.btncreate.Size = new System.Drawing.Size(75, 23);
this.btncreate.TabIndex = 5;
this.btncreate.Text = "Create";
this.btncreate.UseVisualStyleBackColor = true;
this.btncreate.Click += new System.EventHandler(this.btncreate_Click);
//
// txtnewlegiondescription
//
this.txtnewlegiondescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@ -399,6 +577,38 @@ namespace ShiftOS.WinForms.Applications
this.panel4.TabIndex = 0;
this.panel4.Tag = "keepbg";
//
// cbpublicity
//
this.cbpublicity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbpublicity.FormattingEnabled = true;
this.cbpublicity.Location = new System.Drawing.Point(502, 73);
this.cbpublicity.Name = "cbpublicity";
this.cbpublicity.Size = new System.Drawing.Size(121, 21);
this.cbpublicity.TabIndex = 6;
//
// cbcolorchooser
//
this.cbcolorchooser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbcolorchooser.FormattingEnabled = true;
this.cbcolorchooser.Location = new System.Drawing.Point(629, 73);
this.cbcolorchooser.Name = "cbcolorchooser";
this.cbcolorchooser.Size = new System.Drawing.Size(121, 21);
this.cbcolorchooser.TabIndex = 5;
this.cbcolorchooser.SelectedIndexChanged += new System.EventHandler(this.cbcolorchooser_SelectedIndexChanged);
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.flowLayoutPanel3.AutoSize = true;
this.flowLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
this.flowLayoutPanel3.Location = new System.Drawing.Point(712, 224);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(0, 0);
this.flowLayoutPanel3.TabIndex = 2;
this.flowLayoutPanel3.Tag = "keepbg";
this.flowLayoutPanel3.Paint += new System.Windows.Forms.PaintEventHandler(this.flowLayoutPanel3_Paint);
//
// flowLayoutPanel4
//
this.flowLayoutPanel4.AutoSize = true;
@ -462,19 +672,6 @@ namespace ShiftOS.WinForms.Applications
this.txtnewlegiontitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtnewlegiontitle.TextChanged += new System.EventHandler(this.txtnewlegiontitle_TextChanged);
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.flowLayoutPanel3.AutoSize = true;
this.flowLayoutPanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
this.flowLayoutPanel3.Location = new System.Drawing.Point(712, 224);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(0, 0);
this.flowLayoutPanel3.TabIndex = 2;
this.flowLayoutPanel3.Tag = "keepbg";
this.flowLayoutPanel3.Paint += new System.Windows.Forms.PaintEventHandler(this.flowLayoutPanel3_Paint);
//
// lgn_view
//
this.lgn_view.Controls.Add(this.pnllgnusers);
@ -619,12 +816,14 @@ namespace ShiftOS.WinForms.Applications
//
// fllegionlist
//
this.fllegionlist.AutoScroll = true;
this.fllegionlist.Dock = System.Windows.Forms.DockStyle.Fill;
this.fllegionlist.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.fllegionlist.Location = new System.Drawing.Point(0, 100);
this.fllegionlist.Name = "fllegionlist";
this.fllegionlist.Size = new System.Drawing.Size(756, 342);
this.fllegionlist.TabIndex = 1;
this.fllegionlist.WrapContents = false;
//
// panel3
//
@ -756,203 +955,6 @@ namespace ShiftOS.WinForms.Applications
this.label1.Tag = "header1";
this.label1.Text = "You";
//
// openAShopToolStripMenuItem
//
this.openAShopToolStripMenuItem.Name = "openAShopToolStripMenuItem";
this.openAShopToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.openAShopToolStripMenuItem.Text = "Open a Shop";
//
// cbcolorchooser
//
this.cbcolorchooser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbcolorchooser.FormattingEnabled = true;
this.cbcolorchooser.Location = new System.Drawing.Point(629, 73);
this.cbcolorchooser.Name = "cbcolorchooser";
this.cbcolorchooser.Size = new System.Drawing.Size(121, 21);
this.cbcolorchooser.TabIndex = 5;
this.cbcolorchooser.SelectedIndexChanged += new System.EventHandler(this.cbcolorchooser_SelectedIndexChanged);
//
// btncreate
//
this.btncreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btncreate.Location = new System.Drawing.Point(672, 393);
this.btncreate.Name = "btncreate";
this.btncreate.Size = new System.Drawing.Size(75, 23);
this.btncreate.TabIndex = 5;
this.btncreate.Text = "Create";
this.btncreate.UseVisualStyleBackColor = true;
this.btncreate.Click += new System.EventHandler(this.btncreate_Click);
//
// cbpublicity
//
this.cbpublicity.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cbpublicity.FormattingEnabled = true;
this.cbpublicity.Location = new System.Drawing.Point(502, 73);
this.cbpublicity.Name = "cbpublicity";
this.cbpublicity.Size = new System.Drawing.Size(121, 21);
this.cbpublicity.TabIndex = 6;
//
// shop_view
//
this.shop_view.Controls.Add(this.panel5);
this.shop_view.Controls.Add(this.panel1);
this.shop_view.Dock = System.Windows.Forms.DockStyle.Fill;
this.shop_view.Location = new System.Drawing.Point(0, 0);
this.shop_view.Name = "shop_view";
this.shop_view.Size = new System.Drawing.Size(756, 442);
this.shop_view.TabIndex = 6;
//
// panel1
//
this.panel1.Controls.Add(this.lbupgrades);
this.panel1.Controls.Add(this.lbcodepoints);
this.panel1.Controls.Add(this.lbshopname);
this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(389, 442);
this.panel1.TabIndex = 0;
//
// panel5
//
this.panel5.Controls.Add(this.lbupggradedesc);
this.panel5.Controls.Add(this.pnlbuy);
this.panel5.Controls.Add(this.lbupgradetitle);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(389, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(367, 442);
this.panel5.TabIndex = 1;
//
// lbupgradetitle
//
this.lbupgradetitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lbupgradetitle.Location = new System.Drawing.Point(0, 0);
this.lbupgradetitle.Name = "lbupgradetitle";
this.lbupgradetitle.Size = new System.Drawing.Size(367, 43);
this.lbupgradetitle.TabIndex = 0;
this.lbupgradetitle.Tag = "header2";
this.lbupgradetitle.Text = "Welcome to my shop!";
this.lbupgradetitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbshopname
//
this.lbshopname.Dock = System.Windows.Forms.DockStyle.Top;
this.lbshopname.Location = new System.Drawing.Point(0, 0);
this.lbshopname.Name = "lbshopname";
this.lbshopname.Size = new System.Drawing.Size(389, 46);
this.lbshopname.TabIndex = 0;
this.lbshopname.Tag = "header1";
this.lbshopname.Text = "My shop";
this.lbshopname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// lbcodepoints
//
this.lbcodepoints.AutoSize = true;
this.lbcodepoints.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lbcodepoints.Location = new System.Drawing.Point(0, 429);
this.lbcodepoints.Margin = new System.Windows.Forms.Padding(10);
this.lbcodepoints.Name = "lbcodepoints";
this.lbcodepoints.Size = new System.Drawing.Size(72, 13);
this.lbcodepoints.TabIndex = 1;
this.lbcodepoints.Tag = "header2";
this.lbcodepoints.Text = "Codepoints: 0";
//
// lbupgrades
//
this.lbupgrades.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbupgrades.FormattingEnabled = true;
this.lbupgrades.Location = new System.Drawing.Point(0, 46);
this.lbupgrades.Name = "lbupgrades";
this.lbupgrades.Size = new System.Drawing.Size(389, 383);
this.lbupgrades.TabIndex = 2;
//
// pnlbuy
//
this.pnlbuy.Controls.Add(this.lbprice);
this.pnlbuy.Controls.Add(this.btnbuy);
this.pnlbuy.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlbuy.Location = new System.Drawing.Point(0, 406);
this.pnlbuy.Name = "pnlbuy";
this.pnlbuy.Size = new System.Drawing.Size(367, 36);
this.pnlbuy.TabIndex = 1;
//
// btnbuy
//
this.btnbuy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnbuy.Location = new System.Drawing.Point(283, 3);
this.btnbuy.Name = "btnbuy";
this.btnbuy.Size = new System.Drawing.Size(75, 23);
this.btnbuy.TabIndex = 0;
this.btnbuy.Text = "button3";
this.btnbuy.UseVisualStyleBackColor = true;
//
// lbprice
//
this.lbprice.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lbprice.AutoSize = true;
this.lbprice.Location = new System.Drawing.Point(6, 10);
this.lbprice.Name = "lbprice";
this.lbprice.Size = new System.Drawing.Size(35, 13);
this.lbprice.TabIndex = 1;
this.lbprice.Text = "label6";
//
// lbupggradedesc
//
this.lbupggradedesc.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbupggradedesc.Location = new System.Drawing.Point(0, 43);
this.lbupggradedesc.Name = "lbupggradedesc";
this.lbupggradedesc.Size = new System.Drawing.Size(367, 363);
this.lbupggradedesc.TabIndex = 2;
this.lbupggradedesc.Text = "label6";
this.lbupggradedesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// job_current
//
this.job_current.Controls.Add(this.lbtaskdescription);
this.job_current.Controls.Add(this.lbtaskname);
this.job_current.Controls.Add(this.label6);
this.job_current.Dock = System.Windows.Forms.DockStyle.Fill;
this.job_current.Location = new System.Drawing.Point(0, 0);
this.job_current.Name = "job_current";
this.job_current.Size = new System.Drawing.Size(756, 442);
this.job_current.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Dock = System.Windows.Forms.DockStyle.Top;
this.label6.Location = new System.Drawing.Point(0, 0);
this.label6.Margin = new System.Windows.Forms.Padding(15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 13);
this.label6.TabIndex = 0;
this.label6.Tag = "header1";
this.label6.Text = "Current Task";
//
// lbtaskname
//
this.lbtaskname.AutoSize = true;
this.lbtaskname.Dock = System.Windows.Forms.DockStyle.Top;
this.lbtaskname.Location = new System.Drawing.Point(0, 13);
this.lbtaskname.Margin = new System.Windows.Forms.Padding(15);
this.lbtaskname.Name = "lbtaskname";
this.lbtaskname.Size = new System.Drawing.Size(60, 13);
this.lbtaskname.TabIndex = 1;
this.lbtaskname.Tag = "header2";
this.lbtaskname.Text = "Task name";
//
// lbtaskdescription
//
this.lbtaskdescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbtaskdescription.Location = new System.Drawing.Point(0, 26);
this.lbtaskdescription.Margin = new System.Windows.Forms.Padding(30);
this.lbtaskdescription.Name = "lbtaskdescription";
this.lbtaskdescription.Size = new System.Drawing.Size(756, 416);
this.lbtaskdescription.TabIndex = 2;
this.lbtaskdescription.Text = "label12";
//
// MUDControlCentre
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -973,6 +975,14 @@ namespace ShiftOS.WinForms.Applications
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
this.job_current.ResumeLayout(false);
this.job_current.PerformLayout();
this.shop_view.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.pnlbuy.ResumeLayout(false);
this.pnlbuy.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.lgn_create.ResumeLayout(false);
this.lgn_create.PerformLayout();
this.panel2.ResumeLayout(false);
@ -998,14 +1008,6 @@ namespace ShiftOS.WinForms.Applications
this.you_memos.PerformLayout();
this.you_systemstatus.ResumeLayout(false);
this.you_systemstatus.PerformLayout();
this.shop_view.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel5.ResumeLayout(false);
this.pnlbuy.ResumeLayout(false);
this.pnlbuy.PerformLayout();
this.job_current.ResumeLayout(false);
this.job_current.PerformLayout();
this.ResumeLayout(false);
}