Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.BinPacking/PackingPlanVisualizations/3D/PackingPlan3D.Designer.cs @ 13028

Last change on this file since 13028 was 13028, checked in by gkronber, 9 years ago

#1966

  • added PackingPlanVisualizations plugin received from jhelm.
  • this project also contains necessary binaries of SharpDX
  • visualization in HL works now
File size: 1.3 KB
Line 
1namespace PackingPlanVisualizations {
2  partial class PackingPlan3D {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    public bool disposedByGame = false;
9
10    /// <summary>
11    /// Clean up any resources being used.
12    /// </summary>
13    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14    protected override void Dispose(bool disposing) {
15      if (disposedByGame)
16        return;
17
18      //this.game.Exit();
19      this.game.Dispose();
20
21      if (disposing && (components != null)) {
22        components.Dispose();
23      }
24      base.Dispose(disposing);
25    }
26
27    #region Component Designer generated code
28
29    /// <summary>
30    /// Required method for Designer support - do not modify
31    /// the contents of this method with the code editor.
32    /// </summary>
33    private void InitializeComponent() {
34      this.SuspendLayout();
35      //
36      // PackingPlan3D
37      //
38      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
39      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
40      this.Name = "PackingPlan3D";
41      this.Resize += new System.EventHandler(this.PackingPlan3D_Resize);
42      this.ResumeLayout(false);
43
44    }
45
46    #endregion
47
48  }
49}
Note: See TracBrowser for help on using the repository browser.