Files
WC-CZGKJ/SCADA/Pages/UC_SystemSettings.Designer.cs
2026-05-11 11:09:04 +08:00

94 lines
3.9 KiB
C#

namespace MesWork.Pages
{
partial class UC_SystemSettings
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
components.Dispose();
base.Dispose(disposing);
}
#region
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.pnl_Header = new System.Windows.Forms.Panel();
this.lbl_Title = new System.Windows.Forms.Label();
this.grp_Scanner1 = new System.Windows.Forms.GroupBox();
this.grp_Scanner2 = new System.Windows.Forms.GroupBox();
this.timer_Refresh = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// pnl_Header
//
this.pnl_Header.BackColor = System.Drawing.Color.White;
this.pnl_Header.Dock = System.Windows.Forms.DockStyle.Top;
this.pnl_Header.Height = 56;
this.pnl_Header.Padding = new System.Windows.Forms.Padding(24, 0, 0, 0);
this.pnl_Header.Name = "pnl_Header";
this.pnl_Header.Controls.Add(this.lbl_Title);
//
// lbl_Title
//
this.lbl_Title.AutoSize = true;
this.lbl_Title.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.lbl_Title.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.lbl_Title.Location = new System.Drawing.Point(24, 14);
this.lbl_Title.Name = "lbl_Title";
this.lbl_Title.Text = "系统设置";
//
// grp_Scanner1
//
this.grp_Scanner1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.grp_Scanner1.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.grp_Scanner1.Location = new System.Drawing.Point(30, 76);
this.grp_Scanner1.Name = "grp_Scanner1";
this.grp_Scanner1.Size = new System.Drawing.Size(700, 200);
this.grp_Scanner1.Text = " OP10 扫码枪 ";
//
// grp_Scanner2
//
this.grp_Scanner2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.grp_Scanner2.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.grp_Scanner2.Location = new System.Drawing.Point(30, 296);
this.grp_Scanner2.Name = "grp_Scanner2";
this.grp_Scanner2.Size = new System.Drawing.Size(700, 200);
this.grp_Scanner2.Text = " OP20 扫码枪 ";
//
// timer_Refresh
//
this.timer_Refresh.Interval = 1000;
this.timer_Refresh.Tick += new System.EventHandler(this.timer_Refresh_Tick);
//
// UC_SystemSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(245, 247, 250);
this.Controls.Add(this.grp_Scanner1);
this.Controls.Add(this.grp_Scanner2);
this.Controls.Add(this.pnl_Header);
this.Name = "UC_SystemSettings";
this.Size = new System.Drawing.Size(1820, 1000);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel pnl_Header;
private System.Windows.Forms.Label lbl_Title;
private System.Windows.Forms.GroupBox grp_Scanner1;
private System.Windows.Forms.GroupBox grp_Scanner2;
private System.Windows.Forms.Timer timer_Refresh;
}
}