SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
ViHost.designer.cs
Go to the documentation of this file.
1 namespace SeciControls
2 {
3  partial class ViHost
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 Component Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.components = new System.ComponentModel.Container();
32  this.panel1 = new System.Windows.Forms.Panel();
33  this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
34  this.cascadeVIsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35  this.sizeMarker = new System.Windows.Forms.Panel();
36  this.timer1 = new System.Windows.Forms.Timer(this.components);
37  this.panel1.SuspendLayout();
38  this.contextMenuStrip1.SuspendLayout();
39  this.SuspendLayout();
40  //
41  // panel1
42  //
43  this.panel1.AutoScroll = true;
44  this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
45  this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
46  this.panel1.ContextMenuStrip = this.contextMenuStrip1;
47  this.panel1.Controls.Add(this.sizeMarker);
48  this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
49  this.panel1.Location = new System.Drawing.Point(0, 0);
50  this.panel1.Name = "panel1";
51  this.panel1.Size = new System.Drawing.Size(663, 497);
52  this.panel1.TabIndex = 0;
53  //
54  // contextMenuStrip1
55  //
56  this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
57  this.cascadeVIsToolStripMenuItem});
58  this.contextMenuStrip1.Name = "contextMenuStrip1";
59  this.contextMenuStrip1.Size = new System.Drawing.Size(170, 26);
60  //
61  // cascadeVIsToolStripMenuItem
62  //
63  this.cascadeVIsToolStripMenuItem.Name = "cascadeVIsToolStripMenuItem";
64  this.cascadeVIsToolStripMenuItem.Size = new System.Drawing.Size(169, 22);
65  this.cascadeVIsToolStripMenuItem.Text = "Auto-Arrange VIs";
66  this.cascadeVIsToolStripMenuItem.Click += new System.EventHandler(this.cascadeVIsToolStripMenuItem_Click);
67  //
68  // sizeMarker
69  //
70  this.sizeMarker.BackColor = System.Drawing.SystemColors.ActiveCaption;
71  this.sizeMarker.Location = new System.Drawing.Point(49, 54);
72  this.sizeMarker.Name = "sizeMarker";
73  this.sizeMarker.Size = new System.Drawing.Size(4, 4);
74  this.sizeMarker.TabIndex = 0;
75  //
76  // timer1
77  //
78  this.timer1.Interval = 200;
79  this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
80  //
81  // ViHost
82  //
83  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
84  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
85  this.Controls.Add(this.panel1);
86  this.Name = "ViHost";
87  this.Size = new System.Drawing.Size(663, 497);
88  this.panel1.ResumeLayout(false);
89  this.contextMenuStrip1.ResumeLayout(false);
90  this.ResumeLayout(false);
91 
92  }
93 
94  #endregion
95 
96  private System.Windows.Forms.Panel panel1;
97  private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
98  private System.Windows.Forms.ToolStripMenuItem cascadeVIsToolStripMenuItem;
99  private System.Windows.Forms.Timer timer1;
100  private System.Windows.Forms.Panel sizeMarker;
101  }
102 }
System.Windows.Forms.ToolStripMenuItem cascadeVIsToolStripMenuItem
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.Panel sizeMarker
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...
System.Windows.Forms.Timer timer1
System.ComponentModel.IContainer components
Required designer variable.
System.Windows.Forms.Panel panel1
System.Windows.Forms.ContextMenuStrip contextMenuStrip1