This commit is contained in:
ChiKyun Kim
2026-02-26 16:30:58 +09:00
parent c1670ddcbe
commit e831752e76
7 changed files with 140 additions and 128 deletions

View File

@@ -1800,7 +1800,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(11, 1);
this.IOState.MatrixSize = new System.Drawing.Point(12, 1);
this.IOState.MenuBorderSize = 1;
this.IOState.MenuGap = 5;
this.IOState.MinimumSize = new System.Drawing.Size(100, 0);
@@ -1831,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|CART"};
"EMG|TAG|DIR|STS|SPD|SEN|CAL|RUN|M/K|CHG|CART|DIST"};
this.IOState.Values = new ushort[] {
((ushort)(0)),
((ushort)(1)),
@@ -1843,7 +1843,8 @@ namespace Project
((ushort)(7)),
((ushort)(8)),
((ushort)(8)),
((ushort)(8))};
((ushort)(8)),
((ushort)(0))};
this.IOState.ItemClick += new System.EventHandler<arFrame.Control.GridView.ItemClickEventArgs>(this.IOState_ItemClick_1);
//
// SSInfo