Files
WC-CZGKJ/SCADA/Pages/UC_SystemSettings.Designer.cs
2026-05-13 00:51:52 +08:00

155 lines
7.7 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_Station1 = new System.Windows.Forms.GroupBox();
this.grp_Station2 = new System.Windows.Forms.GroupBox();
this.grp_Scanner1 = new System.Windows.Forms.GroupBox();
this.grp_Scanner2 = new System.Windows.Forms.GroupBox();
this.btn_WeightClear1 = new System.Windows.Forms.Button();
this.btn_WeightClear2 = new System.Windows.Forms.Button();
this.timer_Refresh = new System.Windows.Forms.Timer(this.components);
this.grp_Station1.SuspendLayout();
this.grp_Station2.SuspendLayout();
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_Station1
//
this.grp_Station1.Controls.Add(this.btn_WeightClear1);
this.grp_Station1.Controls.Add(this.grp_Scanner1);
this.grp_Station1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.grp_Station1.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.grp_Station1.Location = new System.Drawing.Point(30, 76);
this.grp_Station1.Name = "grp_Station1";
this.grp_Station1.Size = new System.Drawing.Size(840, 310);
this.grp_Station1.Text = " 工位1 ";
//
// grp_Station2
//
this.grp_Station2.Controls.Add(this.btn_WeightClear2);
this.grp_Station2.Controls.Add(this.grp_Scanner2);
this.grp_Station2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
this.grp_Station2.ForeColor = System.Drawing.Color.FromArgb(30, 58, 95);
this.grp_Station2.Location = new System.Drawing.Point(900, 76);
this.grp_Station2.Name = "grp_Station2";
this.grp_Station2.Size = new System.Drawing.Size(840, 310);
this.grp_Station2.Text = " 工位2 ";
//
// 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(20, 35);
this.grp_Scanner1.Name = "grp_Scanner1";
this.grp_Scanner1.Size = new System.Drawing.Size(790, 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(20, 35);
this.grp_Scanner2.Name = "grp_Scanner2";
this.grp_Scanner2.Size = new System.Drawing.Size(790, 200);
this.grp_Scanner2.Text = " OP20 扫码枪 ";
//
// btn_WeightClear1
//
this.btn_WeightClear1.BackColor = System.Drawing.Color.FromArgb(245, 158, 11);
this.btn_WeightClear1.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_WeightClear1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_WeightClear1.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.btn_WeightClear1.ForeColor = System.Drawing.Color.White;
this.btn_WeightClear1.Location = new System.Drawing.Point(20, 250);
this.btn_WeightClear1.Name = "btn_WeightClear1";
this.btn_WeightClear1.Size = new System.Drawing.Size(150, 40);
this.btn_WeightClear1.Text = "称重清零";
this.btn_WeightClear1.UseVisualStyleBackColor = false;
this.btn_WeightClear1.Click += new System.EventHandler(this.btn_WeightClear1_Click);
//
// btn_WeightClear2
//
this.btn_WeightClear2.BackColor = System.Drawing.Color.FromArgb(245, 158, 11);
this.btn_WeightClear2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btn_WeightClear2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_WeightClear2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
this.btn_WeightClear2.ForeColor = System.Drawing.Color.White;
this.btn_WeightClear2.Location = new System.Drawing.Point(20, 250);
this.btn_WeightClear2.Name = "btn_WeightClear2";
this.btn_WeightClear2.Size = new System.Drawing.Size(150, 40);
this.btn_WeightClear2.Text = "称重清零";
this.btn_WeightClear2.UseVisualStyleBackColor = false;
this.btn_WeightClear2.Click += new System.EventHandler(this.btn_WeightClear2_Click);
//
// 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_Station1);
this.Controls.Add(this.grp_Station2);
this.Controls.Add(this.pnl_Header);
this.Name = "UC_SystemSettings";
this.Size = new System.Drawing.Size(1820, 1000);
this.grp_Station1.ResumeLayout(false);
this.grp_Station2.ResumeLayout(false);
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_Station1;
private System.Windows.Forms.GroupBox grp_Station2;
private System.Windows.Forms.GroupBox grp_Scanner1;
private System.Windows.Forms.GroupBox grp_Scanner2;
private System.Windows.Forms.Button btn_WeightClear1;
private System.Windows.Forms.Button btn_WeightClear2;
private System.Windows.Forms.Timer timer_Refresh;
}
}