F_RPT_010103.Designer.cs 46 KB

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