Form_Order.designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. namespace MainForm
  2. {
  3. partial class Form_Order
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.groupBox3 = new System.Windows.Forms.GroupBox();
  32. this.Pnl_UnProcessedOrders = new System.Windows.Forms.Panel();
  33. this.Lbl_UnProcessedOrders = new Sunny.UI.UISymbolLabel();
  34. this.Lbl_UnProcessedOrdersNum = new System.Windows.Forms.Label();
  35. this.Pnl_ProcessingOrder = new System.Windows.Forms.Panel();
  36. this.Lbl_ProcessingOrder = new Sunny.UI.UISymbolLabel();
  37. this.Lbl_ProcessingOrderNum = new System.Windows.Forms.Label();
  38. this.Pnl_CompletedOrder = new System.Windows.Forms.Panel();
  39. this.Lbl_CompletedOrder = new Sunny.UI.UISymbolLabel();
  40. this.Lbl_CompletedOrderNum = new System.Windows.Forms.Label();
  41. this.Pnl_MaterialClearOrder = new System.Windows.Forms.Panel();
  42. this.Lbl_MaterialClearOrder = new Sunny.UI.UISymbolLabel();
  43. this.Lbl_MaterialClearOrderNum = new System.Windows.Forms.Label();
  44. this.Pnl_AllOrder = new System.Windows.Forms.Panel();
  45. this.Lbl_AllOrder = new Sunny.UI.UISymbolLabel();
  46. this.Lbl_AllOrderNum = new System.Windows.Forms.Label();
  47. this.dataGridView = new System.Windows.Forms.DataGridView();
  48. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  49. this.Tlml_AddWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  50. this.Tlml_UpdateWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  51. this.Tlml_DeleteWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  52. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  53. this.Tlml_RefreshWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  54. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  55. this.Tlml_StartWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  56. this.Tlml_ReissueWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  57. this.Tlml_ClearLine = new System.Windows.Forms.ToolStripMenuItem();
  58. this.Tlml_CompletedWorkOrder = new System.Windows.Forms.ToolStripMenuItem();
  59. this.textBox1 = new System.Windows.Forms.TextBox();
  60. this.groupBox3.SuspendLayout();
  61. this.Pnl_UnProcessedOrders.SuspendLayout();
  62. this.Pnl_ProcessingOrder.SuspendLayout();
  63. this.Pnl_CompletedOrder.SuspendLayout();
  64. this.Pnl_MaterialClearOrder.SuspendLayout();
  65. this.Pnl_AllOrder.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  67. this.contextMenuStrip1.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // groupBox3
  71. //
  72. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.groupBox3.Controls.Add(this.Pnl_UnProcessedOrders);
  75. this.groupBox3.Controls.Add(this.Pnl_ProcessingOrder);
  76. this.groupBox3.Controls.Add(this.Pnl_CompletedOrder);
  77. this.groupBox3.Controls.Add(this.Pnl_MaterialClearOrder);
  78. this.groupBox3.Controls.Add(this.Pnl_AllOrder);
  79. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.groupBox3.Location = new System.Drawing.Point(10, 10);
  81. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  82. this.groupBox3.Name = "groupBox3";
  83. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  84. this.groupBox3.Size = new System.Drawing.Size(1025, 137);
  85. this.groupBox3.TabIndex = 8;
  86. this.groupBox3.TabStop = false;
  87. //
  88. // Pnl_UnProcessedOrders
  89. //
  90. this.Pnl_UnProcessedOrders.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(0)))));
  91. this.Pnl_UnProcessedOrders.Controls.Add(this.Lbl_UnProcessedOrders);
  92. this.Pnl_UnProcessedOrders.Controls.Add(this.Lbl_UnProcessedOrdersNum);
  93. this.Pnl_UnProcessedOrders.Location = new System.Drawing.Point(166, 25);
  94. this.Pnl_UnProcessedOrders.Name = "Pnl_UnProcessedOrders";
  95. this.Pnl_UnProcessedOrders.Size = new System.Drawing.Size(140, 96);
  96. this.Pnl_UnProcessedOrders.TabIndex = 11;
  97. this.Pnl_UnProcessedOrders.Click += new System.EventHandler(this.Lbl_UnProcessedOrders_Click);
  98. //
  99. // Lbl_UnProcessedOrders
  100. //
  101. this.Lbl_UnProcessedOrders.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.Lbl_UnProcessedOrders.ForeColor = System.Drawing.Color.White;
  103. this.Lbl_UnProcessedOrders.Location = new System.Drawing.Point(13, 56);
  104. this.Lbl_UnProcessedOrders.MinimumSize = new System.Drawing.Size(1, 1);
  105. this.Lbl_UnProcessedOrders.Name = "Lbl_UnProcessedOrders";
  106. this.Lbl_UnProcessedOrders.Size = new System.Drawing.Size(116, 30);
  107. this.Lbl_UnProcessedOrders.Symbol = 61737;
  108. this.Lbl_UnProcessedOrders.SymbolColor = System.Drawing.Color.White;
  109. this.Lbl_UnProcessedOrders.TabIndex = 2;
  110. this.Lbl_UnProcessedOrders.Text = "未处理订单";
  111. this.Lbl_UnProcessedOrders.Click += new System.EventHandler(this.Lbl_UnProcessedOrders_Click);
  112. //
  113. // Lbl_UnProcessedOrdersNum
  114. //
  115. this.Lbl_UnProcessedOrdersNum.AutoSize = true;
  116. this.Lbl_UnProcessedOrdersNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.Lbl_UnProcessedOrdersNum.ForeColor = System.Drawing.Color.White;
  118. this.Lbl_UnProcessedOrdersNum.Location = new System.Drawing.Point(13, 14);
  119. this.Lbl_UnProcessedOrdersNum.Name = "Lbl_UnProcessedOrdersNum";
  120. this.Lbl_UnProcessedOrdersNum.Size = new System.Drawing.Size(24, 26);
  121. this.Lbl_UnProcessedOrdersNum.TabIndex = 0;
  122. this.Lbl_UnProcessedOrdersNum.Text = "0";
  123. this.Lbl_UnProcessedOrdersNum.ClientSizeChanged += new System.EventHandler(this.Lbl_UnProcessedOrders_Click);
  124. //
  125. // Pnl_ProcessingOrder
  126. //
  127. this.Pnl_ProcessingOrder.BackColor = System.Drawing.Color.Blue;
  128. this.Pnl_ProcessingOrder.Controls.Add(this.Lbl_ProcessingOrder);
  129. this.Pnl_ProcessingOrder.Controls.Add(this.Lbl_ProcessingOrderNum);
  130. this.Pnl_ProcessingOrder.Location = new System.Drawing.Point(323, 25);
  131. this.Pnl_ProcessingOrder.Name = "Pnl_ProcessingOrder";
  132. this.Pnl_ProcessingOrder.Size = new System.Drawing.Size(140, 96);
  133. this.Pnl_ProcessingOrder.TabIndex = 7;
  134. this.Pnl_ProcessingOrder.Click += new System.EventHandler(this.Lbl_ProcessingOrder_Click);
  135. //
  136. // Lbl_ProcessingOrder
  137. //
  138. this.Lbl_ProcessingOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.Lbl_ProcessingOrder.ForeColor = System.Drawing.Color.White;
  140. this.Lbl_ProcessingOrder.Location = new System.Drawing.Point(8, 56);
  141. this.Lbl_ProcessingOrder.MinimumSize = new System.Drawing.Size(1, 1);
  142. this.Lbl_ProcessingOrder.Name = "Lbl_ProcessingOrder";
  143. this.Lbl_ProcessingOrder.Size = new System.Drawing.Size(124, 30);
  144. this.Lbl_ProcessingOrder.Symbol = 262034;
  145. this.Lbl_ProcessingOrder.SymbolColor = System.Drawing.Color.White;
  146. this.Lbl_ProcessingOrder.TabIndex = 2;
  147. this.Lbl_ProcessingOrder.Text = "正在处理订单";
  148. this.Lbl_ProcessingOrder.Click += new System.EventHandler(this.Lbl_ProcessingOrder_Click);
  149. //
  150. // Lbl_ProcessingOrderNum
  151. //
  152. this.Lbl_ProcessingOrderNum.AutoSize = true;
  153. this.Lbl_ProcessingOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.Lbl_ProcessingOrderNum.ForeColor = System.Drawing.Color.White;
  155. this.Lbl_ProcessingOrderNum.Location = new System.Drawing.Point(13, 14);
  156. this.Lbl_ProcessingOrderNum.Name = "Lbl_ProcessingOrderNum";
  157. this.Lbl_ProcessingOrderNum.Size = new System.Drawing.Size(24, 26);
  158. this.Lbl_ProcessingOrderNum.TabIndex = 0;
  159. this.Lbl_ProcessingOrderNum.Text = "0";
  160. this.Lbl_ProcessingOrderNum.Click += new System.EventHandler(this.Lbl_ProcessingOrder_Click);
  161. //
  162. // Pnl_CompletedOrder
  163. //
  164. this.Pnl_CompletedOrder.BackColor = System.Drawing.Color.LawnGreen;
  165. this.Pnl_CompletedOrder.Controls.Add(this.Lbl_CompletedOrder);
  166. this.Pnl_CompletedOrder.Controls.Add(this.Lbl_CompletedOrderNum);
  167. this.Pnl_CompletedOrder.Location = new System.Drawing.Point(636, 25);
  168. this.Pnl_CompletedOrder.Name = "Pnl_CompletedOrder";
  169. this.Pnl_CompletedOrder.Size = new System.Drawing.Size(140, 96);
  170. this.Pnl_CompletedOrder.TabIndex = 6;
  171. this.Pnl_CompletedOrder.Click += new System.EventHandler(this.Lbl_CompletedOrder_Click);
  172. //
  173. // Lbl_CompletedOrder
  174. //
  175. this.Lbl_CompletedOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.Lbl_CompletedOrder.ForeColor = System.Drawing.Color.White;
  177. this.Lbl_CompletedOrder.Location = new System.Drawing.Point(13, 56);
  178. this.Lbl_CompletedOrder.MinimumSize = new System.Drawing.Size(1, 1);
  179. this.Lbl_CompletedOrder.Name = "Lbl_CompletedOrder";
  180. this.Lbl_CompletedOrder.Size = new System.Drawing.Size(116, 30);
  181. this.Lbl_CompletedOrder.SymbolColor = System.Drawing.Color.White;
  182. this.Lbl_CompletedOrder.TabIndex = 2;
  183. this.Lbl_CompletedOrder.Text = "已完成订单";
  184. this.Lbl_CompletedOrder.Click += new System.EventHandler(this.Lbl_CompletedOrder_Click);
  185. //
  186. // Lbl_CompletedOrderNum
  187. //
  188. this.Lbl_CompletedOrderNum.AutoSize = true;
  189. this.Lbl_CompletedOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.Lbl_CompletedOrderNum.ForeColor = System.Drawing.Color.White;
  191. this.Lbl_CompletedOrderNum.Location = new System.Drawing.Point(13, 14);
  192. this.Lbl_CompletedOrderNum.Name = "Lbl_CompletedOrderNum";
  193. this.Lbl_CompletedOrderNum.Size = new System.Drawing.Size(24, 26);
  194. this.Lbl_CompletedOrderNum.TabIndex = 0;
  195. this.Lbl_CompletedOrderNum.Text = "0";
  196. this.Lbl_CompletedOrderNum.Click += new System.EventHandler(this.Lbl_CompletedOrder_Click);
  197. //
  198. // Pnl_MaterialClearOrder
  199. //
  200. this.Pnl_MaterialClearOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(139)))), ((int)(((byte)(137)))));
  201. this.Pnl_MaterialClearOrder.Controls.Add(this.Lbl_MaterialClearOrder);
  202. this.Pnl_MaterialClearOrder.Controls.Add(this.Lbl_MaterialClearOrderNum);
  203. this.Pnl_MaterialClearOrder.Location = new System.Drawing.Point(480, 25);
  204. this.Pnl_MaterialClearOrder.Name = "Pnl_MaterialClearOrder";
  205. this.Pnl_MaterialClearOrder.Size = new System.Drawing.Size(140, 96);
  206. this.Pnl_MaterialClearOrder.TabIndex = 5;
  207. this.Pnl_MaterialClearOrder.Click += new System.EventHandler(this.Lbl_MaterialClearOrder_Click);
  208. //
  209. // Lbl_MaterialClearOrder
  210. //
  211. this.Lbl_MaterialClearOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.Lbl_MaterialClearOrder.ForeColor = System.Drawing.Color.White;
  213. this.Lbl_MaterialClearOrder.Location = new System.Drawing.Point(13, 56);
  214. this.Lbl_MaterialClearOrder.MinimumSize = new System.Drawing.Size(1, 1);
  215. this.Lbl_MaterialClearOrder.Name = "Lbl_MaterialClearOrder";
  216. this.Lbl_MaterialClearOrder.Size = new System.Drawing.Size(116, 30);
  217. this.Lbl_MaterialClearOrder.Symbol = 61460;
  218. this.Lbl_MaterialClearOrder.SymbolColor = System.Drawing.Color.White;
  219. this.Lbl_MaterialClearOrder.TabIndex = 2;
  220. this.Lbl_MaterialClearOrder.Text = "正在清料中";
  221. this.Lbl_MaterialClearOrder.Click += new System.EventHandler(this.Lbl_MaterialClearOrder_Click);
  222. //
  223. // Lbl_MaterialClearOrderNum
  224. //
  225. this.Lbl_MaterialClearOrderNum.AutoSize = true;
  226. this.Lbl_MaterialClearOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.Lbl_MaterialClearOrderNum.ForeColor = System.Drawing.Color.White;
  228. this.Lbl_MaterialClearOrderNum.Location = new System.Drawing.Point(13, 14);
  229. this.Lbl_MaterialClearOrderNum.Name = "Lbl_MaterialClearOrderNum";
  230. this.Lbl_MaterialClearOrderNum.Size = new System.Drawing.Size(24, 26);
  231. this.Lbl_MaterialClearOrderNum.TabIndex = 0;
  232. this.Lbl_MaterialClearOrderNum.Text = "0";
  233. this.Lbl_MaterialClearOrderNum.Click += new System.EventHandler(this.Lbl_MaterialClearOrder_Click);
  234. //
  235. // Pnl_AllOrder
  236. //
  237. this.Pnl_AllOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(234)))), ((int)(((byte)(201)))));
  238. this.Pnl_AllOrder.Controls.Add(this.Lbl_AllOrder);
  239. this.Pnl_AllOrder.Controls.Add(this.Lbl_AllOrderNum);
  240. this.Pnl_AllOrder.Location = new System.Drawing.Point(10, 25);
  241. this.Pnl_AllOrder.Name = "Pnl_AllOrder";
  242. this.Pnl_AllOrder.Size = new System.Drawing.Size(140, 96);
  243. this.Pnl_AllOrder.TabIndex = 0;
  244. this.Pnl_AllOrder.Click += new System.EventHandler(this.Lbl_AllOrder_Click);
  245. //
  246. // Lbl_AllOrder
  247. //
  248. this.Lbl_AllOrder.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.Lbl_AllOrder.ForeColor = System.Drawing.Color.White;
  250. this.Lbl_AllOrder.Location = new System.Drawing.Point(21, 56);
  251. this.Lbl_AllOrder.MinimumSize = new System.Drawing.Size(1, 1);
  252. this.Lbl_AllOrder.Name = "Lbl_AllOrder";
  253. this.Lbl_AllOrder.Size = new System.Drawing.Size(95, 30);
  254. this.Lbl_AllOrder.Symbol = 163543;
  255. this.Lbl_AllOrder.SymbolColor = System.Drawing.Color.White;
  256. this.Lbl_AllOrder.TabIndex = 1;
  257. this.Lbl_AllOrder.Text = "所有订单";
  258. this.Lbl_AllOrder.Click += new System.EventHandler(this.Lbl_AllOrder_Click);
  259. //
  260. // Lbl_AllOrderNum
  261. //
  262. this.Lbl_AllOrderNum.AutoSize = true;
  263. this.Lbl_AllOrderNum.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.Lbl_AllOrderNum.ForeColor = System.Drawing.Color.White;
  265. this.Lbl_AllOrderNum.Location = new System.Drawing.Point(13, 14);
  266. this.Lbl_AllOrderNum.Name = "Lbl_AllOrderNum";
  267. this.Lbl_AllOrderNum.Size = new System.Drawing.Size(24, 26);
  268. this.Lbl_AllOrderNum.TabIndex = 0;
  269. this.Lbl_AllOrderNum.Text = "0";
  270. this.Lbl_AllOrderNum.Click += new System.EventHandler(this.Lbl_AllOrder_Click);
  271. //
  272. // dataGridView
  273. //
  274. this.dataGridView.AllowUserToAddRows = false;
  275. this.dataGridView.AllowUserToDeleteRows = false;
  276. this.dataGridView.AllowUserToOrderColumns = true;
  277. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  278. | System.Windows.Forms.AnchorStyles.Left)
  279. | System.Windows.Forms.AnchorStyles.Right)));
  280. this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  281. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  282. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  283. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  285. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  286. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  287. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  288. this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  289. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  290. this.dataGridView.ContextMenuStrip = this.contextMenuStrip1;
  291. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  292. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  293. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  295. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  296. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  297. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  298. this.dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
  299. this.dataGridView.Location = new System.Drawing.Point(10, 152);
  300. this.dataGridView.Name = "dataGridView";
  301. this.dataGridView.ReadOnly = true;
  302. this.dataGridView.RowHeadersVisible = false;
  303. this.dataGridView.RowHeadersWidth = 51;
  304. this.dataGridView.RowTemplate.Height = 23;
  305. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  306. this.dataGridView.ShowCellToolTips = false;
  307. this.dataGridView.Size = new System.Drawing.Size(1025, 320);
  308. this.dataGridView.TabIndex = 7;
  309. this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
  310. //
  311. // contextMenuStrip1
  312. //
  313. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  314. this.Tlml_AddWorkOrder,
  315. this.Tlml_UpdateWorkOrder,
  316. this.Tlml_DeleteWorkOrder,
  317. this.toolStripSeparator1,
  318. this.Tlml_RefreshWorkOrder,
  319. this.toolStripSeparator2,
  320. this.Tlml_StartWorkOrder,
  321. this.Tlml_ReissueWorkOrder,
  322. this.Tlml_ClearLine,
  323. this.Tlml_CompletedWorkOrder});
  324. this.contextMenuStrip1.Name = "contextMenuStrip1";
  325. this.contextMenuStrip1.Size = new System.Drawing.Size(193, 192);
  326. //
  327. // Tlml_AddWorkOrder
  328. //
  329. this.Tlml_AddWorkOrder.Name = "Tlml_AddWorkOrder";
  330. this.Tlml_AddWorkOrder.Size = new System.Drawing.Size(192, 22);
  331. this.Tlml_AddWorkOrder.Text = "新增";
  332. this.Tlml_AddWorkOrder.Click += new System.EventHandler(this.Tlml_AddWorkOrder_Click);
  333. //
  334. // Tlml_UpdateWorkOrder
  335. //
  336. this.Tlml_UpdateWorkOrder.Name = "Tlml_UpdateWorkOrder";
  337. this.Tlml_UpdateWorkOrder.Size = new System.Drawing.Size(192, 22);
  338. this.Tlml_UpdateWorkOrder.Text = "修改";
  339. this.Tlml_UpdateWorkOrder.Click += new System.EventHandler(this.Tlml_UpdateWorkOrder_Click);
  340. //
  341. // Tlml_DeleteWorkOrder
  342. //
  343. this.Tlml_DeleteWorkOrder.Name = "Tlml_DeleteWorkOrder";
  344. this.Tlml_DeleteWorkOrder.Size = new System.Drawing.Size(192, 22);
  345. this.Tlml_DeleteWorkOrder.Text = "删除";
  346. this.Tlml_DeleteWorkOrder.Click += new System.EventHandler(this.Tlml_DeleteWorkOrder_Click);
  347. //
  348. // toolStripSeparator1
  349. //
  350. this.toolStripSeparator1.Name = "toolStripSeparator1";
  351. this.toolStripSeparator1.Size = new System.Drawing.Size(189, 6);
  352. //
  353. // Tlml_RefreshWorkOrder
  354. //
  355. this.Tlml_RefreshWorkOrder.Name = "Tlml_RefreshWorkOrder";
  356. this.Tlml_RefreshWorkOrder.Size = new System.Drawing.Size(192, 22);
  357. this.Tlml_RefreshWorkOrder.Text = "刷新";
  358. this.Tlml_RefreshWorkOrder.Click += new System.EventHandler(this.Tlml_RefreshWorkOrder_Click);
  359. //
  360. // toolStripSeparator2
  361. //
  362. this.toolStripSeparator2.Name = "toolStripSeparator2";
  363. this.toolStripSeparator2.Size = new System.Drawing.Size(189, 6);
  364. //
  365. // Tlml_StartWorkOrder
  366. //
  367. this.Tlml_StartWorkOrder.Name = "Tlml_StartWorkOrder";
  368. this.Tlml_StartWorkOrder.Size = new System.Drawing.Size(192, 22);
  369. this.Tlml_StartWorkOrder.Text = "开始(不停机下发工单)";
  370. this.Tlml_StartWorkOrder.Click += new System.EventHandler(this.Tlml_StartWorkOrder_Click);
  371. //
  372. // Tlml_ReissueWorkOrder
  373. //
  374. this.Tlml_ReissueWorkOrder.Name = "Tlml_ReissueWorkOrder";
  375. this.Tlml_ReissueWorkOrder.Size = new System.Drawing.Size(192, 22);
  376. this.Tlml_ReissueWorkOrder.Text = "重新下发订单";
  377. this.Tlml_ReissueWorkOrder.Click += new System.EventHandler(this.Tlml_ReissueWorkOrder_Click);
  378. //
  379. // Tlml_ClearLine
  380. //
  381. this.Tlml_ClearLine.Name = "Tlml_ClearLine";
  382. this.Tlml_ClearLine.Size = new System.Drawing.Size(192, 22);
  383. this.Tlml_ClearLine.Text = "清料";
  384. this.Tlml_ClearLine.Click += new System.EventHandler(this.Tlml_ClearLine_Click);
  385. //
  386. // Tlml_CompletedWorkOrder
  387. //
  388. this.Tlml_CompletedWorkOrder.Name = "Tlml_CompletedWorkOrder";
  389. this.Tlml_CompletedWorkOrder.Size = new System.Drawing.Size(192, 22);
  390. this.Tlml_CompletedWorkOrder.Text = "完成";
  391. this.Tlml_CompletedWorkOrder.Click += new System.EventHandler(this.Tlml_CompletedWorkOrder_Click);
  392. //
  393. // textBox1
  394. //
  395. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  396. | System.Windows.Forms.AnchorStyles.Right)));
  397. this.textBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  398. this.textBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.textBox1.Location = new System.Drawing.Point(10, 477);
  400. this.textBox1.Margin = new System.Windows.Forms.Padding(2);
  401. this.textBox1.Multiline = true;
  402. this.textBox1.Name = "textBox1";
  403. this.textBox1.ReadOnly = true;
  404. this.textBox1.Size = new System.Drawing.Size(1025, 77);
  405. this.textBox1.TabIndex = 10;
  406. //
  407. // Form_Order
  408. //
  409. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  410. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  411. this.BackColor = System.Drawing.Color.White;
  412. this.ClientSize = new System.Drawing.Size(1044, 561);
  413. this.Controls.Add(this.textBox1);
  414. this.Controls.Add(this.groupBox3);
  415. this.Controls.Add(this.dataGridView);
  416. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  418. this.Name = "Form_Order";
  419. this.Load += new System.EventHandler(this.Form_Order_Load);
  420. this.groupBox3.ResumeLayout(false);
  421. this.Pnl_UnProcessedOrders.ResumeLayout(false);
  422. this.Pnl_UnProcessedOrders.PerformLayout();
  423. this.Pnl_ProcessingOrder.ResumeLayout(false);
  424. this.Pnl_ProcessingOrder.PerformLayout();
  425. this.Pnl_CompletedOrder.ResumeLayout(false);
  426. this.Pnl_CompletedOrder.PerformLayout();
  427. this.Pnl_MaterialClearOrder.ResumeLayout(false);
  428. this.Pnl_MaterialClearOrder.PerformLayout();
  429. this.Pnl_AllOrder.ResumeLayout(false);
  430. this.Pnl_AllOrder.PerformLayout();
  431. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  432. this.contextMenuStrip1.ResumeLayout(false);
  433. this.ResumeLayout(false);
  434. this.PerformLayout();
  435. }
  436. #endregion
  437. private System.Windows.Forms.GroupBox groupBox3;
  438. private System.Windows.Forms.DataGridView dataGridView;
  439. private System.Windows.Forms.TextBox textBox1;
  440. private System.Windows.Forms.Panel Pnl_AllOrder;
  441. private System.Windows.Forms.Label Lbl_AllOrderNum;
  442. private System.Windows.Forms.Panel Pnl_CompletedOrder;
  443. private System.Windows.Forms.Label Lbl_CompletedOrderNum;
  444. private System.Windows.Forms.Panel Pnl_MaterialClearOrder;
  445. private System.Windows.Forms.Label Lbl_MaterialClearOrderNum;
  446. private System.Windows.Forms.Panel Pnl_ProcessingOrder;
  447. private System.Windows.Forms.Label Lbl_ProcessingOrderNum;
  448. private System.Windows.Forms.Panel Pnl_UnProcessedOrders;
  449. private System.Windows.Forms.Label Lbl_UnProcessedOrdersNum;
  450. private Sunny.UI.UISymbolLabel Lbl_AllOrder;
  451. private Sunny.UI.UISymbolLabel Lbl_UnProcessedOrders;
  452. private Sunny.UI.UISymbolLabel Lbl_ProcessingOrder;
  453. private Sunny.UI.UISymbolLabel Lbl_CompletedOrder;
  454. private Sunny.UI.UISymbolLabel Lbl_MaterialClearOrder;
  455. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  456. private System.Windows.Forms.ToolStripMenuItem Tlml_AddWorkOrder;
  457. private System.Windows.Forms.ToolStripMenuItem Tlml_UpdateWorkOrder;
  458. private System.Windows.Forms.ToolStripMenuItem Tlml_DeleteWorkOrder;
  459. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  460. private System.Windows.Forms.ToolStripMenuItem Tlml_RefreshWorkOrder;
  461. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  462. private System.Windows.Forms.ToolStripMenuItem Tlml_StartWorkOrder;
  463. private System.Windows.Forms.ToolStripMenuItem Tlml_ClearLine;
  464. private System.Windows.Forms.ToolStripMenuItem Tlml_CompletedWorkOrder;
  465. private System.Windows.Forms.ToolStripMenuItem Tlml_ReissueWorkOrder;
  466. }
  467. }