aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs88
1 files changed, 88 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs b/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
index ba4c4f1..e2c0af3 100644
--- a/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
+++ b/ShiftOS.WinForms/Applications/MUDControlCentre.Designer.cs
@@ -144,6 +144,12 @@ namespace ShiftOS.WinForms.Applications
this.you_memos = new System.Windows.Forms.Panel();
this.flmemos = new System.Windows.Forms.FlowLayoutPanel();
this.label3 = new System.Windows.Forms.Label();
+ this.pnlclasses = new System.Windows.Forms.Panel();
+ this.lbclasstitle = new System.Windows.Forms.Label();
+ this.lbclassdesc = new System.Windows.Forms.Label();
+ this.lbclasses = new System.Windows.Forms.ListBox();
+ this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
+ this.btnchooseclass = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.toolStripContainer1.ContentPanel.SuspendLayout();
this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
@@ -172,6 +178,8 @@ namespace ShiftOS.WinForms.Applications
this.panel3.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.you_memos.SuspendLayout();
+ this.pnlclasses.SuspendLayout();
+ this.flowLayoutPanel6.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
@@ -301,6 +309,7 @@ namespace ShiftOS.WinForms.Applications
//
// 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);
@@ -1182,6 +1191,75 @@ namespace ShiftOS.WinForms.Applications
this.label3.Tag = "header1";
this.label3.Text = "Memos";
//
+ // 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;
+ //
+ // 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";
+ //
+ // 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.";
+ //
+ // 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;
+ //
+ // 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);
+ //
// MUDControlCentre
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -1242,6 +1320,10 @@ namespace ShiftOS.WinForms.Applications
this.flowLayoutPanel2.PerformLayout();
this.you_memos.ResumeLayout(false);
this.you_memos.PerformLayout();
+ this.pnlclasses.ResumeLayout(false);
+ this.pnlclasses.PerformLayout();
+ this.flowLayoutPanel6.ResumeLayout(false);
+ this.flowLayoutPanel6.PerformLayout();
this.ResumeLayout(false);
}
@@ -1339,5 +1421,11 @@ namespace ShiftOS.WinForms.Applications
private System.Windows.Forms.ToolStripMenuItem chatToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem joinAChatToolStripMenuItem;
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;
}
}