namespace Scada.Page { partial class PageEquipmentMonitor1 { /// /// 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(332, 133); uiLabel1.Name = "uiLabel1"; uiLabel1.Size = new Size(125, 29); uiLabel1.TabIndex = 0; uiLabel1.Text = "uiLabel1"; // // PageEquipmentMonitor1 // AutoScaleMode = AutoScaleMode.None; ClientSize = new Size(1067, 544); Controls.Add(uiLabel1); Name = "PageEquipmentMonitor1"; Text = "PageEquipmentMonitor"; Load += PageEquipmentMonitor_Load; ResumeLayout(false); } #endregion private Sunny.UI.UILabel uiLabel1; } }