FrmParaWrite.Designer.cs 77 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113
  1. namespace HRT_Measure.Windows
  2. {
  3. partial class FrmParaWrite
  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.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
  29. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  30. this.btn箱数 = new Sunny.UI.UISymbolButton();
  31. this.txt箱数 = new Sunny.UI.UITextBox();
  32. this.label9 = new System.Windows.Forms.Label();
  33. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  34. this.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
  35. this.btn空桶暂存槽当前数量 = new Sunny.UI.UISymbolButton();
  36. this.btn抛盖暂存槽当前数量 = new Sunny.UI.UISymbolButton();
  37. this.btn药B暂存当前盒数 = new Sunny.UI.UISymbolButton();
  38. this.btn药A暂存当前盒数 = new Sunny.UI.UISymbolButton();
  39. this.txt空桶暂存槽当前数量 = new Sunny.UI.UITextBox();
  40. this.uiLabel25 = new Sunny.UI.UILabel();
  41. this.txt药A暂存当前盒数 = new Sunny.UI.UITextBox();
  42. this.txt药B暂存当前盒数 = new Sunny.UI.UITextBox();
  43. this.uiLabel3 = new Sunny.UI.UILabel();
  44. this.uiLabel2 = new Sunny.UI.UILabel();
  45. this.uiLabel1 = new Sunny.UI.UILabel();
  46. this.txt抛盖暂存槽当前数量 = new Sunny.UI.UITextBox();
  47. this.btnB料仓5当前重量 = new Sunny.UI.UISymbolButton();
  48. this.btnB料仓4当前重量 = new Sunny.UI.UISymbolButton();
  49. this.btnB料仓3当前重量 = new Sunny.UI.UISymbolButton();
  50. this.btnB料仓2当前重量 = new Sunny.UI.UISymbolButton();
  51. this.btnB料仓1当前重量 = new Sunny.UI.UISymbolButton();
  52. this.btn药B称重配比重量 = new Sunny.UI.UISymbolButton();
  53. this.btnA料仓5当前重量 = new Sunny.UI.UISymbolButton();
  54. this.btnA料仓4当前重量 = new Sunny.UI.UISymbolButton();
  55. this.btnA料仓3当前重量 = new Sunny.UI.UISymbolButton();
  56. this.btnA料仓2当前重量 = new Sunny.UI.UISymbolButton();
  57. this.btnA料仓1当前重量 = new Sunny.UI.UISymbolButton();
  58. this.btn药A称重配比重量 = new Sunny.UI.UISymbolButton();
  59. this.txt药B称重配比重量 = new Sunny.UI.UITextBox();
  60. this.uiLabel9 = new Sunny.UI.UILabel();
  61. this.txtB料仓5当前重量 = new Sunny.UI.UITextBox();
  62. this.uiLabel16 = new Sunny.UI.UILabel();
  63. this.txtB料仓4当前重量 = new Sunny.UI.UITextBox();
  64. this.uiLabel15 = new Sunny.UI.UILabel();
  65. this.txtB料仓3当前重量 = new Sunny.UI.UITextBox();
  66. this.uiLabel14 = new Sunny.UI.UILabel();
  67. this.txtB料仓2当前重量 = new Sunny.UI.UITextBox();
  68. this.uiLabel13 = new Sunny.UI.UILabel();
  69. this.txtB料仓1当前重量 = new Sunny.UI.UITextBox();
  70. this.uiLabel4 = new Sunny.UI.UILabel();
  71. this.uiLabel8 = new Sunny.UI.UILabel();
  72. this.txt药A称重配比重量 = new Sunny.UI.UITextBox();
  73. this.uiLabel6 = new Sunny.UI.UILabel();
  74. this.txtA料仓1当前重量 = new Sunny.UI.UITextBox();
  75. this.uiLabel7 = new Sunny.UI.UILabel();
  76. this.txtA料仓2当前重量 = new Sunny.UI.UITextBox();
  77. this.uiLabel5 = new Sunny.UI.UILabel();
  78. this.txtA料仓3当前重量 = new Sunny.UI.UITextBox();
  79. this.uiLabel23 = new Sunny.UI.UILabel();
  80. this.txtA料仓4当前重量 = new Sunny.UI.UITextBox();
  81. this.txtA料仓5当前重量 = new Sunny.UI.UITextBox();
  82. this.uiLabel12 = new Sunny.UI.UILabel();
  83. this.uiTableLayoutPanel1.SuspendLayout();
  84. this.uiGroupBox3.SuspendLayout();
  85. this.uiGroupBox1.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
  87. this.uiSplitContainer1.Panel1.SuspendLayout();
  88. this.uiSplitContainer1.Panel2.SuspendLayout();
  89. this.uiSplitContainer1.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // uiTableLayoutPanel1
  93. //
  94. this.uiTableLayoutPanel1.BackColor = System.Drawing.Color.AliceBlue;
  95. this.uiTableLayoutPanel1.ColumnCount = 3;
  96. this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  97. this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  98. this.uiTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  99. this.uiTableLayoutPanel1.Controls.Add(this.uiGroupBox3, 0, 0);
  100. this.uiTableLayoutPanel1.Controls.Add(this.uiGroupBox1, 0, 0);
  101. this.uiTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.uiTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  103. this.uiTableLayoutPanel1.Name = "uiTableLayoutPanel1";
  104. this.uiTableLayoutPanel1.RowCount = 1;
  105. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  106. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  107. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  108. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  109. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  110. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  111. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  112. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  113. this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  114. this.uiTableLayoutPanel1.Size = new System.Drawing.Size(1904, 1041);
  115. this.uiTableLayoutPanel1.Style = Sunny.UI.UIStyle.Custom;
  116. this.uiTableLayoutPanel1.TabIndex = 0;
  117. this.uiTableLayoutPanel1.TagString = null;
  118. //
  119. // uiGroupBox3
  120. //
  121. this.uiGroupBox3.Controls.Add(this.btn箱数);
  122. this.uiGroupBox3.Controls.Add(this.txt箱数);
  123. this.uiGroupBox3.Controls.Add(this.label9);
  124. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.uiGroupBox3.FillColor = System.Drawing.Color.AliceBlue;
  126. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.uiGroupBox3.ForeColor = System.Drawing.Color.Black;
  128. this.uiGroupBox3.Location = new System.Drawing.Point(638, 5);
  129. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  130. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  131. this.uiGroupBox3.Name = "uiGroupBox3";
  132. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  133. this.uiGroupBox3.Size = new System.Drawing.Size(626, 1031);
  134. this.uiGroupBox3.Style = Sunny.UI.UIStyle.Custom;
  135. this.uiGroupBox3.TabIndex = 2;
  136. this.uiGroupBox3.Text = "检测装箱";
  137. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  138. this.uiGroupBox3.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  139. //
  140. // btn箱数
  141. //
  142. this.btn箱数.Cursor = System.Windows.Forms.Cursors.Hand;
  143. this.btn箱数.FillColor = System.Drawing.Color.AliceBlue;
  144. this.btn箱数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btn箱数.ForeColor = System.Drawing.Color.Black;
  146. this.btn箱数.Location = new System.Drawing.Point(430, 60);
  147. this.btn箱数.MinimumSize = new System.Drawing.Size(1, 1);
  148. this.btn箱数.Name = "btn箱数";
  149. this.btn箱数.Size = new System.Drawing.Size(98, 31);
  150. this.btn箱数.Style = Sunny.UI.UIStyle.Custom;
  151. this.btn箱数.Symbol = 61483;
  152. this.btn箱数.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  153. this.btn箱数.TabIndex = 241;
  154. this.btn箱数.Text = "写入";
  155. this.btn箱数.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.btn箱数.Click += new System.EventHandler(this.btnM04M05_Click);
  157. //
  158. // txt箱数
  159. //
  160. this.txt箱数.Cursor = System.Windows.Forms.Cursors.IBeam;
  161. this.txt箱数.FillColor = System.Drawing.Color.AliceBlue;
  162. this.txt箱数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.txt箱数.ForeColor = System.Drawing.Color.Black;
  164. this.txt箱数.Location = new System.Drawing.Point(252, 57);
  165. this.txt箱数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  166. this.txt箱数.MinimumSize = new System.Drawing.Size(1, 16);
  167. this.txt箱数.Name = "txt箱数";
  168. this.txt箱数.Padding = new System.Windows.Forms.Padding(5);
  169. this.txt箱数.ShowText = false;
  170. this.txt箱数.Size = new System.Drawing.Size(105, 31);
  171. this.txt箱数.Style = Sunny.UI.UIStyle.Custom;
  172. this.txt箱数.TabIndex = 233;
  173. this.txt箱数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  174. this.txt箱数.Watermark = "";
  175. //
  176. // label9
  177. //
  178. this.label9.AutoSize = true;
  179. this.label9.ForeColor = System.Drawing.Color.Black;
  180. this.label9.Location = new System.Drawing.Point(50, 59);
  181. this.label9.Name = "label9";
  182. this.label9.Size = new System.Drawing.Size(76, 21);
  183. this.label9.TabIndex = 217;
  184. this.label9.Text = "M05箱数";
  185. //
  186. // uiGroupBox1
  187. //
  188. this.uiGroupBox1.Controls.Add(this.uiSplitContainer1);
  189. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.uiGroupBox1.FillColor = System.Drawing.Color.AliceBlue;
  191. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.uiGroupBox1.ForeColor = System.Drawing.Color.Black;
  193. this.uiGroupBox1.Location = new System.Drawing.Point(4, 5);
  194. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  195. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  196. this.uiGroupBox1.Name = "uiGroupBox1";
  197. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  198. this.uiGroupBox1.Size = new System.Drawing.Size(626, 1031);
  199. this.uiGroupBox1.Style = Sunny.UI.UIStyle.Custom;
  200. this.uiGroupBox1.TabIndex = 0;
  201. this.uiGroupBox1.Text = "上料称重";
  202. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  203. this.uiGroupBox1.TitleAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  204. //
  205. // uiSplitContainer1
  206. //
  207. this.uiSplitContainer1.BarColor = System.Drawing.Color.AliceBlue;
  208. this.uiSplitContainer1.CollapsePanel = Sunny.UI.UISplitContainer.UICollapsePanel.None;
  209. this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
  210. this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  211. this.uiSplitContainer1.Location = new System.Drawing.Point(0, 32);
  212. this.uiSplitContainer1.MinimumSize = new System.Drawing.Size(20, 20);
  213. this.uiSplitContainer1.Name = "uiSplitContainer1";
  214. this.uiSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  215. //
  216. // uiSplitContainer1.Panel1
  217. //
  218. this.uiSplitContainer1.Panel1.Controls.Add(this.btn空桶暂存槽当前数量);
  219. this.uiSplitContainer1.Panel1.Controls.Add(this.btn抛盖暂存槽当前数量);
  220. this.uiSplitContainer1.Panel1.Controls.Add(this.btn药B暂存当前盒数);
  221. this.uiSplitContainer1.Panel1.Controls.Add(this.btn药A暂存当前盒数);
  222. this.uiSplitContainer1.Panel1.Controls.Add(this.txt空桶暂存槽当前数量);
  223. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel25);
  224. this.uiSplitContainer1.Panel1.Controls.Add(this.txt药A暂存当前盒数);
  225. this.uiSplitContainer1.Panel1.Controls.Add(this.txt药B暂存当前盒数);
  226. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel3);
  227. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel2);
  228. this.uiSplitContainer1.Panel1.Controls.Add(this.uiLabel1);
  229. this.uiSplitContainer1.Panel1.Controls.Add(this.txt抛盖暂存槽当前数量);
  230. //
  231. // uiSplitContainer1.Panel2
  232. //
  233. this.uiSplitContainer1.Panel2.Controls.Add(this.btnB料仓5当前重量);
  234. this.uiSplitContainer1.Panel2.Controls.Add(this.btnB料仓4当前重量);
  235. this.uiSplitContainer1.Panel2.Controls.Add(this.btnB料仓3当前重量);
  236. this.uiSplitContainer1.Panel2.Controls.Add(this.btnB料仓2当前重量);
  237. this.uiSplitContainer1.Panel2.Controls.Add(this.btnB料仓1当前重量);
  238. this.uiSplitContainer1.Panel2.Controls.Add(this.btn药B称重配比重量);
  239. this.uiSplitContainer1.Panel2.Controls.Add(this.btnA料仓5当前重量);
  240. this.uiSplitContainer1.Panel2.Controls.Add(this.btnA料仓4当前重量);
  241. this.uiSplitContainer1.Panel2.Controls.Add(this.btnA料仓3当前重量);
  242. this.uiSplitContainer1.Panel2.Controls.Add(this.btnA料仓2当前重量);
  243. this.uiSplitContainer1.Panel2.Controls.Add(this.btnA料仓1当前重量);
  244. this.uiSplitContainer1.Panel2.Controls.Add(this.btn药A称重配比重量);
  245. this.uiSplitContainer1.Panel2.Controls.Add(this.txt药B称重配比重量);
  246. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel9);
  247. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓5当前重量);
  248. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel16);
  249. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓4当前重量);
  250. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel15);
  251. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓3当前重量);
  252. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel14);
  253. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓2当前重量);
  254. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel13);
  255. this.uiSplitContainer1.Panel2.Controls.Add(this.txtB料仓1当前重量);
  256. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel4);
  257. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel8);
  258. this.uiSplitContainer1.Panel2.Controls.Add(this.txt药A称重配比重量);
  259. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel6);
  260. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓1当前重量);
  261. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel7);
  262. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓2当前重量);
  263. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel5);
  264. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓3当前重量);
  265. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel23);
  266. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓4当前重量);
  267. this.uiSplitContainer1.Panel2.Controls.Add(this.txtA料仓5当前重量);
  268. this.uiSplitContainer1.Panel2.Controls.Add(this.uiLabel12);
  269. this.uiSplitContainer1.Size = new System.Drawing.Size(626, 999);
  270. this.uiSplitContainer1.SplitterDistance = 246;
  271. this.uiSplitContainer1.SplitterWidth = 11;
  272. this.uiSplitContainer1.Style = Sunny.UI.UIStyle.Custom;
  273. this.uiSplitContainer1.TabIndex = 0;
  274. //
  275. // btn空桶暂存槽当前数量
  276. //
  277. this.btn空桶暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.Hand;
  278. this.btn空桶暂存槽当前数量.FillColor = System.Drawing.Color.AliceBlue;
  279. this.btn空桶暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btn空桶暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
  281. this.btn空桶暂存槽当前数量.Location = new System.Drawing.Point(380, 171);
  282. this.btn空桶暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 1);
  283. this.btn空桶暂存槽当前数量.Name = "btn空桶暂存槽当前数量";
  284. this.btn空桶暂存槽当前数量.Size = new System.Drawing.Size(98, 31);
  285. this.btn空桶暂存槽当前数量.Symbol = 61483;
  286. this.btn空桶暂存槽当前数量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  287. this.btn空桶暂存槽当前数量.TabIndex = 187;
  288. this.btn空桶暂存槽当前数量.Text = "写入";
  289. this.btn空桶暂存槽当前数量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.btn空桶暂存槽当前数量.Click += new System.EventHandler(this.btnM01_Click);
  291. //
  292. // btn抛盖暂存槽当前数量
  293. //
  294. this.btn抛盖暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.Hand;
  295. this.btn抛盖暂存槽当前数量.FillColor = System.Drawing.Color.AliceBlue;
  296. this.btn抛盖暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.btn抛盖暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
  298. this.btn抛盖暂存槽当前数量.Location = new System.Drawing.Point(380, 118);
  299. this.btn抛盖暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 1);
  300. this.btn抛盖暂存槽当前数量.Name = "btn抛盖暂存槽当前数量";
  301. this.btn抛盖暂存槽当前数量.Size = new System.Drawing.Size(98, 31);
  302. this.btn抛盖暂存槽当前数量.Symbol = 61483;
  303. this.btn抛盖暂存槽当前数量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  304. this.btn抛盖暂存槽当前数量.TabIndex = 186;
  305. this.btn抛盖暂存槽当前数量.Text = "写入";
  306. this.btn抛盖暂存槽当前数量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.btn抛盖暂存槽当前数量.Click += new System.EventHandler(this.btnM01_Click);
  308. //
  309. // btn药B暂存当前盒数
  310. //
  311. this.btn药B暂存当前盒数.Cursor = System.Windows.Forms.Cursors.Hand;
  312. this.btn药B暂存当前盒数.FillColor = System.Drawing.Color.AliceBlue;
  313. this.btn药B暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.btn药B暂存当前盒数.ForeColor = System.Drawing.Color.Black;
  315. this.btn药B暂存当前盒数.Location = new System.Drawing.Point(380, 66);
  316. this.btn药B暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 1);
  317. this.btn药B暂存当前盒数.Name = "btn药B暂存当前盒数";
  318. this.btn药B暂存当前盒数.Size = new System.Drawing.Size(98, 31);
  319. this.btn药B暂存当前盒数.Symbol = 61483;
  320. this.btn药B暂存当前盒数.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  321. this.btn药B暂存当前盒数.TabIndex = 185;
  322. this.btn药B暂存当前盒数.Text = "写入";
  323. this.btn药B暂存当前盒数.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.btn药B暂存当前盒数.Click += new System.EventHandler(this.btnM01_Click);
  325. //
  326. // btn药A暂存当前盒数
  327. //
  328. this.btn药A暂存当前盒数.Cursor = System.Windows.Forms.Cursors.Hand;
  329. this.btn药A暂存当前盒数.FillColor = System.Drawing.Color.AliceBlue;
  330. this.btn药A暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.btn药A暂存当前盒数.ForeColor = System.Drawing.Color.Black;
  332. this.btn药A暂存当前盒数.Location = new System.Drawing.Point(380, 19);
  333. this.btn药A暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 1);
  334. this.btn药A暂存当前盒数.Name = "btn药A暂存当前盒数";
  335. this.btn药A暂存当前盒数.Size = new System.Drawing.Size(98, 31);
  336. this.btn药A暂存当前盒数.Symbol = 61483;
  337. this.btn药A暂存当前盒数.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  338. this.btn药A暂存当前盒数.TabIndex = 184;
  339. this.btn药A暂存当前盒数.Text = "写入";
  340. this.btn药A暂存当前盒数.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.btn药A暂存当前盒数.Click += new System.EventHandler(this.btnM01_Click);
  342. //
  343. // txt空桶暂存槽当前数量
  344. //
  345. this.txt空桶暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  346. this.txt空桶暂存槽当前数量.FillColor = System.Drawing.Color.AliceBlue;
  347. this.txt空桶暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.txt空桶暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
  349. this.txt空桶暂存槽当前数量.Location = new System.Drawing.Point(227, 171);
  350. this.txt空桶暂存槽当前数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  351. this.txt空桶暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 16);
  352. this.txt空桶暂存槽当前数量.Name = "txt空桶暂存槽当前数量";
  353. this.txt空桶暂存槽当前数量.Padding = new System.Windows.Forms.Padding(5);
  354. this.txt空桶暂存槽当前数量.ShowText = false;
  355. this.txt空桶暂存槽当前数量.Size = new System.Drawing.Size(105, 31);
  356. this.txt空桶暂存槽当前数量.Style = Sunny.UI.UIStyle.Custom;
  357. this.txt空桶暂存槽当前数量.TabIndex = 183;
  358. this.txt空桶暂存槽当前数量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  359. this.txt空桶暂存槽当前数量.Watermark = "";
  360. //
  361. // uiLabel25
  362. //
  363. this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.uiLabel25.ForeColor = System.Drawing.Color.Black;
  365. this.uiLabel25.Location = new System.Drawing.Point(46, 19);
  366. this.uiLabel25.Name = "uiLabel25";
  367. this.uiLabel25.Size = new System.Drawing.Size(144, 27);
  368. this.uiLabel25.Style = Sunny.UI.UIStyle.Custom;
  369. this.uiLabel25.TabIndex = 176;
  370. this.uiLabel25.Text = "药A暂存当前盒数";
  371. this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  372. //
  373. // txt药A暂存当前盒数
  374. //
  375. this.txt药A暂存当前盒数.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(24)))));
  376. this.txt药A暂存当前盒数.Cursor = System.Windows.Forms.Cursors.IBeam;
  377. this.txt药A暂存当前盒数.FillColor = System.Drawing.Color.AliceBlue;
  378. this.txt药A暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.txt药A暂存当前盒数.ForeColor = System.Drawing.Color.Black;
  380. this.txt药A暂存当前盒数.Location = new System.Drawing.Point(227, 19);
  381. this.txt药A暂存当前盒数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  382. this.txt药A暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 16);
  383. this.txt药A暂存当前盒数.Name = "txt药A暂存当前盒数";
  384. this.txt药A暂存当前盒数.Padding = new System.Windows.Forms.Padding(5);
  385. this.txt药A暂存当前盒数.ShowText = false;
  386. this.txt药A暂存当前盒数.Size = new System.Drawing.Size(105, 31);
  387. this.txt药A暂存当前盒数.Style = Sunny.UI.UIStyle.Custom;
  388. this.txt药A暂存当前盒数.TabIndex = 177;
  389. this.txt药A暂存当前盒数.Text = "000";
  390. this.txt药A暂存当前盒数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  391. this.txt药A暂存当前盒数.Watermark = "";
  392. //
  393. // txt药B暂存当前盒数
  394. //
  395. this.txt药B暂存当前盒数.Cursor = System.Windows.Forms.Cursors.IBeam;
  396. this.txt药B暂存当前盒数.FillColor = System.Drawing.Color.AliceBlue;
  397. this.txt药B暂存当前盒数.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.txt药B暂存当前盒数.ForeColor = System.Drawing.Color.Black;
  399. this.txt药B暂存当前盒数.Location = new System.Drawing.Point(227, 66);
  400. this.txt药B暂存当前盒数.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  401. this.txt药B暂存当前盒数.MinimumSize = new System.Drawing.Size(1, 16);
  402. this.txt药B暂存当前盒数.Name = "txt药B暂存当前盒数";
  403. this.txt药B暂存当前盒数.Padding = new System.Windows.Forms.Padding(5);
  404. this.txt药B暂存当前盒数.ShowText = false;
  405. this.txt药B暂存当前盒数.Size = new System.Drawing.Size(105, 31);
  406. this.txt药B暂存当前盒数.Style = Sunny.UI.UIStyle.Custom;
  407. this.txt药B暂存当前盒数.TabIndex = 179;
  408. this.txt药B暂存当前盒数.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  409. this.txt药B暂存当前盒数.Watermark = "";
  410. //
  411. // uiLabel3
  412. //
  413. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.uiLabel3.ForeColor = System.Drawing.Color.Black;
  415. this.uiLabel3.Location = new System.Drawing.Point(46, 173);
  416. this.uiLabel3.Name = "uiLabel3";
  417. this.uiLabel3.Size = new System.Drawing.Size(155, 27);
  418. this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
  419. this.uiLabel3.TabIndex = 182;
  420. this.uiLabel3.Text = "空桶暂存槽当前数量";
  421. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  422. //
  423. // uiLabel2
  424. //
  425. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.uiLabel2.ForeColor = System.Drawing.Color.Black;
  427. this.uiLabel2.Location = new System.Drawing.Point(46, 118);
  428. this.uiLabel2.Name = "uiLabel2";
  429. this.uiLabel2.Size = new System.Drawing.Size(144, 27);
  430. this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
  431. this.uiLabel2.TabIndex = 180;
  432. this.uiLabel2.Text = "抛盖暂存当前数量";
  433. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  434. //
  435. // uiLabel1
  436. //
  437. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.uiLabel1.ForeColor = System.Drawing.Color.Black;
  439. this.uiLabel1.Location = new System.Drawing.Point(46, 66);
  440. this.uiLabel1.Name = "uiLabel1";
  441. this.uiLabel1.Size = new System.Drawing.Size(144, 27);
  442. this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
  443. this.uiLabel1.TabIndex = 178;
  444. this.uiLabel1.Text = "药B暂存当前盒数";
  445. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  446. //
  447. // txt抛盖暂存槽当前数量
  448. //
  449. this.txt抛盖暂存槽当前数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  450. this.txt抛盖暂存槽当前数量.FillColor = System.Drawing.Color.AliceBlue;
  451. this.txt抛盖暂存槽当前数量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.txt抛盖暂存槽当前数量.ForeColor = System.Drawing.Color.Black;
  453. this.txt抛盖暂存槽当前数量.Location = new System.Drawing.Point(227, 118);
  454. this.txt抛盖暂存槽当前数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  455. this.txt抛盖暂存槽当前数量.MinimumSize = new System.Drawing.Size(1, 16);
  456. this.txt抛盖暂存槽当前数量.Name = "txt抛盖暂存槽当前数量";
  457. this.txt抛盖暂存槽当前数量.Padding = new System.Windows.Forms.Padding(5);
  458. this.txt抛盖暂存槽当前数量.ShowText = false;
  459. this.txt抛盖暂存槽当前数量.Size = new System.Drawing.Size(105, 31);
  460. this.txt抛盖暂存槽当前数量.Style = Sunny.UI.UIStyle.Custom;
  461. this.txt抛盖暂存槽当前数量.TabIndex = 181;
  462. this.txt抛盖暂存槽当前数量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  463. this.txt抛盖暂存槽当前数量.Watermark = "";
  464. //
  465. // btnB料仓5当前重量
  466. //
  467. this.btnB料仓5当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  468. this.btnB料仓5当前重量.FillColor = System.Drawing.Color.AliceBlue;
  469. this.btnB料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.btnB料仓5当前重量.ForeColor = System.Drawing.Color.Black;
  471. this.btnB料仓5当前重量.Location = new System.Drawing.Point(380, 564);
  472. this.btnB料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  473. this.btnB料仓5当前重量.Name = "btnB料仓5当前重量";
  474. this.btnB料仓5当前重量.Size = new System.Drawing.Size(98, 31);
  475. this.btnB料仓5当前重量.Symbol = 61483;
  476. this.btnB料仓5当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  477. this.btnB料仓5当前重量.TabIndex = 210;
  478. this.btnB料仓5当前重量.Text = "写入";
  479. this.btnB料仓5当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  480. this.btnB料仓5当前重量.Click += new System.EventHandler(this.btnM02_Click);
  481. //
  482. // btnB料仓4当前重量
  483. //
  484. this.btnB料仓4当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  485. this.btnB料仓4当前重量.FillColor = System.Drawing.Color.AliceBlue;
  486. this.btnB料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.btnB料仓4当前重量.ForeColor = System.Drawing.Color.Black;
  488. this.btnB料仓4当前重量.Location = new System.Drawing.Point(380, 515);
  489. this.btnB料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  490. this.btnB料仓4当前重量.Name = "btnB料仓4当前重量";
  491. this.btnB料仓4当前重量.Size = new System.Drawing.Size(98, 31);
  492. this.btnB料仓4当前重量.Symbol = 61483;
  493. this.btnB料仓4当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  494. this.btnB料仓4当前重量.TabIndex = 209;
  495. this.btnB料仓4当前重量.Text = "写入";
  496. this.btnB料仓4当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.btnB料仓4当前重量.Click += new System.EventHandler(this.btnM02_Click);
  498. //
  499. // btnB料仓3当前重量
  500. //
  501. this.btnB料仓3当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  502. this.btnB料仓3当前重量.FillColor = System.Drawing.Color.AliceBlue;
  503. this.btnB料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.btnB料仓3当前重量.ForeColor = System.Drawing.Color.Black;
  505. this.btnB料仓3当前重量.Location = new System.Drawing.Point(380, 466);
  506. this.btnB料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  507. this.btnB料仓3当前重量.Name = "btnB料仓3当前重量";
  508. this.btnB料仓3当前重量.Size = new System.Drawing.Size(98, 31);
  509. this.btnB料仓3当前重量.Symbol = 61483;
  510. this.btnB料仓3当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  511. this.btnB料仓3当前重量.TabIndex = 208;
  512. this.btnB料仓3当前重量.Text = "写入";
  513. this.btnB料仓3当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.btnB料仓3当前重量.Click += new System.EventHandler(this.btnM02_Click);
  515. //
  516. // btnB料仓2当前重量
  517. //
  518. this.btnB料仓2当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  519. this.btnB料仓2当前重量.FillColor = System.Drawing.Color.AliceBlue;
  520. this.btnB料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  521. this.btnB料仓2当前重量.ForeColor = System.Drawing.Color.Black;
  522. this.btnB料仓2当前重量.Location = new System.Drawing.Point(380, 417);
  523. this.btnB料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  524. this.btnB料仓2当前重量.Name = "btnB料仓2当前重量";
  525. this.btnB料仓2当前重量.Size = new System.Drawing.Size(98, 31);
  526. this.btnB料仓2当前重量.Symbol = 61483;
  527. this.btnB料仓2当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  528. this.btnB料仓2当前重量.TabIndex = 207;
  529. this.btnB料仓2当前重量.Text = "写入";
  530. this.btnB料仓2当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  531. this.btnB料仓2当前重量.Click += new System.EventHandler(this.btnM02_Click);
  532. //
  533. // btnB料仓1当前重量
  534. //
  535. this.btnB料仓1当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  536. this.btnB料仓1当前重量.FillColor = System.Drawing.Color.AliceBlue;
  537. this.btnB料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.btnB料仓1当前重量.ForeColor = System.Drawing.Color.Black;
  539. this.btnB料仓1当前重量.Location = new System.Drawing.Point(380, 368);
  540. this.btnB料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  541. this.btnB料仓1当前重量.Name = "btnB料仓1当前重量";
  542. this.btnB料仓1当前重量.Size = new System.Drawing.Size(98, 31);
  543. this.btnB料仓1当前重量.Symbol = 61483;
  544. this.btnB料仓1当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  545. this.btnB料仓1当前重量.TabIndex = 206;
  546. this.btnB料仓1当前重量.Text = "写入";
  547. this.btnB料仓1当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.btnB料仓1当前重量.Click += new System.EventHandler(this.btnM02_Click);
  549. //
  550. // btn药B称重配比重量
  551. //
  552. this.btn药B称重配比重量.Cursor = System.Windows.Forms.Cursors.Hand;
  553. this.btn药B称重配比重量.FillColor = System.Drawing.Color.AliceBlue;
  554. this.btn药B称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.btn药B称重配比重量.ForeColor = System.Drawing.Color.Black;
  556. this.btn药B称重配比重量.Location = new System.Drawing.Point(380, 319);
  557. this.btn药B称重配比重量.MinimumSize = new System.Drawing.Size(1, 1);
  558. this.btn药B称重配比重量.Name = "btn药B称重配比重量";
  559. this.btn药B称重配比重量.Size = new System.Drawing.Size(98, 31);
  560. this.btn药B称重配比重量.Symbol = 61483;
  561. this.btn药B称重配比重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  562. this.btn药B称重配比重量.TabIndex = 205;
  563. this.btn药B称重配比重量.Text = "写入";
  564. this.btn药B称重配比重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.btn药B称重配比重量.Click += new System.EventHandler(this.btnM02_Click);
  566. //
  567. // btnA料仓5当前重量
  568. //
  569. this.btnA料仓5当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  570. this.btnA料仓5当前重量.FillColor = System.Drawing.Color.AliceBlue;
  571. this.btnA料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.btnA料仓5当前重量.ForeColor = System.Drawing.Color.Black;
  573. this.btnA料仓5当前重量.Location = new System.Drawing.Point(380, 270);
  574. this.btnA料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  575. this.btnA料仓5当前重量.Name = "btnA料仓5当前重量";
  576. this.btnA料仓5当前重量.Size = new System.Drawing.Size(98, 31);
  577. this.btnA料仓5当前重量.Symbol = 61483;
  578. this.btnA料仓5当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  579. this.btnA料仓5当前重量.TabIndex = 204;
  580. this.btnA料仓5当前重量.Text = "写入";
  581. this.btnA料仓5当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.btnA料仓5当前重量.Click += new System.EventHandler(this.btnM02_Click);
  583. //
  584. // btnA料仓4当前重量
  585. //
  586. this.btnA料仓4当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  587. this.btnA料仓4当前重量.FillColor = System.Drawing.Color.AliceBlue;
  588. this.btnA料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.btnA料仓4当前重量.ForeColor = System.Drawing.Color.Black;
  590. this.btnA料仓4当前重量.Location = new System.Drawing.Point(380, 221);
  591. this.btnA料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  592. this.btnA料仓4当前重量.Name = "btnA料仓4当前重量";
  593. this.btnA料仓4当前重量.Size = new System.Drawing.Size(98, 31);
  594. this.btnA料仓4当前重量.Symbol = 61483;
  595. this.btnA料仓4当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  596. this.btnA料仓4当前重量.TabIndex = 203;
  597. this.btnA料仓4当前重量.Text = "写入";
  598. this.btnA料仓4当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.btnA料仓4当前重量.Click += new System.EventHandler(this.btnM02_Click);
  600. //
  601. // btnA料仓3当前重量
  602. //
  603. this.btnA料仓3当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  604. this.btnA料仓3当前重量.FillColor = System.Drawing.Color.AliceBlue;
  605. this.btnA料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  606. this.btnA料仓3当前重量.ForeColor = System.Drawing.Color.Black;
  607. this.btnA料仓3当前重量.Location = new System.Drawing.Point(380, 172);
  608. this.btnA料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  609. this.btnA料仓3当前重量.Name = "btnA料仓3当前重量";
  610. this.btnA料仓3当前重量.Size = new System.Drawing.Size(98, 31);
  611. this.btnA料仓3当前重量.Symbol = 61483;
  612. this.btnA料仓3当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  613. this.btnA料仓3当前重量.TabIndex = 202;
  614. this.btnA料仓3当前重量.Text = "写入";
  615. this.btnA料仓3当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.btnA料仓3当前重量.Click += new System.EventHandler(this.btnM02_Click);
  617. //
  618. // btnA料仓2当前重量
  619. //
  620. this.btnA料仓2当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  621. this.btnA料仓2当前重量.FillColor = System.Drawing.Color.AliceBlue;
  622. this.btnA料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.btnA料仓2当前重量.ForeColor = System.Drawing.Color.Black;
  624. this.btnA料仓2当前重量.Location = new System.Drawing.Point(380, 123);
  625. this.btnA料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  626. this.btnA料仓2当前重量.Name = "btnA料仓2当前重量";
  627. this.btnA料仓2当前重量.Size = new System.Drawing.Size(98, 31);
  628. this.btnA料仓2当前重量.Symbol = 61483;
  629. this.btnA料仓2当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  630. this.btnA料仓2当前重量.TabIndex = 201;
  631. this.btnA料仓2当前重量.Text = "写入";
  632. this.btnA料仓2当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  633. this.btnA料仓2当前重量.Click += new System.EventHandler(this.btnM02_Click);
  634. //
  635. // btnA料仓1当前重量
  636. //
  637. this.btnA料仓1当前重量.Cursor = System.Windows.Forms.Cursors.Hand;
  638. this.btnA料仓1当前重量.FillColor = System.Drawing.Color.AliceBlue;
  639. this.btnA料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. this.btnA料仓1当前重量.ForeColor = System.Drawing.Color.Black;
  641. this.btnA料仓1当前重量.Location = new System.Drawing.Point(380, 74);
  642. this.btnA料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 1);
  643. this.btnA料仓1当前重量.Name = "btnA料仓1当前重量";
  644. this.btnA料仓1当前重量.Size = new System.Drawing.Size(98, 31);
  645. this.btnA料仓1当前重量.Symbol = 61483;
  646. this.btnA料仓1当前重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  647. this.btnA料仓1当前重量.TabIndex = 200;
  648. this.btnA料仓1当前重量.Text = "写入";
  649. this.btnA料仓1当前重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.btnA料仓1当前重量.Click += new System.EventHandler(this.btnM02_Click);
  651. //
  652. // btn药A称重配比重量
  653. //
  654. this.btn药A称重配比重量.Cursor = System.Windows.Forms.Cursors.Hand;
  655. this.btn药A称重配比重量.FillColor = System.Drawing.Color.AliceBlue;
  656. this.btn药A称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.btn药A称重配比重量.ForeColor = System.Drawing.Color.Black;
  658. this.btn药A称重配比重量.Location = new System.Drawing.Point(380, 25);
  659. this.btn药A称重配比重量.MinimumSize = new System.Drawing.Size(1, 1);
  660. this.btn药A称重配比重量.Name = "btn药A称重配比重量";
  661. this.btn药A称重配比重量.Size = new System.Drawing.Size(98, 31);
  662. this.btn药A称重配比重量.Symbol = 61483;
  663. this.btn药A称重配比重量.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  664. this.btn药A称重配比重量.TabIndex = 188;
  665. this.btn药A称重配比重量.Text = "写入";
  666. this.btn药A称重配比重量.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  667. this.btn药A称重配比重量.Click += new System.EventHandler(this.btnM02_Click);
  668. //
  669. // txt药B称重配比重量
  670. //
  671. this.txt药B称重配比重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  672. this.txt药B称重配比重量.FillColor = System.Drawing.Color.AliceBlue;
  673. this.txt药B称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.txt药B称重配比重量.ForeColor = System.Drawing.Color.Black;
  675. this.txt药B称重配比重量.Location = new System.Drawing.Point(227, 319);
  676. this.txt药B称重配比重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  677. this.txt药B称重配比重量.MinimumSize = new System.Drawing.Size(1, 16);
  678. this.txt药B称重配比重量.Name = "txt药B称重配比重量";
  679. this.txt药B称重配比重量.Padding = new System.Windows.Forms.Padding(5);
  680. this.txt药B称重配比重量.ShowText = false;
  681. this.txt药B称重配比重量.Size = new System.Drawing.Size(105, 31);
  682. this.txt药B称重配比重量.Style = Sunny.UI.UIStyle.Custom;
  683. this.txt药B称重配比重量.TabIndex = 192;
  684. this.txt药B称重配比重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  685. this.txt药B称重配比重量.Watermark = "";
  686. //
  687. // uiLabel9
  688. //
  689. this.uiLabel9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  690. this.uiLabel9.ForeColor = System.Drawing.Color.Black;
  691. this.uiLabel9.Location = new System.Drawing.Point(46, 319);
  692. this.uiLabel9.Name = "uiLabel9";
  693. this.uiLabel9.Size = new System.Drawing.Size(144, 27);
  694. this.uiLabel9.Style = Sunny.UI.UIStyle.Custom;
  695. this.uiLabel9.TabIndex = 190;
  696. this.uiLabel9.Text = "药B称重配比重量";
  697. this.uiLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  698. //
  699. // txtB料仓5当前重量
  700. //
  701. this.txtB料仓5当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  702. this.txtB料仓5当前重量.FillColor = System.Drawing.Color.AliceBlue;
  703. this.txtB料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  704. this.txtB料仓5当前重量.ForeColor = System.Drawing.Color.Black;
  705. this.txtB料仓5当前重量.Location = new System.Drawing.Point(227, 564);
  706. this.txtB料仓5当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  707. this.txtB料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  708. this.txtB料仓5当前重量.Name = "txtB料仓5当前重量";
  709. this.txtB料仓5当前重量.Padding = new System.Windows.Forms.Padding(5);
  710. this.txtB料仓5当前重量.ShowText = false;
  711. this.txtB料仓5当前重量.Size = new System.Drawing.Size(105, 31);
  712. this.txtB料仓5当前重量.Style = Sunny.UI.UIStyle.Custom;
  713. this.txtB料仓5当前重量.TabIndex = 199;
  714. this.txtB料仓5当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  715. this.txtB料仓5当前重量.Watermark = "";
  716. //
  717. // uiLabel16
  718. //
  719. this.uiLabel16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.uiLabel16.ForeColor = System.Drawing.Color.Black;
  721. this.uiLabel16.Location = new System.Drawing.Point(46, 564);
  722. this.uiLabel16.Name = "uiLabel16";
  723. this.uiLabel16.Size = new System.Drawing.Size(144, 27);
  724. this.uiLabel16.Style = Sunny.UI.UIStyle.Custom;
  725. this.uiLabel16.TabIndex = 198;
  726. this.uiLabel16.Text = "B料仓5当前重量";
  727. this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  728. //
  729. // txtB料仓4当前重量
  730. //
  731. this.txtB料仓4当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  732. this.txtB料仓4当前重量.FillColor = System.Drawing.Color.AliceBlue;
  733. this.txtB料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  734. this.txtB料仓4当前重量.ForeColor = System.Drawing.Color.Black;
  735. this.txtB料仓4当前重量.Location = new System.Drawing.Point(227, 515);
  736. this.txtB料仓4当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  737. this.txtB料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  738. this.txtB料仓4当前重量.Name = "txtB料仓4当前重量";
  739. this.txtB料仓4当前重量.Padding = new System.Windows.Forms.Padding(5);
  740. this.txtB料仓4当前重量.ShowText = false;
  741. this.txtB料仓4当前重量.Size = new System.Drawing.Size(105, 31);
  742. this.txtB料仓4当前重量.Style = Sunny.UI.UIStyle.Custom;
  743. this.txtB料仓4当前重量.TabIndex = 197;
  744. this.txtB料仓4当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  745. this.txtB料仓4当前重量.Watermark = "";
  746. //
  747. // uiLabel15
  748. //
  749. this.uiLabel15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  750. this.uiLabel15.ForeColor = System.Drawing.Color.Black;
  751. this.uiLabel15.Location = new System.Drawing.Point(46, 515);
  752. this.uiLabel15.Name = "uiLabel15";
  753. this.uiLabel15.Size = new System.Drawing.Size(144, 27);
  754. this.uiLabel15.Style = Sunny.UI.UIStyle.Custom;
  755. this.uiLabel15.TabIndex = 196;
  756. this.uiLabel15.Text = "B料仓4当前重量";
  757. this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  758. //
  759. // txtB料仓3当前重量
  760. //
  761. this.txtB料仓3当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  762. this.txtB料仓3当前重量.FillColor = System.Drawing.Color.AliceBlue;
  763. this.txtB料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.txtB料仓3当前重量.ForeColor = System.Drawing.Color.Black;
  765. this.txtB料仓3当前重量.Location = new System.Drawing.Point(227, 466);
  766. this.txtB料仓3当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  767. this.txtB料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  768. this.txtB料仓3当前重量.Name = "txtB料仓3当前重量";
  769. this.txtB料仓3当前重量.Padding = new System.Windows.Forms.Padding(5);
  770. this.txtB料仓3当前重量.ShowText = false;
  771. this.txtB料仓3当前重量.Size = new System.Drawing.Size(105, 31);
  772. this.txtB料仓3当前重量.Style = Sunny.UI.UIStyle.Custom;
  773. this.txtB料仓3当前重量.TabIndex = 195;
  774. this.txtB料仓3当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  775. this.txtB料仓3当前重量.Watermark = "";
  776. //
  777. // uiLabel14
  778. //
  779. this.uiLabel14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  780. this.uiLabel14.ForeColor = System.Drawing.Color.Black;
  781. this.uiLabel14.Location = new System.Drawing.Point(46, 466);
  782. this.uiLabel14.Name = "uiLabel14";
  783. this.uiLabel14.Size = new System.Drawing.Size(144, 27);
  784. this.uiLabel14.Style = Sunny.UI.UIStyle.Custom;
  785. this.uiLabel14.TabIndex = 194;
  786. this.uiLabel14.Text = "B料仓3当前重量";
  787. this.uiLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  788. //
  789. // txtB料仓2当前重量
  790. //
  791. this.txtB料仓2当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  792. this.txtB料仓2当前重量.FillColor = System.Drawing.Color.AliceBlue;
  793. this.txtB料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  794. this.txtB料仓2当前重量.ForeColor = System.Drawing.Color.Black;
  795. this.txtB料仓2当前重量.Location = new System.Drawing.Point(227, 417);
  796. this.txtB料仓2当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  797. this.txtB料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  798. this.txtB料仓2当前重量.Name = "txtB料仓2当前重量";
  799. this.txtB料仓2当前重量.Padding = new System.Windows.Forms.Padding(5);
  800. this.txtB料仓2当前重量.ShowText = false;
  801. this.txtB料仓2当前重量.Size = new System.Drawing.Size(105, 31);
  802. this.txtB料仓2当前重量.Style = Sunny.UI.UIStyle.Custom;
  803. this.txtB料仓2当前重量.TabIndex = 193;
  804. this.txtB料仓2当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  805. this.txtB料仓2当前重量.Watermark = "";
  806. //
  807. // uiLabel13
  808. //
  809. this.uiLabel13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  810. this.uiLabel13.ForeColor = System.Drawing.Color.Black;
  811. this.uiLabel13.Location = new System.Drawing.Point(46, 417);
  812. this.uiLabel13.Name = "uiLabel13";
  813. this.uiLabel13.Size = new System.Drawing.Size(144, 27);
  814. this.uiLabel13.Style = Sunny.UI.UIStyle.Custom;
  815. this.uiLabel13.TabIndex = 191;
  816. this.uiLabel13.Text = "B料仓2当前重量";
  817. this.uiLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  818. //
  819. // txtB料仓1当前重量
  820. //
  821. this.txtB料仓1当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  822. this.txtB料仓1当前重量.FillColor = System.Drawing.Color.AliceBlue;
  823. this.txtB料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.txtB料仓1当前重量.ForeColor = System.Drawing.Color.Black;
  825. this.txtB料仓1当前重量.Location = new System.Drawing.Point(227, 368);
  826. this.txtB料仓1当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  827. this.txtB料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  828. this.txtB料仓1当前重量.Name = "txtB料仓1当前重量";
  829. this.txtB料仓1当前重量.Padding = new System.Windows.Forms.Padding(5);
  830. this.txtB料仓1当前重量.ShowText = false;
  831. this.txtB料仓1当前重量.Size = new System.Drawing.Size(105, 31);
  832. this.txtB料仓1当前重量.Style = Sunny.UI.UIStyle.Custom;
  833. this.txtB料仓1当前重量.TabIndex = 189;
  834. this.txtB料仓1当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  835. this.txtB料仓1当前重量.Watermark = "";
  836. //
  837. // uiLabel4
  838. //
  839. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  840. this.uiLabel4.ForeColor = System.Drawing.Color.Black;
  841. this.uiLabel4.Location = new System.Drawing.Point(46, 368);
  842. this.uiLabel4.Name = "uiLabel4";
  843. this.uiLabel4.Size = new System.Drawing.Size(144, 27);
  844. this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
  845. this.uiLabel4.TabIndex = 188;
  846. this.uiLabel4.Text = "B料仓1当前重量";
  847. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  848. //
  849. // uiLabel8
  850. //
  851. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  852. this.uiLabel8.ForeColor = System.Drawing.Color.Black;
  853. this.uiLabel8.Location = new System.Drawing.Point(46, 25);
  854. this.uiLabel8.Name = "uiLabel8";
  855. this.uiLabel8.Size = new System.Drawing.Size(144, 27);
  856. this.uiLabel8.Style = Sunny.UI.UIStyle.Custom;
  857. this.uiLabel8.TabIndex = 186;
  858. this.uiLabel8.Text = "药A称重配比重量";
  859. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  860. //
  861. // txt药A称重配比重量
  862. //
  863. this.txt药A称重配比重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  864. this.txt药A称重配比重量.FillColor = System.Drawing.Color.AliceBlue;
  865. this.txt药A称重配比重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  866. this.txt药A称重配比重量.ForeColor = System.Drawing.Color.Black;
  867. this.txt药A称重配比重量.Location = new System.Drawing.Point(227, 25);
  868. this.txt药A称重配比重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  869. this.txt药A称重配比重量.MinimumSize = new System.Drawing.Size(1, 16);
  870. this.txt药A称重配比重量.Name = "txt药A称重配比重量";
  871. this.txt药A称重配比重量.Padding = new System.Windows.Forms.Padding(5);
  872. this.txt药A称重配比重量.ShowText = false;
  873. this.txt药A称重配比重量.Size = new System.Drawing.Size(105, 31);
  874. this.txt药A称重配比重量.Style = Sunny.UI.UIStyle.Custom;
  875. this.txt药A称重配比重量.TabIndex = 187;
  876. this.txt药A称重配比重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  877. this.txt药A称重配比重量.Watermark = "";
  878. //
  879. // uiLabel6
  880. //
  881. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  882. this.uiLabel6.ForeColor = System.Drawing.Color.Black;
  883. this.uiLabel6.Location = new System.Drawing.Point(46, 74);
  884. this.uiLabel6.Name = "uiLabel6";
  885. this.uiLabel6.Size = new System.Drawing.Size(144, 27);
  886. this.uiLabel6.Style = Sunny.UI.UIStyle.Custom;
  887. this.uiLabel6.TabIndex = 180;
  888. this.uiLabel6.Text = "A料仓1当前重量";
  889. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  890. //
  891. // txtA料仓1当前重量
  892. //
  893. this.txtA料仓1当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  894. this.txtA料仓1当前重量.FillColor = System.Drawing.Color.AliceBlue;
  895. this.txtA料仓1当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  896. this.txtA料仓1当前重量.ForeColor = System.Drawing.Color.Black;
  897. this.txtA料仓1当前重量.Location = new System.Drawing.Point(227, 74);
  898. this.txtA料仓1当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  899. this.txtA料仓1当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  900. this.txtA料仓1当前重量.Name = "txtA料仓1当前重量";
  901. this.txtA料仓1当前重量.Padding = new System.Windows.Forms.Padding(5);
  902. this.txtA料仓1当前重量.ShowText = false;
  903. this.txtA料仓1当前重量.Size = new System.Drawing.Size(105, 31);
  904. this.txtA料仓1当前重量.Style = Sunny.UI.UIStyle.Custom;
  905. this.txtA料仓1当前重量.TabIndex = 182;
  906. this.txtA料仓1当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  907. this.txtA料仓1当前重量.Watermark = "";
  908. //
  909. // uiLabel7
  910. //
  911. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  912. this.uiLabel7.ForeColor = System.Drawing.Color.Black;
  913. this.uiLabel7.Location = new System.Drawing.Point(46, 123);
  914. this.uiLabel7.Name = "uiLabel7";
  915. this.uiLabel7.Size = new System.Drawing.Size(144, 27);
  916. this.uiLabel7.Style = Sunny.UI.UIStyle.Custom;
  917. this.uiLabel7.TabIndex = 184;
  918. this.uiLabel7.Text = "A料仓2当前重量";
  919. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  920. //
  921. // txtA料仓2当前重量
  922. //
  923. this.txtA料仓2当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  924. this.txtA料仓2当前重量.FillColor = System.Drawing.Color.AliceBlue;
  925. this.txtA料仓2当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  926. this.txtA料仓2当前重量.ForeColor = System.Drawing.Color.Black;
  927. this.txtA料仓2当前重量.Location = new System.Drawing.Point(227, 123);
  928. this.txtA料仓2当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  929. this.txtA料仓2当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  930. this.txtA料仓2当前重量.Name = "txtA料仓2当前重量";
  931. this.txtA料仓2当前重量.Padding = new System.Windows.Forms.Padding(5);
  932. this.txtA料仓2当前重量.ShowText = false;
  933. this.txtA料仓2当前重量.Size = new System.Drawing.Size(105, 31);
  934. this.txtA料仓2当前重量.Style = Sunny.UI.UIStyle.Custom;
  935. this.txtA料仓2当前重量.TabIndex = 185;
  936. this.txtA料仓2当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  937. this.txtA料仓2当前重量.Watermark = "";
  938. //
  939. // uiLabel5
  940. //
  941. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  942. this.uiLabel5.ForeColor = System.Drawing.Color.Black;
  943. this.uiLabel5.Location = new System.Drawing.Point(46, 172);
  944. this.uiLabel5.Name = "uiLabel5";
  945. this.uiLabel5.Size = new System.Drawing.Size(144, 27);
  946. this.uiLabel5.Style = Sunny.UI.UIStyle.Custom;
  947. this.uiLabel5.TabIndex = 176;
  948. this.uiLabel5.Text = "A料仓3当前重量";
  949. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  950. //
  951. // txtA料仓3当前重量
  952. //
  953. this.txtA料仓3当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  954. this.txtA料仓3当前重量.FillColor = System.Drawing.Color.AliceBlue;
  955. this.txtA料仓3当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  956. this.txtA料仓3当前重量.ForeColor = System.Drawing.Color.Black;
  957. this.txtA料仓3当前重量.Location = new System.Drawing.Point(227, 172);
  958. this.txtA料仓3当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  959. this.txtA料仓3当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  960. this.txtA料仓3当前重量.Name = "txtA料仓3当前重量";
  961. this.txtA料仓3当前重量.Padding = new System.Windows.Forms.Padding(5);
  962. this.txtA料仓3当前重量.ShowText = false;
  963. this.txtA料仓3当前重量.Size = new System.Drawing.Size(105, 31);
  964. this.txtA料仓3当前重量.Style = Sunny.UI.UIStyle.Custom;
  965. this.txtA料仓3当前重量.TabIndex = 177;
  966. this.txtA料仓3当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  967. this.txtA料仓3当前重量.Watermark = "";
  968. //
  969. // uiLabel23
  970. //
  971. this.uiLabel23.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  972. this.uiLabel23.ForeColor = System.Drawing.Color.Black;
  973. this.uiLabel23.Location = new System.Drawing.Point(46, 221);
  974. this.uiLabel23.Name = "uiLabel23";
  975. this.uiLabel23.Size = new System.Drawing.Size(144, 27);
  976. this.uiLabel23.Style = Sunny.UI.UIStyle.Custom;
  977. this.uiLabel23.TabIndex = 178;
  978. this.uiLabel23.Text = "A料仓4当前重量";
  979. this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  980. //
  981. // txtA料仓4当前重量
  982. //
  983. this.txtA料仓4当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  984. this.txtA料仓4当前重量.FillColor = System.Drawing.Color.AliceBlue;
  985. this.txtA料仓4当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  986. this.txtA料仓4当前重量.ForeColor = System.Drawing.Color.Black;
  987. this.txtA料仓4当前重量.Location = new System.Drawing.Point(227, 221);
  988. this.txtA料仓4当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  989. this.txtA料仓4当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  990. this.txtA料仓4当前重量.Name = "txtA料仓4当前重量";
  991. this.txtA料仓4当前重量.Padding = new System.Windows.Forms.Padding(5);
  992. this.txtA料仓4当前重量.ShowText = false;
  993. this.txtA料仓4当前重量.Size = new System.Drawing.Size(105, 31);
  994. this.txtA料仓4当前重量.Style = Sunny.UI.UIStyle.Custom;
  995. this.txtA料仓4当前重量.TabIndex = 179;
  996. this.txtA料仓4当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  997. this.txtA料仓4当前重量.Watermark = "";
  998. //
  999. // txtA料仓5当前重量
  1000. //
  1001. this.txtA料仓5当前重量.Cursor = System.Windows.Forms.Cursors.IBeam;
  1002. this.txtA料仓5当前重量.FillColor = System.Drawing.Color.AliceBlue;
  1003. this.txtA料仓5当前重量.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1004. this.txtA料仓5当前重量.ForeColor = System.Drawing.Color.Black;
  1005. this.txtA料仓5当前重量.Location = new System.Drawing.Point(227, 270);
  1006. this.txtA料仓5当前重量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1007. this.txtA料仓5当前重量.MinimumSize = new System.Drawing.Size(1, 16);
  1008. this.txtA料仓5当前重量.Name = "txtA料仓5当前重量";
  1009. this.txtA料仓5当前重量.Padding = new System.Windows.Forms.Padding(5);
  1010. this.txtA料仓5当前重量.ShowText = false;
  1011. this.txtA料仓5当前重量.Size = new System.Drawing.Size(105, 31);
  1012. this.txtA料仓5当前重量.Style = Sunny.UI.UIStyle.Custom;
  1013. this.txtA料仓5当前重量.TabIndex = 183;
  1014. this.txtA料仓5当前重量.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1015. this.txtA料仓5当前重量.Watermark = "";
  1016. //
  1017. // uiLabel12
  1018. //
  1019. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1020. this.uiLabel12.ForeColor = System.Drawing.Color.Black;
  1021. this.uiLabel12.Location = new System.Drawing.Point(46, 270);
  1022. this.uiLabel12.Name = "uiLabel12";
  1023. this.uiLabel12.Size = new System.Drawing.Size(144, 27);
  1024. this.uiLabel12.Style = Sunny.UI.UIStyle.Custom;
  1025. this.uiLabel12.TabIndex = 181;
  1026. this.uiLabel12.Text = "A料仓5当前重量";
  1027. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1028. //
  1029. // FrmParaWrite
  1030. //
  1031. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1032. this.BackColor = System.Drawing.SystemColors.Control;
  1033. this.ClientSize = new System.Drawing.Size(1904, 1041);
  1034. this.Controls.Add(this.uiTableLayoutPanel1);
  1035. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1036. this.MaximumSize = new System.Drawing.Size(1920, 1080);
  1037. this.Name = "FrmParaWrite";
  1038. this.Text = "FrmParaWrite";
  1039. this.Load += new System.EventHandler(this.FrmParaWrite_Load);
  1040. this.uiTableLayoutPanel1.ResumeLayout(false);
  1041. this.uiGroupBox3.ResumeLayout(false);
  1042. this.uiGroupBox3.PerformLayout();
  1043. this.uiGroupBox1.ResumeLayout(false);
  1044. this.uiSplitContainer1.Panel1.ResumeLayout(false);
  1045. this.uiSplitContainer1.Panel2.ResumeLayout(false);
  1046. ((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
  1047. this.uiSplitContainer1.ResumeLayout(false);
  1048. this.ResumeLayout(false);
  1049. }
  1050. #endregion
  1051. private Sunny.UI.UITableLayoutPanel uiTableLayoutPanel1;
  1052. private Sunny.UI.UIGroupBox uiGroupBox1;
  1053. private Sunny.UI.UISplitContainer uiSplitContainer1;
  1054. private Sunny.UI.UITextBox txt空桶暂存槽当前数量;
  1055. private Sunny.UI.UILabel uiLabel25;
  1056. private Sunny.UI.UITextBox txt药A暂存当前盒数;
  1057. private Sunny.UI.UITextBox txt药B暂存当前盒数;
  1058. private Sunny.UI.UILabel uiLabel3;
  1059. private Sunny.UI.UILabel uiLabel2;
  1060. private Sunny.UI.UILabel uiLabel1;
  1061. private Sunny.UI.UITextBox txt抛盖暂存槽当前数量;
  1062. private Sunny.UI.UILabel uiLabel8;
  1063. private Sunny.UI.UITextBox txt药A称重配比重量;
  1064. private Sunny.UI.UILabel uiLabel6;
  1065. private Sunny.UI.UITextBox txtA料仓1当前重量;
  1066. private Sunny.UI.UILabel uiLabel7;
  1067. private Sunny.UI.UITextBox txtA料仓2当前重量;
  1068. private Sunny.UI.UILabel uiLabel5;
  1069. private Sunny.UI.UITextBox txtA料仓3当前重量;
  1070. private Sunny.UI.UILabel uiLabel23;
  1071. private Sunny.UI.UITextBox txtA料仓4当前重量;
  1072. private Sunny.UI.UITextBox txtA料仓5当前重量;
  1073. private Sunny.UI.UILabel uiLabel12;
  1074. private Sunny.UI.UITextBox txt药B称重配比重量;
  1075. private Sunny.UI.UILabel uiLabel9;
  1076. private Sunny.UI.UITextBox txtB料仓5当前重量;
  1077. private Sunny.UI.UILabel uiLabel16;
  1078. private Sunny.UI.UITextBox txtB料仓4当前重量;
  1079. private Sunny.UI.UILabel uiLabel15;
  1080. private Sunny.UI.UITextBox txtB料仓3当前重量;
  1081. private Sunny.UI.UILabel uiLabel14;
  1082. private Sunny.UI.UITextBox txtB料仓2当前重量;
  1083. private Sunny.UI.UILabel uiLabel13;
  1084. private Sunny.UI.UITextBox txtB料仓1当前重量;
  1085. private Sunny.UI.UILabel uiLabel4;
  1086. private Sunny.UI.UISymbolButton btn空桶暂存槽当前数量;
  1087. private Sunny.UI.UISymbolButton btn抛盖暂存槽当前数量;
  1088. private Sunny.UI.UISymbolButton btn药B暂存当前盒数;
  1089. private Sunny.UI.UISymbolButton btn药A暂存当前盒数;
  1090. private Sunny.UI.UISymbolButton btnB料仓5当前重量;
  1091. private Sunny.UI.UISymbolButton btnB料仓4当前重量;
  1092. private Sunny.UI.UISymbolButton btnB料仓3当前重量;
  1093. private Sunny.UI.UISymbolButton btnB料仓2当前重量;
  1094. private Sunny.UI.UISymbolButton btnB料仓1当前重量;
  1095. private Sunny.UI.UISymbolButton btn药B称重配比重量;
  1096. private Sunny.UI.UISymbolButton btnA料仓5当前重量;
  1097. private Sunny.UI.UISymbolButton btnA料仓4当前重量;
  1098. private Sunny.UI.UISymbolButton btnA料仓3当前重量;
  1099. private Sunny.UI.UISymbolButton btnA料仓2当前重量;
  1100. private Sunny.UI.UISymbolButton btnA料仓1当前重量;
  1101. private Sunny.UI.UISymbolButton btn药A称重配比重量;
  1102. private Sunny.UI.UIGroupBox uiGroupBox3;
  1103. private System.Windows.Forms.Label label9;
  1104. private Sunny.UI.UITextBox txt箱数;
  1105. private Sunny.UI.UISymbolButton btn箱数;
  1106. }
  1107. }