F_RPT_010103.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_010103
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010103));
  35. this.dgvRptGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.GmouldtypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GlazeTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ISPUBLICBODY = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51. this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.check1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  54. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  56. this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
  58. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  59. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  62. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  63. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  64. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.chkProdNotGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  66. this.lblGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  69. this.lblGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  71. this.dtpCreateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  72. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  73. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  74. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  75. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  76. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvRptGroutingDaily)).BeginInit();
  78. this.gbxCondition.SuspendLayout();
  79. this.tsrOperate.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // dgvRptGroutingDaily
  83. //
  84. this.dgvRptGroutingDaily.AllowUserToAddRows = false;
  85. this.dgvRptGroutingDaily.AllowUserToDeleteRows = false;
  86. this.dgvRptGroutingDaily.AllowUserToModifyRows = true;
  87. this.dgvRptGroutingDaily.AllowUserToOrderColumns = true;
  88. this.dgvRptGroutingDaily.AllowUserToSortRows = false;
  89. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  90. this.dgvRptGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  91. this.dgvRptGroutingDaily.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.dgvRptGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  95. this.dgvRptGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  96. this.dgvRptGroutingDaily.CellHeight = 23;
  97. this.dgvRptGroutingDaily.ChildNodeColumnName = null;
  98. this.dgvRptGroutingDaily.ChildNodeColumnText = null;
  99. this.dgvRptGroutingDaily.ColumnDeep = 1;
  100. this.dgvRptGroutingDaily.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  101. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  102. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  103. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  105. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  106. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  107. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  108. this.dgvRptGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  109. this.dgvRptGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  110. this.dgvRptGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  111. this.Barcode,
  112. this.LogoCodeName,
  113. this.GoodsCode,
  114. this.GoodsName,
  115. this.GoodsTypeName,
  116. this.UserCode,
  117. this.CreateTime,
  118. this.GroutingLineCode,
  119. this.GmouldtypeName,
  120. this.GOODSSPECIFICATION,
  121. this.GlazeTypeName,
  122. this.GroutingMouldCode,
  123. this.GroutingDate,
  124. this.GroutingUserCode,
  125. this.ISPUBLICBODY,
  126. this.GROUTINGCOUNT,
  127. this.check1});
  128. this.dgvRptGroutingDaily.ColumnTreeView = null;
  129. this.dgvRptGroutingDaily.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  130. this.dgvRptGroutingDaily.DynamicColumnName = "";
  131. this.dgvRptGroutingDaily.EnableHeadersVisualStyles = false;
  132. this.dgvRptGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.dgvRptGroutingDaily.FormatQuantityColumns = null;
  134. this.dgvRptGroutingDaily.HorizontalMergeColumn = null;
  135. this.dgvRptGroutingDaily.IsAutoCountSum = true;
  136. this.dgvRptGroutingDaily.IsAutoResizeColumns = false;
  137. this.dgvRptGroutingDaily.IsClickF12 = false;
  138. this.dgvRptGroutingDaily.IsOpenMergeCellFlag = false;
  139. this.dgvRptGroutingDaily.IsSubTotalFlag = false;
  140. this.dgvRptGroutingDaily.IsTopDeep = false;
  141. this.dgvRptGroutingDaily.Location = new System.Drawing.Point(0, 155);
  142. this.dgvRptGroutingDaily.MergeColumnNames = null;
  143. this.dgvRptGroutingDaily.MergeDetailColumnNames = null;
  144. this.dgvRptGroutingDaily.MergeDetailOnlyColumn = null;
  145. this.dgvRptGroutingDaily.MergeOnlyColumn = null;
  146. this.dgvRptGroutingDaily.MultiSelect = false;
  147. this.dgvRptGroutingDaily.Name = "dgvRptGroutingDaily";
  148. this.dgvRptGroutingDaily.ReadOnly = true;
  149. this.dgvRptGroutingDaily.RefreshAtHscroll = false;
  150. this.dgvRptGroutingDaily.RowHeadersWidth = 50;
  151. this.dgvRptGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  152. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  153. this.dgvRptGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle6;
  154. this.dgvRptGroutingDaily.RowTemplate.Height = 21;
  155. this.dgvRptGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgvRptGroutingDaily.Size = new System.Drawing.Size(1119, 334);
  157. this.dgvRptGroutingDaily.SortOrderColumnName = null;
  158. this.dgvRptGroutingDaily.TabIndex = 28;
  159. this.dgvRptGroutingDaily.Tag = true;
  160. this.dgvRptGroutingDaily.TotalSumColumns = null;
  161. this.dgvRptGroutingDaily.ViewRowFilter = "";
  162. //
  163. // Barcode
  164. //
  165. this.Barcode.DataPropertyName = "Barcode";
  166. this.Barcode.HeaderText = "产品条码";
  167. this.Barcode.Name = "Barcode";
  168. this.Barcode.ReadOnly = true;
  169. this.Barcode.Width = 80;
  170. //
  171. // LogoCodeName
  172. //
  173. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  174. this.LogoCodeName.HeaderText = "商标";
  175. this.LogoCodeName.Name = "LogoCodeName";
  176. this.LogoCodeName.ReadOnly = true;
  177. //
  178. // GoodsCode
  179. //
  180. this.GoodsCode.DataPropertyName = "GoodsCode";
  181. this.GoodsCode.HeaderText = "产品编码";
  182. this.GoodsCode.Name = "GoodsCode";
  183. this.GoodsCode.ReadOnly = true;
  184. this.GoodsCode.Width = 80;
  185. //
  186. // GoodsName
  187. //
  188. this.GoodsName.DataPropertyName = "GoodsName";
  189. this.GoodsName.HeaderText = "产品名称";
  190. this.GoodsName.Name = "GoodsName";
  191. this.GoodsName.ReadOnly = true;
  192. this.GoodsName.Width = 80;
  193. //
  194. // GoodsTypeName
  195. //
  196. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  197. this.GoodsTypeName.HeaderText = "产品类别";
  198. this.GoodsTypeName.Name = "GoodsTypeName";
  199. this.GoodsTypeName.ReadOnly = true;
  200. this.GoodsTypeName.Width = 80;
  201. //
  202. // UserCode
  203. //
  204. this.UserCode.DataPropertyName = "UserCode";
  205. this.UserCode.HeaderText = "交坯工号";
  206. this.UserCode.Name = "UserCode";
  207. this.UserCode.ReadOnly = true;
  208. this.UserCode.Width = 70;
  209. //
  210. // CreateTime
  211. //
  212. this.CreateTime.DataPropertyName = "CreateTime";
  213. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  214. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
  215. this.CreateTime.HeaderText = "交坯时间";
  216. this.CreateTime.Name = "CreateTime";
  217. this.CreateTime.ReadOnly = true;
  218. this.CreateTime.Width = 150;
  219. //
  220. // GroutingLineCode
  221. //
  222. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  223. this.GroutingLineCode.HeaderText = "成型线编码";
  224. this.GroutingLineCode.Name = "GroutingLineCode";
  225. this.GroutingLineCode.ReadOnly = true;
  226. this.GroutingLineCode.Width = 80;
  227. //
  228. // GmouldtypeName
  229. //
  230. this.GmouldtypeName.DataPropertyName = "GmouldtypeName";
  231. this.GmouldtypeName.HeaderText = "成型线类别";
  232. this.GmouldtypeName.Name = "GmouldtypeName";
  233. this.GmouldtypeName.ReadOnly = true;
  234. this.GmouldtypeName.Width = 80;
  235. //
  236. // GOODSSPECIFICATION
  237. //
  238. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  239. this.GOODSSPECIFICATION.HeaderText = "规格";
  240. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  241. this.GOODSSPECIFICATION.ReadOnly = true;
  242. this.GOODSSPECIFICATION.Visible = false;
  243. this.GOODSSPECIFICATION.Width = 60;
  244. //
  245. // GlazeTypeName
  246. //
  247. this.GlazeTypeName.DataPropertyName = "GlazeTypeName";
  248. this.GlazeTypeName.HeaderText = "釉色类别";
  249. this.GlazeTypeName.Name = "GlazeTypeName";
  250. this.GlazeTypeName.ReadOnly = true;
  251. this.GlazeTypeName.Visible = false;
  252. this.GlazeTypeName.Width = 70;
  253. //
  254. // GroutingMouldCode
  255. //
  256. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  257. this.GroutingMouldCode.HeaderText = "模具编号";
  258. this.GroutingMouldCode.Name = "GroutingMouldCode";
  259. this.GroutingMouldCode.ReadOnly = true;
  260. this.GroutingMouldCode.Width = 80;
  261. //
  262. // GroutingDate
  263. //
  264. this.GroutingDate.DataPropertyName = "GroutingDate";
  265. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  266. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  267. this.GroutingDate.HeaderText = "注浆日期";
  268. this.GroutingDate.Name = "GroutingDate";
  269. this.GroutingDate.ReadOnly = true;
  270. this.GroutingDate.Width = 80;
  271. //
  272. // GroutingUserCode
  273. //
  274. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  275. this.GroutingUserCode.HeaderText = "成型工号";
  276. this.GroutingUserCode.Name = "GroutingUserCode";
  277. this.GroutingUserCode.ReadOnly = true;
  278. this.GroutingUserCode.Width = 70;
  279. //
  280. // ISPUBLICBODY
  281. //
  282. this.ISPUBLICBODY.DataPropertyName = "ISPUBLICBODY";
  283. this.ISPUBLICBODY.FalseValue = "0";
  284. this.ISPUBLICBODY.HeaderText = "公坯标识";
  285. this.ISPUBLICBODY.Name = "ISPUBLICBODY";
  286. this.ISPUBLICBODY.ReadOnly = true;
  287. this.ISPUBLICBODY.TrueValue = "1";
  288. this.ISPUBLICBODY.Visible = false;
  289. this.ISPUBLICBODY.Width = 70;
  290. //
  291. // GROUTINGCOUNT
  292. //
  293. this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
  294. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  295. this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle5;
  296. this.GROUTINGCOUNT.HeaderText = "注浆次数";
  297. this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
  298. this.GROUTINGCOUNT.ReadOnly = true;
  299. this.GROUTINGCOUNT.Width = 70;
  300. //
  301. // check1
  302. //
  303. this.check1.DataPropertyName = "check1";
  304. this.check1.HeaderText = "查油工号";
  305. this.check1.Name = "check1";
  306. this.check1.ReadOnly = true;
  307. //
  308. // gbxCondition
  309. //
  310. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  311. | System.Windows.Forms.AnchorStyles.Right)));
  312. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  313. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  314. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  315. this.gbxCondition.Controls.Add(this.scbGroutingLine);
  316. this.gbxCondition.Controls.Add(this.lblGMouldType);
  317. this.gbxCondition.Controls.Add(this.scbGMouldType);
  318. this.gbxCondition.Controls.Add(this.scbGoods);
  319. this.gbxCondition.Controls.Add(this.lblGoods);
  320. this.gbxCondition.Controls.Add(this.lblGoodsType);
  321. this.gbxCondition.Controls.Add(this.scbGoodsType);
  322. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  323. this.gbxCondition.Controls.Add(this.txtBarcode);
  324. this.gbxCondition.Controls.Add(this.lblBarcode);
  325. this.gbxCondition.Controls.Add(this.chkProdNotGroutingUser);
  326. this.gbxCondition.Controls.Add(this.lblGroutingDateStart);
  327. this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
  328. this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
  329. this.gbxCondition.Controls.Add(this.lblGroutingDateEnd);
  330. this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
  331. this.gbxCondition.Controls.Add(this.dtpCreateTimeStart);
  332. this.gbxCondition.Controls.Add(this.btnClearCondition);
  333. this.gbxCondition.Controls.Add(this.btnSearch);
  334. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  336. this.gbxCondition.IsMustInput = false;
  337. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  338. this.gbxCondition.Name = "gbxCondition";
  339. this.gbxCondition.OriginalHeight = -1;
  340. this.gbxCondition.Size = new System.Drawing.Size(1119, 110);
  341. this.gbxCondition.TabIndex = 2;
  342. this.gbxCondition.TabStop = false;
  343. this.gbxCondition.Text = "查询条件 ▼";
  344. //
  345. // lblGroutingLine
  346. //
  347. this.lblGroutingLine.AutoSize = true;
  348. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  349. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  351. this.lblGroutingLine.Location = new System.Drawing.Point(250, 24);
  352. this.lblGroutingLine.Name = "lblGroutingLine";
  353. this.lblGroutingLine.Size = new System.Drawing.Size(65, 12);
  354. this.lblGroutingLine.TabIndex = 41;
  355. this.lblGroutingLine.Text = "成型线编码";
  356. //
  357. // scbGroutingLine
  358. //
  359. this.scbGroutingLine.CheckedData = null;
  360. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  361. this.scbGroutingLine.Location = new System.Drawing.Point(321, 20);
  362. this.scbGroutingLine.MultiSelect = true;
  363. this.scbGroutingLine.Name = "scbGroutingLine";
  364. this.scbGroutingLine.Size = new System.Drawing.Size(149, 21);
  365. this.scbGroutingLine.TabIndex = 40;
  366. //
  367. // lblGMouldType
  368. //
  369. this.lblGMouldType.AutoSize = true;
  370. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  371. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
  373. this.lblGMouldType.Location = new System.Drawing.Point(16, 23);
  374. this.lblGMouldType.Name = "lblGMouldType";
  375. this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
  376. this.lblGMouldType.TabIndex = 39;
  377. this.lblGMouldType.Text = "成型线类型";
  378. //
  379. // scbGMouldType
  380. //
  381. this.scbGMouldType.CheckedData = null;
  382. this.scbGMouldType.Location = new System.Drawing.Point(87, 20);
  383. this.scbGMouldType.MultiSelect = true;
  384. this.scbGMouldType.Name = "scbGMouldType";
  385. this.scbGMouldType.Size = new System.Drawing.Size(149, 21);
  386. this.scbGMouldType.TabIndex = 38;
  387. //
  388. // scbGoods
  389. //
  390. this.scbGoods.CheckedData = null;
  391. this.scbGoods.Location = new System.Drawing.Point(741, 20);
  392. this.scbGoods.MultiSelect = true;
  393. this.scbGoods.Name = "scbGoods";
  394. this.scbGoods.Size = new System.Drawing.Size(142, 21);
  395. this.scbGoods.TabIndex = 34;
  396. //
  397. // lblGoods
  398. //
  399. this.lblGoods.AutoSize = true;
  400. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  401. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  403. this.lblGoods.Location = new System.Drawing.Point(682, 24);
  404. this.lblGoods.Name = "lblGoods";
  405. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  406. this.lblGoods.TabIndex = 33;
  407. this.lblGoods.Text = "产品名称";
  408. //
  409. // lblGoodsType
  410. //
  411. this.lblGoodsType.AutoSize = true;
  412. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  413. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  415. this.lblGoodsType.Location = new System.Drawing.Point(484, 24);
  416. this.lblGoodsType.Name = "lblGoodsType";
  417. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  418. this.lblGoodsType.TabIndex = 23;
  419. this.lblGoodsType.Text = "产品类别";
  420. //
  421. // scbGoodsType
  422. //
  423. this.scbGoodsType.CheckedData = null;
  424. this.scbGoodsType.IsOnlyDisplayEnd = false;
  425. this.scbGoodsType.Location = new System.Drawing.Point(543, 20);
  426. this.scbGoodsType.Name = "scbGoodsType";
  427. this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
  428. this.scbGoodsType.TabIndex = 22;
  429. //
  430. // txtGroutingUserCode
  431. //
  432. this.txtGroutingUserCode.DataSource = null;
  433. this.txtGroutingUserCode.Enabled = true;
  434. this.txtGroutingUserCode.IsMustInput = false;
  435. this.txtGroutingUserCode.IsWorker = false;
  436. this.txtGroutingUserCode.Location = new System.Drawing.Point(15, 50);
  437. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  438. this.txtGroutingUserCode.PurviewType = ((byte)(0));
  439. this.txtGroutingUserCode.Size = new System.Drawing.Size(221, 21);
  440. this.txtGroutingUserCode.TabIndex = 4;
  441. this.txtGroutingUserCode.Title = " 成型工号";
  442. this.txtGroutingUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
  443. this.txtGroutingUserCode.UserCode = "";
  444. this.txtGroutingUserCode.UserID = null;
  445. this.txtGroutingUserCode.UserIDS = null;
  446. this.txtGroutingUserCode.UserName = null;
  447. //
  448. // txtBarcode
  449. //
  450. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  451. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  452. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  453. this.txtBarcode.ErrorMessage = "";
  454. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
  456. this.txtBarcode.Location = new System.Drawing.Point(543, 50);
  457. this.txtBarcode.Name = "txtBarcode";
  458. this.txtBarcode.Size = new System.Drawing.Size(133, 21);
  459. this.txtBarcode.TabIndex = 6;
  460. this.txtBarcode.TextValue = "";
  461. //
  462. // lblBarcode
  463. //
  464. this.lblBarcode.AutoSize = true;
  465. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  466. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.lblBarcode.ForeColor = System.Drawing.SystemColors.ControlText;
  468. this.lblBarcode.Location = new System.Drawing.Point(484, 54);
  469. this.lblBarcode.Name = "lblBarcode";
  470. this.lblBarcode.Size = new System.Drawing.Size(53, 12);
  471. this.lblBarcode.TabIndex = 13;
  472. this.lblBarcode.Text = "产品条码";
  473. //
  474. // chkProdNotGroutingUser
  475. //
  476. this.chkProdNotGroutingUser.AutoSize = true;
  477. this.chkProdNotGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.chkProdNotGroutingUser.Location = new System.Drawing.Point(520, 82);
  479. this.chkProdNotGroutingUser.Name = "chkProdNotGroutingUser";
  480. this.chkProdNotGroutingUser.Size = new System.Drawing.Size(156, 16);
  481. this.chkProdNotGroutingUser.TabIndex = 9;
  482. this.chkProdNotGroutingUser.Text = "交坯工号与成型工号不同";
  483. this.chkProdNotGroutingUser.UseVisualStyleBackColor = true;
  484. //
  485. // lblGroutingDateStart
  486. //
  487. this.lblGroutingDateStart.AutoSize = true;
  488. this.lblGroutingDateStart.BackColor = System.Drawing.Color.Transparent;
  489. this.lblGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.lblGroutingDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  491. this.lblGroutingDateStart.Location = new System.Drawing.Point(28, 84);
  492. this.lblGroutingDateStart.Name = "lblGroutingDateStart";
  493. this.lblGroutingDateStart.Size = new System.Drawing.Size(53, 12);
  494. this.lblGroutingDateStart.TabIndex = 4;
  495. this.lblGroutingDateStart.Text = "交坯日期";
  496. //
  497. // lblGroutingMouldCode
  498. //
  499. this.lblGroutingMouldCode.AutoSize = true;
  500. this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
  501. this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  503. this.lblGroutingMouldCode.Location = new System.Drawing.Point(250, 54);
  504. this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
  505. this.lblGroutingMouldCode.Size = new System.Drawing.Size(65, 12);
  506. this.lblGroutingMouldCode.TabIndex = 8;
  507. this.lblGroutingMouldCode.Text = " 模具编号";
  508. //
  509. // txtGroutingMouldCode
  510. //
  511. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  512. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  513. this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  514. this.txtGroutingMouldCode.ErrorMessage = "";
  515. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.txtGroutingMouldCode.Location = new System.Drawing.Point(321, 50);
  517. this.txtGroutingMouldCode.MaxLength = 50;
  518. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  519. this.txtGroutingMouldCode.Size = new System.Drawing.Size(149, 21);
  520. this.txtGroutingMouldCode.TabIndex = 5;
  521. //
  522. // lblGroutingDateEnd
  523. //
  524. this.lblGroutingDateEnd.AutoSize = true;
  525. this.lblGroutingDateEnd.BackColor = System.Drawing.Color.Transparent;
  526. this.lblGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.lblGroutingDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  528. this.lblGroutingDateEnd.Location = new System.Drawing.Point(263, 84);
  529. this.lblGroutingDateEnd.Name = "lblGroutingDateEnd";
  530. this.lblGroutingDateEnd.Size = new System.Drawing.Size(17, 12);
  531. this.lblGroutingDateEnd.TabIndex = 6;
  532. this.lblGroutingDateEnd.Text = "至";
  533. //
  534. // dtpCreateTimeEnd
  535. //
  536. this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  537. this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  539. this.dtpCreateTimeEnd.Location = new System.Drawing.Point(321, 80);
  540. this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
  541. this.dtpCreateTimeEnd.Size = new System.Drawing.Size(149, 21);
  542. this.dtpCreateTimeEnd.TabIndex = 8;
  543. //
  544. // dtpCreateTimeStart
  545. //
  546. this.dtpCreateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  547. this.dtpCreateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.dtpCreateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  549. this.dtpCreateTimeStart.Location = new System.Drawing.Point(87, 80);
  550. this.dtpCreateTimeStart.Name = "dtpCreateTimeStart";
  551. this.dtpCreateTimeStart.Size = new System.Drawing.Size(149, 21);
  552. this.dtpCreateTimeStart.TabIndex = 7;
  553. //
  554. // btnClearCondition
  555. //
  556. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  557. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  558. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  559. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  560. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  561. this.btnClearCondition.Location = new System.Drawing.Point(1017, 75);
  562. this.btnClearCondition.Name = "btnClearCondition";
  563. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  564. this.btnClearCondition.TabIndex = 13;
  565. this.btnClearCondition.Text = "清空条件(&C)";
  566. this.btnClearCondition.UseVisualStyleBackColor = true;
  567. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  568. //
  569. // btnSearch
  570. //
  571. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  572. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  573. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  574. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.btnSearch.ForeColor = System.Drawing.Color.White;
  576. this.btnSearch.Location = new System.Drawing.Point(926, 75);
  577. this.btnSearch.Name = "btnSearch";
  578. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  579. this.btnSearch.TabIndex = 12;
  580. this.btnSearch.Text = "查询(&Q)";
  581. this.btnSearch.UseVisualStyleBackColor = true;
  582. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  583. //
  584. // tsrOperate
  585. //
  586. this.tsrOperate.AutoSize = false;
  587. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  588. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  590. this.tsbtnAdaptive,
  591. this.tsbtnClose});
  592. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  593. this.tsrOperate.Name = "tsrOperate";
  594. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  595. this.tsrOperate.ShowItemToolTips = false;
  596. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  597. this.tsrOperate.TabIndex = 1;
  598. this.tsrOperate.Text = "toolStrip1";
  599. //
  600. // tsbtnAdaptive
  601. //
  602. this.tsbtnAdaptive.AutoSize = false;
  603. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  605. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  606. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  607. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  608. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  609. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  610. //
  611. // tsbtnClose
  612. //
  613. this.tsbtnClose.AutoSize = false;
  614. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  616. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  617. this.tsbtnClose.Name = "tsbtnClose";
  618. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  619. this.tsbtnClose.Text = "关闭(&X)";
  620. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  621. //
  622. // F_RPT_010103
  623. //
  624. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  625. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  626. this.ClientSize = new System.Drawing.Size(1131, 489);
  627. this.Controls.Add(this.dgvRptGroutingDaily);
  628. this.Controls.Add(this.gbxCondition);
  629. this.Controls.Add(this.tsrOperate);
  630. this.Name = "F_RPT_010103";
  631. this.RightToLeftLayout = true;
  632. this.Text = "交坯明细表";
  633. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010103_FormClosed);
  634. this.Load += new System.EventHandler(this.F_RPT_010103_Load);
  635. ((System.ComponentModel.ISupportInitialize)(this.dgvRptGroutingDaily)).EndInit();
  636. this.gbxCondition.ResumeLayout(false);
  637. this.gbxCondition.PerformLayout();
  638. this.tsrOperate.ResumeLayout(false);
  639. this.tsrOperate.PerformLayout();
  640. this.ResumeLayout(false);
  641. }
  642. #endregion
  643. private Basics.BaseControls.C_ToolStrip tsrOperate;
  644. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  645. private System.Windows.Forms.ToolStripButton tsbtnClose;
  646. private Basics.BaseControls.C_GroupBox gbxCondition;
  647. private Basics.BaseControls.C_Label lblGroutingDateStart;
  648. private Basics.BaseControls.C_Label lblGroutingMouldCode;
  649. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  650. private Basics.BaseControls.C_Label lblGroutingDateEnd;
  651. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
  652. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeStart;
  653. private Basics.BaseControls.C_Button btnClearCondition;
  654. private Basics.BaseControls.C_Button btnSearch;
  655. private Basics.BaseControls.C_DataGridView dgvRptGroutingDaily;
  656. private Basics.BaseControls.C_CheckBox chkProdNotGroutingUser;
  657. private Basics.BaseControls.C_Label lblBarcode;
  658. private Controls.SearchTextBox.dkUserInfoSearchBox txtGroutingUserCode;
  659. private Basics.BaseControls.C_TXT_BarCode txtBarcode;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn GmouldtypeName;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn GlazeTypeName;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  674. private System.Windows.Forms.DataGridViewCheckBoxColumn ISPUBLICBODY;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn check1;
  677. private Basics.BaseControls.C_Label lblGoodsType;
  678. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  679. private Controls.SearchBox.ScbGoods scbGoods;
  680. private Basics.BaseControls.C_Label lblGoods;
  681. private Basics.BaseControls.C_Label lblGMouldType;
  682. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  683. private Basics.BaseControls.C_Label lblGroutingLine;
  684. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  685. }
  686. }