VIS2 SS2013 CVD DVR
 All Classes Namespaces Functions Enumerations Properties
HelpForm.Designer.cs
1 namespace visLU.Gui
2 {
3  partial class HelpForm
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
22 
23  #region Windows Form Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.components = new System.ComponentModel.Container();
32  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
33  this.Text = "HelpForm";
34  }
35 
36  #endregion
37  }
38 }