This commit is contained in:
backuppc
2026-02-27 11:27:30 +09:00
parent 71b8a589c6
commit 03a53d49bf
14 changed files with 234 additions and 153 deletions

View File

@@ -120,6 +120,8 @@ namespace Project
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
this.refreshListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.xbeeSettingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.gotoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buffer2ToolStripMenuItem = 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();
@@ -128,8 +130,6 @@ namespace Project
this.panDlg = new System.Windows.Forms.Panel();
this.arPanel2 = new arCtl.arPanel();
this.arPanel1 = new arCtl.arPanel();
this.gotoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buffer2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panRight.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel4.SuspendLayout();
@@ -1679,7 +1679,7 @@ namespace Project
this.xbeeSettingToolStripMenuItem,
this.gotoToolStripMenuItem});
this.cmDebug.Name = "cmVision";
this.cmDebug.Size = new System.Drawing.Size(229, 390);
this.cmDebug.Size = new System.Drawing.Size(229, 368);
//
// mapFileToolStripMenuItem
//
@@ -1737,6 +1737,21 @@ namespace Project
this.xbeeSettingToolStripMenuItem.Text = "xbee setting";
this.xbeeSettingToolStripMenuItem.Click += new System.EventHandler(this.xbeeSettingToolStripMenuItem_Click);
//
// gotoToolStripMenuItem
//
this.gotoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.buffer2ToolStripMenuItem});
this.gotoToolStripMenuItem.Name = "gotoToolStripMenuItem";
this.gotoToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
this.gotoToolStripMenuItem.Text = "Goto";
//
// buffer2ToolStripMenuItem
//
this.buffer2ToolStripMenuItem.Name = "buffer2ToolStripMenuItem";
this.buffer2ToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
this.buffer2ToolStripMenuItem.Text = "Buffer2";
this.buffer2ToolStripMenuItem.Click += new System.EventHandler(this.buffer2ToolStripMenuItem_Click);
//
// debugtestToolStripMenuItem
//
this.debugtestToolStripMenuItem.Name = "debugtestToolStripMenuItem";
@@ -1803,7 +1818,7 @@ namespace Project
this.IOState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
this.IOState.ForeColorPin = System.Drawing.Color.WhiteSmoke;
this.IOState.Location = new System.Drawing.Point(0, 0);
this.IOState.MatrixSize = new System.Drawing.Point(12, 1);
this.IOState.MatrixSize = new System.Drawing.Point(11, 1);
this.IOState.MenuBorderSize = 1;
this.IOState.MenuGap = 5;
this.IOState.MinimumSize = new System.Drawing.Size(100, 0);
@@ -1846,8 +1861,7 @@ namespace Project
((ushort)(7)),
((ushort)(8)),
((ushort)(8)),
((ushort)(8)),
((ushort)(0))};
((ushort)(8))};
this.IOState.ItemClick += new System.EventHandler<arFrame.Control.GridView.ItemClickEventArgs>(this.IOState_ItemClick_1);
//
// SSInfo
@@ -1981,21 +1995,6 @@ namespace Project
this.arPanel1.TextShadow = false;
this.arPanel1.UseProgressBar = false;
//
// gotoToolStripMenuItem
//
this.gotoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.buffer2ToolStripMenuItem});
this.gotoToolStripMenuItem.Name = "gotoToolStripMenuItem";
this.gotoToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
this.gotoToolStripMenuItem.Text = "Goto";
//
// buffer2ToolStripMenuItem
//
this.buffer2ToolStripMenuItem.Name = "buffer2ToolStripMenuItem";
this.buffer2ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.buffer2ToolStripMenuItem.Text = "Buffer2";
this.buffer2ToolStripMenuItem.Click += new System.EventHandler(this.buffer2ToolStripMenuItem_Click);
//
// fMain
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;