302 lines
16 KiB
C#
302 lines
16 KiB
C#
namespace Project.ViewForm
|
|
{
|
|
partial class fIO
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
arFrame.Control.ColorListItem colorListItem1 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem2 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem3 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem4 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem5 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem6 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem7 = new arFrame.Control.ColorListItem();
|
|
arFrame.Control.ColorListItem colorListItem8 = new arFrame.Control.ColorListItem();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fIO));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.HWState = new arFrame.Control.GridView();
|
|
this.tblMain = new arFrame.Control.GridView();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.HWState, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.tblMain, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 58F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(957, 583);
|
|
this.tableLayoutPanel1.TabIndex = 5;
|
|
//
|
|
// HWState
|
|
//
|
|
this.HWState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|
this.HWState.BorderSize = 0;
|
|
colorListItem1.BackColor1 = System.Drawing.Color.Gray;
|
|
colorListItem1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
colorListItem1.Remark = "타이틀바(상)";
|
|
colorListItem2.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
colorListItem2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
colorListItem2.Remark = "상태표시(하)";
|
|
colorListItem3.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
colorListItem3.BackColor2 = System.Drawing.Color.Lime;
|
|
colorListItem3.Remark = "정상";
|
|
colorListItem4.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
colorListItem4.BackColor2 = System.Drawing.Color.Red;
|
|
colorListItem4.Remark = "오류";
|
|
colorListItem5.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
colorListItem5.BackColor2 = System.Drawing.Color.Yellow;
|
|
colorListItem5.Remark = "오류(깜박)";
|
|
colorListItem6.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
colorListItem6.BackColor2 = System.Drawing.Color.DarkViolet;
|
|
colorListItem6.Remark = "오류(유효)";
|
|
this.HWState.ColorList = new arFrame.Control.ColorListItem[] {
|
|
colorListItem1,
|
|
colorListItem2,
|
|
colorListItem3,
|
|
colorListItem4,
|
|
colorListItem5,
|
|
colorListItem6};
|
|
this.HWState.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.HWState.Font = new System.Drawing.Font("Consolas", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.HWState.FontPin = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.HWState.ForeColor = System.Drawing.Color.Moccasin;
|
|
this.HWState.ForeColorPin = System.Drawing.Color.Moccasin;
|
|
this.HWState.Location = new System.Drawing.Point(0, 525);
|
|
this.HWState.Margin = new System.Windows.Forms.Padding(0);
|
|
this.HWState.MatrixSize = new System.Drawing.Point(4, 2);
|
|
this.HWState.MenuBorderSize = 1;
|
|
this.HWState.MenuGap = 5;
|
|
this.HWState.MinimumSize = new System.Drawing.Size(100, 0);
|
|
this.HWState.Name = "HWState";
|
|
this.HWState.Names = new string[] {
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
"",
|
|
""};
|
|
this.HWState.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
|
this.HWState.showDebugInfo = false;
|
|
this.HWState.ShowIndexString = false;
|
|
this.HWState.Size = new System.Drawing.Size(957, 58);
|
|
this.HWState.TabIndex = 9;
|
|
this.HWState.Tags = null;
|
|
this.HWState.Text = "gridView3";
|
|
this.HWState.TextAttachToImage = true;
|
|
this.HWState.Titles = new string[] {
|
|
"AGV|XBE|PLC|BAT|",
|
|
"C00|C00|C00|C00|"};
|
|
this.HWState.Values = new ushort[] {
|
|
((ushort)(0)),
|
|
((ushort)(0)),
|
|
((ushort)(0)),
|
|
((ushort)(0)),
|
|
((ushort)(1)),
|
|
((ushort)(1)),
|
|
((ushort)(1)),
|
|
((ushort)(1))};
|
|
//
|
|
// tblMain
|
|
//
|
|
this.tblMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
|
|
this.tblMain.BorderSize = 1;
|
|
colorListItem7.BackColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
colorListItem7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
|
|
colorListItem7.Remark = "";
|
|
colorListItem8.BackColor1 = System.Drawing.Color.Orange;
|
|
colorListItem8.BackColor2 = System.Drawing.Color.DarkOrange;
|
|
colorListItem8.Remark = "";
|
|
this.tblMain.ColorList = new arFrame.Control.ColorListItem[] {
|
|
colorListItem7,
|
|
colorListItem8};
|
|
this.tblMain.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.tblMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tblMain.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tblMain.FontPin = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.tblMain.ForeColor = System.Drawing.Color.White;
|
|
this.tblMain.ForeColorPin = System.Drawing.Color.WhiteSmoke;
|
|
this.tblMain.Location = new System.Drawing.Point(3, 23);
|
|
this.tblMain.MatrixSize = new System.Drawing.Point(8, 4);
|
|
this.tblMain.MenuBorderSize = 1;
|
|
this.tblMain.MenuGap = 5;
|
|
this.tblMain.MinimumSize = new System.Drawing.Size(100, 50);
|
|
this.tblMain.Name = "tblMain";
|
|
this.tblMain.Names = null;
|
|
this.tblMain.ShadowColor = System.Drawing.Color.Black;
|
|
this.tblMain.showDebugInfo = false;
|
|
this.tblMain.ShowIndexString = true;
|
|
this.tblMain.Size = new System.Drawing.Size(951, 499);
|
|
this.tblMain.TabIndex = 4;
|
|
this.tblMain.Tags = null;
|
|
this.tblMain.Text = "gridView1";
|
|
this.tblMain.TextAttachToImage = true;
|
|
this.tblMain.Titles = null;
|
|
this.tblMain.Values = null;
|
|
this.tblMain.ItemClick += new System.EventHandler<arFrame.Control.GridView.ItemClickEventArgs>(this.tblIn1_ItemClick);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(3, 3);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(951, 14);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(551, 14);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "label1";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
this.label3.Location = new System.Drawing.Point(551, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(400, 14);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "label3";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 200;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
|
|
this.panel2.Controls.Add(this.button2);
|
|
this.panel2.Controls.Add(this.button3);
|
|
this.panel2.Controls.Add(this.button1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel2.Location = new System.Drawing.Point(957, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(99, 583);
|
|
this.panel2.TabIndex = 6;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
|
|
this.button2.Location = new System.Drawing.Point(0, 100);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(99, 383);
|
|
this.button2.TabIndex = 1;
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
|
|
this.button3.Location = new System.Drawing.Point(0, 483);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(99, 100);
|
|
this.button3.TabIndex = 2;
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click_1);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
|
|
this.button1.Location = new System.Drawing.Point(0, 0);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(99, 100);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// fIO
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
|
|
this.ClientSize = new System.Drawing.Size(1056, 583);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.panel2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "fIO";
|
|
this.Text = "fIO";
|
|
this.Load += new System.EventHandler(this.fIO_Load);
|
|
this.VisibleChanged += new System.EventHandler(this.fIO_VisibleChanged);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private arFrame.Control.GridView tblMain;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private arFrame.Control.GridView HWState;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |