aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-18 20:31:19 -0400
committerMichael <[email protected]>2017-06-18 20:31:19 -0400
commit5fd343195be5632ba341031953d4a4e6d9317253 (patch)
tree199878179b87868c4feff2bc7fe69f6435b3007b /ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
parent12acff8742f4c64976bfabee1b70dc515190fc7c (diff)
downloadshiftos_thereturn-5fd343195be5632ba341031953d4a4e6d9317253.tar.gz
shiftos_thereturn-5fd343195be5632ba341031953d4a4e6d9317253.tar.bz2
shiftos_thereturn-5fd343195be5632ba341031953d4a4e6d9317253.zip
Localize a lot of the window titles
Diffstat (limited to 'ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs1411
1 files changed, 0 insertions, 1411 deletions
diff --git a/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs b/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
deleted file mode 100644
index 125ea99..0000000
--- a/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
+++ /dev/null
@@ -1,1411 +0,0 @@
-/*
- * MIT License
- *
- * Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in all
- * copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- */
-
-namespace ShiftOS.WinForms.Applications
-{
- partial class MUDControlCentre
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Component Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MUDControlCentre));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.youToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.profileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.tsMemos = new System.Windows.Forms.ToolStripMenuItem();
- this.disconnectFromMuDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- 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.legionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.createLegionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.joinLegionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.myLegionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
- this.pnlclasses = new System.Windows.Forms.Panel();
- this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnchooseclass = new System.Windows.Forms.Button();
- this.lbclasses = new System.Windows.Forms.ListBox();
- this.lbclassdesc = new System.Windows.Forms.Label();
- this.lbclasstitle = new System.Windows.Forms.Label();
- this.you_systemstatus = new System.Windows.Forms.Panel();
- this.btndeletesave = new System.Windows.Forms.Button();
- this.lblsysstatus = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.shop_all = new System.Windows.Forms.Panel();
- this.flshoplist = new System.Windows.Forms.FlowLayoutPanel();
- this.lblistdesc = new System.Windows.Forms.Label();
- this.lblistname = new System.Windows.Forms.Label();
- this.shop_view = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.lbupgradedesc = new System.Windows.Forms.Label();
- this.pnlbuy = new System.Windows.Forms.Panel();
- this.btneditshop = new System.Windows.Forms.Button();
- 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.shop_editor = new System.Windows.Forms.Panel();
- this.panel7 = new System.Windows.Forms.Panel();
- this.txtshopdescription = new System.Windows.Forms.TextBox();
- this.panel8 = new System.Windows.Forms.Panel();
- this.label15 = new System.Windows.Forms.Label();
- this.btnsaveshop = new System.Windows.Forms.Button();
- this.label16 = new System.Windows.Forms.Label();
- this.panel9 = new System.Windows.Forms.Panel();
- this.lbeditingshopitems = new System.Windows.Forms.ListBox();
- this.txtshopname = new System.Windows.Forms.TextBox();
- this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnaddshopitem = new System.Windows.Forms.Button();
- this.btnremoveitem = new System.Windows.Forms.Button();
- this.btnedititem = new System.Windows.Forms.Button();
- 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.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.lgn_view = new System.Windows.Forms.Panel();
- this.pnllgnusers = new System.Windows.Forms.Panel();
- this.lvusers = new System.Windows.Forms.ListView();
- this.label4 = new System.Windows.Forms.Label();
- this.lbdescription = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.banner = new System.Windows.Forms.Panel();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnleavelegion = new System.Windows.Forms.Button();
- this.btnjoinlegion = new System.Windows.Forms.Button();
- this.lblegiontitle = new System.Windows.Forms.Label();
- this.lgn_join = new System.Windows.Forms.Panel();
- this.fllegionlist = new System.Windows.Forms.FlowLayoutPanel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.label8 = new System.Windows.Forms.Label();
- this.you_memos = new System.Windows.Forms.Panel();
- this.flmemos = new System.Windows.Forms.FlowLayoutPanel();
- this.label3 = new System.Windows.Forms.Label();
- this.menuStrip1.SuspendLayout();
- this.toolStripContainer1.ContentPanel.SuspendLayout();
- this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
- this.toolStripContainer1.SuspendLayout();
- this.pnlclasses.SuspendLayout();
- this.flowLayoutPanel6.SuspendLayout();
- this.you_systemstatus.SuspendLayout();
- this.shop_all.SuspendLayout();
- this.shop_view.SuspendLayout();
- this.panel5.SuspendLayout();
- this.pnlbuy.SuspendLayout();
- this.panel1.SuspendLayout();
- this.shop_editor.SuspendLayout();
- this.panel7.SuspendLayout();
- this.panel8.SuspendLayout();
- this.panel9.SuspendLayout();
- this.flowLayoutPanel5.SuspendLayout();
- this.lgn_create.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel4.SuspendLayout();
- this.flowLayoutPanel4.SuspendLayout();
- this.job_current.SuspendLayout();
- this.lgn_view.SuspendLayout();
- this.pnllgnusers.SuspendLayout();
- this.banner.SuspendLayout();
- this.flowLayoutPanel1.SuspendLayout();
- this.lgn_join.SuspendLayout();
- this.panel3.SuspendLayout();
- this.flowLayoutPanel2.SuspendLayout();
- this.you_memos.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.youToolStripMenuItem,
- this.shopsToolStripMenuItem,
- this.legionsToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(756, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // youToolStripMenuItem
- //
- this.youToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.profileToolStripMenuItem,
- this.tsMemos,
- this.disconnectFromMuDToolStripMenuItem});
- this.youToolStripMenuItem.Name = "youToolStripMenuItem";
- this.youToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
- this.youToolStripMenuItem.Text = "You";
- //
- // profileToolStripMenuItem
- //
- this.profileToolStripMenuItem.Name = "profileToolStripMenuItem";
- this.profileToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
- this.profileToolStripMenuItem.Text = "System status";
- this.profileToolStripMenuItem.Click += new System.EventHandler(this.profileToolStripMenuItem_Click);
- //
- // tsMemos
- //
- this.tsMemos.Name = "tsMemos";
- this.tsMemos.Size = new System.Drawing.Size(192, 22);
- this.tsMemos.Text = "Memos";
- this.tsMemos.Click += new System.EventHandler(this.tsMemos_Click);
- //
- // disconnectFromMuDToolStripMenuItem
- //
- this.disconnectFromMuDToolStripMenuItem.Name = "disconnectFromMuDToolStripMenuItem";
- this.disconnectFromMuDToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
- this.disconnectFromMuDToolStripMenuItem.Text = "Disconnect from MUD";
- this.disconnectFromMuDToolStripMenuItem.Click += new System.EventHandler(this.disconnectFromMuDToolStripMenuItem_Click);
- //
- // shopsToolStripMenuItem
- //
- this.shopsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.browseToolStripMenuItem,
- this.myShopToolStripMenuItem,
- this.openAShopToolStripMenuItem});
- this.shopsToolStripMenuItem.Name = "shopsToolStripMenuItem";
- this.shopsToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
- this.shopsToolStripMenuItem.Text = "Shops";
- //
- // browseToolStripMenuItem
- //
- this.browseToolStripMenuItem.Name = "browseToolStripMenuItem";
- this.browseToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.browseToolStripMenuItem.Text = "Browse";
- this.browseToolStripMenuItem.Click += new System.EventHandler(this.browseToolStripMenuItem_Click);
- //
- // myShopToolStripMenuItem
- //
- this.myShopToolStripMenuItem.Name = "myShopToolStripMenuItem";
- this.myShopToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.myShopToolStripMenuItem.Text = "My Shop";
- this.myShopToolStripMenuItem.Click += new System.EventHandler(this.myShopToolStripMenuItem_Click);
- //
- // openAShopToolStripMenuItem
- //
- this.openAShopToolStripMenuItem.Name = "openAShopToolStripMenuItem";
- this.openAShopToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.openAShopToolStripMenuItem.Text = "Open a Shop";
- this.openAShopToolStripMenuItem.Click += new System.EventHandler(this.openAShopToolStripMenuItem_Click);
- //
- // legionsToolStripMenuItem
- //
- this.legionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.createLegionToolStripMenuItem,
- this.joinLegionToolStripMenuItem,
- this.myLegionToolStripMenuItem});
- this.legionsToolStripMenuItem.Name = "legionsToolStripMenuItem";
- this.legionsToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
- this.legionsToolStripMenuItem.Text = "Legions";
- //
- // createLegionToolStripMenuItem
- //
- this.createLegionToolStripMenuItem.Name = "createLegionToolStripMenuItem";
- this.createLegionToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.createLegionToolStripMenuItem.Text = "Create Legion";
- this.createLegionToolStripMenuItem.Click += new System.EventHandler(this.createLegionToolStripMenuItem_Click);
- //
- // joinLegionToolStripMenuItem
- //
- this.joinLegionToolStripMenuItem.Name = "joinLegionToolStripMenuItem";
- this.joinLegionToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.joinLegionToolStripMenuItem.Text = "Join Legion";
- this.joinLegionToolStripMenuItem.Click += new System.EventHandler(this.joinLegionToolStripMenuItem_Click);
- //
- // myLegionToolStripMenuItem
- //
- this.myLegionToolStripMenuItem.Name = "myLegionToolStripMenuItem";
- this.myLegionToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
- this.myLegionToolStripMenuItem.Text = "My Legion";
- this.myLegionToolStripMenuItem.Click += new System.EventHandler(this.myLegionToolStripMenuItem_Click);
- //
- // toolStripContainer1
- //
- //
- // toolStripContainer1.ContentPanel
- //
- this.toolStripContainer1.ContentPanel.Controls.Add(this.pnlclasses);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.you_systemstatus);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.shop_all);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.shop_view);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.shop_editor);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_create);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.job_current);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_view);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.lgn_join);
- this.toolStripContainer1.ContentPanel.Controls.Add(this.you_memos);
- this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(756, 464);
- this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
- this.toolStripContainer1.Name = "toolStripContainer1";
- this.toolStripContainer1.Size = new System.Drawing.Size(756, 488);
- this.toolStripContainer1.TabIndex = 2;
- this.toolStripContainer1.Text = "toolStripContainer1";
- //
- // toolStripContainer1.TopToolStripPanel
- //
- this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
- //
- // pnlclasses
- //
- this.pnlclasses.Controls.Add(this.flowLayoutPanel6);
- this.pnlclasses.Controls.Add(this.lbclasses);
- this.pnlclasses.Controls.Add(this.lbclassdesc);
- this.pnlclasses.Controls.Add(this.lbclasstitle);
- this.pnlclasses.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlclasses.Location = new System.Drawing.Point(0, 0);
- this.pnlclasses.Name = "pnlclasses";
- this.pnlclasses.Size = new System.Drawing.Size(756, 464);
- this.pnlclasses.TabIndex = 3;
- //
- // flowLayoutPanel6
- //
- this.flowLayoutPanel6.AutoSize = true;
- this.flowLayoutPanel6.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.flowLayoutPanel6.Controls.Add(this.btnchooseclass);
- this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.flowLayoutPanel6.Location = new System.Drawing.Point(0, 415);
- this.flowLayoutPanel6.Name = "flowLayoutPanel6";
- this.flowLayoutPanel6.Padding = new System.Windows.Forms.Padding(10);
- this.flowLayoutPanel6.Size = new System.Drawing.Size(756, 49);
- this.flowLayoutPanel6.TabIndex = 3;
- //
- // btnchooseclass
- //
- this.btnchooseclass.AutoSize = true;
- this.btnchooseclass.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnchooseclass.Location = new System.Drawing.Point(13, 13);
- this.btnchooseclass.Name = "btnchooseclass";
- this.btnchooseclass.Size = new System.Drawing.Size(53, 23);
- this.btnchooseclass.TabIndex = 0;
- this.btnchooseclass.Text = "Choose";
- this.btnchooseclass.UseVisualStyleBackColor = true;
- this.btnchooseclass.Click += new System.EventHandler(this.btnchooseclass_Click);
- //
- // lbclasses
- //
- this.lbclasses.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbclasses.FormattingEnabled = true;
- this.lbclasses.Location = new System.Drawing.Point(0, 66);
- this.lbclasses.Name = "lbclasses";
- this.lbclasses.Size = new System.Drawing.Size(756, 398);
- this.lbclasses.TabIndex = 2;
- //
- // lbclassdesc
- //
- this.lbclassdesc.AutoSize = true;
- this.lbclassdesc.Dock = System.Windows.Forms.DockStyle.Top;
- this.lbclassdesc.Location = new System.Drawing.Point(0, 33);
- this.lbclassdesc.Name = "lbclassdesc";
- this.lbclassdesc.Padding = new System.Windows.Forms.Padding(10);
- this.lbclassdesc.Size = new System.Drawing.Size(727, 33);
- this.lbclassdesc.TabIndex = 1;
- this.lbclassdesc.Text = "A class is a way for the multi-user domain to better understand you. It defines w" +
- "ho you are as a sentient being, what you do, what you like, and so on.";
- //
- // lbclasstitle
- //
- this.lbclasstitle.AutoSize = true;
- this.lbclasstitle.Dock = System.Windows.Forms.DockStyle.Top;
- this.lbclasstitle.Location = new System.Drawing.Point(0, 0);
- this.lbclasstitle.Name = "lbclasstitle";
- this.lbclasstitle.Padding = new System.Windows.Forms.Padding(10);
- this.lbclasstitle.Size = new System.Drawing.Size(82, 33);
- this.lbclasstitle.TabIndex = 0;
- this.lbclasstitle.Tag = "header1";
- this.lbclasstitle.Text = "Join a class";
- //
- // you_systemstatus
- //
- this.you_systemstatus.Controls.Add(this.btndeletesave);
- this.you_systemstatus.Controls.Add(this.lblsysstatus);
- this.you_systemstatus.Controls.Add(this.label1);
- this.you_systemstatus.Dock = System.Windows.Forms.DockStyle.Fill;
- this.you_systemstatus.Location = new System.Drawing.Point(0, 0);
- this.you_systemstatus.Name = "you_systemstatus";
- this.you_systemstatus.Size = new System.Drawing.Size(756, 464);
- this.you_systemstatus.TabIndex = 0;
- //
- // btndeletesave
- //
- this.btndeletesave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btndeletesave.AutoSize = true;
- this.btndeletesave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btndeletesave.Location = new System.Drawing.Point(613, 415);
- this.btndeletesave.Name = "btndeletesave";
- this.btndeletesave.Size = new System.Drawing.Size(99, 23);
- this.btndeletesave.TabIndex = 2;
- this.btndeletesave.Tag = "header3";
- this.btndeletesave.Text = "Delete my system";
- this.btndeletesave.UseVisualStyleBackColor = true;
- this.btndeletesave.Click += new System.EventHandler(this.btndeletesave_Click);
- //
- // lblsysstatus
- //
- this.lblsysstatus.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblsysstatus.Location = new System.Drawing.Point(0, 43);
- this.lblsysstatus.Name = "lblsysstatus";
- this.lblsysstatus.Padding = new System.Windows.Forms.Padding(15);
- this.lblsysstatus.Size = new System.Drawing.Size(756, 421);
- this.lblsysstatus.TabIndex = 1;
- this.lblsysstatus.Text = "Username: {username}\r\nSystem name: {sysname}\r\n\r\nCodepoints: {cp}\r\nUpgrades: {boug" +
- "ht}/{available}\r\n\r\nSystem version: {sysver}\r\n\r\nShared scripts: {scripts}\r\n\r\nCurr" +
- "ent legion: {legionname}\r\nRole: {role}";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Top;
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Margin = new System.Windows.Forms.Padding(15);
- this.label1.Name = "label1";
- this.label1.Padding = new System.Windows.Forms.Padding(15);
- this.label1.Size = new System.Drawing.Size(56, 43);
- this.label1.TabIndex = 0;
- this.label1.Tag = "header1";
- this.label1.Text = "You";
- //
- // shop_all
- //
- this.shop_all.Controls.Add(this.flshoplist);
- this.shop_all.Controls.Add(this.lblistdesc);
- this.shop_all.Controls.Add(this.lblistname);
- this.shop_all.Dock = System.Windows.Forms.DockStyle.Fill;
- this.shop_all.Location = new System.Drawing.Point(0, 0);
- this.shop_all.Name = "shop_all";
- this.shop_all.Size = new System.Drawing.Size(756, 464);
- this.shop_all.TabIndex = 7;
- //
- // flshoplist
- //
- this.flshoplist.AutoScroll = true;
- this.flshoplist.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flshoplist.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.flshoplist.Location = new System.Drawing.Point(0, 94);
- this.flshoplist.Name = "flshoplist";
- this.flshoplist.Size = new System.Drawing.Size(756, 370);
- this.flshoplist.TabIndex = 1;
- this.flshoplist.WrapContents = false;
- //
- // lblistdesc
- //
- this.lblistdesc.Dock = System.Windows.Forms.DockStyle.Top;
- this.lblistdesc.Location = new System.Drawing.Point(0, 43);
- this.lblistdesc.Name = "lblistdesc";
- this.lblistdesc.Padding = new System.Windows.Forms.Padding(15, 0, 15, 15);
- this.lblistdesc.Size = new System.Drawing.Size(756, 51);
- this.lblistdesc.TabIndex = 0;
- this.lblistdesc.Tag = "";
- this.lblistdesc.Text = resources.GetString("lblistdesc.Text");
- //
- // lblistname
- //
- this.lblistname.AutoSize = true;
- this.lblistname.Dock = System.Windows.Forms.DockStyle.Top;
- this.lblistname.Location = new System.Drawing.Point(0, 0);
- this.lblistname.Name = "lblistname";
- this.lblistname.Padding = new System.Windows.Forms.Padding(15);
- this.lblistname.Size = new System.Drawing.Size(67, 43);
- this.lblistname.TabIndex = 2;
- this.lblistname.Tag = "header1";
- this.lblistname.Text = "Shops";
- //
- // 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, 464);
- this.shop_view.TabIndex = 6;
- //
- // panel5
- //
- this.panel5.Controls.Add(this.lbupgradedesc);
- 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, 464);
- this.panel5.TabIndex = 1;
- //
- // lbupgradedesc
- //
- this.lbupgradedesc.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbupgradedesc.Location = new System.Drawing.Point(0, 43);
- this.lbupgradedesc.Name = "lbupgradedesc";
- this.lbupgradedesc.Size = new System.Drawing.Size(367, 385);
- this.lbupgradedesc.TabIndex = 2;
- this.lbupgradedesc.Text = "label6";
- this.lbupgradedesc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pnlbuy
- //
- this.pnlbuy.Controls.Add(this.btneditshop);
- 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, 428);
- this.pnlbuy.Name = "pnlbuy";
- this.pnlbuy.Size = new System.Drawing.Size(367, 36);
- this.pnlbuy.TabIndex = 1;
- //
- // btneditshop
- //
- this.btneditshop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btneditshop.Location = new System.Drawing.Point(198, 3);
- this.btneditshop.Name = "btneditshop";
- this.btneditshop.Size = new System.Drawing.Size(75, 23);
- this.btneditshop.TabIndex = 2;
- this.btneditshop.Text = "Edit shop";
- this.btneditshop.UseVisualStyleBackColor = true;
- this.btneditshop.Click += new System.EventHandler(this.btneditshop_Click);
- //
- // 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 = "Buy";
- this.btnbuy.UseVisualStyleBackColor = true;
- this.btnbuy.Click += new System.EventHandler(this.btnbuy_Click);
- //
- // 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, 464);
- 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, 405);
- 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, 451);
- 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;
- //
- // shop_editor
- //
- this.shop_editor.Controls.Add(this.panel7);
- this.shop_editor.Controls.Add(this.panel9);
- this.shop_editor.Dock = System.Windows.Forms.DockStyle.Fill;
- this.shop_editor.Location = new System.Drawing.Point(0, 0);
- this.shop_editor.Name = "shop_editor";
- this.shop_editor.Size = new System.Drawing.Size(756, 464);
- this.shop_editor.TabIndex = 8;
- //
- // panel7
- //
- this.panel7.Controls.Add(this.txtshopdescription);
- this.panel7.Controls.Add(this.panel8);
- this.panel7.Controls.Add(this.label16);
- this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel7.Location = new System.Drawing.Point(389, 0);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(367, 464);
- this.panel7.TabIndex = 1;
- //
- // txtshopdescription
- //
- this.txtshopdescription.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtshopdescription.Location = new System.Drawing.Point(0, 43);
- this.txtshopdescription.Multiline = true;
- this.txtshopdescription.Name = "txtshopdescription";
- this.txtshopdescription.Size = new System.Drawing.Size(367, 385);
- this.txtshopdescription.TabIndex = 2;
- this.txtshopdescription.TextChanged += new System.EventHandler(this.txtshopdescription_TextChanged);
- //
- // panel8
- //
- this.panel8.Controls.Add(this.label15);
- this.panel8.Controls.Add(this.btnsaveshop);
- this.panel8.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel8.Location = new System.Drawing.Point(0, 428);
- this.panel8.Name = "panel8";
- this.panel8.Size = new System.Drawing.Size(367, 36);
- this.panel8.TabIndex = 1;
- //
- // label15
- //
- this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(6, 10);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(267, 13);
- this.label15.TabIndex = 1;
- this.label15.Text = "When you are done editing your shop, click this button:";
- //
- // btnsaveshop
- //
- this.btnsaveshop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnsaveshop.Location = new System.Drawing.Point(283, 3);
- this.btnsaveshop.Name = "btnsaveshop";
- this.btnsaveshop.Size = new System.Drawing.Size(75, 23);
- this.btnsaveshop.TabIndex = 0;
- this.btnsaveshop.Text = "Save";
- this.btnsaveshop.UseVisualStyleBackColor = true;
- this.btnsaveshop.Click += new System.EventHandler(this.btnsaveshop_Click);
- //
- // label16
- //
- this.label16.Dock = System.Windows.Forms.DockStyle.Top;
- this.label16.Location = new System.Drawing.Point(0, 0);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(367, 43);
- this.label16.TabIndex = 0;
- this.label16.Tag = "header2";
- this.label16.Text = "Welcome to my shop!";
- this.label16.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // panel9
- //
- this.panel9.Controls.Add(this.lbeditingshopitems);
- this.panel9.Controls.Add(this.txtshopname);
- this.panel9.Controls.Add(this.flowLayoutPanel5);
- this.panel9.Cursor = System.Windows.Forms.Cursors.Default;
- this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel9.Location = new System.Drawing.Point(0, 0);
- this.panel9.Name = "panel9";
- this.panel9.Size = new System.Drawing.Size(389, 464);
- this.panel9.TabIndex = 0;
- //
- // lbeditingshopitems
- //
- this.lbeditingshopitems.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbeditingshopitems.FormattingEnabled = true;
- this.lbeditingshopitems.Location = new System.Drawing.Point(0, 20);
- this.lbeditingshopitems.Name = "lbeditingshopitems";
- this.lbeditingshopitems.Size = new System.Drawing.Size(389, 415);
- this.lbeditingshopitems.TabIndex = 2;
- //
- // txtshopname
- //
- this.txtshopname.Dock = System.Windows.Forms.DockStyle.Top;
- this.txtshopname.Location = new System.Drawing.Point(0, 0);
- this.txtshopname.Name = "txtshopname";
- this.txtshopname.Size = new System.Drawing.Size(389, 20);
- this.txtshopname.TabIndex = 4;
- this.txtshopname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtshopname.TextChanged += new System.EventHandler(this.txtshopname_TextChanged);
- //
- // flowLayoutPanel5
- //
- this.flowLayoutPanel5.AutoSize = true;
- this.flowLayoutPanel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.flowLayoutPanel5.Controls.Add(this.btnaddshopitem);
- this.flowLayoutPanel5.Controls.Add(this.btnremoveitem);
- this.flowLayoutPanel5.Controls.Add(this.btnedititem);
- this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.flowLayoutPanel5.Location = new System.Drawing.Point(0, 435);
- this.flowLayoutPanel5.Name = "flowLayoutPanel5";
- this.flowLayoutPanel5.Size = new System.Drawing.Size(389, 29);
- this.flowLayoutPanel5.TabIndex = 3;
- //
- // btnaddshopitem
- //
- this.btnaddshopitem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnaddshopitem.AutoSize = true;
- this.btnaddshopitem.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnaddshopitem.Location = new System.Drawing.Point(3, 3);
- this.btnaddshopitem.Name = "btnaddshopitem";
- this.btnaddshopitem.Size = new System.Drawing.Size(36, 23);
- this.btnaddshopitem.TabIndex = 1;
- this.btnaddshopitem.Text = "Add";
- this.btnaddshopitem.UseVisualStyleBackColor = true;
- this.btnaddshopitem.Click += new System.EventHandler(this.btnaddshopitem_Click);
- //
- // btnremoveitem
- //
- this.btnremoveitem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnremoveitem.AutoSize = true;
- this.btnremoveitem.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnremoveitem.Location = new System.Drawing.Point(45, 3);
- this.btnremoveitem.Name = "btnremoveitem";
- this.btnremoveitem.Size = new System.Drawing.Size(57, 23);
- this.btnremoveitem.TabIndex = 2;
- this.btnremoveitem.Text = "Remove";
- this.btnremoveitem.UseVisualStyleBackColor = true;
- this.btnremoveitem.Click += new System.EventHandler(this.btnremoveitem_Click);
- //
- // btnedititem
- //
- this.btnedititem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnedititem.AutoSize = true;
- this.btnedititem.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnedititem.Location = new System.Drawing.Point(108, 3);
- this.btnedititem.Name = "btnedititem";
- this.btnedititem.Size = new System.Drawing.Size(35, 23);
- this.btnedititem.TabIndex = 3;
- this.btnedititem.Text = "Edit";
- this.btnedititem.UseVisualStyleBackColor = true;
- this.btnedititem.Click += new System.EventHandler(this.btnedititem_Click);
- //
- // lgn_create
- //
- this.lgn_create.Controls.Add(this.btncreate);
- this.lgn_create.Controls.Add(this.txtnewlegiondescription);
- this.lgn_create.Controls.Add(this.panel2);
- this.lgn_create.Controls.Add(this.label7);
- this.lgn_create.Controls.Add(this.panel4);
- this.lgn_create.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lgn_create.Location = new System.Drawing.Point(0, 0);
- this.lgn_create.Name = "lgn_create";
- this.lgn_create.Size = new System.Drawing.Size(756, 464);
- 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, 415);
- 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)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtnewlegiondescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtnewlegiondescription.Location = new System.Drawing.Point(21, 176);
- this.txtnewlegiondescription.Multiline = true;
- this.txtnewlegiondescription.Name = "txtnewlegiondescription";
- this.txtnewlegiondescription.Size = new System.Drawing.Size(368, 262);
- this.txtnewlegiondescription.TabIndex = 4;
- this.txtnewlegiondescription.TextChanged += new System.EventHandler(this.txtnewlegiondescription_TextChanged);
- //
- // panel2
- //
- this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panel2.Controls.Add(this.label10);
- this.panel2.Controls.Add(this.label5);
- this.panel2.Location = new System.Drawing.Point(413, 130);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(337, 278);
- this.panel2.TabIndex = 3;
- //
- // label10
- //
- this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label10.Location = new System.Drawing.Point(0, 13);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(337, 265);
- this.label10.TabIndex = 3;
- this.label10.Text = resources.GetString("label10.Text");
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Dock = System.Windows.Forms.DockStyle.Top;
- this.label5.Location = new System.Drawing.Point(0, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(61, 13);
- this.label5.TabIndex = 2;
- this.label5.Tag = "header2";
- this.label5.Text = "Instructions";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(21, 130);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(60, 13);
- this.label7.TabIndex = 1;
- this.label7.Tag = "header2";
- this.label7.Text = "Description";
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.Blue;
- this.panel4.Controls.Add(this.cbpublicity);
- this.panel4.Controls.Add(this.cbcolorchooser);
- this.panel4.Controls.Add(this.flowLayoutPanel3);
- this.panel4.Controls.Add(this.flowLayoutPanel4);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(756, 100);
- 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;
- this.flowLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.flowLayoutPanel4.Controls.Add(this.label9);
- this.flowLayoutPanel4.Controls.Add(this.txtnewlegionshortname);
- this.flowLayoutPanel4.Controls.Add(this.label11);
- this.flowLayoutPanel4.Controls.Add(this.txtnewlegiontitle);
- this.flowLayoutPanel4.Location = new System.Drawing.Point(27, 33);
- this.flowLayoutPanel4.Name = "flowLayoutPanel4";
- this.flowLayoutPanel4.Size = new System.Drawing.Size(174, 19);
- this.flowLayoutPanel4.TabIndex = 4;
- this.flowLayoutPanel4.Tag = "keepbg";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(3, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(10, 13);
- this.label9.TabIndex = 4;
- this.label9.Tag = "keepbg header1";
- this.label9.Text = "[";
- //
- // txtnewlegionshortname
- //
- this.txtnewlegionshortname.BackColor = System.Drawing.Color.Blue;
- this.txtnewlegionshortname.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtnewlegionshortname.ForeColor = System.Drawing.Color.White;
- this.txtnewlegionshortname.Location = new System.Drawing.Point(19, 3);
- this.txtnewlegionshortname.MaxLength = 4;
- this.txtnewlegionshortname.MinimumSize = new System.Drawing.Size(4, 13);
- this.txtnewlegionshortname.Name = "txtnewlegionshortname";
- this.txtnewlegionshortname.Size = new System.Drawing.Size(36, 13);
- this.txtnewlegionshortname.TabIndex = 3;
- this.txtnewlegionshortname.Tag = "inheritbg inheritfg header1";
- this.txtnewlegionshortname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtnewlegionshortname.TextChanged += new System.EventHandler(this.txtnewlegionshortname_TextChanged);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(61, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(13, 13);
- this.label11.TabIndex = 5;
- this.label11.Tag = "keepbg header1";
- this.label11.Text = "] ";
- //
- // txtnewlegiontitle
- //
- this.txtnewlegiontitle.BackColor = System.Drawing.Color.Blue;
- this.txtnewlegiontitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.txtnewlegiontitle.ForeColor = System.Drawing.Color.White;
- this.txtnewlegiontitle.Location = new System.Drawing.Point(80, 3);
- this.txtnewlegiontitle.MaxLength = 25;
- this.txtnewlegiontitle.Name = "txtnewlegiontitle";
- this.txtnewlegiontitle.Size = new System.Drawing.Size(91, 13);
- this.txtnewlegiontitle.TabIndex = 6;
- this.txtnewlegiontitle.Tag = "inheritbg inheritfg header1";
- this.txtnewlegiontitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txtnewlegiontitle.TextChanged += new System.EventHandler(this.txtnewlegiontitle_TextChanged);
- //
- // 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, 464);
- 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, 438);
- 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";
- //
- // lgn_view
- //
- this.lgn_view.Controls.Add(this.pnllgnusers);
- this.lgn_view.Controls.Add(this.lbdescription);
- this.lgn_view.Controls.Add(this.label2);
- this.lgn_view.Controls.Add(this.banner);
- this.lgn_view.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lgn_view.Location = new System.Drawing.Point(0, 0);
- this.lgn_view.Name = "lgn_view";
- this.lgn_view.Size = new System.Drawing.Size(756, 464);
- this.lgn_view.TabIndex = 2;
- //
- // pnllgnusers
- //
- this.pnllgnusers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pnllgnusers.Controls.Add(this.lvusers);
- this.pnllgnusers.Controls.Add(this.label4);
- this.pnllgnusers.Location = new System.Drawing.Point(413, 130);
- this.pnllgnusers.Name = "pnllgnusers";
- this.pnllgnusers.Size = new System.Drawing.Size(337, 308);
- this.pnllgnusers.TabIndex = 3;
- //
- // lvusers
- //
- this.lvusers.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lvusers.FullRowSelect = true;
- this.lvusers.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
- this.lvusers.HideSelection = false;
- this.lvusers.Location = new System.Drawing.Point(0, 13);
- this.lvusers.Name = "lvusers";
- this.lvusers.Size = new System.Drawing.Size(337, 295);
- this.lvusers.TabIndex = 3;
- this.lvusers.UseCompatibleStateImageBehavior = false;
- this.lvusers.View = System.Windows.Forms.View.SmallIcon;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Dock = System.Windows.Forms.DockStyle.Top;
- this.label4.Location = new System.Drawing.Point(0, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(34, 13);
- this.label4.TabIndex = 2;
- this.label4.Tag = "header2";
- this.label4.Text = "Users";
- //
- // lbdescription
- //
- this.lbdescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.lbdescription.Location = new System.Drawing.Point(24, 185);
- this.lbdescription.Name = "lbdescription";
- this.lbdescription.Size = new System.Drawing.Size(354, 253);
- this.lbdescription.TabIndex = 2;
- this.lbdescription.Text = "This is the description of this multi-user domain legion. Keep it descriptive.";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(21, 130);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(60, 13);
- this.label2.TabIndex = 1;
- this.label2.Tag = "header2";
- this.label2.Text = "Description";
- //
- // banner
- //
- this.banner.BackColor = System.Drawing.Color.Blue;
- this.banner.Controls.Add(this.flowLayoutPanel1);
- this.banner.Controls.Add(this.lblegiontitle);
- this.banner.Dock = System.Windows.Forms.DockStyle.Top;
- this.banner.Location = new System.Drawing.Point(0, 0);
- this.banner.Name = "banner";
- this.banner.Size = new System.Drawing.Size(756, 100);
- this.banner.TabIndex = 0;
- this.banner.Tag = "keepbg";
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel1.AutoSize = true;
- this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.flowLayoutPanel1.Controls.Add(this.btnleavelegion);
- this.flowLayoutPanel1.Controls.Add(this.btnjoinlegion);
- this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(550, 68);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(203, 29);
- this.flowLayoutPanel1.TabIndex = 2;
- this.flowLayoutPanel1.Tag = "keepbg";
- //
- // btnleavelegion
- //
- this.btnleavelegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnleavelegion.AutoSize = true;
- this.btnleavelegion.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnleavelegion.Location = new System.Drawing.Point(99, 3);
- this.btnleavelegion.Name = "btnleavelegion";
- this.btnleavelegion.Size = new System.Drawing.Size(101, 23);
- this.btnleavelegion.TabIndex = 1;
- this.btnleavelegion.Tag = "keepbg";
- this.btnleavelegion.Text = "Leave this Legion";
- this.btnleavelegion.UseVisualStyleBackColor = true;
- this.btnleavelegion.Click += new System.EventHandler(this.btnleavelegion_Click);
- //
- // btnjoinlegion
- //
- this.btnjoinlegion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnjoinlegion.AutoSize = true;
- this.btnjoinlegion.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnjoinlegion.Location = new System.Drawing.Point(3, 3);
- this.btnjoinlegion.Name = "btnjoinlegion";
- this.btnjoinlegion.Size = new System.Drawing.Size(90, 23);
- this.btnjoinlegion.TabIndex = 2;
- this.btnjoinlegion.Tag = "keepbg";
- this.btnjoinlegion.Text = "Join this Legion";
- this.btnjoinlegion.UseVisualStyleBackColor = true;
- this.btnjoinlegion.Click += new System.EventHandler(this.btnjoinlegion_Click);
- //
- // lblegiontitle
- //
- this.lblegiontitle.AutoSize = true;
- this.lblegiontitle.Location = new System.Drawing.Point(18, 30);
- this.lblegiontitle.Name = "lblegiontitle";
- this.lblegiontitle.Size = new System.Drawing.Size(62, 13);
- this.lblegiontitle.TabIndex = 0;
- this.lblegiontitle.Tag = "header1 keepbg";
- this.lblegiontitle.Text = "Legion Title";
- //
- // lgn_join
- //
- this.lgn_join.Controls.Add(this.fllegionlist);
- this.lgn_join.Controls.Add(this.panel3);
- this.lgn_join.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lgn_join.Location = new System.Drawing.Point(0, 0);
- this.lgn_join.Name = "lgn_join";
- this.lgn_join.Size = new System.Drawing.Size(756, 464);
- this.lgn_join.TabIndex = 3;
- //
- // 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, 364);
- this.fllegionlist.TabIndex = 1;
- this.fllegionlist.WrapContents = false;
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.Blue;
- this.panel3.Controls.Add(this.flowLayoutPanel2);
- this.panel3.Controls.Add(this.label8);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(756, 100);
- this.panel3.TabIndex = 0;
- this.panel3.Tag = "";
- //
- // flowLayoutPanel2
- //
- this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.flowLayoutPanel2.AutoSize = true;
- this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.flowLayoutPanel2.Controls.Add(this.button1);
- this.flowLayoutPanel2.Controls.Add(this.button2);
- this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
- this.flowLayoutPanel2.Location = new System.Drawing.Point(547, 3);
- this.flowLayoutPanel2.Name = "flowLayoutPanel2";
- this.flowLayoutPanel2.Size = new System.Drawing.Size(209, 29);
- this.flowLayoutPanel2.TabIndex = 2;
- this.flowLayoutPanel2.Tag = "keepbg";
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.AutoSize = true;
- this.button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.button1.Location = new System.Drawing.Point(100, 3);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(106, 23);
- this.button1.TabIndex = 1;
- this.button1.Tag = "keepbg";
- this.button1.Text = "Create new Legion";
- this.button1.UseVisualStyleBackColor = true;
- //
- // button2
- //
- this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.button2.AutoSize = true;
- this.button2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.button2.Location = new System.Drawing.Point(3, 3);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(91, 23);
- this.button2.TabIndex = 2;
- this.button2.Tag = "keepbg";
- this.button2.Text = "Use invite code";
- this.button2.UseVisualStyleBackColor = true;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(18, 17);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(70, 13);
- this.label8.TabIndex = 0;
- this.label8.Tag = "header1 keepbg";
- this.label8.Text = "Join a Legion";
- //
- // you_memos
- //
- this.you_memos.Controls.Add(this.flmemos);
- this.you_memos.Controls.Add(this.label3);
- this.you_memos.Dock = System.Windows.Forms.DockStyle.Fill;
- this.you_memos.Location = new System.Drawing.Point(0, 0);
- this.you_memos.Name = "you_memos";
- this.you_memos.Size = new System.Drawing.Size(756, 464);
- this.you_memos.TabIndex = 1;
- //
- // flmemos
- //
- this.flmemos.Dock = System.Windows.Forms.DockStyle.Fill;
- this.flmemos.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
- this.flmemos.Location = new System.Drawing.Point(0, 43);
- this.flmemos.Name = "flmemos";
- this.flmemos.Padding = new System.Windows.Forms.Padding(15);
- this.flmemos.Size = new System.Drawing.Size(756, 421);
- this.flmemos.TabIndex = 1;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Dock = System.Windows.Forms.DockStyle.Top;
- this.label3.Location = new System.Drawing.Point(0, 0);
- this.label3.Margin = new System.Windows.Forms.Padding(15);
- this.label3.Name = "label3";
- this.label3.Padding = new System.Windows.Forms.Padding(15);
- this.label3.Size = new System.Drawing.Size(71, 43);
- this.label3.TabIndex = 0;
- this.label3.Tag = "header1";
- this.label3.Text = "Memos";
- //
- // MUDControlCentre
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Black;
- this.Controls.Add(this.toolStripContainer1);
- this.ForeColor = System.Drawing.Color.White;
- this.Name = "MUDControlCentre";
- this.Size = new System.Drawing.Size(756, 488);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.toolStripContainer1.ContentPanel.ResumeLayout(false);
- this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
- this.toolStripContainer1.TopToolStripPanel.PerformLayout();
- this.toolStripContainer1.ResumeLayout(false);
- this.toolStripContainer1.PerformLayout();
- this.pnlclasses.ResumeLayout(false);
- this.pnlclasses.PerformLayout();
- this.flowLayoutPanel6.ResumeLayout(false);
- this.flowLayoutPanel6.PerformLayout();
- this.you_systemstatus.ResumeLayout(false);
- this.you_systemstatus.PerformLayout();
- this.shop_all.ResumeLayout(false);
- this.shop_all.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.shop_editor.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.panel7.PerformLayout();
- this.panel8.ResumeLayout(false);
- this.panel8.PerformLayout();
- this.panel9.ResumeLayout(false);
- this.panel9.PerformLayout();
- this.flowLayoutPanel5.ResumeLayout(false);
- this.flowLayoutPanel5.PerformLayout();
- this.lgn_create.ResumeLayout(false);
- this.lgn_create.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.flowLayoutPanel4.ResumeLayout(false);
- this.flowLayoutPanel4.PerformLayout();
- this.job_current.ResumeLayout(false);
- this.job_current.PerformLayout();
- this.lgn_view.ResumeLayout(false);
- this.lgn_view.PerformLayout();
- this.pnllgnusers.ResumeLayout(false);
- this.pnllgnusers.PerformLayout();
- this.banner.ResumeLayout(false);
- this.banner.PerformLayout();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.flowLayoutPanel1.PerformLayout();
- this.lgn_join.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.flowLayoutPanel2.ResumeLayout(false);
- this.flowLayoutPanel2.PerformLayout();
- this.you_memos.ResumeLayout(false);
- this.you_memos.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem youToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem profileToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem tsMemos;
- private System.Windows.Forms.ToolStripMenuItem disconnectFromMuDToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem shopsToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem browseToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem myShopToolStripMenuItem;
- private System.Windows.Forms.ToolStripContainer toolStripContainer1;
- private System.Windows.Forms.Panel you_systemstatus;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label lblsysstatus;
- private System.Windows.Forms.Panel you_memos;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.FlowLayoutPanel flmemos;
- private System.Windows.Forms.ToolStripMenuItem legionsToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem createLegionToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem joinLegionToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem myLegionToolStripMenuItem;
- private System.Windows.Forms.Panel lgn_view;
- private System.Windows.Forms.Panel banner;
- private System.Windows.Forms.Label lblegiontitle;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- private System.Windows.Forms.Button btnleavelegion;
- private System.Windows.Forms.Button btnjoinlegion;
- private System.Windows.Forms.Panel pnllgnusers;
- private System.Windows.Forms.ListView lvusers;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label lbdescription;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel lgn_join;
- private System.Windows.Forms.FlowLayoutPanel fllegionlist;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Panel lgn_create;
- private System.Windows.Forms.TextBox txtnewlegiondescription;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txtnewlegionshortname;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox txtnewlegiontitle;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
- private System.Windows.Forms.ToolStripMenuItem openAShopToolStripMenuItem;
- private System.Windows.Forms.ComboBox cbcolorchooser;
- private System.Windows.Forms.Button btncreate;
- private System.Windows.Forms.ComboBox cbpublicity;
- private System.Windows.Forms.Panel shop_view;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Label lbupgradedesc;
- private System.Windows.Forms.Panel pnlbuy;
- private System.Windows.Forms.Label lbprice;
- private System.Windows.Forms.Button btnbuy;
- private System.Windows.Forms.Label lbupgradetitle;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.ListBox lbupgrades;
- private System.Windows.Forms.Label lbcodepoints;
- private System.Windows.Forms.Label lbshopname;
- private System.Windows.Forms.Panel job_current;
- private System.Windows.Forms.Label lbtaskname;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label lbtaskdescription;
- private System.Windows.Forms.Panel shop_all;
- private System.Windows.Forms.FlowLayoutPanel flshoplist;
- private System.Windows.Forms.Label lblistdesc;
- private System.Windows.Forms.Label lblistname;
- private System.Windows.Forms.Panel shop_editor;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.TextBox txtshopdescription;
- private System.Windows.Forms.Panel panel8;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Button btnsaveshop;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Panel panel9;
- private System.Windows.Forms.ListBox lbeditingshopitems;
- private System.Windows.Forms.TextBox txtshopname;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
- private System.Windows.Forms.Button btnaddshopitem;
- private System.Windows.Forms.Button btnremoveitem;
- private System.Windows.Forms.Button btnedititem;
- private System.Windows.Forms.Button btneditshop;
- private System.Windows.Forms.Button btndeletesave;
- private System.Windows.Forms.Panel pnlclasses;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
- private System.Windows.Forms.Button btnchooseclass;
- private System.Windows.Forms.ListBox lbclasses;
- private System.Windows.Forms.Label lbclassdesc;
- private System.Windows.Forms.Label lbclasstitle;
- }
-}