123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- namespace HRT_Measure
- {
- partial class FrmMain
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.splitContainerMain = new System.Windows.Forms.SplitContainer();
- this.panelMain = new System.Windows.Forms.Panel();
- this.btn称重 = new Sunny.UI.UISymbolButton();
- this.btnConfig = new Sunny.UI.UISymbolButton();
- this.btnCommunicate = new Sunny.UI.UISymbolButton();
- this.btnParaWrite = new Sunny.UI.UISymbolButton();
- this.btnPressure = new Sunny.UI.UISymbolButton();
- this.btnM04M05 = new Sunny.UI.UISymbolButton();
- this.btnM03 = new Sunny.UI.UISymbolButton();
- this.btnM01M02 = new Sunny.UI.UISymbolButton();
- this.btnHome = new Sunny.UI.UISymbolButton();
- this.lblCurrentNo = new Sunny.UI.UILabel();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
- this.splitContainerMain.Panel1.SuspendLayout();
- this.splitContainerMain.Panel2.SuspendLayout();
- this.splitContainerMain.SuspendLayout();
- this.SuspendLayout();
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // splitContainerMain
- //
- this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainerMain.Location = new System.Drawing.Point(0, 35);
- this.splitContainerMain.Name = "splitContainerMain";
- this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainerMain.Panel1
- //
- this.splitContainerMain.Panel1.Controls.Add(this.panelMain);
- //
- // splitContainerMain.Panel2
- //
- this.splitContainerMain.Panel2.Controls.Add(this.lblCurrentNo);
- this.splitContainerMain.Panel2.Controls.Add(this.btn称重);
- this.splitContainerMain.Panel2.Controls.Add(this.btnConfig);
- this.splitContainerMain.Panel2.Controls.Add(this.btnCommunicate);
- this.splitContainerMain.Panel2.Controls.Add(this.btnParaWrite);
- this.splitContainerMain.Panel2.Controls.Add(this.btnPressure);
- this.splitContainerMain.Panel2.Controls.Add(this.btnM04M05);
- this.splitContainerMain.Panel2.Controls.Add(this.btnM03);
- this.splitContainerMain.Panel2.Controls.Add(this.btnM01M02);
- this.splitContainerMain.Panel2.Controls.Add(this.btnHome);
- this.splitContainerMain.Size = new System.Drawing.Size(1920, 1005);
- this.splitContainerMain.SplitterDistance = 940;
- this.splitContainerMain.TabIndex = 2;
- //
- // panelMain
- //
- this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panelMain.Location = new System.Drawing.Point(0, 0);
- this.panelMain.Name = "panelMain";
- this.panelMain.Size = new System.Drawing.Size(1920, 940);
- this.panelMain.TabIndex = 0;
- //
- // btn称重
- //
- this.btn称重.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn称重.FillColor = System.Drawing.Color.Gray;
- this.btn称重.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btn称重.Location = new System.Drawing.Point(738, 9);
- this.btn称重.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn称重.Name = "btn称重";
- this.btn称重.Size = new System.Drawing.Size(141, 42);
- this.btn称重.Symbol = 362614;
- this.btn称重.TabIndex = 8;
- this.btn称重.Text = "称重";
- this.btn称重.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btn称重.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnConfig
- //
- this.btnConfig.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnConfig.FillColor = System.Drawing.Color.Gray;
- this.btnConfig.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnConfig.Location = new System.Drawing.Point(1179, 9);
- this.btnConfig.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnConfig.Name = "btnConfig";
- this.btnConfig.Size = new System.Drawing.Size(141, 42);
- this.btnConfig.Symbol = 559576;
- this.btnConfig.TabIndex = 7;
- this.btnConfig.Text = "项目配置";
- this.btnConfig.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnConfig.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnCommunicate
- //
- this.btnCommunicate.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnCommunicate.FillColor = System.Drawing.Color.Gray;
- this.btnCommunicate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnCommunicate.Location = new System.Drawing.Point(1032, 9);
- this.btnCommunicate.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnCommunicate.Name = "btnCommunicate";
- this.btnCommunicate.Size = new System.Drawing.Size(141, 42);
- this.btnCommunicate.Symbol = 363727;
- this.btnCommunicate.TabIndex = 6;
- this.btnCommunicate.Text = "通讯";
- this.btnCommunicate.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnCommunicate.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnParaWrite
- //
- this.btnParaWrite.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnParaWrite.FillColor = System.Drawing.Color.Gray;
- this.btnParaWrite.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnParaWrite.Location = new System.Drawing.Point(885, 9);
- this.btnParaWrite.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnParaWrite.Name = "btnParaWrite";
- this.btnParaWrite.Size = new System.Drawing.Size(141, 42);
- this.btnParaWrite.Symbol = 57586;
- this.btnParaWrite.TabIndex = 5;
- this.btnParaWrite.Text = "数据监控";
- this.btnParaWrite.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnParaWrite.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnPressure
- //
- this.btnPressure.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnPressure.FillColor = System.Drawing.Color.Gray;
- this.btnPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnPressure.Location = new System.Drawing.Point(591, 9);
- this.btnPressure.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnPressure.Name = "btnPressure";
- this.btnPressure.Size = new System.Drawing.Size(141, 42);
- this.btnPressure.Symbol = 361888;
- this.btnPressure.TabIndex = 4;
- this.btnPressure.Text = "压力机";
- this.btnPressure.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnPressure.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnM04M05
- //
- this.btnM04M05.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnM04M05.FillColor = System.Drawing.Color.Gray;
- this.btnM04M05.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnM04M05.Location = new System.Drawing.Point(444, 9);
- this.btnM04M05.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnM04M05.Name = "btnM04M05";
- this.btnM04M05.Size = new System.Drawing.Size(141, 42);
- this.btnM04M05.Symbol = 560066;
- this.btnM04M05.TabIndex = 3;
- this.btnM04M05.Text = "检测装箱房";
- this.btnM04M05.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnM04M05.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnM03
- //
- this.btnM03.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnM03.FillColor = System.Drawing.Color.Gray;
- this.btnM03.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnM03.Location = new System.Drawing.Point(297, 9);
- this.btnM03.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnM03.Name = "btnM03";
- this.btnM03.Size = new System.Drawing.Size(141, 42);
- this.btnM03.Symbol = 361542;
- this.btnM03.TabIndex = 2;
- this.btnM03.Text = "压机房";
- this.btnM03.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnM03.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnM01M02
- //
- this.btnM01M02.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnM01M02.FillColor = System.Drawing.Color.Gray;
- this.btnM01M02.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnM01M02.Location = new System.Drawing.Point(150, 9);
- this.btnM01M02.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnM01M02.Name = "btnM01M02";
- this.btnM01M02.Size = new System.Drawing.Size(141, 42);
- this.btnM01M02.Symbol = 560271;
- this.btnM01M02.TabIndex = 1;
- this.btnM01M02.Text = "上料称重房";
- this.btnM01M02.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnM01M02.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // btnHome
- //
- this.btnHome.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnHome.FillColor = System.Drawing.Color.Green;
- this.btnHome.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnHome.Location = new System.Drawing.Point(3, 9);
- this.btnHome.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnHome.Name = "btnHome";
- this.btnHome.Size = new System.Drawing.Size(141, 42);
- this.btnHome.Symbol = 563725;
- this.btnHome.TabIndex = 0;
- this.btnHome.Text = "主画面";
- this.btnHome.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnHome.Click += new System.EventHandler(this.btnWinFrmOpen);
- //
- // lblCurrentNo
- //
- this.lblCurrentNo.Dock = System.Windows.Forms.DockStyle.Right;
- this.lblCurrentNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCurrentNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.lblCurrentNo.Location = new System.Drawing.Point(1746, 0);
- this.lblCurrentNo.Name = "lblCurrentNo";
- this.lblCurrentNo.Size = new System.Drawing.Size(174, 61);
- this.lblCurrentNo.TabIndex = 9;
- this.lblCurrentNo.Text = "当前配方号:";
- this.lblCurrentNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // FrmMain
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ClientSize = new System.Drawing.Size(1920, 1040);
- this.Controls.Add(this.splitContainerMain);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximumSize = new System.Drawing.Size(1920, 1080);
- this.Name = "FrmMain";
- this.Style = Sunny.UI.UIStyle.Custom;
- this.Text = "药环数据监控软件-V1.0.0";
- this.TitleColor = System.Drawing.Color.LightSkyBlue;
- this.TitleForeColor = System.Drawing.Color.Black;
- this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1604, 881);
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
- this.Load += new System.EventHandler(this.FrmMain_Load);
- this.splitContainerMain.Panel1.ResumeLayout(false);
- this.splitContainerMain.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
- this.splitContainerMain.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.SplitContainer splitContainerMain;
- private System.Windows.Forms.Panel panelMain;
- private Sunny.UI.UISymbolButton btnParaWrite;
- private Sunny.UI.UISymbolButton btnPressure;
- private Sunny.UI.UISymbolButton btnM04M05;
- private Sunny.UI.UISymbolButton btnM03;
- private Sunny.UI.UISymbolButton btnM01M02;
- private Sunny.UI.UISymbolButton btnHome;
- private Sunny.UI.UISymbolButton btnConfig;
- private Sunny.UI.UISymbolButton btnCommunicate;
- private Sunny.UI.UISymbolButton btn称重;
- private Sunny.UI.UILabel lblCurrentNo;
- }
- }
|