123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464 |
- namespace HRT_Measure
- {
- partial class FrmFirstWindow
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- this.splitContainerMain = new System.Windows.Forms.SplitContainer();
- this.tableLayoutPanelUp = new System.Windows.Forms.TableLayoutPanel();
- this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel();
- this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtCurrentWeight = new Sunny.UI.UITextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.txtCurrentHeight = new Sunny.UI.UITextBox();
- this.btnAllowLayOff = new Sunny.UI.UISymbolButton();
- this.label8 = new System.Windows.Forms.Label();
- this.txt箱数 = new Sunny.UI.UITextBox();
- this.grbPressure = new Sunny.UI.UIGroupBox();
- this.uiLabel11 = new Sunny.UI.UILabel();
- this.uiLabel10 = new Sunny.UI.UILabel();
- this.txt动作提示 = new Sunny.UI.UITextBox();
- this.txt当前动作 = new Sunny.UI.UITextBox();
- this.btnClearPressure = new Sunny.UI.UISymbolButton();
- this.label16 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.txt工件计数 = new Sunny.UI.UITextBox();
- this.txt保压倒计时 = new Sunny.UI.UITextBox();
- this.txt主缸压力 = new Sunny.UI.UITextBox();
- this.txt主缸速度 = new Sunny.UI.UITextBox();
- this.txt主缸位置 = new Sunny.UI.UITextBox();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
- this.btn称重开始 = new Sunny.UI.UISymbolButton();
- this.btn清料 = new Sunny.UI.UISymbolButton();
- this.txt空桶暂存槽当前数量 = new Sunny.UI.UITextBox();
- this.uiLabel3 = new Sunny.UI.UILabel();
- this.txt抛盖暂存槽当前数量 = new Sunny.UI.UITextBox();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.txt药B暂存当前盒数 = new Sunny.UI.UITextBox();
- this.txt药A暂存当前盒数 = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.uiLabel25 = new Sunny.UI.UILabel();
- this.txt药B称重配比重量 = new Sunny.UI.UITextBox();
- this.uiLabel9 = new Sunny.UI.UILabel();
- this.txtB料仓5当前重量 = new Sunny.UI.UITextBox();
- this.uiLabel8 = new Sunny.UI.UILabel();
- this.uiLabel16 = new Sunny.UI.UILabel();
- this.txt药A称重配比重量 = new Sunny.UI.UITextBox();
- this.txtB料仓4当前重量 = new Sunny.UI.UITextBox();
- this.uiLabel6 = new Sunny.UI.UILabel();
- this.uiLabel15 = new Sunny.UI.UILabel();
- this.txtA料仓1当前重量 = new Sunny.UI.UITextBox();
- this.txtB料仓3当前重量 = new Sunny.UI.UITextBox();
- this.uiLabel7 = new Sunny.UI.UILabel();
- this.uiLabel14 = new Sunny.UI.UILabel();
- this.txtA料仓2当前重量 = new Sunny.UI.UITextBox();
- this.txtB料仓2当前重量 = new Sunny.UI.UITextBox();
- this.uiLabel5 = new Sunny.UI.UILabel();
- this.uiLabel13 = new Sunny.UI.UILabel();
- this.txtA料仓3当前重量 = new Sunny.UI.UITextBox();
- this.txtB料仓1当前重量 = new Sunny.UI.UITextBox();
- this.uiLabel23 = new Sunny.UI.UILabel();
- this.uiLabel4 = new Sunny.UI.UILabel();
- this.txtA料仓4当前重量 = new Sunny.UI.UITextBox();
- this.txtA料仓5当前重量 = new Sunny.UI.UITextBox();
- this.uiLabel12 = new Sunny.UI.UILabel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.uiTextBox1 = new Sunny.UI.UITextBox();
- this.uiTextBox2 = new Sunny.UI.UITextBox();
- this.uiComboBox1 = new Sunny.UI.UIComboBox();
- this.label20 = new System.Windows.Forms.Label();
- this.uchmiM01M02 = new HRT_Measure.UCHMI();
- this.uchmiM03 = new HRT_Measure.UCHMI();
- this.uchmiM04M05 = new HRT_Measure.UCHMI();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
- this.splitContainerMain.Panel1.SuspendLayout();
- this.splitContainerMain.Panel2.SuspendLayout();
- this.splitContainerMain.SuspendLayout();
- this.tableLayoutPanelUp.SuspendLayout();
- this.tableLayoutPanelBottom.SuspendLayout();
- this.uiGroupBox3.SuspendLayout();
- this.grbPressure.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
- this.uiSplitContainer1.Panel1.SuspendLayout();
- this.uiSplitContainer1.Panel2.SuspendLayout();
- this.uiSplitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainerMain
- //
- this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
- this.splitContainerMain.Name = "splitContainerMain";
- this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainerMain.Panel1
- //
- this.splitContainerMain.Panel1.Controls.Add(this.tableLayoutPanelUp);
- //
- // splitContainerMain.Panel2
- //
- this.splitContainerMain.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(44)))));
- this.splitContainerMain.Panel2.Controls.Add(this.tableLayoutPanelBottom);
- this.splitContainerMain.Size = new System.Drawing.Size(1904, 1000);
- this.splitContainerMain.SplitterDistance = 384;
- this.splitContainerMain.TabIndex = 3;
- //
- // tableLayoutPanelUp
- //
- this.tableLayoutPanelUp.ColumnCount = 3;
- this.tableLayoutPanelUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelUp.Controls.Add(this.uchmiM01M02, 0, 0);
- this.tableLayoutPanelUp.Controls.Add(this.uchmiM03, 1, 0);
- this.tableLayoutPanelUp.Controls.Add(this.uchmiM04M05, 2, 0);
- this.tableLayoutPanelUp.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanelUp.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanelUp.Name = "tableLayoutPanelUp";
- this.tableLayoutPanelUp.RowCount = 1;
- this.tableLayoutPanelUp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanelUp.Size = new System.Drawing.Size(1904, 384);
- this.tableLayoutPanelUp.TabIndex = 0;
- //
- // tableLayoutPanelBottom
- //
- this.tableLayoutPanelBottom.ColumnCount = 3;
- this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
- this.tableLayoutPanelBottom.Controls.Add(this.uiGroupBox3, 2, 0);
- this.tableLayoutPanelBottom.Controls.Add(this.grbPressure, 1, 0);
- this.tableLayoutPanelBottom.Controls.Add(this.uiGroupBox1, 0, 0);
- this.tableLayoutPanelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanelBottom.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanelBottom.Name = "tableLayoutPanelBottom";
- this.tableLayoutPanelBottom.RowCount = 1;
- this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
- this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
- this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
- this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
- this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
- this.tableLayoutPanelBottom.Size = new System.Drawing.Size(1904, 612);
- this.tableLayoutPanelBottom.TabIndex = 0;
- //
- // uiGroupBox3
- //
- this.uiGroupBox3.BackColor = System.Drawing.Color.AliceBlue;
- this.uiGroupBox3.Controls.Add(this.label4);
- this.uiGroupBox3.Controls.Add(this.label3);
- this.uiGroupBox3.Controls.Add(this.label2);
- this.uiGroupBox3.Controls.Add(this.txtCurrentWeight);
- this.uiGroupBox3.Controls.Add(this.label1);
- this.uiGroupBox3.Controls.Add(this.txtCurrentHeight);
- this.uiGroupBox3.Controls.Add(this.btnAllowLayOff);
- this.uiGroupBox3.Controls.Add(this.label8);
- this.uiGroupBox3.Controls.Add(this.txt箱数);
- this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox3.FillColor = System.Drawing.Color.AliceBlue;
- this.uiGroupBox3.FillColor2 = System.Drawing.Color.AliceBlue;
- this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox3.ForeColor = System.Drawing.Color.Black;
- this.uiGroupBox3.Location = new System.Drawing.Point(1272, 5);
- this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox3.Name = "uiGroupBox3";
- this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox3.Size = new System.Drawing.Size(628, 602);
- this.uiGroupBox3.Style = Sunny.UI.UIStyle.Custom;
- this.uiGroupBox3.TabIndex = 3;
- this.uiGroupBox3.Text = "检测 装箱";
- this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox3.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label4.Location = new System.Drawing.Point(464, 117);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(20, 21);
- this.label4.TabIndex = 208;
- this.label4.Text = "g";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label3.Location = new System.Drawing.Point(464, 61);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(40, 21);
- this.label3.TabIndex = 207;
- this.label3.Text = "mm";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label2.Location = new System.Drawing.Point(154, 117);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 21);
- this.label2.TabIndex = 206;
- this.label2.Text = "当前重量";
- //
- // txtCurrentWeight
- //
- this.txtCurrentWeight.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtCurrentWeight.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCurrentWeight.ForeColor = System.Drawing.Color.Black;
- this.txtCurrentWeight.Location = new System.Drawing.Point(311, 116);
- this.txtCurrentWeight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtCurrentWeight.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtCurrentWeight.Name = "txtCurrentWeight";
- this.txtCurrentWeight.Padding = new System.Windows.Forms.Padding(5);
- this.txtCurrentWeight.ShowText = false;
- this.txtCurrentWeight.Size = new System.Drawing.Size(122, 31);
- this.txtCurrentWeight.Style = Sunny.UI.UIStyle.Custom;
- this.txtCurrentWeight.TabIndex = 205;
- this.txtCurrentWeight.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtCurrentWeight.Watermark = "";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label1.Location = new System.Drawing.Point(154, 59);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(106, 21);
- this.label1.TabIndex = 204;
- this.label1.Text = "当前检测高度";
- //
- // txtCurrentHeight
- //
- this.txtCurrentHeight.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtCurrentHeight.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCurrentHeight.ForeColor = System.Drawing.Color.Black;
- this.txtCurrentHeight.Location = new System.Drawing.Point(311, 58);
- this.txtCurrentHeight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtCurrentHeight.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtCurrentHeight.Name = "txtCurrentHeight";
- this.txtCurrentHeight.Padding = new System.Windows.Forms.Padding(5);
- this.txtCurrentHeight.ShowText = false;
- this.txtCurrentHeight.Size = new System.Drawing.Size(122, 31);
- this.txtCurrentHeight.Style = Sunny.UI.UIStyle.Custom;
- this.txtCurrentHeight.TabIndex = 203;
- this.txtCurrentHeight.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtCurrentHeight.Watermark = "";
- //
- // btnAllowLayOff
- //
- this.btnAllowLayOff.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnAllowLayOff.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnAllowLayOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnAllowLayOff.ForeColor = System.Drawing.Color.Black;
- this.btnAllowLayOff.Location = new System.Drawing.Point(393, 248);
- this.btnAllowLayOff.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnAllowLayOff.Name = "btnAllowLayOff";
- this.btnAllowLayOff.Size = new System.Drawing.Size(154, 44);
- this.btnAllowLayOff.TabIndex = 202;
- this.btnAllowLayOff.Text = "允许下料";
- this.btnAllowLayOff.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnAllowLayOff.Click += new System.EventHandler(this.btnAllowLayOff_Click);
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label8.Location = new System.Drawing.Point(154, 171);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(76, 21);
- this.label8.TabIndex = 201;
- this.label8.Text = "M05箱数";
- //
- // txt箱数
- //
- this.txt箱数.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt箱数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt箱数.ForeColor = System.Drawing.Color.Black;
- this.txt箱数.Location = new System.Drawing.Point(311, 171);
- this.txt箱数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt箱数.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt箱数.Name = "txt箱数";
- this.txt箱数.Padding = new System.Windows.Forms.Padding(5);
- this.txt箱数.ShowText = false;
- this.txt箱数.Size = new System.Drawing.Size(122, 31);
- this.txt箱数.Style = Sunny.UI.UIStyle.Custom;
- this.txt箱数.TabIndex = 193;
- this.txt箱数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt箱数.Watermark = "";
- //
- // grbPressure
- //
- this.grbPressure.BackColor = System.Drawing.Color.Transparent;
- this.grbPressure.Controls.Add(this.label20);
- this.grbPressure.Controls.Add(this.uiComboBox1);
- this.grbPressure.Controls.Add(this.label5);
- this.grbPressure.Controls.Add(this.label6);
- this.grbPressure.Controls.Add(this.label7);
- this.grbPressure.Controls.Add(this.label19);
- this.grbPressure.Controls.Add(this.uiTextBox1);
- this.grbPressure.Controls.Add(this.uiTextBox2);
- this.grbPressure.Controls.Add(this.uiLabel11);
- this.grbPressure.Controls.Add(this.uiLabel10);
- this.grbPressure.Controls.Add(this.txt动作提示);
- this.grbPressure.Controls.Add(this.txt当前动作);
- this.grbPressure.Controls.Add(this.btnClearPressure);
- this.grbPressure.Controls.Add(this.label16);
- this.grbPressure.Controls.Add(this.label15);
- this.grbPressure.Controls.Add(this.label14);
- this.grbPressure.Controls.Add(this.label13);
- this.grbPressure.Controls.Add(this.label11);
- this.grbPressure.Controls.Add(this.label17);
- this.grbPressure.Controls.Add(this.label18);
- this.grbPressure.Controls.Add(this.label10);
- this.grbPressure.Controls.Add(this.label9);
- this.grbPressure.Controls.Add(this.txt工件计数);
- this.grbPressure.Controls.Add(this.txt保压倒计时);
- this.grbPressure.Controls.Add(this.txt主缸压力);
- this.grbPressure.Controls.Add(this.txt主缸速度);
- this.grbPressure.Controls.Add(this.txt主缸位置);
- this.grbPressure.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grbPressure.FillColor = System.Drawing.Color.AliceBlue;
- this.grbPressure.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.grbPressure.ForeColor = System.Drawing.Color.Black;
- this.grbPressure.Location = new System.Drawing.Point(638, 5);
- this.grbPressure.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.grbPressure.MinimumSize = new System.Drawing.Size(1, 1);
- this.grbPressure.Name = "grbPressure";
- this.grbPressure.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.grbPressure.Size = new System.Drawing.Size(626, 602);
- this.grbPressure.Style = Sunny.UI.UIStyle.Custom;
- this.grbPressure.TabIndex = 1;
- this.grbPressure.Text = "压机";
- this.grbPressure.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.grbPressure.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // uiLabel11
- //
- this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel11.ForeColor = System.Drawing.Color.Green;
- this.uiLabel11.Location = new System.Drawing.Point(16, 413);
- this.uiLabel11.Name = "uiLabel11";
- this.uiLabel11.Size = new System.Drawing.Size(110, 41);
- this.uiLabel11.TabIndex = 206;
- this.uiLabel11.Text = "动作提示";
- this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // uiLabel10
- //
- this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel10.Location = new System.Drawing.Point(16, 355);
- this.uiLabel10.Name = "uiLabel10";
- this.uiLabel10.Size = new System.Drawing.Size(110, 41);
- this.uiLabel10.TabIndex = 205;
- this.uiLabel10.Text = "当前动作";
- this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // txt动作提示
- //
- this.txt动作提示.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt动作提示.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.txt动作提示.Location = new System.Drawing.Point(159, 409);
- this.txt动作提示.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt动作提示.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt动作提示.Name = "txt动作提示";
- this.txt动作提示.Padding = new System.Windows.Forms.Padding(5);
- this.txt动作提示.ShowText = false;
- this.txt动作提示.Size = new System.Drawing.Size(399, 48);
- this.txt动作提示.TabIndex = 204;
- this.txt动作提示.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.txt动作提示.Watermark = "";
- //
- // txt当前动作
- //
- this.txt当前动作.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt当前动作.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.txt当前动作.Location = new System.Drawing.Point(159, 351);
- this.txt当前动作.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt当前动作.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt当前动作.Name = "txt当前动作";
- this.txt当前动作.Padding = new System.Windows.Forms.Padding(5);
- this.txt当前动作.ShowText = false;
- this.txt当前动作.Size = new System.Drawing.Size(399, 48);
- this.txt当前动作.TabIndex = 203;
- this.txt当前动作.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.txt当前动作.Watermark = "";
- //
- // btnClearPressure
- //
- this.btnClearPressure.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnClearPressure.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btnClearPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btnClearPressure.ForeColor = System.Drawing.Color.Black;
- this.btnClearPressure.Location = new System.Drawing.Point(453, 282);
- this.btnClearPressure.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnClearPressure.Name = "btnClearPressure";
- this.btnClearPressure.Size = new System.Drawing.Size(105, 43);
- this.btnClearPressure.Symbol = 559865;
- this.btnClearPressure.TabIndex = 200;
- this.btnClearPressure.Text = "计数清零";
- this.btnClearPressure.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btnClearPressure.Click += new System.EventHandler(this.btnClearPressure_Click);
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.Transparent;
- this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label16.Location = new System.Drawing.Point(565, 241);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(35, 21);
- this.label16.TabIndex = 199;
- this.label16.Text = "pcs";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label15.Location = new System.Drawing.Point(565, 197);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(17, 21);
- this.label15.TabIndex = 198;
- this.label15.Text = "s";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.Transparent;
- this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label14.Location = new System.Drawing.Point(565, 153);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(45, 21);
- this.label14.TabIndex = 197;
- this.label14.Text = "MPa";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label13.Location = new System.Drawing.Point(565, 109);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(40, 21);
- this.label13.TabIndex = 196;
- this.label13.Text = "mm";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label11.Location = new System.Drawing.Point(341, 241);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(74, 21);
- this.label11.TabIndex = 194;
- this.label11.Text = "工件计数";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label17.Location = new System.Drawing.Point(341, 197);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(74, 21);
- this.label17.TabIndex = 187;
- this.label17.Text = "保压计时";
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.Transparent;
- this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label18.Location = new System.Drawing.Point(341, 153);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(106, 21);
- this.label18.TabIndex = 186;
- this.label18.Text = "主缸当前压力";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.Transparent;
- this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label10.Location = new System.Drawing.Point(341, 109);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(106, 21);
- this.label10.TabIndex = 180;
- this.label10.Text = "主缸当前位置";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label9.Location = new System.Drawing.Point(341, 65);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(106, 21);
- this.label9.TabIndex = 179;
- this.label9.Text = "当前产品型号";
- //
- // txt工件计数
- //
- this.txt工件计数.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt工件计数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt工件计数.ForeColor = System.Drawing.Color.Black;
- this.txt工件计数.Location = new System.Drawing.Point(453, 236);
- this.txt工件计数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt工件计数.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt工件计数.Name = "txt工件计数";
- this.txt工件计数.Padding = new System.Windows.Forms.Padding(5);
- this.txt工件计数.ShowText = false;
- this.txt工件计数.Size = new System.Drawing.Size(105, 31);
- this.txt工件计数.Style = Sunny.UI.UIStyle.Custom;
- this.txt工件计数.TabIndex = 155;
- this.txt工件计数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt工件计数.Watermark = "";
- //
- // txt保压倒计时
- //
- this.txt保压倒计时.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt保压倒计时.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt保压倒计时.ForeColor = System.Drawing.Color.Black;
- this.txt保压倒计时.Location = new System.Drawing.Point(453, 192);
- this.txt保压倒计时.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt保压倒计时.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt保压倒计时.Name = "txt保压倒计时";
- this.txt保压倒计时.Padding = new System.Windows.Forms.Padding(5);
- this.txt保压倒计时.ShowText = false;
- this.txt保压倒计时.Size = new System.Drawing.Size(105, 31);
- this.txt保压倒计时.Style = Sunny.UI.UIStyle.Custom;
- this.txt保压倒计时.TabIndex = 137;
- this.txt保压倒计时.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt保压倒计时.Watermark = "";
- //
- // txt主缸压力
- //
- this.txt主缸压力.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt主缸压力.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt主缸压力.ForeColor = System.Drawing.Color.Black;
- this.txt主缸压力.Location = new System.Drawing.Point(453, 148);
- this.txt主缸压力.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt主缸压力.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt主缸压力.Name = "txt主缸压力";
- this.txt主缸压力.Padding = new System.Windows.Forms.Padding(5);
- this.txt主缸压力.ShowText = false;
- this.txt主缸压力.Size = new System.Drawing.Size(105, 31);
- this.txt主缸压力.Style = Sunny.UI.UIStyle.Custom;
- this.txt主缸压力.TabIndex = 135;
- this.txt主缸压力.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt主缸压力.Watermark = "";
- //
- // txt主缸速度
- //
- this.txt主缸速度.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt主缸速度.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt主缸速度.ForeColor = System.Drawing.Color.Black;
- this.txt主缸速度.Location = new System.Drawing.Point(453, 104);
- this.txt主缸速度.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt主缸速度.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt主缸速度.Name = "txt主缸速度";
- this.txt主缸速度.Padding = new System.Windows.Forms.Padding(5);
- this.txt主缸速度.ShowText = false;
- this.txt主缸速度.Size = new System.Drawing.Size(105, 31);
- this.txt主缸速度.Style = Sunny.UI.UIStyle.Custom;
- this.txt主缸速度.TabIndex = 133;
- this.txt主缸速度.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt主缸速度.Watermark = "";
- //
- // txt主缸位置
- //
- this.txt主缸位置.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt主缸位置.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt主缸位置.ForeColor = System.Drawing.Color.Black;
- this.txt主缸位置.Location = new System.Drawing.Point(453, 60);
- this.txt主缸位置.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt主缸位置.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt主缸位置.Name = "txt主缸位置";
- this.txt主缸位置.Padding = new System.Windows.Forms.Padding(5);
- this.txt主缸位置.ShowText = false;
- this.txt主缸位置.Size = new System.Drawing.Size(105, 31);
- this.txt主缸位置.Style = Sunny.UI.UIStyle.Custom;
- this.txt主缸位置.TabIndex = 131;
- this.txt主缸位置.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt主缸位置.Watermark = "";
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.BackColor = System.Drawing.Color.LightGray;
- this.uiGroupBox1.Controls.Add(this.uiSplitContainer1);
- this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox1.FillColor = System.Drawing.Color.AliceBlue;
- this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox1.ForeColor = System.Drawing.Color.Black;
- this.uiGroupBox1.Location = new System.Drawing.Point(4, 5);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox1.Size = new System.Drawing.Size(626, 602);
- this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
- this.uiGroupBox1.TabIndex = 0;
- this.uiGroupBox1.Text = "上料 称重";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiGroupBox1.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // uiSplitContainer1
- //
- this.uiSplitContainer1.BackColor = System.Drawing.Color.AliceBlue;
- this.uiSplitContainer1.BarColor = System.Drawing.Color.AliceBlue;
- this.uiSplitContainer1.CollapsePanel = Sunny.UI.UISplitContainer.UICollapsePanel.None;
- this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
- this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiSplitContainer1.Location = new System.Drawing.Point(0, 32);
- this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
- this.uiSplitContainer1.Name = "uiSplitContainer1";
- this.uiSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // uiSplitContainer1.Panel1
- //
- this.uiSplitContainer1.Panel1.BackColor = System.Drawing.Color.AliceBlue;
- this.uiSplitContainer1.Panel1.Controls.Add(this.btn称重开始);
- this.uiSplitContainer1.Panel1.Controls.Add(this.btn清料);
- this.uiSplitContainer1.Panel1.Controls.Add(this.txt空桶暂存槽当前数量);
- this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel3);
- this.uiSplitContainer1.Panel1.Controls.Add(this.txt抛盖暂存槽当前数量);
- this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel2);
- this.uiSplitContainer1.Panel1.Controls.Add(this.txt药B暂存当前盒数);
- this.uiSplitContainer1.Panel1.Controls.Add(this.txt药A暂存当前盒数);
- this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel1);
- this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel25);
- //
- // uiSplitContainer1.Panel2
- //
- this.uiSplitContainer1.Panel2.BackColor = System.Drawing.Color.AliceBlue;
- this.uiSplitContainer1.Panel2.Controls.Add(this.txt药B称重配比重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel9);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓5当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel8);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel16);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txt药A称重配比重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓4当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel6);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel15);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓1当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓3当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel7);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel14);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓2当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓2当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel5);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel13);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓3当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓1当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel23);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel4);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓4当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓5当前重量);
- this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel12);
- this.uiSplitContainer1.Size = new System.Drawing.Size(626, 570);
- this.uiSplitContainer1.SplitterDistance = 195;
- this.uiSplitContainer1.SplitterWidth = 11;
- this.uiSplitContainer1.Style = Sunny.UI.UIStyle.Custom;
- this.uiSplitContainer1.TabIndex = 0;
- //
- // btn称重开始
- //
- this.btn称重开始.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn称重开始.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btn称重开始.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btn称重开始.ForeColor = System.Drawing.Color.Black;
- this.btn称重开始.Location = new System.Drawing.Point(352, 129);
- this.btn称重开始.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn称重开始.Name = "btn称重开始";
- this.btn称重开始.Size = new System.Drawing.Size(131, 41);
- this.btn称重开始.TabIndex = 204;
- this.btn称重开始.Text = "称重开始";
- this.btn称重开始.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btn称重开始.Click += new System.EventHandler(this.btn称重开始_Click);
- //
- // btn清料
- //
- this.btn清料.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn清料.FillColor = System.Drawing.Color.LightSkyBlue;
- this.btn清料.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.btn清料.ForeColor = System.Drawing.Color.Black;
- this.btn清料.Location = new System.Drawing.Point(152, 129);
- this.btn清料.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn清料.Name = "btn清料";
- this.btn清料.Size = new System.Drawing.Size(131, 41);
- this.btn清料.TabIndex = 203;
- this.btn清料.Text = "清料";
- this.btn清料.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
- this.btn清料.Click += new System.EventHandler(this.btn清料_Click);
- //
- // txt空桶暂存槽当前数量
- //
- this.txt空桶暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt空桶暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt空桶暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
- this.txt空桶暂存槽当前数量.Location = new System.Drawing.Point(475, 72);
- this.txt空桶暂存槽当前数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt空桶暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt空桶暂存槽当前数量.Name = "txt空桶暂存槽当前数量";
- this.txt空桶暂存槽当前数量.Padding = new System.Windows.Forms.Padding(5);
- this.txt空桶暂存槽当前数量.ShowText = false;
- this.txt空桶暂存槽当前数量.Size = new System.Drawing.Size(105, 31);
- this.txt空桶暂存槽当前数量.Style = Sunny.UI.UIStyle.Custom;
- this.txt空桶暂存槽当前数量.TabIndex = 175;
- this.txt空桶暂存槽当前数量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt空桶暂存槽当前数量.Watermark = "";
- //
- // uiLabel3
- //
- this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel3.Location = new System.Drawing.Point(294, 74);
- this.uiLabel3.Name = "uiLabel3";
- this.uiLabel3.Size = new System.Drawing.Size(155, 27);
- this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel3.TabIndex = 174;
- this.uiLabel3.Text = "空桶暂存槽当前数量";
- this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txt抛盖暂存槽当前数量
- //
- this.txt抛盖暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt抛盖暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt抛盖暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
- this.txt抛盖暂存槽当前数量.Location = new System.Drawing.Point(475, 27);
- this.txt抛盖暂存槽当前数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt抛盖暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt抛盖暂存槽当前数量.Name = "txt抛盖暂存槽当前数量";
- this.txt抛盖暂存槽当前数量.Padding = new System.Windows.Forms.Padding(5);
- this.txt抛盖暂存槽当前数量.ShowText = false;
- this.txt抛盖暂存槽当前数量.Size = new System.Drawing.Size(105, 31);
- this.txt抛盖暂存槽当前数量.Style = Sunny.UI.UIStyle.Custom;
- this.txt抛盖暂存槽当前数量.TabIndex = 173;
- this.txt抛盖暂存槽当前数量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt抛盖暂存槽当前数量.Watermark = "";
- //
- // uiLabel2
- //
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel2.Location = new System.Drawing.Point(294, 27);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(144, 27);
- this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel2.TabIndex = 172;
- this.uiLabel2.Text = "抛盖暂存当前数量";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txt药B暂存当前盒数
- //
- this.txt药B暂存当前盒数.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt药B暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt药B暂存当前盒数.ForeColor = System.Drawing.Color.Black;
- this.txt药B暂存当前盒数.Location = new System.Drawing.Point(164, 74);
- this.txt药B暂存当前盒数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt药B暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt药B暂存当前盒数.Name = "txt药B暂存当前盒数";
- this.txt药B暂存当前盒数.Padding = new System.Windows.Forms.Padding(5);
- this.txt药B暂存当前盒数.ShowText = false;
- this.txt药B暂存当前盒数.Size = new System.Drawing.Size(105, 31);
- this.txt药B暂存当前盒数.Style = Sunny.UI.UIStyle.Custom;
- this.txt药B暂存当前盒数.TabIndex = 171;
- this.txt药B暂存当前盒数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt药B暂存当前盒数.Watermark = "";
- //
- // txt药A暂存当前盒数
- //
- this.txt药A暂存当前盒数.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(24)))));
- this.txt药A暂存当前盒数.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt药A暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt药A暂存当前盒数.ForeColor = System.Drawing.Color.Black;
- this.txt药A暂存当前盒数.Location = new System.Drawing.Point(164, 27);
- this.txt药A暂存当前盒数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt药A暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt药A暂存当前盒数.Name = "txt药A暂存当前盒数";
- this.txt药A暂存当前盒数.Padding = new System.Windows.Forms.Padding(5);
- this.txt药A暂存当前盒数.ShowText = false;
- this.txt药A暂存当前盒数.Size = new System.Drawing.Size(105, 31);
- this.txt药A暂存当前盒数.Style = Sunny.UI.UIStyle.Custom;
- this.txt药A暂存当前盒数.TabIndex = 169;
- this.txt药A暂存当前盒数.Text = "000";
- this.txt药A暂存当前盒数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt药A暂存当前盒数.Watermark = "";
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel1.Location = new System.Drawing.Point(13, 74);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(144, 27);
- this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel1.TabIndex = 170;
- this.uiLabel1.Text = "药B暂存当前盒数";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel25
- //
- this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel25.Location = new System.Drawing.Point(13, 27);
- this.uiLabel25.Name = "uiLabel25";
- this.uiLabel25.Size = new System.Drawing.Size(144, 27);
- this.uiLabel25.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel25.TabIndex = 168;
- this.uiLabel25.Text = "药A暂存当前盒数";
- this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txt药B称重配比重量
- //
- this.txt药B称重配比重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt药B称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt药B称重配比重量.ForeColor = System.Drawing.Color.Black;
- this.txt药B称重配比重量.Location = new System.Drawing.Point(475, 40);
- this.txt药B称重配比重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt药B称重配比重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt药B称重配比重量.Name = "txt药B称重配比重量";
- this.txt药B称重配比重量.Padding = new System.Windows.Forms.Padding(5);
- this.txt药B称重配比重量.ShowText = false;
- this.txt药B称重配比重量.Size = new System.Drawing.Size(105, 31);
- this.txt药B称重配比重量.Style = Sunny.UI.UIStyle.Custom;
- this.txt药B称重配比重量.TabIndex = 175;
- this.txt药B称重配比重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt药B称重配比重量.Watermark = "";
- //
- // uiLabel9
- //
- this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel9.Location = new System.Drawing.Point(294, 40);
- this.uiLabel9.Name = "uiLabel9";
- this.uiLabel9.Size = new System.Drawing.Size(144, 27);
- this.uiLabel9.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel9.TabIndex = 174;
- this.uiLabel9.Text = "药B称重配比重量";
- this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txtB料仓5当前重量
- //
- this.txtB料仓5当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtB料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtB料仓5当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtB料仓5当前重量.Location = new System.Drawing.Point(475, 290);
- this.txtB料仓5当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtB料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtB料仓5当前重量.Name = "txtB料仓5当前重量";
- this.txtB料仓5当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtB料仓5当前重量.ShowText = false;
- this.txtB料仓5当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtB料仓5当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtB料仓5当前重量.TabIndex = 181;
- this.txtB料仓5当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtB料仓5当前重量.Watermark = "";
- //
- // uiLabel8
- //
- this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel8.Location = new System.Drawing.Point(13, 44);
- this.uiLabel8.Name = "uiLabel8";
- this.uiLabel8.Size = new System.Drawing.Size(144, 27);
- this.uiLabel8.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel8.TabIndex = 174;
- this.uiLabel8.Text = "药A称重配比重量";
- this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel16
- //
- this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel16.Location = new System.Drawing.Point(294, 290);
- this.uiLabel16.Name = "uiLabel16";
- this.uiLabel16.Size = new System.Drawing.Size(144, 27);
- this.uiLabel16.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel16.TabIndex = 180;
- this.uiLabel16.Text = "B料仓5当前重量";
- this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txt药A称重配比重量
- //
- this.txt药A称重配比重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt药A称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt药A称重配比重量.ForeColor = System.Drawing.Color.Black;
- this.txt药A称重配比重量.Location = new System.Drawing.Point(164, 40);
- this.txt药A称重配比重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt药A称重配比重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt药A称重配比重量.Name = "txt药A称重配比重量";
- this.txt药A称重配比重量.Padding = new System.Windows.Forms.Padding(5);
- this.txt药A称重配比重量.ShowText = false;
- this.txt药A称重配比重量.Size = new System.Drawing.Size(105, 31);
- this.txt药A称重配比重量.Style = Sunny.UI.UIStyle.Custom;
- this.txt药A称重配比重量.TabIndex = 175;
- this.txt药A称重配比重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt药A称重配比重量.Watermark = "";
- //
- // txtB料仓4当前重量
- //
- this.txtB料仓4当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtB料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtB料仓4当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtB料仓4当前重量.Location = new System.Drawing.Point(475, 240);
- this.txtB料仓4当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtB料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtB料仓4当前重量.Name = "txtB料仓4当前重量";
- this.txtB料仓4当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtB料仓4当前重量.ShowText = false;
- this.txtB料仓4当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtB料仓4当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtB料仓4当前重量.TabIndex = 179;
- this.txtB料仓4当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtB料仓4当前重量.Watermark = "";
- //
- // uiLabel6
- //
- this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel6.Location = new System.Drawing.Point(13, 94);
- this.uiLabel6.Name = "uiLabel6";
- this.uiLabel6.Size = new System.Drawing.Size(144, 27);
- this.uiLabel6.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel6.TabIndex = 170;
- this.uiLabel6.Text = "A料仓1当前重量";
- this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel15
- //
- this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel15.Location = new System.Drawing.Point(294, 240);
- this.uiLabel15.Name = "uiLabel15";
- this.uiLabel15.Size = new System.Drawing.Size(144, 27);
- this.uiLabel15.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel15.TabIndex = 178;
- this.uiLabel15.Text = "B料仓4当前重量";
- this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txtA料仓1当前重量
- //
- this.txtA料仓1当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtA料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtA料仓1当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtA料仓1当前重量.Location = new System.Drawing.Point(164, 90);
- this.txtA料仓1当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtA料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtA料仓1当前重量.Name = "txtA料仓1当前重量";
- this.txtA料仓1当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtA料仓1当前重量.ShowText = false;
- this.txtA料仓1当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtA料仓1当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtA料仓1当前重量.TabIndex = 171;
- this.txtA料仓1当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtA料仓1当前重量.Watermark = "";
- //
- // txtB料仓3当前重量
- //
- this.txtB料仓3当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtB料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtB料仓3当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtB料仓3当前重量.Location = new System.Drawing.Point(475, 190);
- this.txtB料仓3当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtB料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtB料仓3当前重量.Name = "txtB料仓3当前重量";
- this.txtB料仓3当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtB料仓3当前重量.ShowText = false;
- this.txtB料仓3当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtB料仓3当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtB料仓3当前重量.TabIndex = 177;
- this.txtB料仓3当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtB料仓3当前重量.Watermark = "";
- //
- // uiLabel7
- //
- this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel7.Location = new System.Drawing.Point(13, 144);
- this.uiLabel7.Name = "uiLabel7";
- this.uiLabel7.Size = new System.Drawing.Size(144, 27);
- this.uiLabel7.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel7.TabIndex = 172;
- this.uiLabel7.Text = "A料仓2当前重量";
- this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel14
- //
- this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel14.Location = new System.Drawing.Point(294, 190);
- this.uiLabel14.Name = "uiLabel14";
- this.uiLabel14.Size = new System.Drawing.Size(144, 27);
- this.uiLabel14.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel14.TabIndex = 176;
- this.uiLabel14.Text = "B料仓3当前重量";
- this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txtA料仓2当前重量
- //
- this.txtA料仓2当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtA料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtA料仓2当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtA料仓2当前重量.Location = new System.Drawing.Point(164, 140);
- this.txtA料仓2当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtA料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtA料仓2当前重量.Name = "txtA料仓2当前重量";
- this.txtA料仓2当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtA料仓2当前重量.ShowText = false;
- this.txtA料仓2当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtA料仓2当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtA料仓2当前重量.TabIndex = 173;
- this.txtA料仓2当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtA料仓2当前重量.Watermark = "";
- //
- // txtB料仓2当前重量
- //
- this.txtB料仓2当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtB料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtB料仓2当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtB料仓2当前重量.Location = new System.Drawing.Point(475, 140);
- this.txtB料仓2当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtB料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtB料仓2当前重量.Name = "txtB料仓2当前重量";
- this.txtB料仓2当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtB料仓2当前重量.ShowText = false;
- this.txtB料仓2当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtB料仓2当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtB料仓2当前重量.TabIndex = 175;
- this.txtB料仓2当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtB料仓2当前重量.Watermark = "";
- //
- // uiLabel5
- //
- this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel5.Location = new System.Drawing.Point(13, 194);
- this.uiLabel5.Name = "uiLabel5";
- this.uiLabel5.Size = new System.Drawing.Size(144, 27);
- this.uiLabel5.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel5.TabIndex = 166;
- this.uiLabel5.Text = "A料仓3当前重量";
- this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel13
- //
- this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel13.Location = new System.Drawing.Point(294, 140);
- this.uiLabel13.Name = "uiLabel13";
- this.uiLabel13.Size = new System.Drawing.Size(144, 27);
- this.uiLabel13.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel13.TabIndex = 174;
- this.uiLabel13.Text = "B料仓2当前重量";
- this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txtA料仓3当前重量
- //
- this.txtA料仓3当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtA料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtA料仓3当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtA料仓3当前重量.Location = new System.Drawing.Point(164, 190);
- this.txtA料仓3当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtA料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtA料仓3当前重量.Name = "txtA料仓3当前重量";
- this.txtA料仓3当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtA料仓3当前重量.ShowText = false;
- this.txtA料仓3当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtA料仓3当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtA料仓3当前重量.TabIndex = 167;
- this.txtA料仓3当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtA料仓3当前重量.Watermark = "";
- //
- // txtB料仓1当前重量
- //
- this.txtB料仓1当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtB料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtB料仓1当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtB料仓1当前重量.Location = new System.Drawing.Point(475, 90);
- this.txtB料仓1当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtB料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtB料仓1当前重量.Name = "txtB料仓1当前重量";
- this.txtB料仓1当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtB料仓1当前重量.ShowText = false;
- this.txtB料仓1当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtB料仓1当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtB料仓1当前重量.TabIndex = 173;
- this.txtB料仓1当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtB料仓1当前重量.Watermark = "";
- //
- // uiLabel23
- //
- this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel23.Location = new System.Drawing.Point(13, 244);
- this.uiLabel23.Name = "uiLabel23";
- this.uiLabel23.Size = new System.Drawing.Size(144, 27);
- this.uiLabel23.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel23.TabIndex = 168;
- this.uiLabel23.Text = "A料仓4当前重量";
- this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiLabel4
- //
- this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel4.Location = new System.Drawing.Point(294, 90);
- this.uiLabel4.Name = "uiLabel4";
- this.uiLabel4.Size = new System.Drawing.Size(144, 27);
- this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel4.TabIndex = 172;
- this.uiLabel4.Text = "B料仓1当前重量";
- this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // txtA料仓4当前重量
- //
- this.txtA料仓4当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtA料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtA料仓4当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtA料仓4当前重量.Location = new System.Drawing.Point(164, 240);
- this.txtA料仓4当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtA料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtA料仓4当前重量.Name = "txtA料仓4当前重量";
- this.txtA料仓4当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtA料仓4当前重量.ShowText = false;
- this.txtA料仓4当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtA料仓4当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtA料仓4当前重量.TabIndex = 169;
- this.txtA料仓4当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtA料仓4当前重量.Watermark = "";
- //
- // txtA料仓5当前重量
- //
- this.txtA料仓5当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txtA料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtA料仓5当前重量.ForeColor = System.Drawing.Color.Black;
- this.txtA料仓5当前重量.Location = new System.Drawing.Point(164, 290);
- this.txtA料仓5当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txtA料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 16);
- this.txtA料仓5当前重量.Name = "txtA料仓5当前重量";
- this.txtA料仓5当前重量.Padding = new System.Windows.Forms.Padding(5);
- this.txtA料仓5当前重量.ShowText = false;
- this.txtA料仓5当前重量.Size = new System.Drawing.Size(105, 31);
- this.txtA料仓5当前重量.Style = Sunny.UI.UIStyle.Custom;
- this.txtA料仓5当前重量.TabIndex = 171;
- this.txtA料仓5当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txtA料仓5当前重量.Watermark = "";
- //
- // uiLabel12
- //
- this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLabel12.Location = new System.Drawing.Point(13, 294);
- this.uiLabel12.Name = "uiLabel12";
- this.uiLabel12.Size = new System.Drawing.Size(144, 27);
- this.uiLabel12.Style = Sunny.UI.UIStyle.Custom;
- this.uiLabel12.TabIndex = 170;
- this.uiLabel12.Text = "A料仓5当前重量";
- this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // timer1
- //
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label5.Location = new System.Drawing.Point(271, 109);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(45, 21);
- this.label5.TabIndex = 212;
- this.label5.Text = "MPa";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label6.Location = new System.Drawing.Point(271, 153);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(24, 21);
- this.label6.TabIndex = 211;
- this.label6.Text = "%";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.Transparent;
- this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label7.Location = new System.Drawing.Point(17, 109);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(138, 21);
- this.label7.TabIndex = 210;
- this.label7.Text = "主缸当前压力设定";
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label19.Location = new System.Drawing.Point(17, 153);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(138, 21);
- this.label19.TabIndex = 209;
- this.label19.Text = "主缸当前流量设定";
- //
- // uiTextBox1
- //
- this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox1.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox1.Location = new System.Drawing.Point(159, 104);
- this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox1.Name = "uiTextBox1";
- this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox1.ShowText = false;
- this.uiTextBox1.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox1.TabIndex = 208;
- this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox1.Watermark = "";
- //
- // uiTextBox2
- //
- this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox2.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox2.Location = new System.Drawing.Point(159, 148);
- this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox2.Name = "uiTextBox2";
- this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox2.ShowText = false;
- this.uiTextBox2.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox2.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox2.TabIndex = 207;
- this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox2.Watermark = "";
- //
- // uiComboBox1
- //
- this.uiComboBox1.DataSource = null;
- this.uiComboBox1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
- this.uiComboBox1.DropDownWidth = 100;
- this.uiComboBox1.FillColor = System.Drawing.Color.White;
- this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.uiComboBox1.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
- this.uiComboBox1.Items.AddRange(new object[] {
- "型号1",
- "型号2",
- "型号3",
- "型号4",
- "型号5",
- "型号6"});
- this.uiComboBox1.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
- this.uiComboBox1.Location = new System.Drawing.Point(159, 61);
- this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
- this.uiComboBox1.Name = "uiComboBox1";
- this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.uiComboBox1.Size = new System.Drawing.Size(105, 29);
- this.uiComboBox1.SymbolSize = 24;
- this.uiComboBox1.TabIndex = 213;
- this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiComboBox1.Watermark = "";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.Transparent;
- this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.label20.Location = new System.Drawing.Point(17, 65);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(106, 21);
- this.label20.TabIndex = 214;
- this.label20.Text = "产品型号选择";
- //
- // uchmiM01M02
- //
- this.uchmiM01M02.DisplayLabel = "上料房 称重房";
- this.uchmiM01M02.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uchmiM01M02.Location = new System.Drawing.Point(3, 3);
- this.uchmiM01M02.Name = "uchmiM01M02";
- this.uchmiM01M02.Size = new System.Drawing.Size(628, 378);
- this.uchmiM01M02.TabIndex = 0;
- //
- // uchmiM03
- //
- this.uchmiM03.DisplayLabel = "压机房";
- this.uchmiM03.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uchmiM03.Location = new System.Drawing.Point(637, 3);
- this.uchmiM03.Name = "uchmiM03";
- this.uchmiM03.Size = new System.Drawing.Size(628, 378);
- this.uchmiM03.TabIndex = 1;
- //
- // uchmiM04M05
- //
- this.uchmiM04M05.DisplayLabel = "检测房 装箱房";
- this.uchmiM04M05.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uchmiM04M05.Location = new System.Drawing.Point(1271, 3);
- this.uchmiM04M05.Name = "uchmiM04M05";
- this.uchmiM04M05.Size = new System.Drawing.Size(630, 378);
- this.uchmiM04M05.TabIndex = 2;
- //
- // FrmFirstWindow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1904, 1000);
- this.Controls.Add(this.splitContainerMain);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FrmFirstWindow";
- this.Text = "FrmFirstWindow";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFirstWindow_FormClosing);
- this.Load += new System.EventHandler(this.FrmFirstWindow_Load);
- this.splitContainerMain.Panel1.ResumeLayout(false);
- this.splitContainerMain.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
- this.splitContainerMain.ResumeLayout(false);
- this.tableLayoutPanelUp.ResumeLayout(false);
- this.tableLayoutPanelBottom.ResumeLayout(false);
- this.uiGroupBox3.ResumeLayout(false);
- this.uiGroupBox3.PerformLayout();
- this.grbPressure.ResumeLayout(false);
- this.grbPressure.PerformLayout();
- this.uiGroupBox1.ResumeLayout(false);
- this.uiSplitContainer1.Panel1.ResumeLayout(false);
- this.uiSplitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
- this.uiSplitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainerMain;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanelUp;
- private UCHMI uchmiM01M02;
- private UCHMI uchmiM03;
- private UCHMI uchmiM04M05;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBottom;
- private Sunny.UI.UIGroupBox uiGroupBox3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private Sunny.UI.UITextBox txtCurrentWeight;
- private System.Windows.Forms.Label label1;
- private Sunny.UI.UITextBox txtCurrentHeight;
- private Sunny.UI.UISymbolButton btnAllowLayOff;
- private System.Windows.Forms.Label label8;
- private Sunny.UI.UITextBox txt箱数;
- private Sunny.UI.UIGroupBox grbPressure;
- private Sunny.UI.UISymbolButton btnClearPressure;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label9;
- private Sunny.UI.UITextBox txt工件计数;
- private Sunny.UI.UITextBox txt保压倒计时;
- private Sunny.UI.UITextBox txt主缸压力;
- private Sunny.UI.UITextBox txt主缸速度;
- private Sunny.UI.UITextBox txt主缸位置;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private Sunny.UI.UISplitContainer uiSplitContainer1;
- private Sunny.UI.UISymbolButton btn称重开始;
- private Sunny.UI.UISymbolButton btn清料;
- private Sunny.UI.UITextBox txt空桶暂存槽当前数量;
- private Sunny.UI.UILabel uiLabel3;
- private Sunny.UI.UITextBox txt抛盖暂存槽当前数量;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UITextBox txt药B暂存当前盒数;
- private Sunny.UI.UITextBox txt药A暂存当前盒数;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UILabel uiLabel25;
- private Sunny.UI.UITextBox txt药B称重配比重量;
- private Sunny.UI.UILabel uiLabel9;
- private Sunny.UI.UITextBox txtB料仓5当前重量;
- private Sunny.UI.UILabel uiLabel8;
- private Sunny.UI.UILabel uiLabel16;
- private Sunny.UI.UITextBox txt药A称重配比重量;
- private Sunny.UI.UITextBox txtB料仓4当前重量;
- private Sunny.UI.UILabel uiLabel6;
- private Sunny.UI.UILabel uiLabel15;
- private Sunny.UI.UITextBox txtA料仓1当前重量;
- private Sunny.UI.UITextBox txtB料仓3当前重量;
- private Sunny.UI.UILabel uiLabel7;
- private Sunny.UI.UILabel uiLabel14;
- private Sunny.UI.UITextBox txtA料仓2当前重量;
- private Sunny.UI.UITextBox txtB料仓2当前重量;
- private Sunny.UI.UILabel uiLabel5;
- private Sunny.UI.UILabel uiLabel13;
- private Sunny.UI.UITextBox txtA料仓3当前重量;
- private Sunny.UI.UITextBox txtB料仓1当前重量;
- private Sunny.UI.UILabel uiLabel23;
- private Sunny.UI.UILabel uiLabel4;
- private Sunny.UI.UITextBox txtA料仓4当前重量;
- private Sunny.UI.UITextBox txtA料仓5当前重量;
- private Sunny.UI.UILabel uiLabel12;
- private System.Windows.Forms.Timer timer1;
- private Sunny.UI.UILabel uiLabel11;
- private Sunny.UI.UILabel uiLabel10;
- private Sunny.UI.UITextBox txt动作提示;
- private Sunny.UI.UITextBox txt当前动作;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label19;
- private Sunny.UI.UITextBox uiTextBox1;
- private Sunny.UI.UITextBox uiTextBox2;
- private System.Windows.Forms.Label label20;
- private Sunny.UI.UIComboBox uiComboBox1;
- }
- }
|