Form_Task.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. namespace WCS_Client.From
  2. {
  3. partial class Form_Task
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Task));
  38. this.dgvTask = new CCWin.SkinControl.SkinDataGridView();
  39. this.BtnRefresh = new CCWin.SkinControl.SkinButton();
  40. this.dgvTaskdtl = new CCWin.SkinControl.SkinDataGridView();
  41. this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.parentid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.taskno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.posidcur = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.posidnext = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.executedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.sknBinResetSrm = new CCWin.SkinControl.SkinButton();
  50. this.sknBtnOnMaterResetAGV = new CCWin.SkinControl.SkinButton();
  51. this.sknBinUpMaterResetAGV = new CCWin.SkinControl.SkinButton();
  52. this.sknBinTaskFinish = new CCWin.SkinControl.SkinButton();
  53. this.sknBtnResertTask = new CCWin.SkinControl.SkinButton();
  54. this.sknBtnCancel = new CCWin.SkinControl.SkinButton();
  55. this.txtSrmNo = new System.Windows.Forms.TextBox();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.btnQuery = new CCWin.SkinControl.SkinButton();
  58. this.skBtnCancelNoTask = new CCWin.SkinControl.SkinButton();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.txtEnd = new System.Windows.Forms.TextBox();
  61. this.label3 = new System.Windows.Forms.Label();
  62. this.txtBarCode = new System.Windows.Forms.TextBox();
  63. this.btnClear = new CCWin.SkinControl.SkinButton();
  64. this.label4 = new System.Windows.Forms.Label();
  65. this.txtTaskNo = new System.Windows.Forms.TextBox();
  66. this.sknBtnPRIORITY = new CCWin.SkinControl.SkinButton();
  67. this.label5 = new System.Windows.Forms.Label();
  68. this.txtMatNo = new System.Windows.Forms.TextBox();
  69. this.TASK_COMTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.TASK_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.TASK_COMTYPECH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.TASK_SYSTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.TASK_BOXBARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.TASK_POSIDFROM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.TASK_POSIDCUR = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.TASK_POSIDNEXT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.TASK_POSIDTO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.TASK_POSIDMOVE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.TASK_PRIORITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.TASK_WKSTATUSCH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.TASK_WHID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.TASK_ADDUSERNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.TASK_ADDDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.TASK_EDITUSERNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.TASK_EDITDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.task_notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.task_srmno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // dgvTask
  94. //
  95. this.dgvTask.AllowUserToAddRows = false;
  96. this.dgvTask.AllowUserToDeleteRows = false;
  97. this.dgvTask.AllowUserToOrderColumns = true;
  98. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  99. this.dgvTask.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  100. this.dgvTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.dgvTask.BackgroundColor = System.Drawing.SystemColors.Window;
  104. this.dgvTask.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  105. this.dgvTask.ColumnFont = null;
  106. this.dgvTask.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  107. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  108. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  109. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  111. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  112. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  114. this.dgvTask.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  115. this.dgvTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  116. this.dgvTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  117. this.TASK_COMTYPE,
  118. this.TASK_NO,
  119. this.TASK_COMTYPECH,
  120. this.TASK_SYSTYPE,
  121. this.TASK_BOXBARCODE,
  122. this.TASK_POSIDFROM,
  123. this.TASK_POSIDCUR,
  124. this.TASK_POSIDNEXT,
  125. this.TASK_POSIDTO,
  126. this.TASK_POSIDMOVE,
  127. this.TASK_PRIORITY,
  128. this.TASK_WKSTATUSCH,
  129. this.TASK_WHID,
  130. this.TASK_ADDUSERNO,
  131. this.TASK_ADDDATETIME,
  132. this.TASK_EDITUSERNO,
  133. this.TASK_EDITDATETIME,
  134. this.rn,
  135. this.task_notes,
  136. this.task_srmno});
  137. this.dgvTask.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  139. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  140. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  142. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  143. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  144. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  145. this.dgvTask.DefaultCellStyle = dataGridViewCellStyle3;
  146. this.dgvTask.EnableHeadersVisualStyles = false;
  147. this.dgvTask.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  148. this.dgvTask.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.dgvTask.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  150. this.dgvTask.Location = new System.Drawing.Point(7, 93);
  151. this.dgvTask.MultiSelect = false;
  152. this.dgvTask.Name = "dgvTask";
  153. this.dgvTask.ReadOnly = true;
  154. this.dgvTask.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  155. this.dgvTask.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  156. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  157. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  158. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. this.dgvTask.RowsDefaultCellStyle = dataGridViewCellStyle4;
  161. this.dgvTask.RowTemplate.Height = 23;
  162. this.dgvTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  163. this.dgvTask.Size = new System.Drawing.Size(1411, 533);
  164. this.dgvTask.TabIndex = 17;
  165. this.dgvTask.TitleBack = null;
  166. this.dgvTask.TitleBackColorBegin = System.Drawing.Color.White;
  167. this.dgvTask.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  168. this.dgvTask.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvTask_CellMouseClick);
  169. //
  170. // BtnRefresh
  171. //
  172. this.BtnRefresh.BackColor = System.Drawing.Color.Transparent;
  173. this.BtnRefresh.ControlState = CCWin.SkinClass.ControlState.Normal;
  174. this.BtnRefresh.DownBack = null;
  175. this.BtnRefresh.Location = new System.Drawing.Point(21, 35);
  176. this.BtnRefresh.MouseBack = null;
  177. this.BtnRefresh.Name = "BtnRefresh";
  178. this.BtnRefresh.NormlBack = null;
  179. this.BtnRefresh.Size = new System.Drawing.Size(75, 23);
  180. this.BtnRefresh.TabIndex = 18;
  181. this.BtnRefresh.Text = "刷新";
  182. this.BtnRefresh.UseVisualStyleBackColor = false;
  183. this.BtnRefresh.Click += new System.EventHandler(this.BtnRefresh_Click);
  184. //
  185. // dgvTaskdtl
  186. //
  187. this.dgvTaskdtl.AllowUserToAddRows = false;
  188. this.dgvTaskdtl.AllowUserToDeleteRows = false;
  189. this.dgvTaskdtl.AllowUserToOrderColumns = true;
  190. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  191. this.dgvTaskdtl.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  192. this.dgvTaskdtl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  193. | System.Windows.Forms.AnchorStyles.Right)));
  194. this.dgvTaskdtl.BackgroundColor = System.Drawing.SystemColors.Window;
  195. this.dgvTaskdtl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  196. this.dgvTaskdtl.ColumnFont = null;
  197. this.dgvTaskdtl.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  198. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  199. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  200. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  202. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  203. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  204. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  205. this.dgvTaskdtl.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  206. this.dgvTaskdtl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  207. this.dgvTaskdtl.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  208. this.id,
  209. this.parentid,
  210. this.taskno,
  211. this.posidcur,
  212. this.posidnext,
  213. this.description,
  214. this.notes,
  215. this.executedate});
  216. this.dgvTaskdtl.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  217. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  218. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  219. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  221. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  222. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White;
  223. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  224. this.dgvTaskdtl.DefaultCellStyle = dataGridViewCellStyle7;
  225. this.dgvTaskdtl.EnableHeadersVisualStyles = false;
  226. this.dgvTaskdtl.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  227. this.dgvTaskdtl.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.dgvTaskdtl.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  229. this.dgvTaskdtl.Location = new System.Drawing.Point(7, 632);
  230. this.dgvTaskdtl.Name = "dgvTaskdtl";
  231. this.dgvTaskdtl.ReadOnly = true;
  232. this.dgvTaskdtl.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  233. this.dgvTaskdtl.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  234. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  235. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  236. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  237. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  238. this.dgvTaskdtl.RowsDefaultCellStyle = dataGridViewCellStyle8;
  239. this.dgvTaskdtl.RowTemplate.Height = 23;
  240. this.dgvTaskdtl.Size = new System.Drawing.Size(1411, 188);
  241. this.dgvTaskdtl.TabIndex = 19;
  242. this.dgvTaskdtl.TitleBack = null;
  243. this.dgvTaskdtl.TitleBackColorBegin = System.Drawing.Color.White;
  244. this.dgvTaskdtl.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  245. //
  246. // id
  247. //
  248. this.id.DataPropertyName = "id";
  249. this.id.HeaderText = "id";
  250. this.id.Name = "id";
  251. this.id.ReadOnly = true;
  252. this.id.Visible = false;
  253. //
  254. // parentid
  255. //
  256. this.parentid.DataPropertyName = "parentid";
  257. this.parentid.HeaderText = "parentid";
  258. this.parentid.Name = "parentid";
  259. this.parentid.ReadOnly = true;
  260. this.parentid.Visible = false;
  261. //
  262. // taskno
  263. //
  264. this.taskno.DataPropertyName = "taskno";
  265. this.taskno.HeaderText = "任务号";
  266. this.taskno.Name = "taskno";
  267. this.taskno.ReadOnly = true;
  268. //
  269. // posidcur
  270. //
  271. this.posidcur.DataPropertyName = "posidcur";
  272. this.posidcur.HeaderText = "当前地址";
  273. this.posidcur.Name = "posidcur";
  274. this.posidcur.ReadOnly = true;
  275. //
  276. // posidnext
  277. //
  278. this.posidnext.DataPropertyName = "posidnext";
  279. this.posidnext.HeaderText = "下个地址";
  280. this.posidnext.Name = "posidnext";
  281. this.posidnext.ReadOnly = true;
  282. //
  283. // description
  284. //
  285. this.description.DataPropertyName = "description";
  286. this.description.HeaderText = "描述";
  287. this.description.Name = "description";
  288. this.description.ReadOnly = true;
  289. this.description.Width = 470;
  290. //
  291. // notes
  292. //
  293. this.notes.DataPropertyName = "notes";
  294. this.notes.HeaderText = "备注";
  295. this.notes.Name = "notes";
  296. this.notes.ReadOnly = true;
  297. //
  298. // executedate
  299. //
  300. this.executedate.DataPropertyName = "executedate";
  301. this.executedate.HeaderText = "执行时间";
  302. this.executedate.Name = "executedate";
  303. this.executedate.ReadOnly = true;
  304. this.executedate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  305. this.executedate.Width = 200;
  306. //
  307. // sknBinResetSrm
  308. //
  309. this.sknBinResetSrm.BackColor = System.Drawing.Color.Transparent;
  310. this.sknBinResetSrm.ControlState = CCWin.SkinClass.ControlState.Normal;
  311. this.sknBinResetSrm.DownBack = null;
  312. this.sknBinResetSrm.Location = new System.Drawing.Point(102, 35);
  313. this.sknBinResetSrm.MouseBack = null;
  314. this.sknBinResetSrm.Name = "sknBinResetSrm";
  315. this.sknBinResetSrm.NormlBack = null;
  316. this.sknBinResetSrm.Size = new System.Drawing.Size(106, 23);
  317. this.sknBinResetSrm.TabIndex = 20;
  318. this.sknBinResetSrm.Text = "重下堆垛机";
  319. this.sknBinResetSrm.UseVisualStyleBackColor = false;
  320. this.sknBinResetSrm.Click += new System.EventHandler(this.sknBinResetSrm_Click);
  321. //
  322. // sknBtnOnMaterResetAGV
  323. //
  324. this.sknBtnOnMaterResetAGV.BackColor = System.Drawing.Color.Transparent;
  325. this.sknBtnOnMaterResetAGV.ControlState = CCWin.SkinClass.ControlState.Normal;
  326. this.sknBtnOnMaterResetAGV.DownBack = null;
  327. this.sknBtnOnMaterResetAGV.Location = new System.Drawing.Point(214, 35);
  328. this.sknBtnOnMaterResetAGV.MouseBack = null;
  329. this.sknBtnOnMaterResetAGV.Name = "sknBtnOnMaterResetAGV";
  330. this.sknBtnOnMaterResetAGV.NormlBack = null;
  331. this.sknBtnOnMaterResetAGV.Size = new System.Drawing.Size(106, 23);
  332. this.sknBtnOnMaterResetAGV.TabIndex = 21;
  333. this.sknBtnOnMaterResetAGV.Text = "上料重下RGV";
  334. this.sknBtnOnMaterResetAGV.UseVisualStyleBackColor = false;
  335. this.sknBtnOnMaterResetAGV.Click += new System.EventHandler(this.sknBtnOnMaterResetAGV_Click);
  336. //
  337. // sknBinUpMaterResetAGV
  338. //
  339. this.sknBinUpMaterResetAGV.BackColor = System.Drawing.Color.Transparent;
  340. this.sknBinUpMaterResetAGV.ControlState = CCWin.SkinClass.ControlState.Normal;
  341. this.sknBinUpMaterResetAGV.DownBack = null;
  342. this.sknBinUpMaterResetAGV.Location = new System.Drawing.Point(326, 35);
  343. this.sknBinUpMaterResetAGV.MouseBack = null;
  344. this.sknBinUpMaterResetAGV.Name = "sknBinUpMaterResetAGV";
  345. this.sknBinUpMaterResetAGV.NormlBack = null;
  346. this.sknBinUpMaterResetAGV.Size = new System.Drawing.Size(106, 23);
  347. this.sknBinUpMaterResetAGV.TabIndex = 22;
  348. this.sknBinUpMaterResetAGV.Text = "下料重下RGV";
  349. this.sknBinUpMaterResetAGV.UseVisualStyleBackColor = false;
  350. this.sknBinUpMaterResetAGV.Click += new System.EventHandler(this.sknBinUpMaterResetAGV_Click);
  351. //
  352. // sknBinTaskFinish
  353. //
  354. this.sknBinTaskFinish.BackColor = System.Drawing.Color.Transparent;
  355. this.sknBinTaskFinish.ControlState = CCWin.SkinClass.ControlState.Normal;
  356. this.sknBinTaskFinish.DownBack = null;
  357. this.sknBinTaskFinish.Location = new System.Drawing.Point(690, 35);
  358. this.sknBinTaskFinish.MouseBack = null;
  359. this.sknBinTaskFinish.Name = "sknBinTaskFinish";
  360. this.sknBinTaskFinish.NormlBack = null;
  361. this.sknBinTaskFinish.Size = new System.Drawing.Size(106, 23);
  362. this.sknBinTaskFinish.TabIndex = 23;
  363. this.sknBinTaskFinish.Text = "任务完成";
  364. this.sknBinTaskFinish.UseVisualStyleBackColor = false;
  365. this.sknBinTaskFinish.Click += new System.EventHandler(this.sknBinTaskFinish_Click);
  366. //
  367. // sknBtnResertTask
  368. //
  369. this.sknBtnResertTask.BackColor = System.Drawing.Color.Transparent;
  370. this.sknBtnResertTask.ControlState = CCWin.SkinClass.ControlState.Normal;
  371. this.sknBtnResertTask.DownBack = null;
  372. this.sknBtnResertTask.Location = new System.Drawing.Point(569, 35);
  373. this.sknBtnResertTask.MouseBack = null;
  374. this.sknBtnResertTask.Name = "sknBtnResertTask";
  375. this.sknBtnResertTask.NormlBack = null;
  376. this.sknBtnResertTask.Size = new System.Drawing.Size(106, 23);
  377. this.sknBtnResertTask.TabIndex = 24;
  378. this.sknBtnResertTask.Text = "重下任务";
  379. this.sknBtnResertTask.UseVisualStyleBackColor = false;
  380. this.sknBtnResertTask.Click += new System.EventHandler(this.sknBtnResertTask_Click);
  381. //
  382. // sknBtnCancel
  383. //
  384. this.sknBtnCancel.BackColor = System.Drawing.Color.Transparent;
  385. this.sknBtnCancel.ControlState = CCWin.SkinClass.ControlState.Normal;
  386. this.sknBtnCancel.DownBack = null;
  387. this.sknBtnCancel.Location = new System.Drawing.Point(448, 35);
  388. this.sknBtnCancel.MouseBack = null;
  389. this.sknBtnCancel.Name = "sknBtnCancel";
  390. this.sknBtnCancel.NormlBack = null;
  391. this.sknBtnCancel.Size = new System.Drawing.Size(106, 23);
  392. this.sknBtnCancel.TabIndex = 25;
  393. this.sknBtnCancel.Text = "取消任务";
  394. this.sknBtnCancel.UseVisualStyleBackColor = false;
  395. this.sknBtnCancel.Click += new System.EventHandler(this.sknBtnCancel_Click);
  396. //
  397. // txtSrmNo
  398. //
  399. this.txtSrmNo.Location = new System.Drawing.Point(112, 64);
  400. this.txtSrmNo.Name = "txtSrmNo";
  401. this.txtSrmNo.Size = new System.Drawing.Size(100, 21);
  402. this.txtSrmNo.TabIndex = 26;
  403. //
  404. // label1
  405. //
  406. this.label1.AutoSize = true;
  407. this.label1.Location = new System.Drawing.Point(31, 68);
  408. this.label1.Name = "label1";
  409. this.label1.Size = new System.Drawing.Size(71, 12);
  410. this.label1.TabIndex = 28;
  411. this.label1.Text = "堆垛机编号:";
  412. //
  413. // btnQuery
  414. //
  415. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  416. this.btnQuery.ControlState = CCWin.SkinClass.ControlState.Normal;
  417. this.btnQuery.DownBack = null;
  418. this.btnQuery.Location = new System.Drawing.Point(1015, 64);
  419. this.btnQuery.MouseBack = null;
  420. this.btnQuery.Name = "btnQuery";
  421. this.btnQuery.NormlBack = null;
  422. this.btnQuery.Size = new System.Drawing.Size(106, 23);
  423. this.btnQuery.TabIndex = 29;
  424. this.btnQuery.Text = "查询";
  425. this.btnQuery.UseVisualStyleBackColor = false;
  426. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  427. //
  428. // skBtnCancelNoTask
  429. //
  430. this.skBtnCancelNoTask.BackColor = System.Drawing.Color.Transparent;
  431. this.skBtnCancelNoTask.ControlState = CCWin.SkinClass.ControlState.Normal;
  432. this.skBtnCancelNoTask.DownBack = null;
  433. this.skBtnCancelNoTask.Location = new System.Drawing.Point(943, 35);
  434. this.skBtnCancelNoTask.MouseBack = null;
  435. this.skBtnCancelNoTask.Name = "skBtnCancelNoTask";
  436. this.skBtnCancelNoTask.NormlBack = null;
  437. this.skBtnCancelNoTask.Size = new System.Drawing.Size(157, 23);
  438. this.skBtnCancelNoTask.TabIndex = 30;
  439. this.skBtnCancelNoTask.Text = "测试";
  440. this.skBtnCancelNoTask.UseVisualStyleBackColor = false;
  441. this.skBtnCancelNoTask.Visible = false;
  442. this.skBtnCancelNoTask.Click += new System.EventHandler(this.skBtnCancelNoTask_Click);
  443. //
  444. // label2
  445. //
  446. this.label2.AutoSize = true;
  447. this.label2.Location = new System.Drawing.Point(229, 68);
  448. this.label2.Name = "label2";
  449. this.label2.Size = new System.Drawing.Size(59, 12);
  450. this.label2.TabIndex = 32;
  451. this.label2.Text = "终点地址:";
  452. //
  453. // txtEnd
  454. //
  455. this.txtEnd.Location = new System.Drawing.Point(299, 64);
  456. this.txtEnd.Name = "txtEnd";
  457. this.txtEnd.Size = new System.Drawing.Size(100, 21);
  458. this.txtEnd.TabIndex = 31;
  459. //
  460. // label3
  461. //
  462. this.label3.AutoSize = true;
  463. this.label3.Location = new System.Drawing.Point(420, 69);
  464. this.label3.Name = "label3";
  465. this.label3.Size = new System.Drawing.Size(59, 12);
  466. this.label3.TabIndex = 34;
  467. this.label3.Text = "条 码:";
  468. //
  469. // txtBarCode
  470. //
  471. this.txtBarCode.Location = new System.Drawing.Point(490, 65);
  472. this.txtBarCode.Name = "txtBarCode";
  473. this.txtBarCode.Size = new System.Drawing.Size(100, 21);
  474. this.txtBarCode.TabIndex = 33;
  475. //
  476. // btnClear
  477. //
  478. this.btnClear.BackColor = System.Drawing.Color.Transparent;
  479. this.btnClear.ControlState = CCWin.SkinClass.ControlState.Normal;
  480. this.btnClear.DownBack = null;
  481. this.btnClear.Location = new System.Drawing.Point(1143, 64);
  482. this.btnClear.MouseBack = null;
  483. this.btnClear.Name = "btnClear";
  484. this.btnClear.NormlBack = null;
  485. this.btnClear.Size = new System.Drawing.Size(106, 23);
  486. this.btnClear.TabIndex = 35;
  487. this.btnClear.Text = "重置查询条件";
  488. this.btnClear.UseVisualStyleBackColor = false;
  489. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  490. //
  491. // label4
  492. //
  493. this.label4.AutoSize = true;
  494. this.label4.Location = new System.Drawing.Point(599, 69);
  495. this.label4.Name = "label4";
  496. this.label4.Size = new System.Drawing.Size(59, 12);
  497. this.label4.TabIndex = 37;
  498. this.label4.Text = "任 务 号:";
  499. //
  500. // txtTaskNo
  501. //
  502. this.txtTaskNo.Location = new System.Drawing.Point(669, 65);
  503. this.txtTaskNo.Name = "txtTaskNo";
  504. this.txtTaskNo.Size = new System.Drawing.Size(100, 21);
  505. this.txtTaskNo.TabIndex = 36;
  506. //
  507. // sknBtnPRIORITY
  508. //
  509. this.sknBtnPRIORITY.BackColor = System.Drawing.Color.Transparent;
  510. this.sknBtnPRIORITY.ControlState = CCWin.SkinClass.ControlState.Normal;
  511. this.sknBtnPRIORITY.DownBack = null;
  512. this.sknBtnPRIORITY.Location = new System.Drawing.Point(815, 35);
  513. this.sknBtnPRIORITY.MouseBack = null;
  514. this.sknBtnPRIORITY.Name = "sknBtnPRIORITY";
  515. this.sknBtnPRIORITY.NormlBack = null;
  516. this.sknBtnPRIORITY.Size = new System.Drawing.Size(106, 23);
  517. this.sknBtnPRIORITY.TabIndex = 38;
  518. this.sknBtnPRIORITY.Text = "调整优先级";
  519. this.sknBtnPRIORITY.UseVisualStyleBackColor = false;
  520. this.sknBtnPRIORITY.Click += new System.EventHandler(this.sknBtnPRIORITY_Click);
  521. //
  522. // label5
  523. //
  524. this.label5.AutoSize = true;
  525. this.label5.Location = new System.Drawing.Point(786, 69);
  526. this.label5.Name = "label5";
  527. this.label5.Size = new System.Drawing.Size(95, 12);
  528. this.label5.TabIndex = 40;
  529. this.label5.Text = "物料编号或名称:";
  530. //
  531. // txtMatNo
  532. //
  533. this.txtMatNo.Location = new System.Drawing.Point(897, 65);
  534. this.txtMatNo.Name = "txtMatNo";
  535. this.txtMatNo.Size = new System.Drawing.Size(100, 21);
  536. this.txtMatNo.TabIndex = 39;
  537. //
  538. // TASK_COMTYPE
  539. //
  540. this.TASK_COMTYPE.DataPropertyName = "TASK_COMTYPE";
  541. this.TASK_COMTYPE.HeaderText = "Column1";
  542. this.TASK_COMTYPE.Name = "TASK_COMTYPE";
  543. this.TASK_COMTYPE.ReadOnly = true;
  544. this.TASK_COMTYPE.Visible = false;
  545. //
  546. // TASK_NO
  547. //
  548. this.TASK_NO.DataPropertyName = "TASK_NO";
  549. this.TASK_NO.HeaderText = "任务号";
  550. this.TASK_NO.Name = "TASK_NO";
  551. this.TASK_NO.ReadOnly = true;
  552. this.TASK_NO.Width = 80;
  553. //
  554. // TASK_COMTYPECH
  555. //
  556. this.TASK_COMTYPECH.DataPropertyName = "TASK_COMTYPECH";
  557. this.TASK_COMTYPECH.HeaderText = "任务类型";
  558. this.TASK_COMTYPECH.Name = "TASK_COMTYPECH";
  559. this.TASK_COMTYPECH.ReadOnly = true;
  560. //
  561. // TASK_SYSTYPE
  562. //
  563. this.TASK_SYSTYPE.DataPropertyName = "TASK_SYSTYPE";
  564. this.TASK_SYSTYPE.HeaderText = "下发系统";
  565. this.TASK_SYSTYPE.Name = "TASK_SYSTYPE";
  566. this.TASK_SYSTYPE.ReadOnly = true;
  567. //
  568. // TASK_BOXBARCODE
  569. //
  570. this.TASK_BOXBARCODE.DataPropertyName = "TASK_BOXBARCODE";
  571. this.TASK_BOXBARCODE.HeaderText = "条码";
  572. this.TASK_BOXBARCODE.Name = "TASK_BOXBARCODE";
  573. this.TASK_BOXBARCODE.ReadOnly = true;
  574. this.TASK_BOXBARCODE.Width = 200;
  575. //
  576. // TASK_POSIDFROM
  577. //
  578. this.TASK_POSIDFROM.DataPropertyName = "TASK_POSIDFROM";
  579. this.TASK_POSIDFROM.HeaderText = "起始地址";
  580. this.TASK_POSIDFROM.Name = "TASK_POSIDFROM";
  581. this.TASK_POSIDFROM.ReadOnly = true;
  582. //
  583. // TASK_POSIDCUR
  584. //
  585. this.TASK_POSIDCUR.DataPropertyName = "TASK_POSIDCUR";
  586. this.TASK_POSIDCUR.HeaderText = "当前地址";
  587. this.TASK_POSIDCUR.Name = "TASK_POSIDCUR";
  588. this.TASK_POSIDCUR.ReadOnly = true;
  589. //
  590. // TASK_POSIDNEXT
  591. //
  592. this.TASK_POSIDNEXT.DataPropertyName = "TASK_POSIDNEXT";
  593. this.TASK_POSIDNEXT.HeaderText = "下个地址";
  594. this.TASK_POSIDNEXT.Name = "TASK_POSIDNEXT";
  595. this.TASK_POSIDNEXT.ReadOnly = true;
  596. //
  597. // TASK_POSIDTO
  598. //
  599. this.TASK_POSIDTO.DataPropertyName = "TASK_POSIDTO";
  600. this.TASK_POSIDTO.HeaderText = "终点地址";
  601. this.TASK_POSIDTO.Name = "TASK_POSIDTO";
  602. this.TASK_POSIDTO.ReadOnly = true;
  603. //
  604. // TASK_POSIDMOVE
  605. //
  606. this.TASK_POSIDMOVE.DataPropertyName = "TASK_POSIDMOVE";
  607. this.TASK_POSIDMOVE.HeaderText = "移库地址";
  608. this.TASK_POSIDMOVE.Name = "TASK_POSIDMOVE";
  609. this.TASK_POSIDMOVE.ReadOnly = true;
  610. //
  611. // TASK_PRIORITY
  612. //
  613. this.TASK_PRIORITY.DataPropertyName = "TASK_PRIORITY";
  614. this.TASK_PRIORITY.HeaderText = "优先级";
  615. this.TASK_PRIORITY.Name = "TASK_PRIORITY";
  616. this.TASK_PRIORITY.ReadOnly = true;
  617. this.TASK_PRIORITY.Width = 80;
  618. //
  619. // TASK_WKSTATUSCH
  620. //
  621. this.TASK_WKSTATUSCH.DataPropertyName = "TASK_WKSTATUSCH";
  622. this.TASK_WKSTATUSCH.HeaderText = "任务状态";
  623. this.TASK_WKSTATUSCH.Name = "TASK_WKSTATUSCH";
  624. this.TASK_WKSTATUSCH.ReadOnly = true;
  625. //
  626. // TASK_WHID
  627. //
  628. this.TASK_WHID.DataPropertyName = "TASK_WHID";
  629. this.TASK_WHID.HeaderText = "仓库";
  630. this.TASK_WHID.Name = "TASK_WHID";
  631. this.TASK_WHID.ReadOnly = true;
  632. this.TASK_WHID.Visible = false;
  633. this.TASK_WHID.Width = 80;
  634. //
  635. // TASK_ADDUSERNO
  636. //
  637. this.TASK_ADDUSERNO.DataPropertyName = "TASK_ADDUSERNO";
  638. this.TASK_ADDUSERNO.HeaderText = "创建用户";
  639. this.TASK_ADDUSERNO.Name = "TASK_ADDUSERNO";
  640. this.TASK_ADDUSERNO.ReadOnly = true;
  641. //
  642. // TASK_ADDDATETIME
  643. //
  644. this.TASK_ADDDATETIME.DataPropertyName = "TASK_ADDDATETIME";
  645. this.TASK_ADDDATETIME.HeaderText = "创建时间";
  646. this.TASK_ADDDATETIME.Name = "TASK_ADDDATETIME";
  647. this.TASK_ADDDATETIME.ReadOnly = true;
  648. //
  649. // TASK_EDITUSERNO
  650. //
  651. this.TASK_EDITUSERNO.DataPropertyName = "TASK_EDITUSERNO";
  652. this.TASK_EDITUSERNO.HeaderText = "编辑用户";
  653. this.TASK_EDITUSERNO.Name = "TASK_EDITUSERNO";
  654. this.TASK_EDITUSERNO.ReadOnly = true;
  655. this.TASK_EDITUSERNO.Width = 80;
  656. //
  657. // TASK_EDITDATETIME
  658. //
  659. this.TASK_EDITDATETIME.DataPropertyName = "TASK_EDITDATETIME";
  660. this.TASK_EDITDATETIME.HeaderText = "编辑时间";
  661. this.TASK_EDITDATETIME.Name = "TASK_EDITDATETIME";
  662. this.TASK_EDITDATETIME.ReadOnly = true;
  663. //
  664. // rn
  665. //
  666. this.rn.DataPropertyName = "rn";
  667. this.rn.HeaderText = "rn";
  668. this.rn.Name = "rn";
  669. this.rn.ReadOnly = true;
  670. this.rn.Visible = false;
  671. this.rn.Width = 80;
  672. //
  673. // task_notes
  674. //
  675. this.task_notes.DataPropertyName = "task_notes";
  676. this.task_notes.HeaderText = "备注";
  677. this.task_notes.Name = "task_notes";
  678. this.task_notes.ReadOnly = true;
  679. //
  680. // task_srmno
  681. //
  682. this.task_srmno.DataPropertyName = "task_srmno";
  683. this.task_srmno.HeaderText = "srm编号";
  684. this.task_srmno.Name = "task_srmno";
  685. this.task_srmno.ReadOnly = true;
  686. //
  687. // Form_Task
  688. //
  689. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  690. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  691. this.ClientSize = new System.Drawing.Size(1425, 827);
  692. this.Controls.Add(this.label5);
  693. this.Controls.Add(this.txtMatNo);
  694. this.Controls.Add(this.sknBtnPRIORITY);
  695. this.Controls.Add(this.label4);
  696. this.Controls.Add(this.txtTaskNo);
  697. this.Controls.Add(this.btnClear);
  698. this.Controls.Add(this.label3);
  699. this.Controls.Add(this.txtBarCode);
  700. this.Controls.Add(this.label2);
  701. this.Controls.Add(this.txtEnd);
  702. this.Controls.Add(this.skBtnCancelNoTask);
  703. this.Controls.Add(this.btnQuery);
  704. this.Controls.Add(this.label1);
  705. this.Controls.Add(this.txtSrmNo);
  706. this.Controls.Add(this.sknBtnCancel);
  707. this.Controls.Add(this.sknBtnResertTask);
  708. this.Controls.Add(this.sknBinTaskFinish);
  709. this.Controls.Add(this.sknBinUpMaterResetAGV);
  710. this.Controls.Add(this.sknBtnOnMaterResetAGV);
  711. this.Controls.Add(this.sknBinResetSrm);
  712. this.Controls.Add(this.dgvTaskdtl);
  713. this.Controls.Add(this.BtnRefresh);
  714. this.Controls.Add(this.dgvTask);
  715. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  716. this.Name = "Form_Task";
  717. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  718. this.Text = "任务管理";
  719. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit();
  720. ((System.ComponentModel.ISupportInitialize)(this.dgvTaskdtl)).EndInit();
  721. this.ResumeLayout(false);
  722. this.PerformLayout();
  723. }
  724. #endregion
  725. private CCWin.SkinControl.SkinDataGridView dgvTask;
  726. private CCWin.SkinControl.SkinButton BtnRefresh;
  727. private CCWin.SkinControl.SkinDataGridView dgvTaskdtl;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn id;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn parentid;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn taskno;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn posidcur;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn posidnext;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn description;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn notes;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn executedate;
  736. private CCWin.SkinControl.SkinButton sknBinResetSrm;
  737. private CCWin.SkinControl.SkinButton sknBtnOnMaterResetAGV;
  738. private CCWin.SkinControl.SkinButton sknBinUpMaterResetAGV;
  739. private CCWin.SkinControl.SkinButton sknBinTaskFinish;
  740. private CCWin.SkinControl.SkinButton sknBtnResertTask;
  741. private CCWin.SkinControl.SkinButton sknBtnCancel;
  742. private System.Windows.Forms.TextBox txtSrmNo;
  743. private System.Windows.Forms.Label label1;
  744. private CCWin.SkinControl.SkinButton btnQuery;
  745. private CCWin.SkinControl.SkinButton skBtnCancelNoTask;
  746. private System.Windows.Forms.Label label2;
  747. private System.Windows.Forms.TextBox txtEnd;
  748. private System.Windows.Forms.Label label3;
  749. private System.Windows.Forms.TextBox txtBarCode;
  750. private CCWin.SkinControl.SkinButton btnClear;
  751. private System.Windows.Forms.Label label4;
  752. private System.Windows.Forms.TextBox txtTaskNo;
  753. private CCWin.SkinControl.SkinButton sknBtnPRIORITY;
  754. private System.Windows.Forms.Label label5;
  755. private System.Windows.Forms.TextBox txtMatNo;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_COMTYPE;
  757. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_NO;
  758. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_COMTYPECH;
  759. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_SYSTYPE;
  760. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_BOXBARCODE;
  761. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDFROM;
  762. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDCUR;
  763. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDNEXT;
  764. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDTO;
  765. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDMOVE;
  766. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_PRIORITY;
  767. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_WKSTATUSCH;
  768. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_WHID;
  769. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ADDUSERNO;
  770. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ADDDATETIME;
  771. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_EDITUSERNO;
  772. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_EDITDATETIME;
  773. private System.Windows.Forms.DataGridViewTextBoxColumn rn;
  774. private System.Windows.Forms.DataGridViewTextBoxColumn task_notes;
  775. private System.Windows.Forms.DataGridViewTextBoxColumn task_srmno;
  776. }
  777. }