This commit is contained in:
backuppc
2026-02-02 14:59:48 +09:00
parent 02105d49a3
commit 9bca8f67d1
15 changed files with 452 additions and 201 deletions

View File

@@ -119,6 +119,7 @@ namespace Project
this.demoListLotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.refreshListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.xbeeSettingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.debugtestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pandBottomDIO = new System.Windows.Forms.Panel();
this.panel9 = new System.Windows.Forms.Panel();
@@ -127,7 +128,6 @@ namespace Project
this.panDlg = new System.Windows.Forms.Panel();
this.arPanel2 = new arCtl.arPanel();
this.arPanel1 = new arCtl.arPanel();
this.xbeeSettingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panRight.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel4.SuspendLayout();
@@ -1676,7 +1676,7 @@ namespace Project
this.refreshListToolStripMenuItem,
this.xbeeSettingToolStripMenuItem});
this.cmDebug.Name = "cmVision";
this.cmDebug.Size = new System.Drawing.Size(229, 368);
this.cmDebug.Size = new System.Drawing.Size(229, 346);
//
// mapFileToolStripMenuItem
//
@@ -1727,6 +1727,13 @@ namespace Project
this.refreshListToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
this.refreshListToolStripMenuItem.Text = "Refresh List";
//
// xbeeSettingToolStripMenuItem
//
this.xbeeSettingToolStripMenuItem.Name = "xbeeSettingToolStripMenuItem";
this.xbeeSettingToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
this.xbeeSettingToolStripMenuItem.Text = "xbee setting";
this.xbeeSettingToolStripMenuItem.Click += new System.EventHandler(this.xbeeSettingToolStripMenuItem_Click);
//
// debugtestToolStripMenuItem
//
this.debugtestToolStripMenuItem.Name = "debugtestToolStripMenuItem";
@@ -1824,7 +1831,7 @@ namespace Project
this.IOState.Text = "gridView2";
this.IOState.TextAttachToImage = true;
this.IOState.Titles = new string[] {
"EMG|TAG|DIR|STS|SPD|SEN|CAL|RUN|MARK|CHG|ITM"};
"EMG|TAG|DIR|STS|SPD|SEN|CAL|RUN|MARK|CHG|CART"};
this.IOState.Values = new ushort[] {
((ushort)(0)),
((ushort)(1)),
@@ -1970,13 +1977,6 @@ namespace Project
this.arPanel1.TextShadow = false;
this.arPanel1.UseProgressBar = false;
//
// xbeeSettingToolStripMenuItem
//
this.xbeeSettingToolStripMenuItem.Name = "xbeeSettingToolStripMenuItem";
this.xbeeSettingToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
this.xbeeSettingToolStripMenuItem.Text = "xbee setting";
this.xbeeSettingToolStripMenuItem.Click += new System.EventHandler(this.xbeeSettingToolStripMenuItem_Click);
//
// fMain
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;