namespace Scada
{
partial class PageEquipmentMonitor2
{
///
/// 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()
{
uiLabel1 = new Sunny.UI.UILabel();
SuspendLayout();
//
// uiLabel1
//
uiLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
uiLabel1.Location = new Point(295, 140);
uiLabel1.Name = "uiLabel1";
uiLabel1.Size = new Size(125, 29);
uiLabel1.TabIndex = 0;
uiLabel1.Text = "uiLabel2";
//
// PageEquipmentMonitor2
//
AutoScaleMode = AutoScaleMode.None;
ClientSize = new Size(1067, 497);
Controls.Add(uiLabel1);
Name = "PageEquipmentMonitor2";
Text = "PageEquipmentMonitor2";
ResumeLayout(false);
}
#endregion
private Sunny.UI.UILabel uiLabel1;
}
}