1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- namespace Scada.Page
- {
- partial class PageEquipmentMonitor1
- {
- /// <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()
- {
- 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;
- }
- }
|