|
|
|
@ -54,6 +54,8 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.EquipMaterialBindingStripItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.EquipMaterialBindingStripItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.TestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.TestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.DeviceDataManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.DeviceDataManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.UserControlTabs = new System.Windows.Forms.TabControl();
|
|
|
|
this.UserControlTabs = new System.Windows.Forms.TabControl();
|
|
|
|
this.ClosePageButton = new System.Windows.Forms.Button();
|
|
|
|
this.ClosePageButton = new System.Windows.Forms.Button();
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
|
@ -61,13 +63,13 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.SplitLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.SplitLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.StripLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.StripLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.NowLoginUserName = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.NowLoginUserName = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.LogInformation = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.StripLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.StripLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.TimeStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.TimeStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.TimeDisplayTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.TimeDisplayTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.DataRefreshTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.DataRefreshTimer = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.RFIDParamManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.SplitLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.DeviceParamManageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.SplitLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
this.MainMenu.SuspendLayout();
|
|
|
|
this.MainMenu.SuspendLayout();
|
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
|
this.statusStrip1.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
@ -87,7 +89,7 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.MainMenu.Location = new System.Drawing.Point(0, 0);
|
|
|
|
this.MainMenu.Location = new System.Drawing.Point(0, 0);
|
|
|
|
this.MainMenu.Name = "MainMenu";
|
|
|
|
this.MainMenu.Name = "MainMenu";
|
|
|
|
this.MainMenu.Padding = new System.Windows.Forms.Padding(5, 1, 0, 1);
|
|
|
|
this.MainMenu.Padding = new System.Windows.Forms.Padding(5, 1, 0, 1);
|
|
|
|
this.MainMenu.Size = new System.Drawing.Size(1904, 24);
|
|
|
|
this.MainMenu.Size = new System.Drawing.Size(1475, 24);
|
|
|
|
this.MainMenu.TabIndex = 1;
|
|
|
|
this.MainMenu.TabIndex = 1;
|
|
|
|
this.MainMenu.Text = "menuStrip1";
|
|
|
|
this.MainMenu.Text = "menuStrip1";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
@ -236,6 +238,19 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Size = new System.Drawing.Size(68, 22);
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Size = new System.Drawing.Size(68, 22);
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Text = "参数管理";
|
|
|
|
this.DeviceDataManageToolStripMenuItem.Text = "参数管理";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// RFIDParamManageToolStripMenuItem
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Name = "RFIDParamManageToolStripMenuItem";
|
|
|
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
|
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Text = "RFID参数配置";
|
|
|
|
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// DeviceParamManageToolStripMenuItem
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Name = "DeviceParamManageToolStripMenuItem";
|
|
|
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
|
|
|
|
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Text = "设备参数配置";
|
|
|
|
|
|
|
|
//
|
|
|
|
// UserControlTabs
|
|
|
|
// UserControlTabs
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.UserControlTabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
this.UserControlTabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
@ -246,7 +261,7 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.UserControlTabs.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
this.UserControlTabs.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
this.UserControlTabs.Name = "UserControlTabs";
|
|
|
|
this.UserControlTabs.Name = "UserControlTabs";
|
|
|
|
this.UserControlTabs.SelectedIndex = 0;
|
|
|
|
this.UserControlTabs.SelectedIndex = 0;
|
|
|
|
this.UserControlTabs.Size = new System.Drawing.Size(1905, 995);
|
|
|
|
this.UserControlTabs.Size = new System.Drawing.Size(1476, 817);
|
|
|
|
this.UserControlTabs.TabIndex = 3;
|
|
|
|
this.UserControlTabs.TabIndex = 3;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// ClosePageButton
|
|
|
|
// ClosePageButton
|
|
|
|
@ -256,7 +271,7 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.ClosePageButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
this.ClosePageButton.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
this.ClosePageButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
this.ClosePageButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
this.ClosePageButton.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
this.ClosePageButton.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
|
this.ClosePageButton.Location = new System.Drawing.Point(1884, 1);
|
|
|
|
this.ClosePageButton.Location = new System.Drawing.Point(1455, 1);
|
|
|
|
this.ClosePageButton.Name = "ClosePageButton";
|
|
|
|
this.ClosePageButton.Name = "ClosePageButton";
|
|
|
|
this.ClosePageButton.Size = new System.Drawing.Size(20, 20);
|
|
|
|
this.ClosePageButton.Size = new System.Drawing.Size(20, 20);
|
|
|
|
this.ClosePageButton.TabIndex = 4;
|
|
|
|
this.ClosePageButton.TabIndex = 4;
|
|
|
|
@ -271,12 +286,14 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.SplitLabel1,
|
|
|
|
this.SplitLabel1,
|
|
|
|
this.StripLabel1,
|
|
|
|
this.StripLabel1,
|
|
|
|
this.NowLoginUserName,
|
|
|
|
this.NowLoginUserName,
|
|
|
|
this.toolStripStatusLabel1,
|
|
|
|
this.SplitLabel2,
|
|
|
|
|
|
|
|
this.LogInformation,
|
|
|
|
|
|
|
|
this.SplitLabel3,
|
|
|
|
this.StripLabel2,
|
|
|
|
this.StripLabel2,
|
|
|
|
this.TimeStripLabel});
|
|
|
|
this.TimeStripLabel});
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 1019);
|
|
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 841);
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(1904, 22);
|
|
|
|
this.statusStrip1.Size = new System.Drawing.Size(1475, 22);
|
|
|
|
this.statusStrip1.TabIndex = 5;
|
|
|
|
this.statusStrip1.TabIndex = 5;
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
@ -304,12 +321,12 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
this.NowLoginUserName.Size = new System.Drawing.Size(31, 17);
|
|
|
|
this.NowLoginUserName.Size = new System.Drawing.Size(31, 17);
|
|
|
|
this.NowLoginUserName.Text = "N/A";
|
|
|
|
this.NowLoginUserName.Text = "N/A";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// toolStripStatusLabel1
|
|
|
|
// LogInformation
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
|
|
|
|
this.LogInformation.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
|
|
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
|
this.LogInformation.Name = "LogInformation";
|
|
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(1532, 17);
|
|
|
|
this.LogInformation.Size = new System.Drawing.Size(1064, 17);
|
|
|
|
this.toolStripStatusLabel1.Spring = true;
|
|
|
|
this.LogInformation.Spring = true;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// StripLabel2
|
|
|
|
// StripLabel2
|
|
|
|
//
|
|
|
|
//
|
|
|
|
@ -332,25 +349,23 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.DataRefreshTimer.Tick += new System.EventHandler(this.DataRefreshTimer_Tick);
|
|
|
|
this.DataRefreshTimer.Tick += new System.EventHandler(this.DataRefreshTimer_Tick);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// RFIDParamManageToolStripMenuItem
|
|
|
|
// SplitLabel2
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Name = "RFIDParamManageToolStripMenuItem";
|
|
|
|
this.SplitLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Right;
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
this.SplitLabel2.Name = "SplitLabel2";
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Text = "RFID参数配置";
|
|
|
|
this.SplitLabel2.Size = new System.Drawing.Size(4, 17);
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// DeviceParamManageToolStripMenuItem
|
|
|
|
// SplitLabel3
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Name = "DeviceParamManageToolStripMenuItem";
|
|
|
|
this.SplitLabel3.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
|
this.SplitLabel3.Name = "SplitLabel3";
|
|
|
|
this.DeviceParamManageToolStripMenuItem.Text = "设备参数配置";
|
|
|
|
this.SplitLabel3.Size = new System.Drawing.Size(4, 17);
|
|
|
|
this.RFIDParamManageToolStripMenuItem.Click += new System.EventHandler(this.StripMenuItemClick);
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// BaseForm
|
|
|
|
// BaseForm
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.ClientSize = new System.Drawing.Size(1904, 1041);
|
|
|
|
this.ClientSize = new System.Drawing.Size(1475, 863);
|
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
|
this.Controls.Add(this.statusStrip1);
|
|
|
|
this.Controls.Add(this.ClosePageButton);
|
|
|
|
this.Controls.Add(this.ClosePageButton);
|
|
|
|
this.Controls.Add(this.UserControlTabs);
|
|
|
|
this.Controls.Add(this.UserControlTabs);
|
|
|
|
@ -388,7 +403,7 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
private ToolStripStatusLabel StripLabel1;
|
|
|
|
private ToolStripStatusLabel StripLabel1;
|
|
|
|
private ToolStripStatusLabel SplitLabel1;
|
|
|
|
private ToolStripStatusLabel SplitLabel1;
|
|
|
|
private ToolStripStatusLabel NowLoginUserName;
|
|
|
|
private ToolStripStatusLabel NowLoginUserName;
|
|
|
|
private ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
|
private ToolStripStatusLabel LogInformation;
|
|
|
|
private ToolStripStatusLabel StripLabel2;
|
|
|
|
private ToolStripStatusLabel StripLabel2;
|
|
|
|
private ToolStripStatusLabel TimeStripLabel;
|
|
|
|
private ToolStripStatusLabel TimeStripLabel;
|
|
|
|
private Timer TimeDisplayTimer;
|
|
|
|
private Timer TimeDisplayTimer;
|
|
|
|
@ -405,5 +420,7 @@ namespace HighWayIot.Winform.MainForm
|
|
|
|
private Timer DataRefreshTimer;
|
|
|
|
private Timer DataRefreshTimer;
|
|
|
|
private ToolStripMenuItem RFIDParamManageToolStripMenuItem;
|
|
|
|
private ToolStripMenuItem RFIDParamManageToolStripMenuItem;
|
|
|
|
private ToolStripMenuItem DeviceParamManageToolStripMenuItem;
|
|
|
|
private ToolStripMenuItem DeviceParamManageToolStripMenuItem;
|
|
|
|
|
|
|
|
private ToolStripStatusLabel SplitLabel2;
|
|
|
|
|
|
|
|
private ToolStripStatusLabel SplitLabel3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|