8 private System.ComponentModel.IContainer
components = null;
14 protected override void Dispose(
bool disposing)
20 base.Dispose(disposing);
23 #region Component Designer generated code
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();
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;
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);
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);
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;
78 this.timer1.Interval = 200;
79 this.timer1.Tick +=
new System.EventHandler(this.timer1_Tick);
83 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
84 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
85 this.Controls.Add(this.panel1);
87 this.Size =
new System.Drawing.Size(663, 497);
88 this.panel1.ResumeLayout(
false);
89 this.contextMenuStrip1.ResumeLayout(
false);
90 this.ResumeLayout(
false);
96 private System.Windows.Forms.Panel
panel1;
99 private System.Windows.Forms.Timer
timer1;
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