Files
slz-4/SLZ_4/ConfigMes.Designer.cs

167 lines
8.2 KiB
C#

namespace SLZ_4
{
partial class ConfigMes
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigMes));
this.label1 = new System.Windows.Forms.Label();
this.uiTextUrl = new Sunny.UI.UITextBox();
this.uiButtonSet = new Sunny.UI.UIButton();
this.uiCheckMes = new Sunny.UI.UICheckBox();
this.uiCheckMesIn = new Sunny.UI.UICheckBox();
this.uiTextPort = new Sunny.UI.UITextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(39, 66);
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 19);
this.label1.TabIndex = 0;
this.label1.Text = "IP:";
//
// uiTextUrl
//
this.uiTextUrl.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextUrl.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextUrl.Location = new System.Drawing.Point(127, 56);
this.uiTextUrl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextUrl.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextUrl.Name = "uiTextUrl";
this.uiTextUrl.Padding = new System.Windows.Forms.Padding(5);
this.uiTextUrl.ShowText = false;
this.uiTextUrl.Size = new System.Drawing.Size(293, 41);
this.uiTextUrl.TabIndex = 2;
this.uiTextUrl.Text = "127.0.0.1";
this.uiTextUrl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextUrl.Watermark = "";
//
// uiButtonSet
//
this.uiButtonSet.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButtonSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButtonSet.Location = new System.Drawing.Point(133, 318);
this.uiButtonSet.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButtonSet.Name = "uiButtonSet";
this.uiButtonSet.Size = new System.Drawing.Size(175, 44);
this.uiButtonSet.TabIndex = 3;
this.uiButtonSet.Text = "设置";
this.uiButtonSet.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButtonSet.Click += new System.EventHandler(this.uiButtonSet_Click);
//
// uiCheckMes
//
this.uiCheckMes.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckMes.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiCheckMes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiCheckMes.Location = new System.Drawing.Point(146, 240);
this.uiCheckMes.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckMes.Name = "uiCheckMes";
this.uiCheckMes.Size = new System.Drawing.Size(150, 29);
this.uiCheckMes.TabIndex = 4;
this.uiCheckMes.Text = "MES在线";
//
// uiCheckMesIn
//
this.uiCheckMesIn.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckMesIn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiCheckMesIn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiCheckMesIn.Location = new System.Drawing.Point(146, 203);
this.uiCheckMesIn.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckMesIn.Name = "uiCheckMesIn";
this.uiCheckMesIn.Size = new System.Drawing.Size(150, 29);
this.uiCheckMesIn.TabIndex = 5;
this.uiCheckMesIn.Text = "MES入站";
this.uiCheckMesIn.Visible = false;
//
// uiTextPort
//
this.uiTextPort.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextPort.DoubleValue = 20480D;
this.uiTextPort.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextPort.IntValue = 20480;
this.uiTextPort.Location = new System.Drawing.Point(127, 125);
this.uiTextPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextPort.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextPort.Name = "uiTextPort";
this.uiTextPort.Padding = new System.Windows.Forms.Padding(5);
this.uiTextPort.ShowText = false;
this.uiTextPort.Size = new System.Drawing.Size(293, 41);
this.uiTextPort.TabIndex = 7;
this.uiTextPort.Text = "20480";
this.uiTextPort.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.uiTextPort.Watermark = "";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(39, 135);
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 19);
this.label2.TabIndex = 6;
this.label2.Text = "端口:";
//
// ConfigMes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightBlue;
this.ClientSize = new System.Drawing.Size(449, 383);
this.Controls.Add(this.uiTextPort);
this.Controls.Add(this.label2);
this.Controls.Add(this.uiCheckMesIn);
this.Controls.Add(this.uiCheckMes);
this.Controls.Add(this.uiButtonSet);
this.Controls.Add(this.uiTextUrl);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "ConfigMes";
this.Text = "MES配置";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private Sunny.UI.UITextBox uiTextUrl;
private Sunny.UI.UIButton uiButtonSet;
private Sunny.UI.UICheckBox uiCheckMes;
private Sunny.UI.UICheckBox uiCheckMesIn;
private Sunny.UI.UITextBox uiTextPort;
private System.Windows.Forms.Label label2;
}
}