initial commit
This commit is contained in:
211
Cs_HMI/Project/Dialog/fLog.Designer.cs
generated
Normal file
211
Cs_HMI/Project/Dialog/fLog.Designer.cs
generated
Normal file
@@ -0,0 +1,211 @@
|
||||
namespace Project.Dialog
|
||||
{
|
||||
partial class fLog
|
||||
{
|
||||
/// <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.rtsys = new arCtl.LogTextBox();
|
||||
this.rtTx = new arCtl.LogTextBox();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.rtAGV = new arCtl.LogTextBox();
|
||||
this.rtPLC = new arCtl.LogTextBox();
|
||||
this.rtBMS = new arCtl.LogTextBox();
|
||||
this.rtCAL = new arCtl.LogTextBox();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// rtsys
|
||||
//
|
||||
this.rtsys.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.rtsys.ColorList = new arCtl.sLogMessageColor[0];
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.rtsys, 2);
|
||||
this.rtsys.DateFormat = "mm:ss.fff";
|
||||
this.rtsys.DefaultColor = System.Drawing.Color.LightGray;
|
||||
this.rtsys.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.rtsys.EnableDisplayTimer = false;
|
||||
this.rtsys.EnableGubunColor = true;
|
||||
this.rtsys.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.rtsys.ListFormat = "[{0}] {1}";
|
||||
this.rtsys.Location = new System.Drawing.Point(3, 3);
|
||||
this.rtsys.MaxListCount = ((ushort)(1000));
|
||||
this.rtsys.MaxTextLength = ((uint)(400000u));
|
||||
this.rtsys.MessageInterval = 50;
|
||||
this.rtsys.Name = "rtsys";
|
||||
this.rtsys.Size = new System.Drawing.Size(334, 340);
|
||||
this.rtsys.TabIndex = 0;
|
||||
this.rtsys.Text = "";
|
||||
//
|
||||
// rtTx
|
||||
//
|
||||
this.rtTx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.rtTx.ColorList = new arCtl.sLogMessageColor[0];
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.rtTx, 2);
|
||||
this.rtTx.DateFormat = "mm:ss.fff";
|
||||
this.rtTx.DefaultColor = System.Drawing.Color.LightGray;
|
||||
this.rtTx.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.rtTx.EnableDisplayTimer = false;
|
||||
this.rtTx.EnableGubunColor = true;
|
||||
this.rtTx.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.rtTx.ListFormat = "[{0}] {1}";
|
||||
this.rtTx.Location = new System.Drawing.Point(343, 3);
|
||||
this.rtTx.MaxListCount = ((ushort)(1000));
|
||||
this.rtTx.MaxTextLength = ((uint)(400000u));
|
||||
this.rtTx.MessageInterval = 50;
|
||||
this.rtTx.Name = "rtTx";
|
||||
this.rtTx.Size = new System.Drawing.Size(335, 340);
|
||||
this.rtTx.TabIndex = 1;
|
||||
this.rtTx.Text = "";
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 4;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.rtAGV, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.rtsys, 0, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.rtTx, 2, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.rtPLC, 1, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.rtBMS, 2, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.rtCAL, 3, 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 = 2;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(681, 495);
|
||||
this.tableLayoutPanel1.TabIndex = 2;
|
||||
//
|
||||
// rtAGV
|
||||
//
|
||||
this.rtAGV.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.rtAGV.ColorList = new arCtl.sLogMessageColor[0];
|
||||
this.rtAGV.DateFormat = "mm:ss.fff";
|
||||
this.rtAGV.DefaultColor = System.Drawing.Color.LightGray;
|
||||
this.rtAGV.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.rtAGV.EnableDisplayTimer = false;
|
||||
this.rtAGV.EnableGubunColor = true;
|
||||
this.rtAGV.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.rtAGV.ListFormat = "[{0}] {1}";
|
||||
this.rtAGV.Location = new System.Drawing.Point(3, 349);
|
||||
this.rtAGV.MaxListCount = ((ushort)(1000));
|
||||
this.rtAGV.MaxTextLength = ((uint)(400000u));
|
||||
this.rtAGV.MessageInterval = 50;
|
||||
this.rtAGV.Name = "rtAGV";
|
||||
this.rtAGV.Size = new System.Drawing.Size(164, 143);
|
||||
this.rtAGV.TabIndex = 2;
|
||||
this.rtAGV.Text = "";
|
||||
//
|
||||
// rtPLC
|
||||
//
|
||||
this.rtPLC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.rtPLC.ColorList = new arCtl.sLogMessageColor[0];
|
||||
this.rtPLC.DateFormat = "mm:ss.fff";
|
||||
this.rtPLC.DefaultColor = System.Drawing.Color.LightGray;
|
||||
this.rtPLC.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.rtPLC.EnableDisplayTimer = false;
|
||||
this.rtPLC.EnableGubunColor = true;
|
||||
this.rtPLC.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.rtPLC.ListFormat = "[{0}] {1}";
|
||||
this.rtPLC.Location = new System.Drawing.Point(173, 349);
|
||||
this.rtPLC.MaxListCount = ((ushort)(1000));
|
||||
this.rtPLC.MaxTextLength = ((uint)(400000u));
|
||||
this.rtPLC.MessageInterval = 50;
|
||||
this.rtPLC.Name = "rtPLC";
|
||||
this.rtPLC.Size = new System.Drawing.Size(164, 143);
|
||||
this.rtPLC.TabIndex = 2;
|
||||
this.rtPLC.Text = "";
|
||||
//
|
||||
// rtBMS
|
||||
//
|
||||
this.rtBMS.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.rtBMS.ColorList = new arCtl.sLogMessageColor[0];
|
||||
this.rtBMS.DateFormat = "mm:ss.fff";
|
||||
this.rtBMS.DefaultColor = System.Drawing.Color.LightGray;
|
||||
this.rtBMS.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.rtBMS.EnableDisplayTimer = false;
|
||||
this.rtBMS.EnableGubunColor = true;
|
||||
this.rtBMS.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.rtBMS.ListFormat = "[{0}] {1}";
|
||||
this.rtBMS.Location = new System.Drawing.Point(343, 349);
|
||||
this.rtBMS.MaxListCount = ((ushort)(1000));
|
||||
this.rtBMS.MaxTextLength = ((uint)(400000u));
|
||||
this.rtBMS.MessageInterval = 50;
|
||||
this.rtBMS.Name = "rtBMS";
|
||||
this.rtBMS.Size = new System.Drawing.Size(164, 143);
|
||||
this.rtBMS.TabIndex = 2;
|
||||
this.rtBMS.Text = "";
|
||||
//
|
||||
// rtCAL
|
||||
//
|
||||
this.rtCAL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.rtCAL.ColorList = new arCtl.sLogMessageColor[0];
|
||||
this.rtCAL.DateFormat = "mm:ss.fff";
|
||||
this.rtCAL.DefaultColor = System.Drawing.Color.LightGray;
|
||||
this.rtCAL.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.rtCAL.EnableDisplayTimer = false;
|
||||
this.rtCAL.EnableGubunColor = true;
|
||||
this.rtCAL.Font = new System.Drawing.Font("맑은 고딕", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.rtCAL.ListFormat = "[{0}] {1}";
|
||||
this.rtCAL.Location = new System.Drawing.Point(513, 349);
|
||||
this.rtCAL.MaxListCount = ((ushort)(1000));
|
||||
this.rtCAL.MaxTextLength = ((uint)(400000u));
|
||||
this.rtCAL.MessageInterval = 50;
|
||||
this.rtCAL.Name = "rtCAL";
|
||||
this.rtCAL.Size = new System.Drawing.Size(165, 143);
|
||||
this.rtCAL.TabIndex = 2;
|
||||
this.rtCAL.Text = "";
|
||||
//
|
||||
// fLog
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(681, 495);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Name = "fLog";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "fLog";
|
||||
this.TopMost = true;
|
||||
this.Load += new System.EventHandler(this.fLog_Load);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private arCtl.LogTextBox rtsys;
|
||||
private arCtl.LogTextBox rtTx;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private arCtl.LogTextBox rtAGV;
|
||||
private arCtl.LogTextBox rtPLC;
|
||||
private arCtl.LogTextBox rtBMS;
|
||||
private arCtl.LogTextBox rtCAL;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user