Form_TaskDis.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  1. namespace WCS_Client.From
  2. {
  3. partial class Form_TaskDis
  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. this.dgvTask = new CCWin.SkinControl.SkinDataGridView();
  34. this.pagerControl1 = new WCS_Client.UC.PagerControl();
  35. this.btn_QueryTask = new CCWin.SkinControl.SkinButton();
  36. this.btnQueryTaskDtl = new CCWin.SkinControl.SkinButton();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.txtBarCode = new CCWin.SkinControl.SkinTextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.cboTasktype = new CCWin.SkinControl.SkinComboBox();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.txtStartAdrress = new CCWin.SkinControl.SkinTextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.skinDateTimePicker1 = new CCWin.SkinControl.SkinDateTimePicker();
  46. this.skinDateTimePicker2 = new CCWin.SkinControl.SkinDateTimePicker();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.nudTaskNo = new CCWin.SkinControl.SkinNumericUpDown();
  49. this.btnResert = new CCWin.SkinControl.SkinButton();
  50. this.TASK_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.TASK_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.TASK_COMTYPECH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.TASK_SYSTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.TASK_BOXBARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.TASK_POSIDFROM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.TASK_POSIDCUR = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.TASK_POSIDNEXT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.TASK_POSIDTO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.TASK_POSIDMOVE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.TASK_PRIORITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.TASK_WKSTATUSCH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.TASK_WHID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.TASK_ADDUSERNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.TASK_ADDDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.TASK_EDITUSERNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.TASK_EDITDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.task_notes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.task_srmno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.task_deletedate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.nudTaskNo)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // dgvTask
  76. //
  77. this.dgvTask.AllowUserToAddRows = false;
  78. this.dgvTask.AllowUserToDeleteRows = false;
  79. this.dgvTask.AllowUserToOrderColumns = true;
  80. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  81. this.dgvTask.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  82. this.dgvTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  83. | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.dgvTask.BackgroundColor = System.Drawing.SystemColors.Window;
  86. this.dgvTask.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  87. this.dgvTask.ColumnFont = null;
  88. this.dgvTask.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  96. this.dgvTask.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  97. this.dgvTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  98. this.dgvTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  99. this.TASK_ID,
  100. this.TASK_NO,
  101. this.TASK_COMTYPECH,
  102. this.TASK_SYSTYPE,
  103. this.TASK_BOXBARCODE,
  104. this.TASK_POSIDFROM,
  105. this.TASK_POSIDCUR,
  106. this.TASK_POSIDNEXT,
  107. this.TASK_POSIDTO,
  108. this.TASK_POSIDMOVE,
  109. this.TASK_PRIORITY,
  110. this.TASK_WKSTATUSCH,
  111. this.TASK_WHID,
  112. this.TASK_ADDUSERNO,
  113. this.TASK_ADDDATETIME,
  114. this.TASK_EDITUSERNO,
  115. this.TASK_EDITDATETIME,
  116. this.rn,
  117. this.task_notes,
  118. this.task_srmno,
  119. this.task_deletedate});
  120. this.dgvTask.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  121. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  122. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  123. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  125. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  126. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  127. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  128. this.dgvTask.DefaultCellStyle = dataGridViewCellStyle3;
  129. this.dgvTask.EnableHeadersVisualStyles = false;
  130. this.dgvTask.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  131. this.dgvTask.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.dgvTask.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  133. this.dgvTask.Location = new System.Drawing.Point(7, 120);
  134. this.dgvTask.MultiSelect = false;
  135. this.dgvTask.Name = "dgvTask";
  136. this.dgvTask.ReadOnly = true;
  137. this.dgvTask.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  138. this.dgvTask.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  139. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  140. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  141. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. this.dgvTask.RowsDefaultCellStyle = dataGridViewCellStyle4;
  144. this.dgvTask.RowTemplate.Height = 23;
  145. this.dgvTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  146. this.dgvTask.Size = new System.Drawing.Size(1099, 429);
  147. this.dgvTask.TabIndex = 18;
  148. this.dgvTask.TitleBack = null;
  149. this.dgvTask.TitleBackColorBegin = System.Drawing.Color.White;
  150. this.dgvTask.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  151. //
  152. // pagerControl1
  153. //
  154. this.pagerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  155. | System.Windows.Forms.AnchorStyles.Right)));
  156. this.pagerControl1.CurrentPage = 1;
  157. this.pagerControl1.Location = new System.Drawing.Point(7, 555);
  158. this.pagerControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  159. this.pagerControl1.Name = "pagerControl1";
  160. this.pagerControl1.PageSize = 20;
  161. this.pagerControl1.Record = 0;
  162. this.pagerControl1.Size = new System.Drawing.Size(1099, 38);
  163. this.pagerControl1.TabIndex = 19;
  164. this.pagerControl1.BindSource += new WCS_Client.UC.PagerControl.BindHandle(this.pagerControl1_BindSource);
  165. //
  166. // btn_QueryTask
  167. //
  168. this.btn_QueryTask.BackColor = System.Drawing.Color.Transparent;
  169. this.btn_QueryTask.ControlState = CCWin.SkinClass.ControlState.Normal;
  170. this.btn_QueryTask.DownBack = null;
  171. this.btn_QueryTask.Location = new System.Drawing.Point(763, 40);
  172. this.btn_QueryTask.MouseBack = null;
  173. this.btn_QueryTask.Name = "btn_QueryTask";
  174. this.btn_QueryTask.NormlBack = null;
  175. this.btn_QueryTask.Size = new System.Drawing.Size(75, 23);
  176. this.btn_QueryTask.TabIndex = 20;
  177. this.btn_QueryTask.Text = "查询";
  178. this.btn_QueryTask.UseVisualStyleBackColor = false;
  179. this.btn_QueryTask.Click += new System.EventHandler(this.btn_QueryTask_Click);
  180. //
  181. // btnQueryTaskDtl
  182. //
  183. this.btnQueryTaskDtl.BackColor = System.Drawing.Color.Transparent;
  184. this.btnQueryTaskDtl.ControlState = CCWin.SkinClass.ControlState.Normal;
  185. this.btnQueryTaskDtl.DownBack = null;
  186. this.btnQueryTaskDtl.Location = new System.Drawing.Point(763, 85);
  187. this.btnQueryTaskDtl.MouseBack = null;
  188. this.btnQueryTaskDtl.Name = "btnQueryTaskDtl";
  189. this.btnQueryTaskDtl.NormlBack = null;
  190. this.btnQueryTaskDtl.Size = new System.Drawing.Size(75, 23);
  191. this.btnQueryTaskDtl.TabIndex = 21;
  192. this.btnQueryTaskDtl.Text = "查看明细";
  193. this.btnQueryTaskDtl.UseVisualStyleBackColor = false;
  194. this.btnQueryTaskDtl.Click += new System.EventHandler(this.btnQueryTaskDtl_Click);
  195. //
  196. // label1
  197. //
  198. this.label1.AutoSize = true;
  199. this.label1.Location = new System.Drawing.Point(32, 44);
  200. this.label1.Name = "label1";
  201. this.label1.Size = new System.Drawing.Size(52, 15);
  202. this.label1.TabIndex = 22;
  203. this.label1.Text = "任务号";
  204. //
  205. // txtBarCode
  206. //
  207. this.txtBarCode.BackColor = System.Drawing.Color.Transparent;
  208. this.txtBarCode.DownBack = null;
  209. this.txtBarCode.Icon = null;
  210. this.txtBarCode.IconIsButton = false;
  211. this.txtBarCode.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  212. this.txtBarCode.IsPasswordChat = '\0';
  213. this.txtBarCode.IsSystemPasswordChar = false;
  214. this.txtBarCode.Lines = new string[0];
  215. this.txtBarCode.Location = new System.Drawing.Point(100, 82);
  216. this.txtBarCode.Margin = new System.Windows.Forms.Padding(0);
  217. this.txtBarCode.MaxLength = 32767;
  218. this.txtBarCode.MinimumSize = new System.Drawing.Size(28, 28);
  219. this.txtBarCode.MouseBack = null;
  220. this.txtBarCode.MouseState = CCWin.SkinClass.ControlState.Normal;
  221. this.txtBarCode.Multiline = false;
  222. this.txtBarCode.Name = "txtBarCode";
  223. this.txtBarCode.NormlBack = null;
  224. this.txtBarCode.Padding = new System.Windows.Forms.Padding(5);
  225. this.txtBarCode.ReadOnly = false;
  226. this.txtBarCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
  227. this.txtBarCode.Size = new System.Drawing.Size(185, 28);
  228. //
  229. //
  230. //
  231. this.txtBarCode.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  232. this.txtBarCode.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.txtBarCode.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  234. this.txtBarCode.SkinTxt.Location = new System.Drawing.Point(5, 5);
  235. this.txtBarCode.SkinTxt.Name = "BaseText";
  236. this.txtBarCode.SkinTxt.Size = new System.Drawing.Size(175, 22);
  237. this.txtBarCode.SkinTxt.TabIndex = 0;
  238. this.txtBarCode.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  239. this.txtBarCode.SkinTxt.WaterText = "";
  240. this.txtBarCode.TabIndex = 25;
  241. this.txtBarCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  242. this.txtBarCode.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  243. this.txtBarCode.WaterText = "";
  244. this.txtBarCode.WordWrap = true;
  245. //
  246. // label2
  247. //
  248. this.label2.AutoSize = true;
  249. this.label2.Location = new System.Drawing.Point(32, 89);
  250. this.label2.Name = "label2";
  251. this.label2.Size = new System.Drawing.Size(37, 15);
  252. this.label2.TabIndex = 24;
  253. this.label2.Text = "条码";
  254. //
  255. // label3
  256. //
  257. this.label3.AutoSize = true;
  258. this.label3.Location = new System.Drawing.Point(304, 44);
  259. this.label3.Name = "label3";
  260. this.label3.Size = new System.Drawing.Size(67, 15);
  261. this.label3.TabIndex = 26;
  262. this.label3.Text = "任务类型";
  263. //
  264. // cboTasktype
  265. //
  266. this.cboTasktype.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  267. this.cboTasktype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  268. this.cboTasktype.FormattingEnabled = true;
  269. this.cboTasktype.Location = new System.Drawing.Point(387, 38);
  270. this.cboTasktype.Name = "cboTasktype";
  271. this.cboTasktype.Size = new System.Drawing.Size(100, 26);
  272. this.cboTasktype.TabIndex = 27;
  273. this.cboTasktype.WaterText = "";
  274. //
  275. // label4
  276. //
  277. this.label4.AutoSize = true;
  278. this.label4.Location = new System.Drawing.Point(493, 44);
  279. this.label4.Name = "label4";
  280. this.label4.Size = new System.Drawing.Size(67, 15);
  281. this.label4.TabIndex = 28;
  282. this.label4.Text = "起点地址";
  283. //
  284. // txtStartAdrress
  285. //
  286. this.txtStartAdrress.BackColor = System.Drawing.Color.Transparent;
  287. this.txtStartAdrress.DownBack = null;
  288. this.txtStartAdrress.Icon = null;
  289. this.txtStartAdrress.IconIsButton = false;
  290. this.txtStartAdrress.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  291. this.txtStartAdrress.IsPasswordChat = '\0';
  292. this.txtStartAdrress.IsSystemPasswordChar = false;
  293. this.txtStartAdrress.Lines = new string[0];
  294. this.txtStartAdrress.Location = new System.Drawing.Point(568, 37);
  295. this.txtStartAdrress.Margin = new System.Windows.Forms.Padding(0);
  296. this.txtStartAdrress.MaxLength = 32767;
  297. this.txtStartAdrress.MinimumSize = new System.Drawing.Size(28, 28);
  298. this.txtStartAdrress.MouseBack = null;
  299. this.txtStartAdrress.MouseState = CCWin.SkinClass.ControlState.Normal;
  300. this.txtStartAdrress.Multiline = false;
  301. this.txtStartAdrress.Name = "txtStartAdrress";
  302. this.txtStartAdrress.NormlBack = null;
  303. this.txtStartAdrress.Padding = new System.Windows.Forms.Padding(5);
  304. this.txtStartAdrress.ReadOnly = false;
  305. this.txtStartAdrress.ScrollBars = System.Windows.Forms.ScrollBars.None;
  306. this.txtStartAdrress.Size = new System.Drawing.Size(152, 28);
  307. //
  308. //
  309. //
  310. this.txtStartAdrress.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  311. this.txtStartAdrress.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  312. this.txtStartAdrress.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  313. this.txtStartAdrress.SkinTxt.Location = new System.Drawing.Point(5, 5);
  314. this.txtStartAdrress.SkinTxt.Name = "BaseText";
  315. this.txtStartAdrress.SkinTxt.Size = new System.Drawing.Size(142, 22);
  316. this.txtStartAdrress.SkinTxt.TabIndex = 0;
  317. this.txtStartAdrress.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  318. this.txtStartAdrress.SkinTxt.WaterText = "";
  319. this.txtStartAdrress.TabIndex = 29;
  320. this.txtStartAdrress.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  321. this.txtStartAdrress.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  322. this.txtStartAdrress.WaterText = "";
  323. this.txtStartAdrress.WordWrap = true;
  324. //
  325. // label5
  326. //
  327. this.label5.AutoSize = true;
  328. this.label5.Location = new System.Drawing.Point(304, 89);
  329. this.label5.Name = "label5";
  330. this.label5.Size = new System.Drawing.Size(67, 15);
  331. this.label5.TabIndex = 30;
  332. this.label5.Text = "创建时间";
  333. //
  334. // skinDateTimePicker1
  335. //
  336. this.skinDateTimePicker1.BackColor = System.Drawing.Color.Transparent;
  337. this.skinDateTimePicker1.DropDownHeight = 180;
  338. this.skinDateTimePicker1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
  339. this.skinDateTimePicker1.DropDownWidth = 120;
  340. this.skinDateTimePicker1.font = new System.Drawing.Font("微软雅黑", 9F);
  341. this.skinDateTimePicker1.Items = null;
  342. this.skinDateTimePicker1.Location = new System.Drawing.Point(387, 82);
  343. this.skinDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  344. this.skinDateTimePicker1.Name = "skinDateTimePicker1";
  345. this.skinDateTimePicker1.Size = new System.Drawing.Size(152, 28);
  346. this.skinDateTimePicker1.TabIndex = 31;
  347. this.skinDateTimePicker1.text = "";
  348. //
  349. // skinDateTimePicker2
  350. //
  351. this.skinDateTimePicker2.BackColor = System.Drawing.Color.Transparent;
  352. this.skinDateTimePicker2.DropDownHeight = 180;
  353. this.skinDateTimePicker2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
  354. this.skinDateTimePicker2.DropDownWidth = 120;
  355. this.skinDateTimePicker2.font = new System.Drawing.Font("微软雅黑", 9F);
  356. this.skinDateTimePicker2.Items = null;
  357. this.skinDateTimePicker2.Location = new System.Drawing.Point(568, 82);
  358. this.skinDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  359. this.skinDateTimePicker2.Name = "skinDateTimePicker2";
  360. this.skinDateTimePicker2.Size = new System.Drawing.Size(152, 28);
  361. this.skinDateTimePicker2.TabIndex = 32;
  362. this.skinDateTimePicker2.text = "";
  363. //
  364. // label6
  365. //
  366. this.label6.AutoSize = true;
  367. this.label6.Location = new System.Drawing.Point(546, 89);
  368. this.label6.Name = "label6";
  369. this.label6.Size = new System.Drawing.Size(15, 15);
  370. this.label6.TabIndex = 33;
  371. this.label6.Text = "~";
  372. //
  373. // nudTaskNo
  374. //
  375. this.nudTaskNo.Location = new System.Drawing.Point(100, 39);
  376. this.nudTaskNo.Maximum = new decimal(new int[] {
  377. 2000000000,
  378. 0,
  379. 0,
  380. 0});
  381. this.nudTaskNo.Name = "nudTaskNo";
  382. this.nudTaskNo.Size = new System.Drawing.Size(185, 25);
  383. this.nudTaskNo.TabIndex = 34;
  384. //
  385. // btnResert
  386. //
  387. this.btnResert.BackColor = System.Drawing.Color.Transparent;
  388. this.btnResert.ControlState = CCWin.SkinClass.ControlState.Normal;
  389. this.btnResert.DownBack = null;
  390. this.btnResert.Location = new System.Drawing.Point(856, 41);
  391. this.btnResert.MouseBack = null;
  392. this.btnResert.Name = "btnResert";
  393. this.btnResert.NormlBack = null;
  394. this.btnResert.Size = new System.Drawing.Size(75, 23);
  395. this.btnResert.TabIndex = 35;
  396. this.btnResert.Text = "重置";
  397. this.btnResert.UseVisualStyleBackColor = false;
  398. this.btnResert.Click += new System.EventHandler(this.btnResert_Click);
  399. //
  400. // TASK_ID
  401. //
  402. this.TASK_ID.DataPropertyName = "TASK_ID";
  403. this.TASK_ID.HeaderText = "任务id";
  404. this.TASK_ID.Name = "TASK_ID";
  405. this.TASK_ID.ReadOnly = true;
  406. this.TASK_ID.Visible = false;
  407. this.TASK_ID.Width = 58;
  408. //
  409. // TASK_NO
  410. //
  411. this.TASK_NO.DataPropertyName = "TASK_NO";
  412. this.TASK_NO.HeaderText = "任务号";
  413. this.TASK_NO.Name = "TASK_NO";
  414. this.TASK_NO.ReadOnly = true;
  415. this.TASK_NO.Width = 80;
  416. //
  417. // TASK_COMTYPECH
  418. //
  419. this.TASK_COMTYPECH.DataPropertyName = "TASK_COMTYPECH";
  420. this.TASK_COMTYPECH.HeaderText = "任务类型";
  421. this.TASK_COMTYPECH.Name = "TASK_COMTYPECH";
  422. this.TASK_COMTYPECH.ReadOnly = true;
  423. //
  424. // TASK_SYSTYPE
  425. //
  426. this.TASK_SYSTYPE.DataPropertyName = "TASK_SYSTYPE";
  427. this.TASK_SYSTYPE.HeaderText = "下发系统";
  428. this.TASK_SYSTYPE.Name = "TASK_SYSTYPE";
  429. this.TASK_SYSTYPE.ReadOnly = true;
  430. //
  431. // TASK_BOXBARCODE
  432. //
  433. this.TASK_BOXBARCODE.DataPropertyName = "TASK_BOXBARCODE";
  434. this.TASK_BOXBARCODE.HeaderText = "条码";
  435. this.TASK_BOXBARCODE.Name = "TASK_BOXBARCODE";
  436. this.TASK_BOXBARCODE.ReadOnly = true;
  437. this.TASK_BOXBARCODE.Width = 140;
  438. //
  439. // TASK_POSIDFROM
  440. //
  441. this.TASK_POSIDFROM.DataPropertyName = "TASK_POSIDFROM";
  442. this.TASK_POSIDFROM.HeaderText = "起始地址";
  443. this.TASK_POSIDFROM.Name = "TASK_POSIDFROM";
  444. this.TASK_POSIDFROM.ReadOnly = true;
  445. //
  446. // TASK_POSIDCUR
  447. //
  448. this.TASK_POSIDCUR.DataPropertyName = "TASK_POSIDCUR";
  449. this.TASK_POSIDCUR.HeaderText = "当前地址";
  450. this.TASK_POSIDCUR.Name = "TASK_POSIDCUR";
  451. this.TASK_POSIDCUR.ReadOnly = true;
  452. //
  453. // TASK_POSIDNEXT
  454. //
  455. this.TASK_POSIDNEXT.DataPropertyName = "TASK_POSIDNEXT";
  456. this.TASK_POSIDNEXT.HeaderText = "下个地址";
  457. this.TASK_POSIDNEXT.Name = "TASK_POSIDNEXT";
  458. this.TASK_POSIDNEXT.ReadOnly = true;
  459. //
  460. // TASK_POSIDTO
  461. //
  462. this.TASK_POSIDTO.DataPropertyName = "TASK_POSIDTO";
  463. this.TASK_POSIDTO.HeaderText = "终点地址";
  464. this.TASK_POSIDTO.Name = "TASK_POSIDTO";
  465. this.TASK_POSIDTO.ReadOnly = true;
  466. //
  467. // TASK_POSIDMOVE
  468. //
  469. this.TASK_POSIDMOVE.DataPropertyName = "TASK_POSIDMOVE";
  470. this.TASK_POSIDMOVE.HeaderText = "移库地址";
  471. this.TASK_POSIDMOVE.Name = "TASK_POSIDMOVE";
  472. this.TASK_POSIDMOVE.ReadOnly = true;
  473. //
  474. // TASK_PRIORITY
  475. //
  476. this.TASK_PRIORITY.DataPropertyName = "TASK_PRIORITY";
  477. this.TASK_PRIORITY.HeaderText = "优先级";
  478. this.TASK_PRIORITY.Name = "TASK_PRIORITY";
  479. this.TASK_PRIORITY.ReadOnly = true;
  480. this.TASK_PRIORITY.Width = 80;
  481. //
  482. // TASK_WKSTATUSCH
  483. //
  484. this.TASK_WKSTATUSCH.DataPropertyName = "TASK_WKSTATUSCH";
  485. this.TASK_WKSTATUSCH.HeaderText = "任务状态";
  486. this.TASK_WKSTATUSCH.Name = "TASK_WKSTATUSCH";
  487. this.TASK_WKSTATUSCH.ReadOnly = true;
  488. //
  489. // TASK_WHID
  490. //
  491. this.TASK_WHID.DataPropertyName = "TASK_WHID";
  492. this.TASK_WHID.HeaderText = "仓库";
  493. this.TASK_WHID.Name = "TASK_WHID";
  494. this.TASK_WHID.ReadOnly = true;
  495. this.TASK_WHID.Visible = false;
  496. this.TASK_WHID.Width = 80;
  497. //
  498. // TASK_ADDUSERNO
  499. //
  500. this.TASK_ADDUSERNO.DataPropertyName = "TASK_ADDUSERNO";
  501. this.TASK_ADDUSERNO.HeaderText = "创建用户";
  502. this.TASK_ADDUSERNO.Name = "TASK_ADDUSERNO";
  503. this.TASK_ADDUSERNO.ReadOnly = true;
  504. //
  505. // TASK_ADDDATETIME
  506. //
  507. this.TASK_ADDDATETIME.DataPropertyName = "TASK_ADDDATETIME";
  508. this.TASK_ADDDATETIME.HeaderText = "创建时间";
  509. this.TASK_ADDDATETIME.Name = "TASK_ADDDATETIME";
  510. this.TASK_ADDDATETIME.ReadOnly = true;
  511. this.TASK_ADDDATETIME.Visible = false;
  512. //
  513. // TASK_EDITUSERNO
  514. //
  515. this.TASK_EDITUSERNO.DataPropertyName = "TASK_EDITUSERNO";
  516. this.TASK_EDITUSERNO.HeaderText = "编辑用户";
  517. this.TASK_EDITUSERNO.Name = "TASK_EDITUSERNO";
  518. this.TASK_EDITUSERNO.ReadOnly = true;
  519. this.TASK_EDITUSERNO.Width = 80;
  520. //
  521. // TASK_EDITDATETIME
  522. //
  523. this.TASK_EDITDATETIME.DataPropertyName = "TASK_EDITDATETIME";
  524. this.TASK_EDITDATETIME.HeaderText = "编辑时间";
  525. this.TASK_EDITDATETIME.Name = "TASK_EDITDATETIME";
  526. this.TASK_EDITDATETIME.ReadOnly = true;
  527. //
  528. // rn
  529. //
  530. this.rn.DataPropertyName = "rn";
  531. this.rn.HeaderText = "rn";
  532. this.rn.Name = "rn";
  533. this.rn.ReadOnly = true;
  534. this.rn.Visible = false;
  535. this.rn.Width = 80;
  536. //
  537. // task_notes
  538. //
  539. this.task_notes.DataPropertyName = "task_notes";
  540. this.task_notes.HeaderText = "备注";
  541. this.task_notes.Name = "task_notes";
  542. this.task_notes.ReadOnly = true;
  543. //
  544. // task_srmno
  545. //
  546. this.task_srmno.DataPropertyName = "task_srmno";
  547. this.task_srmno.HeaderText = "srm编号";
  548. this.task_srmno.Name = "task_srmno";
  549. this.task_srmno.ReadOnly = true;
  550. //
  551. // task_deletedate
  552. //
  553. this.task_deletedate.DataPropertyName = "task_deletedate";
  554. this.task_deletedate.HeaderText = "完成时间";
  555. this.task_deletedate.Name = "task_deletedate";
  556. this.task_deletedate.ReadOnly = true;
  557. this.task_deletedate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  558. //
  559. // Form_TaskDis
  560. //
  561. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  562. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  563. this.ClientSize = new System.Drawing.Size(1113, 600);
  564. this.Controls.Add(this.btnResert);
  565. this.Controls.Add(this.nudTaskNo);
  566. this.Controls.Add(this.label6);
  567. this.Controls.Add(this.skinDateTimePicker2);
  568. this.Controls.Add(this.skinDateTimePicker1);
  569. this.Controls.Add(this.label5);
  570. this.Controls.Add(this.txtStartAdrress);
  571. this.Controls.Add(this.label4);
  572. this.Controls.Add(this.cboTasktype);
  573. this.Controls.Add(this.label3);
  574. this.Controls.Add(this.txtBarCode);
  575. this.Controls.Add(this.label2);
  576. this.Controls.Add(this.label1);
  577. this.Controls.Add(this.btnQueryTaskDtl);
  578. this.Controls.Add(this.btn_QueryTask);
  579. this.Controls.Add(this.pagerControl1);
  580. this.Controls.Add(this.dgvTask);
  581. this.Name = "Form_TaskDis";
  582. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  583. this.Text = "历史任务查询";
  584. this.Load += new System.EventHandler(this.Form_TaskDis_Load);
  585. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit();
  586. ((System.ComponentModel.ISupportInitialize)(this.nudTaskNo)).EndInit();
  587. this.ResumeLayout(false);
  588. this.PerformLayout();
  589. }
  590. #endregion
  591. private CCWin.SkinControl.SkinDataGridView dgvTask;
  592. private UC.PagerControl pagerControl1;
  593. private CCWin.SkinControl.SkinButton btn_QueryTask;
  594. private CCWin.SkinControl.SkinButton btnQueryTaskDtl;
  595. private System.Windows.Forms.Label label1;
  596. private CCWin.SkinControl.SkinTextBox txtBarCode;
  597. private System.Windows.Forms.Label label2;
  598. private System.Windows.Forms.Label label3;
  599. private CCWin.SkinControl.SkinComboBox cboTasktype;
  600. private System.Windows.Forms.Label label4;
  601. private CCWin.SkinControl.SkinTextBox txtStartAdrress;
  602. private System.Windows.Forms.Label label5;
  603. private CCWin.SkinControl.SkinDateTimePicker skinDateTimePicker1;
  604. private CCWin.SkinControl.SkinDateTimePicker skinDateTimePicker2;
  605. private System.Windows.Forms.Label label6;
  606. private CCWin.SkinControl.SkinNumericUpDown nudTaskNo;
  607. private CCWin.SkinControl.SkinButton btnResert;
  608. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ID;
  609. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_NO;
  610. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_COMTYPECH;
  611. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_SYSTYPE;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_BOXBARCODE;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDFROM;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDCUR;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDNEXT;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDTO;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_POSIDMOVE;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_PRIORITY;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_WKSTATUSCH;
  620. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_WHID;
  621. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ADDUSERNO;
  622. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_ADDDATETIME;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_EDITUSERNO;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn TASK_EDITDATETIME;
  625. private System.Windows.Forms.DataGridViewTextBoxColumn rn;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn task_notes;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn task_srmno;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn task_deletedate;
  629. }
  630. }