diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-25 12:57:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-25 12:57:52 -0400 |
| commit | 46c1c31302f111a1f3ec23a70e6f3986a9aa2a27 (patch) | |
| tree | f00af7ea3f6ad2641fb26fa1d310fd8b7179b39c /source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs | |
| parent | af48e774189596b8d7a058c564a7d6d75205ca03 (diff) | |
| parent | 6fa16209519896de09949a27425dff00ebf2970a (diff) | |
| download | shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.gz shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.bz2 shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.zip | |
Merge pull request #17 from MichaelTheShifter/shiftui_integration
Shiftui integration
Diffstat (limited to 'source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs b/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs index 89cfd19..fa70485 100644 --- a/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs +++ b/source/WindowsFormsApplication1/FinalMission/QuestViewer.Designer.cs @@ -28,12 +28,12 @@ /// </summary> private void InitializeComponent() { - this.lbobjectives = new System.Windows.Forms.ListBox(); + this.lbobjectives = new ShiftUI.ListBox(); this.SuspendLayout(); // // lbobjectives // - this.lbobjectives.Dock = System.Windows.Forms.DockStyle.Fill; + this.lbobjectives.Dock = ShiftUI.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; @@ -45,9 +45,9 @@ // QuestViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(389, 423); - this.Controls.Add(this.lbobjectives); + this.Widgets.Add(this.lbobjectives); this.Name = "QuestViewer"; this.Text = "QuestViewer"; this.Load += new System.EventHandler(this.QuestViewer_Load); @@ -57,6 +57,6 @@ #endregion - private System.Windows.Forms.ListBox lbobjectives; + private ShiftUI.ListBox lbobjectives; } }
\ No newline at end of file |
