namespace Project.ViewForm { partial class fIO { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.HWState = 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.panel3 = new System.Windows.Forms.Panel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.tableLayoutPanel1.SuspendLayout(); this.panel1.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.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 1); 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(1056, 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(3, 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(1056, 58); this.HWState.TabIndex = 9; this.HWState.Tags = null; this.HWState.Text = "gridView3"; this.HWState.TextAttachToImage = true; this.HWState.Titles = new string[] { "AGV|XBE|BAT|", "C00|C00|C00|"}; this.HWState.Values = new ushort[] { ((ushort)(0)), ((ushort)(0)), ((ushort)(0)), ((ushort)(1)), ((ushort)(1)), ((ushort)(1))}; // // 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(1050, 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(650, 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(650, 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; // // panel3 // this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(3, 23); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(1050, 499); this.panel3.TabIndex = 10; // // timer1 // this.timer1.Interval = 200; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // 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.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.ResumeLayout(false); } #endregion 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 panel3; } }