aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-05-17 15:37:02 -0400
committerMichaelTheShifter <[email protected]>2016-05-17 15:37:02 -0400
commita3fc2c45ec2a62684e128ffd7cab88bd101ad917 (patch)
tree1dc63efaa4597a28fd901047a714f38954dafa5e /source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs
parent0085241d2366f266b5416488dbead174184420b0 (diff)
downloadshiftos-c--a3fc2c45ec2a62684e128ffd7cab88bd101ad917.tar.gz
shiftos-c--a3fc2c45ec2a62684e128ffd7cab88bd101ad917.tar.bz2
shiftos-c--a3fc2c45ec2a62684e128ffd7cab88bd101ad917.zip
Committing all I've got
Committing everything I've got - so that I can take a break for a few months and work on other things.
Diffstat (limited to 'source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs')
-rw-r--r--source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs62
1 files changed, 62 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs b/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs
new file mode 100644
index 0000000..89cfd19
--- /dev/null
+++ b/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs
@@ -0,0 +1,62 @@
+namespace ShiftOS.FinalMission
+{
+ partial class QuestViewer
+ {
+ /// <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 Windows Form 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()
+ {
+ this.lbobjectives = new System.Windows.Forms.ListBox();
+ this.SuspendLayout();
+ //
+ // lbobjectives
+ //
+ this.lbobjectives.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.lbobjectives.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Italic);
+ this.lbobjectives.FormattingEnabled = true;
+ this.lbobjectives.ItemHeight = 16;
+ this.lbobjectives.Location = new System.Drawing.Point(0, 0);
+ this.lbobjectives.Name = "lbobjectives";
+ this.lbobjectives.Size = new System.Drawing.Size(389, 423);
+ this.lbobjectives.TabIndex = 0;
+ //
+ // QuestViewer
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(389, 423);
+ this.Controls.Add(this.lbobjectives);
+ this.Name = "QuestViewer";
+ this.Text = "QuestViewer";
+ this.Load += new System.EventHandler(this.QuestViewer_Load);
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.ListBox lbobjectives;
+ }
+} \ No newline at end of file