namespace DataCollectionSystem
{
partial class MainForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.重新记录测试数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.操作OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.联机CToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.断开DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重新记录测试数据ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.设置SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.历史SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.查看历史数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.用户手册ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.硬件版本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.testActionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menu = new System.Windows.Forms.MenuStrip();
this.treeDevices = new System.Windows.Forms.TreeView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.zedGraphControl_Freq = new ZedGraph.ZedGraphControl();
this.zedGraphControl_Amp = new ZedGraph.ZedGraphControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.zedPower7 = new ZedGraph.ZedGraphControl();
this.zedPower6 = new ZedGraph.ZedGraphControl();
this.zedPower5 = new ZedGraph.ZedGraphControl();
this.zedPower4 = new ZedGraph.ZedGraphControl();
this.zedRMS = new ZedGraph.ZedGraphControl();
this.zedPower8 = new ZedGraph.ZedGraphControl();
this.tabPageLog = new System.Windows.Forms.TabPage();
this.tabLog = new System.Windows.Forms.TabControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.menu.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tabPageLog.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "图片1.png");
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.Control;
this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label1.Location = new System.Drawing.Point(583, 37);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(603, 64);
this.label1.TabIndex = 42;
this.label1.Text = "水电机组噪声在线监测系统";
//
// pictureBox1
//
this.pictureBox1.Image = global::DataCollectionSystem.Properties.Resources.图片21;
this.pictureBox1.Location = new System.Drawing.Point(3, 29);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(485, 83);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 41;
this.pictureBox1.TabStop = false;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.重新记录测试数据ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(173, 26);
//
// 重新记录测试数据ToolStripMenuItem
//
this.重新记录测试数据ToolStripMenuItem.Name = "重新记录测试数据ToolStripMenuItem";
this.重新记录测试数据ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.重新记录测试数据ToolStripMenuItem.Text = "重新记录测试数据";
this.重新记录测试数据ToolStripMenuItem.Click += new System.EventHandler(this.重新记录测试数据ToolStripMenuItem_Click);
//
// 操作OToolStripMenuItem
//
this.操作OToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.联机CToolStripMenuItem,
this.断开DToolStripMenuItem,
this.重新记录测试数据ToolStripMenuItem1});
this.操作OToolStripMenuItem.Name = "操作OToolStripMenuItem";
this.操作OToolStripMenuItem.Size = new System.Drawing.Size(62, 21);
this.操作OToolStripMenuItem.Text = "操作(&O)";
//
// 联机CToolStripMenuItem
//
this.联机CToolStripMenuItem.Enabled = false;
this.联机CToolStripMenuItem.Name = "联机CToolStripMenuItem";
this.联机CToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.联机CToolStripMenuItem.Text = "联机(&C)";
this.联机CToolStripMenuItem.Click += new System.EventHandler(this.联机CToolStripMenuItem_Click);
//
// 断开DToolStripMenuItem
//
this.断开DToolStripMenuItem.Enabled = false;
this.断开DToolStripMenuItem.Name = "断开DToolStripMenuItem";
this.断开DToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.断开DToolStripMenuItem.Text = "断开(&D)";
this.断开DToolStripMenuItem.Click += new System.EventHandler(this.断开DToolStripMenuItem_Click);
//
// 重新记录测试数据ToolStripMenuItem1
//
this.重新记录测试数据ToolStripMenuItem1.Name = "重新记录测试数据ToolStripMenuItem1";
this.重新记录测试数据ToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
this.重新记录测试数据ToolStripMenuItem1.Text = "重新记录测试数据";
this.重新记录测试数据ToolStripMenuItem1.Visible = false;
this.重新记录测试数据ToolStripMenuItem1.Click += new System.EventHandler(this.重新记录测试数据ToolStripMenuItem1_Click);
//
// 设置SToolStripMenuItem
//
this.设置SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统设置ToolStripMenuItem,
this.toolStripSeparator1});
this.设置SToolStripMenuItem.Name = "设置SToolStripMenuItem";
this.设置SToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
this.设置SToolStripMenuItem.Text = "设置(&S)";
//
// 系统设置ToolStripMenuItem
//
this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.系统设置ToolStripMenuItem.Text = "系统设置";
this.系统设置ToolStripMenuItem.Click += new System.EventHandler(this.系统设置ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(121, 6);
//
// 历史SToolStripMenuItem
//
this.历史SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.查看历史数据ToolStripMenuItem});
this.历史SToolStripMenuItem.Name = "历史SToolStripMenuItem";
this.历史SToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
this.历史SToolStripMenuItem.Text = "历史(&S)";
//
// 查看历史数据ToolStripMenuItem
//
this.查看历史数据ToolStripMenuItem.Name = "查看历史数据ToolStripMenuItem";
this.查看历史数据ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.查看历史数据ToolStripMenuItem.Text = "查看历史数据";
this.查看历史数据ToolStripMenuItem.Click += new System.EventHandler(this.查看历史数据ToolStripMenuItem_Click);
//
// 帮助HToolStripMenuItem
//
this.帮助HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.用户手册ToolStripMenuItem,
this.关于ToolStripMenuItem,
this.硬件版本ToolStripMenuItem,
this.testActionToolStripMenuItem});
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
this.帮助HToolStripMenuItem.Text = "帮助(&H)";
//
// 用户手册ToolStripMenuItem
//
this.用户手册ToolStripMenuItem.Name = "用户手册ToolStripMenuItem";
this.用户手册ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.用户手册ToolStripMenuItem.Text = "用户手册";
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.关于ToolStripMenuItem.Text = "关于";
this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
//
// 硬件版本ToolStripMenuItem
//
this.硬件版本ToolStripMenuItem.Enabled = false;
this.硬件版本ToolStripMenuItem.Name = "硬件版本ToolStripMenuItem";
this.硬件版本ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.硬件版本ToolStripMenuItem.Text = "硬件版本";
//
// testActionToolStripMenuItem
//
this.testActionToolStripMenuItem.Name = "testActionToolStripMenuItem";
this.testActionToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.testActionToolStripMenuItem.Text = "TestAction";
this.testActionToolStripMenuItem.Click += new System.EventHandler(this.testActionToolStripMenuItem_Click);
//
// menu
//
this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.操作OToolStripMenuItem,
this.设置SToolStripMenuItem,
this.历史SToolStripMenuItem,
this.帮助HToolStripMenuItem});
this.menu.Location = new System.Drawing.Point(0, 0);
this.menu.Name = "menu";
this.menu.Size = new System.Drawing.Size(1370, 25);
this.menu.TabIndex = 38;
this.menu.Text = "menuStrip1";
//
// treeDevices
//
this.treeDevices.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeDevices.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.treeDevices.ImageIndex = 0;
this.treeDevices.ImageList = this.imageList1;
this.treeDevices.Location = new System.Drawing.Point(6, 15);
this.treeDevices.Name = "treeDevices";
this.treeDevices.SelectedImageIndex = 0;
this.treeDevices.Size = new System.Drawing.Size(249, 497);
this.treeDevices.TabIndex = 39;
this.treeDevices.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// tabControl1
//
this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Left;
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPageLog);
this.tabControl1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabControl1.Location = new System.Drawing.Point(261, 17);
this.tabControl1.Multiline = true;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1093, 602);
this.tabControl1.TabIndex = 42;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.zedGraphControl_Freq);
this.tabPage1.Controls.Add(this.zedGraphControl_Amp);
this.tabPage1.Location = new System.Drawing.Point(22, 4);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1067, 594);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "时域分析";
this.tabPage1.UseVisualStyleBackColor = true;
//
// zedGraphControl_Freq
//
this.zedGraphControl_Freq.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Freq.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedGraphControl_Freq.IsAutoScrollRange = false;
this.zedGraphControl_Freq.IsEnableHEdit = false;
this.zedGraphControl_Freq.IsEnableHPan = true;
this.zedGraphControl_Freq.IsEnableHZoom = false;
this.zedGraphControl_Freq.IsEnableVEdit = false;
this.zedGraphControl_Freq.IsEnableVPan = false;
this.zedGraphControl_Freq.IsEnableVZoom = false;
this.zedGraphControl_Freq.IsPrintFillPage = true;
this.zedGraphControl_Freq.IsPrintKeepAspectRatio = true;
this.zedGraphControl_Freq.IsScrollY2 = false;
this.zedGraphControl_Freq.IsShowContextMenu = false;
this.zedGraphControl_Freq.IsShowCopyMessage = false;
this.zedGraphControl_Freq.IsShowCursorValues = false;
this.zedGraphControl_Freq.IsShowHScrollBar = false;
this.zedGraphControl_Freq.IsShowPointValues = false;
this.zedGraphControl_Freq.IsShowVScrollBar = false;
this.zedGraphControl_Freq.IsSynchronizeXAxes = false;
this.zedGraphControl_Freq.IsSynchronizeYAxes = false;
this.zedGraphControl_Freq.IsZoomOnMouseCenter = false;
this.zedGraphControl_Freq.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Freq.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedGraphControl_Freq.Location = new System.Drawing.Point(8, 226);
this.zedGraphControl_Freq.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.zedGraphControl_Freq.Name = "zedGraphControl_Freq";
this.zedGraphControl_Freq.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Freq.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedGraphControl_Freq.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedGraphControl_Freq.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedGraphControl_Freq.PointDateFormat = "g";
this.zedGraphControl_Freq.PointValueFormat = "G";
this.zedGraphControl_Freq.ScrollMaxX = 0D;
this.zedGraphControl_Freq.ScrollMaxY = 0D;
this.zedGraphControl_Freq.ScrollMaxY2 = 0D;
this.zedGraphControl_Freq.ScrollMinX = 0D;
this.zedGraphControl_Freq.ScrollMinY = 0D;
this.zedGraphControl_Freq.ScrollMinY2 = 0D;
this.zedGraphControl_Freq.Size = new System.Drawing.Size(1036, 232);
this.zedGraphControl_Freq.TabIndex = 41;
this.zedGraphControl_Freq.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Freq.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedGraphControl_Freq.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedGraphControl_Freq.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedGraphControl_Freq.ZoomStepFraction = 0.1D;
//
// zedGraphControl_Amp
//
this.zedGraphControl_Amp.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Amp.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedGraphControl_Amp.IsAutoScrollRange = false;
this.zedGraphControl_Amp.IsEnableHEdit = false;
this.zedGraphControl_Amp.IsEnableHPan = true;
this.zedGraphControl_Amp.IsEnableHZoom = false;
this.zedGraphControl_Amp.IsEnableVEdit = false;
this.zedGraphControl_Amp.IsEnableVPan = false;
this.zedGraphControl_Amp.IsEnableVZoom = false;
this.zedGraphControl_Amp.IsPrintFillPage = true;
this.zedGraphControl_Amp.IsPrintKeepAspectRatio = true;
this.zedGraphControl_Amp.IsScrollY2 = false;
this.zedGraphControl_Amp.IsShowContextMenu = false;
this.zedGraphControl_Amp.IsShowCopyMessage = false;
this.zedGraphControl_Amp.IsShowCursorValues = false;
this.zedGraphControl_Amp.IsShowHScrollBar = false;
this.zedGraphControl_Amp.IsShowPointValues = false;
this.zedGraphControl_Amp.IsShowVScrollBar = false;
this.zedGraphControl_Amp.IsSynchronizeXAxes = false;
this.zedGraphControl_Amp.IsSynchronizeYAxes = false;
this.zedGraphControl_Amp.IsZoomOnMouseCenter = false;
this.zedGraphControl_Amp.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Amp.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedGraphControl_Amp.Location = new System.Drawing.Point(8, 7);
this.zedGraphControl_Amp.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.zedGraphControl_Amp.Name = "zedGraphControl_Amp";
this.zedGraphControl_Amp.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Amp.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedGraphControl_Amp.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedGraphControl_Amp.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedGraphControl_Amp.PointDateFormat = "g";
this.zedGraphControl_Amp.PointValueFormat = "G";
this.zedGraphControl_Amp.ScrollMaxX = 0D;
this.zedGraphControl_Amp.ScrollMaxY = 0D;
this.zedGraphControl_Amp.ScrollMaxY2 = 0D;
this.zedGraphControl_Amp.ScrollMinX = 0D;
this.zedGraphControl_Amp.ScrollMinY = 0D;
this.zedGraphControl_Amp.ScrollMinY2 = 0D;
this.zedGraphControl_Amp.Size = new System.Drawing.Size(1036, 213);
this.zedGraphControl_Amp.TabIndex = 10;
this.zedGraphControl_Amp.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedGraphControl_Amp.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedGraphControl_Amp.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedGraphControl_Amp.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedGraphControl_Amp.ZoomStepFraction = 0.1D;
this.zedGraphControl_Amp.ContextMenuBuilder += new ZedGraph.ZedGraphControl.ContextMenuBuilderEventHandler(this.zedGraphControl1_ContextMenuBuilder);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.tableLayoutPanel1);
this.tabPage3.Location = new System.Drawing.Point(22, 4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(1067, 594);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "多源融合特征值";
this.tabPage3.UseVisualStyleBackColor = true;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
this.tableLayoutPanel1.Controls.Add(this.zedPower7, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.zedPower6, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.zedPower5, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.zedPower4, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.zedRMS, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.zedPower8, 2, 1);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1067, 594);
this.tableLayoutPanel1.TabIndex = 12;
//
// zedPower7
//
this.zedPower7.Dock = System.Windows.Forms.DockStyle.Fill;
this.zedPower7.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower7.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower7.IsAutoScrollRange = false;
this.zedPower7.IsEnableHEdit = false;
this.zedPower7.IsEnableHPan = true;
this.zedPower7.IsEnableHZoom = false;
this.zedPower7.IsEnableVEdit = false;
this.zedPower7.IsEnableVPan = false;
this.zedPower7.IsEnableVZoom = false;
this.zedPower7.IsPrintFillPage = true;
this.zedPower7.IsPrintKeepAspectRatio = true;
this.zedPower7.IsScrollY2 = false;
this.zedPower7.IsShowContextMenu = false;
this.zedPower7.IsShowCopyMessage = false;
this.zedPower7.IsShowCursorValues = false;
this.zedPower7.IsShowHScrollBar = false;
this.zedPower7.IsShowPointValues = false;
this.zedPower7.IsShowVScrollBar = false;
this.zedPower7.IsSynchronizeXAxes = false;
this.zedPower7.IsSynchronizeYAxes = false;
this.zedPower7.IsZoomOnMouseCenter = false;
this.zedPower7.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower7.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower7.Location = new System.Drawing.Point(361, 300);
this.zedPower7.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
this.zedPower7.Name = "zedPower7";
this.zedPower7.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower7.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedPower7.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedPower7.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower7.PointDateFormat = "g";
this.zedPower7.PointValueFormat = "G";
this.zedPower7.ScrollMaxX = 0D;
this.zedPower7.ScrollMaxY = 1D;
this.zedPower7.ScrollMaxY2 = 1D;
this.zedPower7.ScrollMinX = 0D;
this.zedPower7.ScrollMinY = 0D;
this.zedPower7.ScrollMinY2 = 0D;
this.zedPower7.Size = new System.Drawing.Size(343, 291);
this.zedPower7.TabIndex = 16;
this.zedPower7.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower7.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedPower7.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedPower7.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower7.ZoomStepFraction = 0.1D;
//
// zedPower6
//
this.zedPower6.Dock = System.Windows.Forms.DockStyle.Fill;
this.zedPower6.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower6.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower6.IsAutoScrollRange = false;
this.zedPower6.IsEnableHEdit = false;
this.zedPower6.IsEnableHPan = true;
this.zedPower6.IsEnableHZoom = false;
this.zedPower6.IsEnableVEdit = false;
this.zedPower6.IsEnableVPan = false;
this.zedPower6.IsEnableVZoom = false;
this.zedPower6.IsPrintFillPage = true;
this.zedPower6.IsPrintKeepAspectRatio = true;
this.zedPower6.IsScrollY2 = false;
this.zedPower6.IsShowContextMenu = false;
this.zedPower6.IsShowCopyMessage = false;
this.zedPower6.IsShowCursorValues = false;
this.zedPower6.IsShowHScrollBar = false;
this.zedPower6.IsShowPointValues = false;
this.zedPower6.IsShowVScrollBar = false;
this.zedPower6.IsSynchronizeXAxes = false;
this.zedPower6.IsSynchronizeYAxes = false;
this.zedPower6.IsZoomOnMouseCenter = false;
this.zedPower6.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower6.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower6.Location = new System.Drawing.Point(6, 300);
this.zedPower6.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
this.zedPower6.Name = "zedPower6";
this.zedPower6.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower6.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedPower6.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedPower6.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower6.PointDateFormat = "g";
this.zedPower6.PointValueFormat = "G";
this.zedPower6.ScrollMaxX = 0D;
this.zedPower6.ScrollMaxY = 1D;
this.zedPower6.ScrollMaxY2 = 1D;
this.zedPower6.ScrollMinX = 0D;
this.zedPower6.ScrollMinY = 0D;
this.zedPower6.ScrollMinY2 = 0D;
this.zedPower6.Size = new System.Drawing.Size(343, 291);
this.zedPower6.TabIndex = 15;
this.zedPower6.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower6.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedPower6.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedPower6.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower6.ZoomStepFraction = 0.1D;
//
// zedPower5
//
this.zedPower5.Dock = System.Windows.Forms.DockStyle.Fill;
this.zedPower5.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower5.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower5.IsAutoScrollRange = false;
this.zedPower5.IsEnableHEdit = false;
this.zedPower5.IsEnableHPan = true;
this.zedPower5.IsEnableHZoom = false;
this.zedPower5.IsEnableVEdit = false;
this.zedPower5.IsEnableVPan = false;
this.zedPower5.IsEnableVZoom = false;
this.zedPower5.IsPrintFillPage = true;
this.zedPower5.IsPrintKeepAspectRatio = true;
this.zedPower5.IsScrollY2 = false;
this.zedPower5.IsShowContextMenu = false;
this.zedPower5.IsShowCopyMessage = false;
this.zedPower5.IsShowCursorValues = false;
this.zedPower5.IsShowHScrollBar = false;
this.zedPower5.IsShowPointValues = false;
this.zedPower5.IsShowVScrollBar = false;
this.zedPower5.IsSynchronizeXAxes = false;
this.zedPower5.IsSynchronizeYAxes = false;
this.zedPower5.IsZoomOnMouseCenter = false;
this.zedPower5.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower5.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower5.Location = new System.Drawing.Point(716, 3);
this.zedPower5.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
this.zedPower5.Name = "zedPower5";
this.zedPower5.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower5.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedPower5.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedPower5.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower5.PointDateFormat = "g";
this.zedPower5.PointValueFormat = "G";
this.zedPower5.ScrollMaxX = 0D;
this.zedPower5.ScrollMaxY = 1D;
this.zedPower5.ScrollMaxY2 = 1D;
this.zedPower5.ScrollMinX = 0D;
this.zedPower5.ScrollMinY = 0D;
this.zedPower5.ScrollMinY2 = 0D;
this.zedPower5.Size = new System.Drawing.Size(345, 291);
this.zedPower5.TabIndex = 14;
this.zedPower5.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower5.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedPower5.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedPower5.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower5.ZoomStepFraction = 0.1D;
//
// zedPower4
//
this.zedPower4.Dock = System.Windows.Forms.DockStyle.Fill;
this.zedPower4.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower4.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower4.IsAutoScrollRange = false;
this.zedPower4.IsEnableHEdit = false;
this.zedPower4.IsEnableHPan = true;
this.zedPower4.IsEnableHZoom = false;
this.zedPower4.IsEnableVEdit = false;
this.zedPower4.IsEnableVPan = false;
this.zedPower4.IsEnableVZoom = false;
this.zedPower4.IsPrintFillPage = true;
this.zedPower4.IsPrintKeepAspectRatio = true;
this.zedPower4.IsScrollY2 = false;
this.zedPower4.IsShowContextMenu = false;
this.zedPower4.IsShowCopyMessage = false;
this.zedPower4.IsShowCursorValues = false;
this.zedPower4.IsShowHScrollBar = false;
this.zedPower4.IsShowPointValues = false;
this.zedPower4.IsShowVScrollBar = false;
this.zedPower4.IsSynchronizeXAxes = false;
this.zedPower4.IsSynchronizeYAxes = false;
this.zedPower4.IsZoomOnMouseCenter = false;
this.zedPower4.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower4.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower4.Location = new System.Drawing.Point(361, 3);
this.zedPower4.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
this.zedPower4.Name = "zedPower4";
this.zedPower4.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower4.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedPower4.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedPower4.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower4.PointDateFormat = "g";
this.zedPower4.PointValueFormat = "G";
this.zedPower4.ScrollMaxX = 0D;
this.zedPower4.ScrollMaxY = 1D;
this.zedPower4.ScrollMaxY2 = 1D;
this.zedPower4.ScrollMinX = 0D;
this.zedPower4.ScrollMinY = 0D;
this.zedPower4.ScrollMinY2 = 0D;
this.zedPower4.Size = new System.Drawing.Size(343, 291);
this.zedPower4.TabIndex = 13;
this.zedPower4.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower4.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedPower4.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedPower4.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower4.ZoomStepFraction = 0.1D;
//
// zedRMS
//
this.zedRMS.Dock = System.Windows.Forms.DockStyle.Fill;
this.zedRMS.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedRMS.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedRMS.IsAutoScrollRange = false;
this.zedRMS.IsEnableHEdit = false;
this.zedRMS.IsEnableHPan = true;
this.zedRMS.IsEnableHZoom = false;
this.zedRMS.IsEnableVEdit = false;
this.zedRMS.IsEnableVPan = false;
this.zedRMS.IsEnableVZoom = false;
this.zedRMS.IsPrintFillPage = true;
this.zedRMS.IsPrintKeepAspectRatio = true;
this.zedRMS.IsScrollY2 = false;
this.zedRMS.IsShowContextMenu = false;
this.zedRMS.IsShowCopyMessage = false;
this.zedRMS.IsShowCursorValues = false;
this.zedRMS.IsShowHScrollBar = false;
this.zedRMS.IsShowPointValues = false;
this.zedRMS.IsShowVScrollBar = false;
this.zedRMS.IsSynchronizeXAxes = false;
this.zedRMS.IsSynchronizeYAxes = false;
this.zedRMS.IsZoomOnMouseCenter = false;
this.zedRMS.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedRMS.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedRMS.Location = new System.Drawing.Point(6, 3);
this.zedRMS.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
this.zedRMS.Name = "zedRMS";
this.zedRMS.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedRMS.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedRMS.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedRMS.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedRMS.PointDateFormat = "g";
this.zedRMS.PointValueFormat = "G";
this.zedRMS.ScrollMaxX = 0D;
this.zedRMS.ScrollMaxY = 1D;
this.zedRMS.ScrollMaxY2 = 1D;
this.zedRMS.ScrollMinX = 0D;
this.zedRMS.ScrollMinY = 0D;
this.zedRMS.ScrollMinY2 = 0D;
this.zedRMS.Size = new System.Drawing.Size(343, 291);
this.zedRMS.TabIndex = 12;
this.zedRMS.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedRMS.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedRMS.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedRMS.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedRMS.ZoomStepFraction = 0.1D;
//
// zedPower8
//
this.zedPower8.Dock = System.Windows.Forms.DockStyle.Fill;
this.zedPower8.EditButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower8.EditModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower8.IsAutoScrollRange = false;
this.zedPower8.IsEnableHEdit = false;
this.zedPower8.IsEnableHPan = true;
this.zedPower8.IsEnableHZoom = false;
this.zedPower8.IsEnableVEdit = false;
this.zedPower8.IsEnableVPan = false;
this.zedPower8.IsEnableVZoom = false;
this.zedPower8.IsPrintFillPage = true;
this.zedPower8.IsPrintKeepAspectRatio = true;
this.zedPower8.IsScrollY2 = false;
this.zedPower8.IsShowContextMenu = false;
this.zedPower8.IsShowCopyMessage = false;
this.zedPower8.IsShowCursorValues = false;
this.zedPower8.IsShowHScrollBar = false;
this.zedPower8.IsShowPointValues = false;
this.zedPower8.IsShowVScrollBar = false;
this.zedPower8.IsSynchronizeXAxes = false;
this.zedPower8.IsSynchronizeYAxes = false;
this.zedPower8.IsZoomOnMouseCenter = false;
this.zedPower8.LinkButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower8.LinkModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.None)));
this.zedPower8.Location = new System.Drawing.Point(715, 300);
this.zedPower8.Margin = new System.Windows.Forms.Padding(5, 3, 5, 3);
this.zedPower8.Name = "zedPower8";
this.zedPower8.PanButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower8.PanButtons2 = System.Windows.Forms.MouseButtons.Middle;
this.zedPower8.PanModifierKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.None)));
this.zedPower8.PanModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower8.PointDateFormat = "g";
this.zedPower8.PointValueFormat = "G";
this.zedPower8.ScrollMaxX = 0D;
this.zedPower8.ScrollMaxY = 1D;
this.zedPower8.ScrollMaxY2 = 1D;
this.zedPower8.ScrollMinX = 0D;
this.zedPower8.ScrollMinY = 0D;
this.zedPower8.ScrollMinY2 = 0D;
this.zedPower8.Size = new System.Drawing.Size(347, 291);
this.zedPower8.TabIndex = 11;
this.zedPower8.ZoomButtons = System.Windows.Forms.MouseButtons.Left;
this.zedPower8.ZoomButtons2 = System.Windows.Forms.MouseButtons.None;
this.zedPower8.ZoomModifierKeys = System.Windows.Forms.Keys.None;
this.zedPower8.ZoomModifierKeys2 = System.Windows.Forms.Keys.None;
this.zedPower8.ZoomStepFraction = 0.1D;
//
// tabPageLog
//
this.tabPageLog.Controls.Add(this.tabLog);
this.tabPageLog.Location = new System.Drawing.Point(22, 4);
this.tabPageLog.Name = "tabPageLog";
this.tabPageLog.Size = new System.Drawing.Size(1067, 594);
this.tabPageLog.TabIndex = 5;
this.tabPageLog.Text = "故障记录";
this.tabPageLog.UseVisualStyleBackColor = true;
//
// tabLog
//
this.tabLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabLog.Location = new System.Drawing.Point(0, 0);
this.tabLog.Name = "tabLog";
this.tabLog.SelectedIndex = 0;
this.tabLog.Size = new System.Drawing.Size(1067, 594);
this.tabLog.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.tabControl1);
this.groupBox1.Controls.Add(this.treeDevices);
this.groupBox1.Location = new System.Drawing.Point(5, 116);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1360, 519);
this.groupBox1.TabIndex = 40;
this.groupBox1.TabStop = false;
//
// notifyIcon
//
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "notifyIcon";
this.notifyIcon.Visible = true;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1370, 646);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.menu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Text = "水电机组噪声在线监测系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.menu.ResumeLayout(false);
this.menu.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tabPageLog.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 重新记录测试数据ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 操作OToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 联机CToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 断开DToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 设置SToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系统设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem 历史SToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查看历史数据ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 用户手册ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 硬件版本ToolStripMenuItem;
private System.Windows.Forms.MenuStrip menu;
private System.Windows.Forms.ToolStripMenuItem 重新记录测试数据ToolStripMenuItem1;
private System.Windows.Forms.TreeView treeDevices;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private ZedGraph.ZedGraphControl zedGraphControl_Freq;
private ZedGraph.ZedGraphControl zedGraphControl_Amp;
private System.Windows.Forms.TabPage tabPage3;
private ZedGraph.ZedGraphControl zedPower8;
private System.Windows.Forms.TabPage tabPageLog;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TabControl tabLog;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private ZedGraph.ZedGraphControl zedPower7;
private ZedGraph.ZedGraphControl zedPower6;
private ZedGraph.ZedGraphControl zedPower5;
private ZedGraph.ZedGraphControl zedPower4;
private ZedGraph.ZedGraphControl zedRMS;
private System.Windows.Forms.ToolStripMenuItem testActionToolStripMenuItem;
private System.Windows.Forms.NotifyIcon notifyIcon;
}
}