FrmFirstWindow.Designer.cs 91 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464
  1. namespace HRT_Measure
  2. {
  3. partial class FrmFirstWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.splitContainerMain = new System.Windows.Forms.SplitContainer();
  30. this.tableLayoutPanelUp = new System.Windows.Forms.TableLayoutPanel();
  31. this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel();
  32. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.txtCurrentWeight = new Sunny.UI.UITextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.txtCurrentHeight = new Sunny.UI.UITextBox();
  39. this.btnAllowLayOff = new Sunny.UI.UISymbolButton();
  40. this.label8 = new System.Windows.Forms.Label();
  41. this.txt箱数 = new Sunny.UI.UITextBox();
  42. this.grbPressure = new Sunny.UI.UIGroupBox();
  43. this.uiLabel11 = new Sunny.UI.UILabel();
  44. this.uiLabel10 = new Sunny.UI.UILabel();
  45. this.txt动作提示 = new Sunny.UI.UITextBox();
  46. this.txt当前动作 = new Sunny.UI.UITextBox();
  47. this.btnClearPressure = new Sunny.UI.UISymbolButton();
  48. this.label16 = new System.Windows.Forms.Label();
  49. this.label15 = new System.Windows.Forms.Label();
  50. this.label14 = new System.Windows.Forms.Label();
  51. this.label13 = new System.Windows.Forms.Label();
  52. this.label11 = new System.Windows.Forms.Label();
  53. this.label17 = new System.Windows.Forms.Label();
  54. this.label18 = new System.Windows.Forms.Label();
  55. this.label10 = new System.Windows.Forms.Label();
  56. this.label9 = new System.Windows.Forms.Label();
  57. this.txt工件计数 = new Sunny.UI.UITextBox();
  58. this.txt保压倒计时 = new Sunny.UI.UITextBox();
  59. this.txt主缸压力 = new Sunny.UI.UITextBox();
  60. this.txt主缸速度 = new Sunny.UI.UITextBox();
  61. this.txt主缸位置 = new Sunny.UI.UITextBox();
  62. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  63. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  64. this.btn称重开始 = new Sunny.UI.UISymbolButton();
  65. this.btn清料 = new Sunny.UI.UISymbolButton();
  66. this.txt空桶暂存槽当前数量 = new Sunny.UI.UITextBox();
  67. this.uiLabel3 = new Sunny.UI.UILabel();
  68. this.txt抛盖暂存槽当前数量 = new Sunny.UI.UITextBox();
  69. this.uiLabel2 = new Sunny.UI.UILabel();
  70. this.txt药B暂存当前盒数 = new Sunny.UI.UITextBox();
  71. this.txt药A暂存当前盒数 = new Sunny.UI.UITextBox();
  72. this.uiLabel1 = new Sunny.UI.UILabel();
  73. this.uiLabel25 = new Sunny.UI.UILabel();
  74. this.txt药B称重配比重量 = new Sunny.UI.UITextBox();
  75. this.uiLabel9 = new Sunny.UI.UILabel();
  76. this.txtB料仓5当前重量 = new Sunny.UI.UITextBox();
  77. this.uiLabel8 = new Sunny.UI.UILabel();
  78. this.uiLabel16 = new Sunny.UI.UILabel();
  79. this.txt药A称重配比重量 = new Sunny.UI.UITextBox();
  80. this.txtB料仓4当前重量 = new Sunny.UI.UITextBox();
  81. this.uiLabel6 = new Sunny.UI.UILabel();
  82. this.uiLabel15 = new Sunny.UI.UILabel();
  83. this.txtA料仓1当前重量 = new Sunny.UI.UITextBox();
  84. this.txtB料仓3当前重量 = new Sunny.UI.UITextBox();
  85. this.uiLabel7 = new Sunny.UI.UILabel();
  86. this.uiLabel14 = new Sunny.UI.UILabel();
  87. this.txtA料仓2当前重量 = new Sunny.UI.UITextBox();
  88. this.txtB料仓2当前重量 = new Sunny.UI.UITextBox();
  89. this.uiLabel5 = new Sunny.UI.UILabel();
  90. this.uiLabel13 = new Sunny.UI.UILabel();
  91. this.txtA料仓3当前重量 = new Sunny.UI.UITextBox();
  92. this.txtB料仓1当前重量 = new Sunny.UI.UITextBox();
  93. this.uiLabel23 = new Sunny.UI.UILabel();
  94. this.uiLabel4 = new Sunny.UI.UILabel();
  95. this.txtA料仓4当前重量 = new Sunny.UI.UITextBox();
  96. this.txtA料仓5当前重量 = new Sunny.UI.UITextBox();
  97. this.uiLabel12 = new Sunny.UI.UILabel();
  98. this.timer1 = new System.Windows.Forms.Timer(this.components);
  99. this.label5 = new System.Windows.Forms.Label();
  100. this.label6 = new System.Windows.Forms.Label();
  101. this.label7 = new System.Windows.Forms.Label();
  102. this.label19 = new System.Windows.Forms.Label();
  103. this.uiTextBox1 = new Sunny.UI.UITextBox();
  104. this.uiTextBox2 = new Sunny.UI.UITextBox();
  105. this.uiComboBox1 = new Sunny.UI.UIComboBox();
  106. this.label20 = new System.Windows.Forms.Label();
  107. this.uchmiM01M02 = new HRT_Measure.UCHMI();
  108. this.uchmiM03 = new HRT_Measure.UCHMI();
  109. this.uchmiM04M05 = new HRT_Measure.UCHMI();
  110. ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).BeginInit();
  111. this.splitContainerMain.Panel1.SuspendLayout();
  112. this.splitContainerMain.Panel2.SuspendLayout();
  113. this.splitContainerMain.SuspendLayout();
  114. this.tableLayoutPanelUp.SuspendLayout();
  115. this.tableLayoutPanelBottom.SuspendLayout();
  116. this.uiGroupBox3.SuspendLayout();
  117. this.grbPressure.SuspendLayout();
  118. this.uiGroupBox1.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  120. this.uiSplitContainer1.Panel1.SuspendLayout();
  121. this.uiSplitContainer1.Panel2.SuspendLayout();
  122. this.uiSplitContainer1.SuspendLayout();
  123. this.SuspendLayout();
  124. //
  125. // splitContainerMain
  126. //
  127. this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
  129. this.splitContainerMain.Name = "splitContainerMain";
  130. this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
  131. //
  132. // splitContainerMain.Panel1
  133. //
  134. this.splitContainerMain.Panel1.Controls.Add(this.tableLayoutPanelUp);
  135. //
  136. // splitContainerMain.Panel2
  137. //
  138. this.splitContainerMain.Panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(44)))));
  139. this.splitContainerMain.Panel2.Controls.Add(this.tableLayoutPanelBottom);
  140. this.splitContainerMain.Size = new System.Drawing.Size(1904, 1000);
  141. this.splitContainerMain.SplitterDistance = 384;
  142. this.splitContainerMain.TabIndex = 3;
  143. //
  144. // tableLayoutPanelUp
  145. //
  146. this.tableLayoutPanelUp.ColumnCount = 3;
  147. this.tableLayoutPanelUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  148. this.tableLayoutPanelUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  149. this.tableLayoutPanelUp.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  150. this.tableLayoutPanelUp.Controls.Add(this.uchmiM01M02, 0, 0);
  151. this.tableLayoutPanelUp.Controls.Add(this.uchmiM03, 1, 0);
  152. this.tableLayoutPanelUp.Controls.Add(this.uchmiM04M05, 2, 0);
  153. this.tableLayoutPanelUp.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.tableLayoutPanelUp.Location = new System.Drawing.Point(0, 0);
  155. this.tableLayoutPanelUp.Name = "tableLayoutPanelUp";
  156. this.tableLayoutPanelUp.RowCount = 1;
  157. this.tableLayoutPanelUp.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  158. this.tableLayoutPanelUp.Size = new System.Drawing.Size(1904, 384);
  159. this.tableLayoutPanelUp.TabIndex = 0;
  160. //
  161. // tableLayoutPanelBottom
  162. //
  163. this.tableLayoutPanelBottom.ColumnCount = 3;
  164. this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  165. this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  166. this.tableLayoutPanelBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  167. this.tableLayoutPanelBottom.Controls.Add(this.uiGroupBox3, 2, 0);
  168. this.tableLayoutPanelBottom.Controls.Add(this.grbPressure, 1, 0);
  169. this.tableLayoutPanelBottom.Controls.Add(this.uiGroupBox1, 0, 0);
  170. this.tableLayoutPanelBottom.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.tableLayoutPanelBottom.Location = new System.Drawing.Point(0, 0);
  172. this.tableLayoutPanelBottom.Name = "tableLayoutPanelBottom";
  173. this.tableLayoutPanelBottom.RowCount = 1;
  174. this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  175. this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
  176. this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
  177. this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
  178. this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
  179. this.tableLayoutPanelBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 612F));
  180. this.tableLayoutPanelBottom.Size = new System.Drawing.Size(1904, 612);
  181. this.tableLayoutPanelBottom.TabIndex = 0;
  182. //
  183. // uiGroupBox3
  184. //
  185. this.uiGroupBox3.BackColor = System.Drawing.Color.AliceBlue;
  186. this.uiGroupBox3.Controls.Add(this.label4);
  187. this.uiGroupBox3.Controls.Add(this.label3);
  188. this.uiGroupBox3.Controls.Add(this.label2);
  189. this.uiGroupBox3.Controls.Add(this.txtCurrentWeight);
  190. this.uiGroupBox3.Controls.Add(this.label1);
  191. this.uiGroupBox3.Controls.Add(this.txtCurrentHeight);
  192. this.uiGroupBox3.Controls.Add(this.btnAllowLayOff);
  193. this.uiGroupBox3.Controls.Add(this.label8);
  194. this.uiGroupBox3.Controls.Add(this.txt箱数);
  195. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.uiGroupBox3.FillColor = System.Drawing.Color.AliceBlue;
  197. this.uiGroupBox3.FillColor2 = System.Drawing.Color.AliceBlue;
  198. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.uiGroupBox3.ForeColor = System.Drawing.Color.Black;
  200. this.uiGroupBox3.Location = new System.Drawing.Point(1272, 5);
  201. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  202. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  203. this.uiGroupBox3.Name = "uiGroupBox3";
  204. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  205. this.uiGroupBox3.Size = new System.Drawing.Size(628, 602);
  206. this.uiGroupBox3.Style = Sunny.UI.UIStyle.Custom;
  207. this.uiGroupBox3.TabIndex = 3;
  208. this.uiGroupBox3.Text = "检测 装箱";
  209. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  210. this.uiGroupBox3.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  211. //
  212. // label4
  213. //
  214. this.label4.AutoSize = true;
  215. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  216. this.label4.Location = new System.Drawing.Point(464, 117);
  217. this.label4.Name = "label4";
  218. this.label4.Size = new System.Drawing.Size(20, 21);
  219. this.label4.TabIndex = 208;
  220. this.label4.Text = "g";
  221. //
  222. // label3
  223. //
  224. this.label3.AutoSize = true;
  225. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  226. this.label3.Location = new System.Drawing.Point(464, 61);
  227. this.label3.Name = "label3";
  228. this.label3.Size = new System.Drawing.Size(40, 21);
  229. this.label3.TabIndex = 207;
  230. this.label3.Text = "mm";
  231. //
  232. // label2
  233. //
  234. this.label2.AutoSize = true;
  235. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  236. this.label2.Location = new System.Drawing.Point(154, 117);
  237. this.label2.Name = "label2";
  238. this.label2.Size = new System.Drawing.Size(74, 21);
  239. this.label2.TabIndex = 206;
  240. this.label2.Text = "当前重量";
  241. //
  242. // txtCurrentWeight
  243. //
  244. this.txtCurrentWeight.Cursor = System.Windows.Forms.Cursors.IBeam;
  245. this.txtCurrentWeight.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.txtCurrentWeight.ForeColor = System.Drawing.Color.Black;
  247. this.txtCurrentWeight.Location = new System.Drawing.Point(311, 116);
  248. this.txtCurrentWeight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  249. this.txtCurrentWeight.MinimumSize = new System.Drawing.Size(1, 16);
  250. this.txtCurrentWeight.Name = "txtCurrentWeight";
  251. this.txtCurrentWeight.Padding = new System.Windows.Forms.Padding(5);
  252. this.txtCurrentWeight.ShowText = false;
  253. this.txtCurrentWeight.Size = new System.Drawing.Size(122, 31);
  254. this.txtCurrentWeight.Style = Sunny.UI.UIStyle.Custom;
  255. this.txtCurrentWeight.TabIndex = 205;
  256. this.txtCurrentWeight.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  257. this.txtCurrentWeight.Watermark = "";
  258. //
  259. // label1
  260. //
  261. this.label1.AutoSize = true;
  262. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  263. this.label1.Location = new System.Drawing.Point(154, 59);
  264. this.label1.Name = "label1";
  265. this.label1.Size = new System.Drawing.Size(106, 21);
  266. this.label1.TabIndex = 204;
  267. this.label1.Text = "当前检测高度";
  268. //
  269. // txtCurrentHeight
  270. //
  271. this.txtCurrentHeight.Cursor = System.Windows.Forms.Cursors.IBeam;
  272. this.txtCurrentHeight.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.txtCurrentHeight.ForeColor = System.Drawing.Color.Black;
  274. this.txtCurrentHeight.Location = new System.Drawing.Point(311, 58);
  275. this.txtCurrentHeight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  276. this.txtCurrentHeight.MinimumSize = new System.Drawing.Size(1, 16);
  277. this.txtCurrentHeight.Name = "txtCurrentHeight";
  278. this.txtCurrentHeight.Padding = new System.Windows.Forms.Padding(5);
  279. this.txtCurrentHeight.ShowText = false;
  280. this.txtCurrentHeight.Size = new System.Drawing.Size(122, 31);
  281. this.txtCurrentHeight.Style = Sunny.UI.UIStyle.Custom;
  282. this.txtCurrentHeight.TabIndex = 203;
  283. this.txtCurrentHeight.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  284. this.txtCurrentHeight.Watermark = "";
  285. //
  286. // btnAllowLayOff
  287. //
  288. this.btnAllowLayOff.Cursor = System.Windows.Forms.Cursors.Hand;
  289. this.btnAllowLayOff.FillColor = System.Drawing.Color.LightSkyBlue;
  290. this.btnAllowLayOff.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  291. this.btnAllowLayOff.ForeColor = System.Drawing.Color.Black;
  292. this.btnAllowLayOff.Location = new System.Drawing.Point(393, 248);
  293. this.btnAllowLayOff.MinimumSize = new System.Drawing.Size(1, 1);
  294. this.btnAllowLayOff.Name = "btnAllowLayOff";
  295. this.btnAllowLayOff.Size = new System.Drawing.Size(154, 44);
  296. this.btnAllowLayOff.TabIndex = 202;
  297. this.btnAllowLayOff.Text = "允许下料";
  298. this.btnAllowLayOff.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  299. this.btnAllowLayOff.Click += new System.EventHandler(this.btnAllowLayOff_Click);
  300. //
  301. // label8
  302. //
  303. this.label8.AutoSize = true;
  304. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  305. this.label8.Location = new System.Drawing.Point(154, 171);
  306. this.label8.Name = "label8";
  307. this.label8.Size = new System.Drawing.Size(76, 21);
  308. this.label8.TabIndex = 201;
  309. this.label8.Text = "M05箱数";
  310. //
  311. // txt箱数
  312. //
  313. this.txt箱数.Cursor = System.Windows.Forms.Cursors.IBeam;
  314. this.txt箱数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.txt箱数.ForeColor = System.Drawing.Color.Black;
  316. this.txt箱数.Location = new System.Drawing.Point(311, 171);
  317. this.txt箱数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  318. this.txt箱数.MinimumSize = new System.Drawing.Size(1, 16);
  319. this.txt箱数.Name = "txt箱数";
  320. this.txt箱数.Padding = new System.Windows.Forms.Padding(5);
  321. this.txt箱数.ShowText = false;
  322. this.txt箱数.Size = new System.Drawing.Size(122, 31);
  323. this.txt箱数.Style = Sunny.UI.UIStyle.Custom;
  324. this.txt箱数.TabIndex = 193;
  325. this.txt箱数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  326. this.txt箱数.Watermark = "";
  327. //
  328. // grbPressure
  329. //
  330. this.grbPressure.BackColor = System.Drawing.Color.Transparent;
  331. this.grbPressure.Controls.Add(this.label20);
  332. this.grbPressure.Controls.Add(this.uiComboBox1);
  333. this.grbPressure.Controls.Add(this.label5);
  334. this.grbPressure.Controls.Add(this.label6);
  335. this.grbPressure.Controls.Add(this.label7);
  336. this.grbPressure.Controls.Add(this.label19);
  337. this.grbPressure.Controls.Add(this.uiTextBox1);
  338. this.grbPressure.Controls.Add(this.uiTextBox2);
  339. this.grbPressure.Controls.Add(this.uiLabel11);
  340. this.grbPressure.Controls.Add(this.uiLabel10);
  341. this.grbPressure.Controls.Add(this.txt动作提示);
  342. this.grbPressure.Controls.Add(this.txt当前动作);
  343. this.grbPressure.Controls.Add(this.btnClearPressure);
  344. this.grbPressure.Controls.Add(this.label16);
  345. this.grbPressure.Controls.Add(this.label15);
  346. this.grbPressure.Controls.Add(this.label14);
  347. this.grbPressure.Controls.Add(this.label13);
  348. this.grbPressure.Controls.Add(this.label11);
  349. this.grbPressure.Controls.Add(this.label17);
  350. this.grbPressure.Controls.Add(this.label18);
  351. this.grbPressure.Controls.Add(this.label10);
  352. this.grbPressure.Controls.Add(this.label9);
  353. this.grbPressure.Controls.Add(this.txt工件计数);
  354. this.grbPressure.Controls.Add(this.txt保压倒计时);
  355. this.grbPressure.Controls.Add(this.txt主缸压力);
  356. this.grbPressure.Controls.Add(this.txt主缸速度);
  357. this.grbPressure.Controls.Add(this.txt主缸位置);
  358. this.grbPressure.Dock = System.Windows.Forms.DockStyle.Fill;
  359. this.grbPressure.FillColor = System.Drawing.Color.AliceBlue;
  360. this.grbPressure.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.grbPressure.ForeColor = System.Drawing.Color.Black;
  362. this.grbPressure.Location = new System.Drawing.Point(638, 5);
  363. this.grbPressure.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  364. this.grbPressure.MinimumSize = new System.Drawing.Size(1, 1);
  365. this.grbPressure.Name = "grbPressure";
  366. this.grbPressure.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  367. this.grbPressure.Size = new System.Drawing.Size(626, 602);
  368. this.grbPressure.Style = Sunny.UI.UIStyle.Custom;
  369. this.grbPressure.TabIndex = 1;
  370. this.grbPressure.Text = "压机";
  371. this.grbPressure.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  372. this.grbPressure.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  373. //
  374. // uiLabel11
  375. //
  376. this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.uiLabel11.ForeColor = System.Drawing.Color.Green;
  378. this.uiLabel11.Location = new System.Drawing.Point(16, 413);
  379. this.uiLabel11.Name = "uiLabel11";
  380. this.uiLabel11.Size = new System.Drawing.Size(110, 41);
  381. this.uiLabel11.TabIndex = 206;
  382. this.uiLabel11.Text = "动作提示";
  383. this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  384. //
  385. // uiLabel10
  386. //
  387. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.uiLabel10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  389. this.uiLabel10.Location = new System.Drawing.Point(16, 355);
  390. this.uiLabel10.Name = "uiLabel10";
  391. this.uiLabel10.Size = new System.Drawing.Size(110, 41);
  392. this.uiLabel10.TabIndex = 205;
  393. this.uiLabel10.Text = "当前动作";
  394. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  395. //
  396. // txt动作提示
  397. //
  398. this.txt动作提示.Cursor = System.Windows.Forms.Cursors.IBeam;
  399. this.txt动作提示.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  400. this.txt动作提示.Location = new System.Drawing.Point(159, 409);
  401. this.txt动作提示.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  402. this.txt动作提示.MinimumSize = new System.Drawing.Size(1, 16);
  403. this.txt动作提示.Name = "txt动作提示";
  404. this.txt动作提示.Padding = new System.Windows.Forms.Padding(5);
  405. this.txt动作提示.ShowText = false;
  406. this.txt动作提示.Size = new System.Drawing.Size(399, 48);
  407. this.txt动作提示.TabIndex = 204;
  408. this.txt动作提示.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  409. this.txt动作提示.Watermark = "";
  410. //
  411. // txt当前动作
  412. //
  413. this.txt当前动作.Cursor = System.Windows.Forms.Cursors.IBeam;
  414. this.txt当前动作.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  415. this.txt当前动作.Location = new System.Drawing.Point(159, 351);
  416. this.txt当前动作.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  417. this.txt当前动作.MinimumSize = new System.Drawing.Size(1, 16);
  418. this.txt当前动作.Name = "txt当前动作";
  419. this.txt当前动作.Padding = new System.Windows.Forms.Padding(5);
  420. this.txt当前动作.ShowText = false;
  421. this.txt当前动作.Size = new System.Drawing.Size(399, 48);
  422. this.txt当前动作.TabIndex = 203;
  423. this.txt当前动作.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  424. this.txt当前动作.Watermark = "";
  425. //
  426. // btnClearPressure
  427. //
  428. this.btnClearPressure.Cursor = System.Windows.Forms.Cursors.Hand;
  429. this.btnClearPressure.FillColor = System.Drawing.Color.LightSkyBlue;
  430. this.btnClearPressure.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  431. this.btnClearPressure.ForeColor = System.Drawing.Color.Black;
  432. this.btnClearPressure.Location = new System.Drawing.Point(453, 282);
  433. this.btnClearPressure.MinimumSize = new System.Drawing.Size(1, 1);
  434. this.btnClearPressure.Name = "btnClearPressure";
  435. this.btnClearPressure.Size = new System.Drawing.Size(105, 43);
  436. this.btnClearPressure.Symbol = 559865;
  437. this.btnClearPressure.TabIndex = 200;
  438. this.btnClearPressure.Text = "计数清零";
  439. this.btnClearPressure.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  440. this.btnClearPressure.Click += new System.EventHandler(this.btnClearPressure_Click);
  441. //
  442. // label16
  443. //
  444. this.label16.AutoSize = true;
  445. this.label16.BackColor = System.Drawing.Color.Transparent;
  446. this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  447. this.label16.Location = new System.Drawing.Point(565, 241);
  448. this.label16.Name = "label16";
  449. this.label16.Size = new System.Drawing.Size(35, 21);
  450. this.label16.TabIndex = 199;
  451. this.label16.Text = "pcs";
  452. //
  453. // label15
  454. //
  455. this.label15.AutoSize = true;
  456. this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  457. this.label15.Location = new System.Drawing.Point(565, 197);
  458. this.label15.Name = "label15";
  459. this.label15.Size = new System.Drawing.Size(17, 21);
  460. this.label15.TabIndex = 198;
  461. this.label15.Text = "s";
  462. //
  463. // label14
  464. //
  465. this.label14.AutoSize = true;
  466. this.label14.BackColor = System.Drawing.Color.Transparent;
  467. this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  468. this.label14.Location = new System.Drawing.Point(565, 153);
  469. this.label14.Name = "label14";
  470. this.label14.Size = new System.Drawing.Size(45, 21);
  471. this.label14.TabIndex = 197;
  472. this.label14.Text = "MPa";
  473. //
  474. // label13
  475. //
  476. this.label13.AutoSize = true;
  477. this.label13.BackColor = System.Drawing.Color.Transparent;
  478. this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  479. this.label13.Location = new System.Drawing.Point(565, 109);
  480. this.label13.Name = "label13";
  481. this.label13.Size = new System.Drawing.Size(40, 21);
  482. this.label13.TabIndex = 196;
  483. this.label13.Text = "mm";
  484. //
  485. // label11
  486. //
  487. this.label11.AutoSize = true;
  488. this.label11.BackColor = System.Drawing.Color.Transparent;
  489. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  490. this.label11.Location = new System.Drawing.Point(341, 241);
  491. this.label11.Name = "label11";
  492. this.label11.Size = new System.Drawing.Size(74, 21);
  493. this.label11.TabIndex = 194;
  494. this.label11.Text = "工件计数";
  495. //
  496. // label17
  497. //
  498. this.label17.AutoSize = true;
  499. this.label17.BackColor = System.Drawing.Color.Transparent;
  500. this.label17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  501. this.label17.Location = new System.Drawing.Point(341, 197);
  502. this.label17.Name = "label17";
  503. this.label17.Size = new System.Drawing.Size(74, 21);
  504. this.label17.TabIndex = 187;
  505. this.label17.Text = "保压计时";
  506. //
  507. // label18
  508. //
  509. this.label18.AutoSize = true;
  510. this.label18.BackColor = System.Drawing.Color.Transparent;
  511. this.label18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  512. this.label18.Location = new System.Drawing.Point(341, 153);
  513. this.label18.Name = "label18";
  514. this.label18.Size = new System.Drawing.Size(106, 21);
  515. this.label18.TabIndex = 186;
  516. this.label18.Text = "主缸当前压力";
  517. //
  518. // label10
  519. //
  520. this.label10.AutoSize = true;
  521. this.label10.BackColor = System.Drawing.Color.Transparent;
  522. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  523. this.label10.Location = new System.Drawing.Point(341, 109);
  524. this.label10.Name = "label10";
  525. this.label10.Size = new System.Drawing.Size(106, 21);
  526. this.label10.TabIndex = 180;
  527. this.label10.Text = "主缸当前位置";
  528. //
  529. // label9
  530. //
  531. this.label9.AutoSize = true;
  532. this.label9.BackColor = System.Drawing.Color.Transparent;
  533. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  534. this.label9.Location = new System.Drawing.Point(341, 65);
  535. this.label9.Name = "label9";
  536. this.label9.Size = new System.Drawing.Size(106, 21);
  537. this.label9.TabIndex = 179;
  538. this.label9.Text = "当前产品型号";
  539. //
  540. // txt工件计数
  541. //
  542. this.txt工件计数.Cursor = System.Windows.Forms.Cursors.IBeam;
  543. this.txt工件计数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.txt工件计数.ForeColor = System.Drawing.Color.Black;
  545. this.txt工件计数.Location = new System.Drawing.Point(453, 236);
  546. this.txt工件计数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  547. this.txt工件计数.MinimumSize = new System.Drawing.Size(1, 16);
  548. this.txt工件计数.Name = "txt工件计数";
  549. this.txt工件计数.Padding = new System.Windows.Forms.Padding(5);
  550. this.txt工件计数.ShowText = false;
  551. this.txt工件计数.Size = new System.Drawing.Size(105, 31);
  552. this.txt工件计数.Style = Sunny.UI.UIStyle.Custom;
  553. this.txt工件计数.TabIndex = 155;
  554. this.txt工件计数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  555. this.txt工件计数.Watermark = "";
  556. //
  557. // txt保压倒计时
  558. //
  559. this.txt保压倒计时.Cursor = System.Windows.Forms.Cursors.IBeam;
  560. this.txt保压倒计时.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.txt保压倒计时.ForeColor = System.Drawing.Color.Black;
  562. this.txt保压倒计时.Location = new System.Drawing.Point(453, 192);
  563. this.txt保压倒计时.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  564. this.txt保压倒计时.MinimumSize = new System.Drawing.Size(1, 16);
  565. this.txt保压倒计时.Name = "txt保压倒计时";
  566. this.txt保压倒计时.Padding = new System.Windows.Forms.Padding(5);
  567. this.txt保压倒计时.ShowText = false;
  568. this.txt保压倒计时.Size = new System.Drawing.Size(105, 31);
  569. this.txt保压倒计时.Style = Sunny.UI.UIStyle.Custom;
  570. this.txt保压倒计时.TabIndex = 137;
  571. this.txt保压倒计时.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  572. this.txt保压倒计时.Watermark = "";
  573. //
  574. // txt主缸压力
  575. //
  576. this.txt主缸压力.Cursor = System.Windows.Forms.Cursors.IBeam;
  577. this.txt主缸压力.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.txt主缸压力.ForeColor = System.Drawing.Color.Black;
  579. this.txt主缸压力.Location = new System.Drawing.Point(453, 148);
  580. this.txt主缸压力.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  581. this.txt主缸压力.MinimumSize = new System.Drawing.Size(1, 16);
  582. this.txt主缸压力.Name = "txt主缸压力";
  583. this.txt主缸压力.Padding = new System.Windows.Forms.Padding(5);
  584. this.txt主缸压力.ShowText = false;
  585. this.txt主缸压力.Size = new System.Drawing.Size(105, 31);
  586. this.txt主缸压力.Style = Sunny.UI.UIStyle.Custom;
  587. this.txt主缸压力.TabIndex = 135;
  588. this.txt主缸压力.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  589. this.txt主缸压力.Watermark = "";
  590. //
  591. // txt主缸速度
  592. //
  593. this.txt主缸速度.Cursor = System.Windows.Forms.Cursors.IBeam;
  594. this.txt主缸速度.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  595. this.txt主缸速度.ForeColor = System.Drawing.Color.Black;
  596. this.txt主缸速度.Location = new System.Drawing.Point(453, 104);
  597. this.txt主缸速度.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  598. this.txt主缸速度.MinimumSize = new System.Drawing.Size(1, 16);
  599. this.txt主缸速度.Name = "txt主缸速度";
  600. this.txt主缸速度.Padding = new System.Windows.Forms.Padding(5);
  601. this.txt主缸速度.ShowText = false;
  602. this.txt主缸速度.Size = new System.Drawing.Size(105, 31);
  603. this.txt主缸速度.Style = Sunny.UI.UIStyle.Custom;
  604. this.txt主缸速度.TabIndex = 133;
  605. this.txt主缸速度.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  606. this.txt主缸速度.Watermark = "";
  607. //
  608. // txt主缸位置
  609. //
  610. this.txt主缸位置.Cursor = System.Windows.Forms.Cursors.IBeam;
  611. this.txt主缸位置.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.txt主缸位置.ForeColor = System.Drawing.Color.Black;
  613. this.txt主缸位置.Location = new System.Drawing.Point(453, 60);
  614. this.txt主缸位置.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  615. this.txt主缸位置.MinimumSize = new System.Drawing.Size(1, 16);
  616. this.txt主缸位置.Name = "txt主缸位置";
  617. this.txt主缸位置.Padding = new System.Windows.Forms.Padding(5);
  618. this.txt主缸位置.ShowText = false;
  619. this.txt主缸位置.Size = new System.Drawing.Size(105, 31);
  620. this.txt主缸位置.Style = Sunny.UI.UIStyle.Custom;
  621. this.txt主缸位置.TabIndex = 131;
  622. this.txt主缸位置.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  623. this.txt主缸位置.Watermark = "";
  624. //
  625. // uiGroupBox1
  626. //
  627. this.uiGroupBox1.BackColor = System.Drawing.Color.LightGray;
  628. this.uiGroupBox1.Controls.Add(this.uiSplitContainer1);
  629. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  630. this.uiGroupBox1.FillColor = System.Drawing.Color.AliceBlue;
  631. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  632. this.uiGroupBox1.ForeColor = System.Drawing.Color.Black;
  633. this.uiGroupBox1.Location = new System.Drawing.Point(4, 5);
  634. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  635. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  636. this.uiGroupBox1.Name = "uiGroupBox1";
  637. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  638. this.uiGroupBox1.Size = new System.Drawing.Size(626, 602);
  639. this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
  640. this.uiGroupBox1.TabIndex = 0;
  641. this.uiGroupBox1.Text = "上料 称重";
  642. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  643. this.uiGroupBox1.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  644. //
  645. // uiSplitContainer1
  646. //
  647. this.uiSplitContainer1.BackColor = System.Drawing.Color.AliceBlue;
  648. this.uiSplitContainer1.BarColor = System.Drawing.Color.AliceBlue;
  649. this.uiSplitContainer1.CollapsePanel = Sunny.UI.UISplitContainer.UICollapsePanel.None;
  650. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  651. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  652. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 32);
  653. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
  654. this.uiSplitContainer1.Name = "uiSplitContainer1";
  655. this.uiSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  656. //
  657. // uiSplitContainer1.Panel1
  658. //
  659. this.uiSplitContainer1.Panel1.BackColor = System.Drawing.Color.AliceBlue;
  660. this.uiSplitContainer1.Panel1.Controls.Add(this.btn称重开始);
  661. this.uiSplitContainer1.Panel1.Controls.Add(this.btn清料);
  662. this.uiSplitContainer1.Panel1.Controls.Add(this.txt空桶暂存槽当前数量);
  663. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel3);
  664. this.uiSplitContainer1.Panel1.Controls.Add(this.txt抛盖暂存槽当前数量);
  665. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel2);
  666. this.uiSplitContainer1.Panel1.Controls.Add(this.txt药B暂存当前盒数);
  667. this.uiSplitContainer1.Panel1.Controls.Add(this.txt药A暂存当前盒数);
  668. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel1);
  669. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel25);
  670. //
  671. // uiSplitContainer1.Panel2
  672. //
  673. this.uiSplitContainer1.Panel2.BackColor = System.Drawing.Color.AliceBlue;
  674. this.uiSplitContainer1.Panel2.Controls.Add(this.txt药B称重配比重量);
  675. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel9);
  676. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓5当前重量);
  677. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel8);
  678. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel16);
  679. this.uiSplitContainer1.Panel2.Controls.Add(this.txt药A称重配比重量);
  680. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓4当前重量);
  681. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel6);
  682. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel15);
  683. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓1当前重量);
  684. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓3当前重量);
  685. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel7);
  686. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel14);
  687. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓2当前重量);
  688. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓2当前重量);
  689. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel5);
  690. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel13);
  691. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓3当前重量);
  692. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓1当前重量);
  693. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel23);
  694. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel4);
  695. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓4当前重量);
  696. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓5当前重量);
  697. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel12);
  698. this.uiSplitContainer1.Size = new System.Drawing.Size(626, 570);
  699. this.uiSplitContainer1.SplitterDistance = 195;
  700. this.uiSplitContainer1.SplitterWidth = 11;
  701. this.uiSplitContainer1.Style = Sunny.UI.UIStyle.Custom;
  702. this.uiSplitContainer1.TabIndex = 0;
  703. //
  704. // btn称重开始
  705. //
  706. this.btn称重开始.Cursor = System.Windows.Forms.Cursors.Hand;
  707. this.btn称重开始.FillColor = System.Drawing.Color.LightSkyBlue;
  708. this.btn称重开始.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  709. this.btn称重开始.ForeColor = System.Drawing.Color.Black;
  710. this.btn称重开始.Location = new System.Drawing.Point(352, 129);
  711. this.btn称重开始.MinimumSize = new System.Drawing.Size(1, 1);
  712. this.btn称重开始.Name = "btn称重开始";
  713. this.btn称重开始.Size = new System.Drawing.Size(131, 41);
  714. this.btn称重开始.TabIndex = 204;
  715. this.btn称重开始.Text = "称重开始";
  716. this.btn称重开始.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  717. this.btn称重开始.Click += new System.EventHandler(this.btn称重开始_Click);
  718. //
  719. // btn清料
  720. //
  721. this.btn清料.Cursor = System.Windows.Forms.Cursors.Hand;
  722. this.btn清料.FillColor = System.Drawing.Color.LightSkyBlue;
  723. this.btn清料.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  724. this.btn清料.ForeColor = System.Drawing.Color.Black;
  725. this.btn清料.Location = new System.Drawing.Point(152, 129);
  726. this.btn清料.MinimumSize = new System.Drawing.Size(1, 1);
  727. this.btn清料.Name = "btn清料";
  728. this.btn清料.Size = new System.Drawing.Size(131, 41);
  729. this.btn清料.TabIndex = 203;
  730. this.btn清料.Text = "清料";
  731. this.btn清料.TipsFont = new System.Drawing.Font("Microsoft Sans Serif", 9F);
  732. this.btn清料.Click += new System.EventHandler(this.btn清料_Click);
  733. //
  734. // txt空桶暂存槽当前数量
  735. //
  736. this.txt空桶暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  737. this.txt空桶暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.txt空桶暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
  739. this.txt空桶暂存槽当前数量.Location = new System.Drawing.Point(475, 72);
  740. this.txt空桶暂存槽当前数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  741. this.txt空桶暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 16);
  742. this.txt空桶暂存槽当前数量.Name = "txt空桶暂存槽当前数量";
  743. this.txt空桶暂存槽当前数量.Padding = new System.Windows.Forms.Padding(5);
  744. this.txt空桶暂存槽当前数量.ShowText = false;
  745. this.txt空桶暂存槽当前数量.Size = new System.Drawing.Size(105, 31);
  746. this.txt空桶暂存槽当前数量.Style = Sunny.UI.UIStyle.Custom;
  747. this.txt空桶暂存槽当前数量.TabIndex = 175;
  748. this.txt空桶暂存槽当前数量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  749. this.txt空桶暂存槽当前数量.Watermark = "";
  750. //
  751. // uiLabel3
  752. //
  753. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  755. this.uiLabel3.Location = new System.Drawing.Point(294, 74);
  756. this.uiLabel3.Name = "uiLabel3";
  757. this.uiLabel3.Size = new System.Drawing.Size(155, 27);
  758. this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
  759. this.uiLabel3.TabIndex = 174;
  760. this.uiLabel3.Text = "空桶暂存槽当前数量";
  761. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  762. //
  763. // txt抛盖暂存槽当前数量
  764. //
  765. this.txt抛盖暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  766. this.txt抛盖暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  767. this.txt抛盖暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
  768. this.txt抛盖暂存槽当前数量.Location = new System.Drawing.Point(475, 27);
  769. this.txt抛盖暂存槽当前数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  770. this.txt抛盖暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 16);
  771. this.txt抛盖暂存槽当前数量.Name = "txt抛盖暂存槽当前数量";
  772. this.txt抛盖暂存槽当前数量.Padding = new System.Windows.Forms.Padding(5);
  773. this.txt抛盖暂存槽当前数量.ShowText = false;
  774. this.txt抛盖暂存槽当前数量.Size = new System.Drawing.Size(105, 31);
  775. this.txt抛盖暂存槽当前数量.Style = Sunny.UI.UIStyle.Custom;
  776. this.txt抛盖暂存槽当前数量.TabIndex = 173;
  777. this.txt抛盖暂存槽当前数量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  778. this.txt抛盖暂存槽当前数量.Watermark = "";
  779. //
  780. // uiLabel2
  781. //
  782. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  784. this.uiLabel2.Location = new System.Drawing.Point(294, 27);
  785. this.uiLabel2.Name = "uiLabel2";
  786. this.uiLabel2.Size = new System.Drawing.Size(144, 27);
  787. this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
  788. this.uiLabel2.TabIndex = 172;
  789. this.uiLabel2.Text = "抛盖暂存当前数量";
  790. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  791. //
  792. // txt药B暂存当前盒数
  793. //
  794. this.txt药B暂存当前盒数.Cursor = System.Windows.Forms.Cursors.IBeam;
  795. this.txt药B暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  796. this.txt药B暂存当前盒数.ForeColor = System.Drawing.Color.Black;
  797. this.txt药B暂存当前盒数.Location = new System.Drawing.Point(164, 74);
  798. this.txt药B暂存当前盒数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  799. this.txt药B暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 16);
  800. this.txt药B暂存当前盒数.Name = "txt药B暂存当前盒数";
  801. this.txt药B暂存当前盒数.Padding = new System.Windows.Forms.Padding(5);
  802. this.txt药B暂存当前盒数.ShowText = false;
  803. this.txt药B暂存当前盒数.Size = new System.Drawing.Size(105, 31);
  804. this.txt药B暂存当前盒数.Style = Sunny.UI.UIStyle.Custom;
  805. this.txt药B暂存当前盒数.TabIndex = 171;
  806. this.txt药B暂存当前盒数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  807. this.txt药B暂存当前盒数.Watermark = "";
  808. //
  809. // txt药A暂存当前盒数
  810. //
  811. this.txt药A暂存当前盒数.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(24)))));
  812. this.txt药A暂存当前盒数.Cursor = System.Windows.Forms.Cursors.IBeam;
  813. this.txt药A暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  814. this.txt药A暂存当前盒数.ForeColor = System.Drawing.Color.Black;
  815. this.txt药A暂存当前盒数.Location = new System.Drawing.Point(164, 27);
  816. this.txt药A暂存当前盒数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  817. this.txt药A暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 16);
  818. this.txt药A暂存当前盒数.Name = "txt药A暂存当前盒数";
  819. this.txt药A暂存当前盒数.Padding = new System.Windows.Forms.Padding(5);
  820. this.txt药A暂存当前盒数.ShowText = false;
  821. this.txt药A暂存当前盒数.Size = new System.Drawing.Size(105, 31);
  822. this.txt药A暂存当前盒数.Style = Sunny.UI.UIStyle.Custom;
  823. this.txt药A暂存当前盒数.TabIndex = 169;
  824. this.txt药A暂存当前盒数.Text = "000";
  825. this.txt药A暂存当前盒数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  826. this.txt药A暂存当前盒数.Watermark = "";
  827. //
  828. // uiLabel1
  829. //
  830. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  831. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  832. this.uiLabel1.Location = new System.Drawing.Point(13, 74);
  833. this.uiLabel1.Name = "uiLabel1";
  834. this.uiLabel1.Size = new System.Drawing.Size(144, 27);
  835. this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
  836. this.uiLabel1.TabIndex = 170;
  837. this.uiLabel1.Text = "药B暂存当前盒数";
  838. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  839. //
  840. // uiLabel25
  841. //
  842. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  843. this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  844. this.uiLabel25.Location = new System.Drawing.Point(13, 27);
  845. this.uiLabel25.Name = "uiLabel25";
  846. this.uiLabel25.Size = new System.Drawing.Size(144, 27);
  847. this.uiLabel25.Style = Sunny.UI.UIStyle.Custom;
  848. this.uiLabel25.TabIndex = 168;
  849. this.uiLabel25.Text = "药A暂存当前盒数";
  850. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  851. //
  852. // txt药B称重配比重量
  853. //
  854. this.txt药B称重配比重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  855. this.txt药B称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  856. this.txt药B称重配比重量.ForeColor = System.Drawing.Color.Black;
  857. this.txt药B称重配比重量.Location = new System.Drawing.Point(475, 40);
  858. this.txt药B称重配比重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  859. this.txt药B称重配比重量.MinimumSize = new System.Drawing.Size(1, 16);
  860. this.txt药B称重配比重量.Name = "txt药B称重配比重量";
  861. this.txt药B称重配比重量.Padding = new System.Windows.Forms.Padding(5);
  862. this.txt药B称重配比重量.ShowText = false;
  863. this.txt药B称重配比重量.Size = new System.Drawing.Size(105, 31);
  864. this.txt药B称重配比重量.Style = Sunny.UI.UIStyle.Custom;
  865. this.txt药B称重配比重量.TabIndex = 175;
  866. this.txt药B称重配比重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  867. this.txt药B称重配比重量.Watermark = "";
  868. //
  869. // uiLabel9
  870. //
  871. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  872. this.uiLabel9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  873. this.uiLabel9.Location = new System.Drawing.Point(294, 40);
  874. this.uiLabel9.Name = "uiLabel9";
  875. this.uiLabel9.Size = new System.Drawing.Size(144, 27);
  876. this.uiLabel9.Style = Sunny.UI.UIStyle.Custom;
  877. this.uiLabel9.TabIndex = 174;
  878. this.uiLabel9.Text = "药B称重配比重量";
  879. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  880. //
  881. // txtB料仓5当前重量
  882. //
  883. this.txtB料仓5当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  884. this.txtB料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  885. this.txtB料仓5当前重量.ForeColor = System.Drawing.Color.Black;
  886. this.txtB料仓5当前重量.Location = new System.Drawing.Point(475, 290);
  887. this.txtB料仓5当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  888. this.txtB料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  889. this.txtB料仓5当前重量.Name = "txtB料仓5当前重量";
  890. this.txtB料仓5当前重量.Padding = new System.Windows.Forms.Padding(5);
  891. this.txtB料仓5当前重量.ShowText = false;
  892. this.txtB料仓5当前重量.Size = new System.Drawing.Size(105, 31);
  893. this.txtB料仓5当前重量.Style = Sunny.UI.UIStyle.Custom;
  894. this.txtB料仓5当前重量.TabIndex = 181;
  895. this.txtB料仓5当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  896. this.txtB料仓5当前重量.Watermark = "";
  897. //
  898. // uiLabel8
  899. //
  900. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  901. this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  902. this.uiLabel8.Location = new System.Drawing.Point(13, 44);
  903. this.uiLabel8.Name = "uiLabel8";
  904. this.uiLabel8.Size = new System.Drawing.Size(144, 27);
  905. this.uiLabel8.Style = Sunny.UI.UIStyle.Custom;
  906. this.uiLabel8.TabIndex = 174;
  907. this.uiLabel8.Text = "药A称重配比重量";
  908. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  909. //
  910. // uiLabel16
  911. //
  912. this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  913. this.uiLabel16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  914. this.uiLabel16.Location = new System.Drawing.Point(294, 290);
  915. this.uiLabel16.Name = "uiLabel16";
  916. this.uiLabel16.Size = new System.Drawing.Size(144, 27);
  917. this.uiLabel16.Style = Sunny.UI.UIStyle.Custom;
  918. this.uiLabel16.TabIndex = 180;
  919. this.uiLabel16.Text = "B料仓5当前重量";
  920. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  921. //
  922. // txt药A称重配比重量
  923. //
  924. this.txt药A称重配比重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  925. this.txt药A称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  926. this.txt药A称重配比重量.ForeColor = System.Drawing.Color.Black;
  927. this.txt药A称重配比重量.Location = new System.Drawing.Point(164, 40);
  928. this.txt药A称重配比重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  929. this.txt药A称重配比重量.MinimumSize = new System.Drawing.Size(1, 16);
  930. this.txt药A称重配比重量.Name = "txt药A称重配比重量";
  931. this.txt药A称重配比重量.Padding = new System.Windows.Forms.Padding(5);
  932. this.txt药A称重配比重量.ShowText = false;
  933. this.txt药A称重配比重量.Size = new System.Drawing.Size(105, 31);
  934. this.txt药A称重配比重量.Style = Sunny.UI.UIStyle.Custom;
  935. this.txt药A称重配比重量.TabIndex = 175;
  936. this.txt药A称重配比重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  937. this.txt药A称重配比重量.Watermark = "";
  938. //
  939. // txtB料仓4当前重量
  940. //
  941. this.txtB料仓4当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  942. this.txtB料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  943. this.txtB料仓4当前重量.ForeColor = System.Drawing.Color.Black;
  944. this.txtB料仓4当前重量.Location = new System.Drawing.Point(475, 240);
  945. this.txtB料仓4当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  946. this.txtB料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  947. this.txtB料仓4当前重量.Name = "txtB料仓4当前重量";
  948. this.txtB料仓4当前重量.Padding = new System.Windows.Forms.Padding(5);
  949. this.txtB料仓4当前重量.ShowText = false;
  950. this.txtB料仓4当前重量.Size = new System.Drawing.Size(105, 31);
  951. this.txtB料仓4当前重量.Style = Sunny.UI.UIStyle.Custom;
  952. this.txtB料仓4当前重量.TabIndex = 179;
  953. this.txtB料仓4当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  954. this.txtB料仓4当前重量.Watermark = "";
  955. //
  956. // uiLabel6
  957. //
  958. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  959. this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  960. this.uiLabel6.Location = new System.Drawing.Point(13, 94);
  961. this.uiLabel6.Name = "uiLabel6";
  962. this.uiLabel6.Size = new System.Drawing.Size(144, 27);
  963. this.uiLabel6.Style = Sunny.UI.UIStyle.Custom;
  964. this.uiLabel6.TabIndex = 170;
  965. this.uiLabel6.Text = "A料仓1当前重量";
  966. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  967. //
  968. // uiLabel15
  969. //
  970. this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  971. this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  972. this.uiLabel15.Location = new System.Drawing.Point(294, 240);
  973. this.uiLabel15.Name = "uiLabel15";
  974. this.uiLabel15.Size = new System.Drawing.Size(144, 27);
  975. this.uiLabel15.Style = Sunny.UI.UIStyle.Custom;
  976. this.uiLabel15.TabIndex = 178;
  977. this.uiLabel15.Text = "B料仓4当前重量";
  978. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  979. //
  980. // txtA料仓1当前重量
  981. //
  982. this.txtA料仓1当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  983. this.txtA料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  984. this.txtA料仓1当前重量.ForeColor = System.Drawing.Color.Black;
  985. this.txtA料仓1当前重量.Location = new System.Drawing.Point(164, 90);
  986. this.txtA料仓1当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  987. this.txtA料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  988. this.txtA料仓1当前重量.Name = "txtA料仓1当前重量";
  989. this.txtA料仓1当前重量.Padding = new System.Windows.Forms.Padding(5);
  990. this.txtA料仓1当前重量.ShowText = false;
  991. this.txtA料仓1当前重量.Size = new System.Drawing.Size(105, 31);
  992. this.txtA料仓1当前重量.Style = Sunny.UI.UIStyle.Custom;
  993. this.txtA料仓1当前重量.TabIndex = 171;
  994. this.txtA料仓1当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  995. this.txtA料仓1当前重量.Watermark = "";
  996. //
  997. // txtB料仓3当前重量
  998. //
  999. this.txtB料仓3当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1000. this.txtB料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1001. this.txtB料仓3当前重量.ForeColor = System.Drawing.Color.Black;
  1002. this.txtB料仓3当前重量.Location = new System.Drawing.Point(475, 190);
  1003. this.txtB料仓3当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1004. this.txtB料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1005. this.txtB料仓3当前重量.Name = "txtB料仓3当前重量";
  1006. this.txtB料仓3当前重量.Padding = new System.Windows.Forms.Padding(5);
  1007. this.txtB料仓3当前重量.ShowText = false;
  1008. this.txtB料仓3当前重量.Size = new System.Drawing.Size(105, 31);
  1009. this.txtB料仓3当前重量.Style = Sunny.UI.UIStyle.Custom;
  1010. this.txtB料仓3当前重量.TabIndex = 177;
  1011. this.txtB料仓3当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1012. this.txtB料仓3当前重量.Watermark = "";
  1013. //
  1014. // uiLabel7
  1015. //
  1016. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1017. this.uiLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1018. this.uiLabel7.Location = new System.Drawing.Point(13, 144);
  1019. this.uiLabel7.Name = "uiLabel7";
  1020. this.uiLabel7.Size = new System.Drawing.Size(144, 27);
  1021. this.uiLabel7.Style = Sunny.UI.UIStyle.Custom;
  1022. this.uiLabel7.TabIndex = 172;
  1023. this.uiLabel7.Text = "A料仓2当前重量";
  1024. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1025. //
  1026. // uiLabel14
  1027. //
  1028. this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1029. this.uiLabel14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1030. this.uiLabel14.Location = new System.Drawing.Point(294, 190);
  1031. this.uiLabel14.Name = "uiLabel14";
  1032. this.uiLabel14.Size = new System.Drawing.Size(144, 27);
  1033. this.uiLabel14.Style = Sunny.UI.UIStyle.Custom;
  1034. this.uiLabel14.TabIndex = 176;
  1035. this.uiLabel14.Text = "B料仓3当前重量";
  1036. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1037. //
  1038. // txtA料仓2当前重量
  1039. //
  1040. this.txtA料仓2当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1041. this.txtA料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1042. this.txtA料仓2当前重量.ForeColor = System.Drawing.Color.Black;
  1043. this.txtA料仓2当前重量.Location = new System.Drawing.Point(164, 140);
  1044. this.txtA料仓2当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1045. this.txtA料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1046. this.txtA料仓2当前重量.Name = "txtA料仓2当前重量";
  1047. this.txtA料仓2当前重量.Padding = new System.Windows.Forms.Padding(5);
  1048. this.txtA料仓2当前重量.ShowText = false;
  1049. this.txtA料仓2当前重量.Size = new System.Drawing.Size(105, 31);
  1050. this.txtA料仓2当前重量.Style = Sunny.UI.UIStyle.Custom;
  1051. this.txtA料仓2当前重量.TabIndex = 173;
  1052. this.txtA料仓2当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1053. this.txtA料仓2当前重量.Watermark = "";
  1054. //
  1055. // txtB料仓2当前重量
  1056. //
  1057. this.txtB料仓2当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1058. this.txtB料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1059. this.txtB料仓2当前重量.ForeColor = System.Drawing.Color.Black;
  1060. this.txtB料仓2当前重量.Location = new System.Drawing.Point(475, 140);
  1061. this.txtB料仓2当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1062. this.txtB料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1063. this.txtB料仓2当前重量.Name = "txtB料仓2当前重量";
  1064. this.txtB料仓2当前重量.Padding = new System.Windows.Forms.Padding(5);
  1065. this.txtB料仓2当前重量.ShowText = false;
  1066. this.txtB料仓2当前重量.Size = new System.Drawing.Size(105, 31);
  1067. this.txtB料仓2当前重量.Style = Sunny.UI.UIStyle.Custom;
  1068. this.txtB料仓2当前重量.TabIndex = 175;
  1069. this.txtB料仓2当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1070. this.txtB料仓2当前重量.Watermark = "";
  1071. //
  1072. // uiLabel5
  1073. //
  1074. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1075. this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1076. this.uiLabel5.Location = new System.Drawing.Point(13, 194);
  1077. this.uiLabel5.Name = "uiLabel5";
  1078. this.uiLabel5.Size = new System.Drawing.Size(144, 27);
  1079. this.uiLabel5.Style = Sunny.UI.UIStyle.Custom;
  1080. this.uiLabel5.TabIndex = 166;
  1081. this.uiLabel5.Text = "A料仓3当前重量";
  1082. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1083. //
  1084. // uiLabel13
  1085. //
  1086. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1087. this.uiLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1088. this.uiLabel13.Location = new System.Drawing.Point(294, 140);
  1089. this.uiLabel13.Name = "uiLabel13";
  1090. this.uiLabel13.Size = new System.Drawing.Size(144, 27);
  1091. this.uiLabel13.Style = Sunny.UI.UIStyle.Custom;
  1092. this.uiLabel13.TabIndex = 174;
  1093. this.uiLabel13.Text = "B料仓2当前重量";
  1094. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1095. //
  1096. // txtA料仓3当前重量
  1097. //
  1098. this.txtA料仓3当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1099. this.txtA料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1100. this.txtA料仓3当前重量.ForeColor = System.Drawing.Color.Black;
  1101. this.txtA料仓3当前重量.Location = new System.Drawing.Point(164, 190);
  1102. this.txtA料仓3当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1103. this.txtA料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1104. this.txtA料仓3当前重量.Name = "txtA料仓3当前重量";
  1105. this.txtA料仓3当前重量.Padding = new System.Windows.Forms.Padding(5);
  1106. this.txtA料仓3当前重量.ShowText = false;
  1107. this.txtA料仓3当前重量.Size = new System.Drawing.Size(105, 31);
  1108. this.txtA料仓3当前重量.Style = Sunny.UI.UIStyle.Custom;
  1109. this.txtA料仓3当前重量.TabIndex = 167;
  1110. this.txtA料仓3当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1111. this.txtA料仓3当前重量.Watermark = "";
  1112. //
  1113. // txtB料仓1当前重量
  1114. //
  1115. this.txtB料仓1当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1116. this.txtB料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1117. this.txtB料仓1当前重量.ForeColor = System.Drawing.Color.Black;
  1118. this.txtB料仓1当前重量.Location = new System.Drawing.Point(475, 90);
  1119. this.txtB料仓1当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1120. this.txtB料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1121. this.txtB料仓1当前重量.Name = "txtB料仓1当前重量";
  1122. this.txtB料仓1当前重量.Padding = new System.Windows.Forms.Padding(5);
  1123. this.txtB料仓1当前重量.ShowText = false;
  1124. this.txtB料仓1当前重量.Size = new System.Drawing.Size(105, 31);
  1125. this.txtB料仓1当前重量.Style = Sunny.UI.UIStyle.Custom;
  1126. this.txtB料仓1当前重量.TabIndex = 173;
  1127. this.txtB料仓1当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1128. this.txtB料仓1当前重量.Watermark = "";
  1129. //
  1130. // uiLabel23
  1131. //
  1132. this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1133. this.uiLabel23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1134. this.uiLabel23.Location = new System.Drawing.Point(13, 244);
  1135. this.uiLabel23.Name = "uiLabel23";
  1136. this.uiLabel23.Size = new System.Drawing.Size(144, 27);
  1137. this.uiLabel23.Style = Sunny.UI.UIStyle.Custom;
  1138. this.uiLabel23.TabIndex = 168;
  1139. this.uiLabel23.Text = "A料仓4当前重量";
  1140. this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1141. //
  1142. // uiLabel4
  1143. //
  1144. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1145. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1146. this.uiLabel4.Location = new System.Drawing.Point(294, 90);
  1147. this.uiLabel4.Name = "uiLabel4";
  1148. this.uiLabel4.Size = new System.Drawing.Size(144, 27);
  1149. this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
  1150. this.uiLabel4.TabIndex = 172;
  1151. this.uiLabel4.Text = "B料仓1当前重量";
  1152. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1153. //
  1154. // txtA料仓4当前重量
  1155. //
  1156. this.txtA料仓4当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1157. this.txtA料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1158. this.txtA料仓4当前重量.ForeColor = System.Drawing.Color.Black;
  1159. this.txtA料仓4当前重量.Location = new System.Drawing.Point(164, 240);
  1160. this.txtA料仓4当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1161. this.txtA料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1162. this.txtA料仓4当前重量.Name = "txtA料仓4当前重量";
  1163. this.txtA料仓4当前重量.Padding = new System.Windows.Forms.Padding(5);
  1164. this.txtA料仓4当前重量.ShowText = false;
  1165. this.txtA料仓4当前重量.Size = new System.Drawing.Size(105, 31);
  1166. this.txtA料仓4当前重量.Style = Sunny.UI.UIStyle.Custom;
  1167. this.txtA料仓4当前重量.TabIndex = 169;
  1168. this.txtA料仓4当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1169. this.txtA料仓4当前重量.Watermark = "";
  1170. //
  1171. // txtA料仓5当前重量
  1172. //
  1173. this.txtA料仓5当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1174. this.txtA料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1175. this.txtA料仓5当前重量.ForeColor = System.Drawing.Color.Black;
  1176. this.txtA料仓5当前重量.Location = new System.Drawing.Point(164, 290);
  1177. this.txtA料仓5当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1178. this.txtA料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1179. this.txtA料仓5当前重量.Name = "txtA料仓5当前重量";
  1180. this.txtA料仓5当前重量.Padding = new System.Windows.Forms.Padding(5);
  1181. this.txtA料仓5当前重量.ShowText = false;
  1182. this.txtA料仓5当前重量.Size = new System.Drawing.Size(105, 31);
  1183. this.txtA料仓5当前重量.Style = Sunny.UI.UIStyle.Custom;
  1184. this.txtA料仓5当前重量.TabIndex = 171;
  1185. this.txtA料仓5当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1186. this.txtA料仓5当前重量.Watermark = "";
  1187. //
  1188. // uiLabel12
  1189. //
  1190. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1191. this.uiLabel12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1192. this.uiLabel12.Location = new System.Drawing.Point(13, 294);
  1193. this.uiLabel12.Name = "uiLabel12";
  1194. this.uiLabel12.Size = new System.Drawing.Size(144, 27);
  1195. this.uiLabel12.Style = Sunny.UI.UIStyle.Custom;
  1196. this.uiLabel12.TabIndex = 170;
  1197. this.uiLabel12.Text = "A料仓5当前重量";
  1198. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1199. //
  1200. // timer1
  1201. //
  1202. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  1203. //
  1204. // label5
  1205. //
  1206. this.label5.AutoSize = true;
  1207. this.label5.BackColor = System.Drawing.Color.Transparent;
  1208. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1209. this.label5.Location = new System.Drawing.Point(271, 109);
  1210. this.label5.Name = "label5";
  1211. this.label5.Size = new System.Drawing.Size(45, 21);
  1212. this.label5.TabIndex = 212;
  1213. this.label5.Text = "MPa";
  1214. //
  1215. // label6
  1216. //
  1217. this.label6.AutoSize = true;
  1218. this.label6.BackColor = System.Drawing.Color.Transparent;
  1219. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1220. this.label6.Location = new System.Drawing.Point(271, 153);
  1221. this.label6.Name = "label6";
  1222. this.label6.Size = new System.Drawing.Size(24, 21);
  1223. this.label6.TabIndex = 211;
  1224. this.label6.Text = "%";
  1225. //
  1226. // label7
  1227. //
  1228. this.label7.AutoSize = true;
  1229. this.label7.BackColor = System.Drawing.Color.Transparent;
  1230. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1231. this.label7.Location = new System.Drawing.Point(17, 109);
  1232. this.label7.Name = "label7";
  1233. this.label7.Size = new System.Drawing.Size(138, 21);
  1234. this.label7.TabIndex = 210;
  1235. this.label7.Text = "主缸当前压力设定";
  1236. //
  1237. // label19
  1238. //
  1239. this.label19.AutoSize = true;
  1240. this.label19.BackColor = System.Drawing.Color.Transparent;
  1241. this.label19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1242. this.label19.Location = new System.Drawing.Point(17, 153);
  1243. this.label19.Name = "label19";
  1244. this.label19.Size = new System.Drawing.Size(138, 21);
  1245. this.label19.TabIndex = 209;
  1246. this.label19.Text = "主缸当前流量设定";
  1247. //
  1248. // uiTextBox1
  1249. //
  1250. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  1251. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1252. this.uiTextBox1.ForeColor = System.Drawing.Color.Black;
  1253. this.uiTextBox1.Location = new System.Drawing.Point(159, 104);
  1254. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1255. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  1256. this.uiTextBox1.Name = "uiTextBox1";
  1257. this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
  1258. this.uiTextBox1.ShowText = false;
  1259. this.uiTextBox1.Size = new System.Drawing.Size(105, 31);
  1260. this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom;
  1261. this.uiTextBox1.TabIndex = 208;
  1262. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1263. this.uiTextBox1.Watermark = "";
  1264. //
  1265. // uiTextBox2
  1266. //
  1267. this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
  1268. this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1269. this.uiTextBox2.ForeColor = System.Drawing.Color.Black;
  1270. this.uiTextBox2.Location = new System.Drawing.Point(159, 148);
  1271. this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1272. this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
  1273. this.uiTextBox2.Name = "uiTextBox2";
  1274. this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
  1275. this.uiTextBox2.ShowText = false;
  1276. this.uiTextBox2.Size = new System.Drawing.Size(105, 31);
  1277. this.uiTextBox2.Style = Sunny.UI.UIStyle.Custom;
  1278. this.uiTextBox2.TabIndex = 207;
  1279. this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1280. this.uiTextBox2.Watermark = "";
  1281. //
  1282. // uiComboBox1
  1283. //
  1284. this.uiComboBox1.DataSource = null;
  1285. this.uiComboBox1.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  1286. this.uiComboBox1.DropDownWidth = 100;
  1287. this.uiComboBox1.FillColor = System.Drawing.Color.White;
  1288. this.uiComboBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  1289. this.uiComboBox1.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  1290. this.uiComboBox1.Items.AddRange(new object[] {
  1291. "型号1",
  1292. "型号2",
  1293. "型号3",
  1294. "型号4",
  1295. "型号5",
  1296. "型号6"});
  1297. this.uiComboBox1.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  1298. this.uiComboBox1.Location = new System.Drawing.Point(159, 61);
  1299. this.uiComboBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1300. this.uiComboBox1.MinimumSize = new System.Drawing.Size(63, 0);
  1301. this.uiComboBox1.Name = "uiComboBox1";
  1302. this.uiComboBox1.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  1303. this.uiComboBox1.Size = new System.Drawing.Size(105, 29);
  1304. this.uiComboBox1.SymbolSize = 24;
  1305. this.uiComboBox1.TabIndex = 213;
  1306. this.uiComboBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1307. this.uiComboBox1.Watermark = "";
  1308. //
  1309. // label20
  1310. //
  1311. this.label20.AutoSize = true;
  1312. this.label20.BackColor = System.Drawing.Color.Transparent;
  1313. this.label20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  1314. this.label20.Location = new System.Drawing.Point(17, 65);
  1315. this.label20.Name = "label20";
  1316. this.label20.Size = new System.Drawing.Size(106, 21);
  1317. this.label20.TabIndex = 214;
  1318. this.label20.Text = "产品型号选择";
  1319. //
  1320. // uchmiM01M02
  1321. //
  1322. this.uchmiM01M02.DisplayLabel = "上料房 称重房";
  1323. this.uchmiM01M02.Dock = System.Windows.Forms.DockStyle.Fill;
  1324. this.uchmiM01M02.Location = new System.Drawing.Point(3, 3);
  1325. this.uchmiM01M02.Name = "uchmiM01M02";
  1326. this.uchmiM01M02.Size = new System.Drawing.Size(628, 378);
  1327. this.uchmiM01M02.TabIndex = 0;
  1328. //
  1329. // uchmiM03
  1330. //
  1331. this.uchmiM03.DisplayLabel = "压机房";
  1332. this.uchmiM03.Dock = System.Windows.Forms.DockStyle.Fill;
  1333. this.uchmiM03.Location = new System.Drawing.Point(637, 3);
  1334. this.uchmiM03.Name = "uchmiM03";
  1335. this.uchmiM03.Size = new System.Drawing.Size(628, 378);
  1336. this.uchmiM03.TabIndex = 1;
  1337. //
  1338. // uchmiM04M05
  1339. //
  1340. this.uchmiM04M05.DisplayLabel = "检测房 装箱房";
  1341. this.uchmiM04M05.Dock = System.Windows.Forms.DockStyle.Fill;
  1342. this.uchmiM04M05.Location = new System.Drawing.Point(1271, 3);
  1343. this.uchmiM04M05.Name = "uchmiM04M05";
  1344. this.uchmiM04M05.Size = new System.Drawing.Size(630, 378);
  1345. this.uchmiM04M05.TabIndex = 2;
  1346. //
  1347. // FrmFirstWindow
  1348. //
  1349. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1350. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1351. this.ClientSize = new System.Drawing.Size(1904, 1000);
  1352. this.Controls.Add(this.splitContainerMain);
  1353. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1354. this.Name = "FrmFirstWindow";
  1355. this.Text = "FrmFirstWindow";
  1356. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFirstWindow_FormClosing);
  1357. this.Load += new System.EventHandler(this.FrmFirstWindow_Load);
  1358. this.splitContainerMain.Panel1.ResumeLayout(false);
  1359. this.splitContainerMain.Panel2.ResumeLayout(false);
  1360. ((System.ComponentModel.ISupportInitialize)(this.splitContainerMain)).EndInit();
  1361. this.splitContainerMain.ResumeLayout(false);
  1362. this.tableLayoutPanelUp.ResumeLayout(false);
  1363. this.tableLayoutPanelBottom.ResumeLayout(false);
  1364. this.uiGroupBox3.ResumeLayout(false);
  1365. this.uiGroupBox3.PerformLayout();
  1366. this.grbPressure.ResumeLayout(false);
  1367. this.grbPressure.PerformLayout();
  1368. this.uiGroupBox1.ResumeLayout(false);
  1369. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  1370. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  1371. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  1372. this.uiSplitContainer1.ResumeLayout(false);
  1373. this.ResumeLayout(false);
  1374. }
  1375. #endregion
  1376. private System.Windows.Forms.SplitContainer splitContainerMain;
  1377. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelUp;
  1378. private UCHMI uchmiM01M02;
  1379. private UCHMI uchmiM03;
  1380. private UCHMI uchmiM04M05;
  1381. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelBottom;
  1382. private Sunny.UI.UIGroupBox uiGroupBox3;
  1383. private System.Windows.Forms.Label label4;
  1384. private System.Windows.Forms.Label label3;
  1385. private System.Windows.Forms.Label label2;
  1386. private Sunny.UI.UITextBox txtCurrentWeight;
  1387. private System.Windows.Forms.Label label1;
  1388. private Sunny.UI.UITextBox txtCurrentHeight;
  1389. private Sunny.UI.UISymbolButton btnAllowLayOff;
  1390. private System.Windows.Forms.Label label8;
  1391. private Sunny.UI.UITextBox txt箱数;
  1392. private Sunny.UI.UIGroupBox grbPressure;
  1393. private Sunny.UI.UISymbolButton btnClearPressure;
  1394. private System.Windows.Forms.Label label16;
  1395. private System.Windows.Forms.Label label15;
  1396. private System.Windows.Forms.Label label14;
  1397. private System.Windows.Forms.Label label13;
  1398. private System.Windows.Forms.Label label11;
  1399. private System.Windows.Forms.Label label17;
  1400. private System.Windows.Forms.Label label18;
  1401. private System.Windows.Forms.Label label10;
  1402. private System.Windows.Forms.Label label9;
  1403. private Sunny.UI.UITextBox txt工件计数;
  1404. private Sunny.UI.UITextBox txt保压倒计时;
  1405. private Sunny.UI.UITextBox txt主缸压力;
  1406. private Sunny.UI.UITextBox txt主缸速度;
  1407. private Sunny.UI.UITextBox txt主缸位置;
  1408. private Sunny.UI.UIGroupBox uiGroupBox1;
  1409. private Sunny.UI.UISplitContainer uiSplitContainer1;
  1410. private Sunny.UI.UISymbolButton btn称重开始;
  1411. private Sunny.UI.UISymbolButton btn清料;
  1412. private Sunny.UI.UITextBox txt空桶暂存槽当前数量;
  1413. private Sunny.UI.UILabel uiLabel3;
  1414. private Sunny.UI.UITextBox txt抛盖暂存槽当前数量;
  1415. private Sunny.UI.UILabel uiLabel2;
  1416. private Sunny.UI.UITextBox txt药B暂存当前盒数;
  1417. private Sunny.UI.UITextBox txt药A暂存当前盒数;
  1418. private Sunny.UI.UILabel uiLabel1;
  1419. private Sunny.UI.UILabel uiLabel25;
  1420. private Sunny.UI.UITextBox txt药B称重配比重量;
  1421. private Sunny.UI.UILabel uiLabel9;
  1422. private Sunny.UI.UITextBox txtB料仓5当前重量;
  1423. private Sunny.UI.UILabel uiLabel8;
  1424. private Sunny.UI.UILabel uiLabel16;
  1425. private Sunny.UI.UITextBox txt药A称重配比重量;
  1426. private Sunny.UI.UITextBox txtB料仓4当前重量;
  1427. private Sunny.UI.UILabel uiLabel6;
  1428. private Sunny.UI.UILabel uiLabel15;
  1429. private Sunny.UI.UITextBox txtA料仓1当前重量;
  1430. private Sunny.UI.UITextBox txtB料仓3当前重量;
  1431. private Sunny.UI.UILabel uiLabel7;
  1432. private Sunny.UI.UILabel uiLabel14;
  1433. private Sunny.UI.UITextBox txtA料仓2当前重量;
  1434. private Sunny.UI.UITextBox txtB料仓2当前重量;
  1435. private Sunny.UI.UILabel uiLabel5;
  1436. private Sunny.UI.UILabel uiLabel13;
  1437. private Sunny.UI.UITextBox txtA料仓3当前重量;
  1438. private Sunny.UI.UITextBox txtB料仓1当前重量;
  1439. private Sunny.UI.UILabel uiLabel23;
  1440. private Sunny.UI.UILabel uiLabel4;
  1441. private Sunny.UI.UITextBox txtA料仓4当前重量;
  1442. private Sunny.UI.UITextBox txtA料仓5当前重量;
  1443. private Sunny.UI.UILabel uiLabel12;
  1444. private System.Windows.Forms.Timer timer1;
  1445. private Sunny.UI.UILabel uiLabel11;
  1446. private Sunny.UI.UILabel uiLabel10;
  1447. private Sunny.UI.UITextBox txt动作提示;
  1448. private Sunny.UI.UITextBox txt当前动作;
  1449. private System.Windows.Forms.Label label5;
  1450. private System.Windows.Forms.Label label6;
  1451. private System.Windows.Forms.Label label7;
  1452. private System.Windows.Forms.Label label19;
  1453. private Sunny.UI.UITextBox uiTextBox1;
  1454. private Sunny.UI.UITextBox uiTextBox2;
  1455. private System.Windows.Forms.Label label20;
  1456. private Sunny.UI.UIComboBox uiComboBox1;
  1457. }
  1458. }