F_RPT_010101_1.Designer.cs 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_010101_1
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010101_1));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.dgvRptGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  42. this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
  44. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  45. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  48. this.chkScrapTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  49. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.dtpScrapTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.dtpScrapTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  52. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.chkGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  54. this.chkDeliverTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  55. this.chkDeliverFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  56. this.chkBarcodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  57. this.chkScrapFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  58. this.chkGroutingFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  59. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.dtpDeliverTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  61. this.dtpDeliverTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  62. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  64. this.dropNotGroutingRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  65. this.dkGroutingUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  66. this.lblRemarks = 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.dtpGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  71. this.dtpGroutingDateStart = 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.dkOperUserCode = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  75. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  76. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  77. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  78. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  79. this.chkGCTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  80. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  81. this.dtpGCTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  82. this.dtpGCTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  83. this.GroutingLineCode0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GmouldtypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GMOULDSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.gmouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.GROUTINGFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  97. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.Groutingcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.SCRAPFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  102. this.SCRAPTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.交坯标识 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  104. this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.gctime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. ((System.ComponentModel.ISupportInitialize)(this.dgvRptGroutingDaily)).BeginInit();
  109. this.gbxCondition.SuspendLayout();
  110. this.tsrOperate.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // dgvRptGroutingDaily
  114. //
  115. this.dgvRptGroutingDaily.AllowUserToAddRows = false;
  116. this.dgvRptGroutingDaily.AllowUserToDeleteRows = false;
  117. this.dgvRptGroutingDaily.AllowUserToModifyRows = true;
  118. this.dgvRptGroutingDaily.AllowUserToOrderColumns = true;
  119. this.dgvRptGroutingDaily.AllowUserToSortRows = false;
  120. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  121. this.dgvRptGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  122. this.dgvRptGroutingDaily.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  123. | System.Windows.Forms.AnchorStyles.Left)
  124. | System.Windows.Forms.AnchorStyles.Right)));
  125. this.dgvRptGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  126. this.dgvRptGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  127. this.dgvRptGroutingDaily.CellHeight = 23;
  128. this.dgvRptGroutingDaily.ChildNodeColumnName = null;
  129. this.dgvRptGroutingDaily.ChildNodeColumnText = null;
  130. this.dgvRptGroutingDaily.ColumnDeep = 1;
  131. this.dgvRptGroutingDaily.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  134. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvRptGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  140. this.dgvRptGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvRptGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.GroutingLineCode0,
  143. this.GmouldtypeName,
  144. this.GroutingDate,
  145. this.UserCode,
  146. this.GroutingBatchNo,
  147. this.GroutingMouldCode,
  148. this.GMOULDSTATUS,
  149. this.gmouldstatusname,
  150. this.GoodsCode,
  151. this.GoodsName,
  152. this.GOODSSPECIFICATION,
  153. this.DICTIONARYVALUE,
  154. this.GoodsTypeName,
  155. this.GROUTINGFLAG,
  156. this.NoGroutingRreason,
  157. this.Groutingcount,
  158. this.Barcode,
  159. this.LogoCodeName,
  160. this.SCRAPFLAG,
  161. this.SCRAPTIME,
  162. this.交坯标识,
  163. this.DeliverTime,
  164. this.CreateUserCode,
  165. this.CreateUserName,
  166. this.gctime});
  167. this.dgvRptGroutingDaily.ColumnTreeView = null;
  168. 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)));
  169. this.dgvRptGroutingDaily.DynamicColumnName = "";
  170. this.dgvRptGroutingDaily.EnableHeadersVisualStyles = false;
  171. this.dgvRptGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.dgvRptGroutingDaily.FormatQuantityColumns = null;
  173. this.dgvRptGroutingDaily.HorizontalMergeColumn = null;
  174. this.dgvRptGroutingDaily.IsAutoCountSum = true;
  175. this.dgvRptGroutingDaily.IsAutoResizeColumns = false;
  176. this.dgvRptGroutingDaily.IsClickF12 = false;
  177. this.dgvRptGroutingDaily.IsOpenMergeCellFlag = false;
  178. this.dgvRptGroutingDaily.IsSubTotalFlag = false;
  179. this.dgvRptGroutingDaily.IsTopDeep = false;
  180. this.dgvRptGroutingDaily.Location = new System.Drawing.Point(0, 174);
  181. this.dgvRptGroutingDaily.MergeColumnNames = null;
  182. this.dgvRptGroutingDaily.MergeDetailColumnNames = null;
  183. this.dgvRptGroutingDaily.MergeDetailOnlyColumn = null;
  184. this.dgvRptGroutingDaily.MergeOnlyColumn = null;
  185. this.dgvRptGroutingDaily.MultiSelect = false;
  186. this.dgvRptGroutingDaily.Name = "dgvRptGroutingDaily";
  187. this.dgvRptGroutingDaily.ReadOnly = true;
  188. this.dgvRptGroutingDaily.RefreshAtHscroll = false;
  189. this.dgvRptGroutingDaily.RowHeadersWidth = 50;
  190. this.dgvRptGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  191. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  192. this.dgvRptGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle9;
  193. this.dgvRptGroutingDaily.RowTemplate.Height = 21;
  194. this.dgvRptGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  195. this.dgvRptGroutingDaily.Size = new System.Drawing.Size(1119, 315);
  196. this.dgvRptGroutingDaily.SortOrderColumnName = null;
  197. this.dgvRptGroutingDaily.TabIndex = 2;
  198. this.dgvRptGroutingDaily.Tag = true;
  199. this.dgvRptGroutingDaily.TotalSumColumns = null;
  200. this.dgvRptGroutingDaily.ViewRowFilter = "";
  201. //
  202. // gbxCondition
  203. //
  204. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  207. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  208. this.gbxCondition.Controls.Add(this.chkGCTime);
  209. this.gbxCondition.Controls.Add(this.c_Label5);
  210. this.gbxCondition.Controls.Add(this.dtpGCTimeEnd);
  211. this.gbxCondition.Controls.Add(this.dtpGCTimeBegin);
  212. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  213. this.gbxCondition.Controls.Add(this.scbGroutingLine);
  214. this.gbxCondition.Controls.Add(this.lblGMouldType);
  215. this.gbxCondition.Controls.Add(this.scbGMouldType);
  216. this.gbxCondition.Controls.Add(this.scbGoods);
  217. this.gbxCondition.Controls.Add(this.lblGoods);
  218. this.gbxCondition.Controls.Add(this.lblGoodsType);
  219. this.gbxCondition.Controls.Add(this.scbGoodsType);
  220. this.gbxCondition.Controls.Add(this.chkScrapTime);
  221. this.gbxCondition.Controls.Add(this.c_Label3);
  222. this.gbxCondition.Controls.Add(this.dtpScrapTimeEnd);
  223. this.gbxCondition.Controls.Add(this.dtpScrapTimeBegin);
  224. this.gbxCondition.Controls.Add(this.c_Label1);
  225. this.gbxCondition.Controls.Add(this.chkGroutingDateStart);
  226. this.gbxCondition.Controls.Add(this.chkDeliverTime);
  227. this.gbxCondition.Controls.Add(this.chkDeliverFlag);
  228. this.gbxCondition.Controls.Add(this.chkBarcodeFlag);
  229. this.gbxCondition.Controls.Add(this.chkScrapFlag);
  230. this.gbxCondition.Controls.Add(this.chkGroutingFlag);
  231. this.gbxCondition.Controls.Add(this.c_Label4);
  232. this.gbxCondition.Controls.Add(this.dtpDeliverTimeEnd);
  233. this.gbxCondition.Controls.Add(this.dtpDeliverTimeBegin);
  234. this.gbxCondition.Controls.Add(this.c_Label2);
  235. this.gbxCondition.Controls.Add(this.txtGroutingBatchNo);
  236. this.gbxCondition.Controls.Add(this.dropNotGroutingRreason);
  237. this.gbxCondition.Controls.Add(this.dkGroutingUserCode);
  238. this.gbxCondition.Controls.Add(this.lblRemarks);
  239. this.gbxCondition.Controls.Add(this.lblGroutingMouldCode);
  240. this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
  241. this.gbxCondition.Controls.Add(this.lblGroutingDateEnd);
  242. this.gbxCondition.Controls.Add(this.dtpGroutingDateEnd);
  243. this.gbxCondition.Controls.Add(this.dtpGroutingDateStart);
  244. this.gbxCondition.Controls.Add(this.btnClearCondition);
  245. this.gbxCondition.Controls.Add(this.btnSearch);
  246. this.gbxCondition.Controls.Add(this.dkOperUserCode);
  247. this.gbxCondition.Controls.Add(this.txtRemarks);
  248. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  250. this.gbxCondition.IsMustInput = false;
  251. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  252. this.gbxCondition.Name = "gbxCondition";
  253. this.gbxCondition.OriginalHeight = -1;
  254. this.gbxCondition.Size = new System.Drawing.Size(1119, 130);
  255. this.gbxCondition.TabIndex = 1;
  256. this.gbxCondition.TabStop = false;
  257. this.gbxCondition.Text = "查询条件 ▼";
  258. //
  259. // lblGroutingLine
  260. //
  261. this.lblGroutingLine.AutoSize = true;
  262. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  263. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  265. this.lblGroutingLine.Location = new System.Drawing.Point(15, 51);
  266. this.lblGroutingLine.Name = "lblGroutingLine";
  267. this.lblGroutingLine.Size = new System.Drawing.Size(65, 12);
  268. this.lblGroutingLine.TabIndex = 39;
  269. this.lblGroutingLine.Text = "成型线编码";
  270. //
  271. // scbGroutingLine
  272. //
  273. this.scbGroutingLine.CheckedData = null;
  274. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  275. this.scbGroutingLine.Location = new System.Drawing.Point(86, 47);
  276. this.scbGroutingLine.Name = "scbGroutingLine";
  277. this.scbGroutingLine.Size = new System.Drawing.Size(133, 21);
  278. this.scbGroutingLine.TabIndex = 38;
  279. //
  280. // lblGMouldType
  281. //
  282. this.lblGMouldType.AutoSize = true;
  283. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  284. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
  286. this.lblGMouldType.Location = new System.Drawing.Point(15, 23);
  287. this.lblGMouldType.Name = "lblGMouldType";
  288. this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
  289. this.lblGMouldType.TabIndex = 37;
  290. this.lblGMouldType.Text = "成型线类型";
  291. //
  292. // scbGMouldType
  293. //
  294. this.scbGMouldType.CheckedData = null;
  295. this.scbGMouldType.Location = new System.Drawing.Point(86, 20);
  296. this.scbGMouldType.MultiSelect = true;
  297. this.scbGMouldType.Name = "scbGMouldType";
  298. this.scbGMouldType.Size = new System.Drawing.Size(133, 21);
  299. this.scbGMouldType.TabIndex = 36;
  300. //
  301. // scbGoods
  302. //
  303. this.scbGoods.CheckedData = null;
  304. this.scbGoods.Location = new System.Drawing.Point(285, 47);
  305. this.scbGoods.MultiSelect = true;
  306. this.scbGoods.Name = "scbGoods";
  307. this.scbGoods.Size = new System.Drawing.Size(120, 21);
  308. this.scbGoods.TabIndex = 35;
  309. //
  310. // lblGoods
  311. //
  312. this.lblGoods.AutoSize = true;
  313. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  314. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  316. this.lblGoods.Location = new System.Drawing.Point(224, 51);
  317. this.lblGoods.Name = "lblGoods";
  318. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  319. this.lblGoods.TabIndex = 34;
  320. this.lblGoods.Text = "产品名称";
  321. //
  322. // lblGoodsType
  323. //
  324. this.lblGoodsType.AutoSize = true;
  325. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  326. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  328. this.lblGoodsType.Location = new System.Drawing.Point(224, 24);
  329. this.lblGoodsType.Name = "lblGoodsType";
  330. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  331. this.lblGoodsType.TabIndex = 33;
  332. this.lblGoodsType.Text = "产品类别";
  333. //
  334. // scbGoodsType
  335. //
  336. this.scbGoodsType.CheckedData = null;
  337. this.scbGoodsType.IsOnlyDisplayEnd = false;
  338. this.scbGoodsType.Location = new System.Drawing.Point(285, 20);
  339. this.scbGoodsType.Name = "scbGoodsType";
  340. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  341. this.scbGoodsType.TabIndex = 32;
  342. //
  343. // chkScrapTime
  344. //
  345. this.chkScrapTime.AutoSize = true;
  346. this.chkScrapTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.chkScrapTime.Location = new System.Drawing.Point(424, 76);
  348. this.chkScrapTime.Name = "chkScrapTime";
  349. this.chkScrapTime.Size = new System.Drawing.Size(72, 16);
  350. this.chkScrapTime.TabIndex = 17;
  351. this.chkScrapTime.Text = "损坯日期";
  352. this.chkScrapTime.UseVisualStyleBackColor = true;
  353. this.chkScrapTime.CheckedChanged += new System.EventHandler(this.chkScrapTime_CheckedChanged);
  354. //
  355. // c_Label3
  356. //
  357. this.c_Label3.AutoSize = true;
  358. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  359. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  361. this.c_Label3.Location = new System.Drawing.Point(603, 78);
  362. this.c_Label3.Name = "c_Label3";
  363. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  364. this.c_Label3.TabIndex = 19;
  365. this.c_Label3.Text = "至";
  366. //
  367. // dtpScrapTimeEnd
  368. //
  369. this.dtpScrapTimeEnd.CustomFormat = "yyyy-MM-dd";
  370. this.dtpScrapTimeEnd.Enabled = false;
  371. this.dtpScrapTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.dtpScrapTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  373. this.dtpScrapTimeEnd.Location = new System.Drawing.Point(626, 74);
  374. this.dtpScrapTimeEnd.Name = "dtpScrapTimeEnd";
  375. this.dtpScrapTimeEnd.Size = new System.Drawing.Size(98, 21);
  376. this.dtpScrapTimeEnd.TabIndex = 20;
  377. //
  378. // dtpScrapTimeBegin
  379. //
  380. this.dtpScrapTimeBegin.CustomFormat = "yyyy-MM-dd";
  381. this.dtpScrapTimeBegin.Enabled = false;
  382. this.dtpScrapTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.dtpScrapTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  384. this.dtpScrapTimeBegin.Location = new System.Drawing.Point(499, 74);
  385. this.dtpScrapTimeBegin.Name = "dtpScrapTimeBegin";
  386. this.dtpScrapTimeBegin.Size = new System.Drawing.Size(98, 21);
  387. this.dtpScrapTimeBegin.TabIndex = 18;
  388. //
  389. // c_Label1
  390. //
  391. this.c_Label1.AutoSize = true;
  392. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  393. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  395. this.c_Label1.Location = new System.Drawing.Point(464, 105);
  396. this.c_Label1.Name = "c_Label1";
  397. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  398. this.c_Label1.TabIndex = 26;
  399. this.c_Label1.Text = "备注";
  400. //
  401. // chkGroutingDateStart
  402. //
  403. this.chkGroutingDateStart.AutoSize = true;
  404. this.chkGroutingDateStart.Checked = true;
  405. this.chkGroutingDateStart.CheckState = System.Windows.Forms.CheckState.Checked;
  406. this.chkGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.chkGroutingDateStart.Location = new System.Drawing.Point(424, 22);
  408. this.chkGroutingDateStart.Name = "chkGroutingDateStart";
  409. this.chkGroutingDateStart.Size = new System.Drawing.Size(72, 16);
  410. this.chkGroutingDateStart.TabIndex = 2;
  411. this.chkGroutingDateStart.Text = "注浆日期";
  412. this.chkGroutingDateStart.UseVisualStyleBackColor = true;
  413. this.chkGroutingDateStart.CheckedChanged += new System.EventHandler(this.chkGroutingDateStart_CheckedChanged);
  414. //
  415. // chkDeliverTime
  416. //
  417. this.chkDeliverTime.AutoSize = true;
  418. this.chkDeliverTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.chkDeliverTime.Location = new System.Drawing.Point(424, 49);
  420. this.chkDeliverTime.Name = "chkDeliverTime";
  421. this.chkDeliverTime.Size = new System.Drawing.Size(72, 16);
  422. this.chkDeliverTime.TabIndex = 9;
  423. this.chkDeliverTime.Text = "交坯日期";
  424. this.chkDeliverTime.UseVisualStyleBackColor = true;
  425. this.chkDeliverTime.CheckedChanged += new System.EventHandler(this.chkDeliverTime_CheckedChanged);
  426. //
  427. // chkDeliverFlag
  428. //
  429. this.chkDeliverFlag.BackColor = System.Drawing.SystemColors.Control;
  430. this.chkDeliverFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkDeliverFlag.BackgroundImage")));
  431. this.chkDeliverFlag.FalseText = "否";
  432. this.chkDeliverFlag.Location = new System.Drawing.Point(730, 49);
  433. this.chkDeliverFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  434. this.chkDeliverFlag.Name = "chkDeliverFlag";
  435. this.chkDeliverFlag.Size = new System.Drawing.Size(130, 16);
  436. this.chkDeliverFlag.TabIndex = 13;
  437. this.chkDeliverFlag.Title = "交坯标识";
  438. this.chkDeliverFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  439. this.chkDeliverFlag.TrueText = "是";
  440. //
  441. // chkBarcodeFlag
  442. //
  443. this.chkBarcodeFlag.BackColor = System.Drawing.SystemColors.Control;
  444. this.chkBarcodeFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkBarcodeFlag.BackgroundImage")));
  445. this.chkBarcodeFlag.FalseText = "否";
  446. this.chkBarcodeFlag.Location = new System.Drawing.Point(730, 103);
  447. this.chkBarcodeFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  448. this.chkBarcodeFlag.Name = "chkBarcodeFlag";
  449. this.chkBarcodeFlag.Size = new System.Drawing.Size(130, 16);
  450. this.chkBarcodeFlag.TabIndex = 28;
  451. this.chkBarcodeFlag.Title = "绑定条码";
  452. this.chkBarcodeFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  453. this.chkBarcodeFlag.TrueText = "是";
  454. //
  455. // chkScrapFlag
  456. //
  457. this.chkScrapFlag.BackColor = System.Drawing.SystemColors.Control;
  458. this.chkScrapFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkScrapFlag.BackgroundImage")));
  459. this.chkScrapFlag.FalseText = "否";
  460. this.chkScrapFlag.Location = new System.Drawing.Point(730, 76);
  461. this.chkScrapFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  462. this.chkScrapFlag.Name = "chkScrapFlag";
  463. this.chkScrapFlag.Size = new System.Drawing.Size(130, 16);
  464. this.chkScrapFlag.TabIndex = 21;
  465. this.chkScrapFlag.Title = "损坯标识";
  466. this.chkScrapFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  467. this.chkScrapFlag.TrueText = "是";
  468. //
  469. // chkGroutingFlag
  470. //
  471. this.chkGroutingFlag.BackColor = System.Drawing.SystemColors.Control;
  472. this.chkGroutingFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkGroutingFlag.BackgroundImage")));
  473. this.chkGroutingFlag.FalseText = "否";
  474. this.chkGroutingFlag.Location = new System.Drawing.Point(730, 22);
  475. this.chkGroutingFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  476. this.chkGroutingFlag.Name = "chkGroutingFlag";
  477. this.chkGroutingFlag.Size = new System.Drawing.Size(130, 16);
  478. this.chkGroutingFlag.TabIndex = 6;
  479. this.chkGroutingFlag.Title = "注浆标识";
  480. this.chkGroutingFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  481. this.chkGroutingFlag.TrueText = "是";
  482. //
  483. // c_Label4
  484. //
  485. this.c_Label4.AutoSize = true;
  486. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  487. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  489. this.c_Label4.Location = new System.Drawing.Point(603, 51);
  490. this.c_Label4.Name = "c_Label4";
  491. this.c_Label4.Size = new System.Drawing.Size(17, 12);
  492. this.c_Label4.TabIndex = 11;
  493. this.c_Label4.Text = "至";
  494. //
  495. // dtpDeliverTimeEnd
  496. //
  497. this.dtpDeliverTimeEnd.CustomFormat = "yyyy-MM-dd";
  498. this.dtpDeliverTimeEnd.Enabled = false;
  499. this.dtpDeliverTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.dtpDeliverTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  501. this.dtpDeliverTimeEnd.Location = new System.Drawing.Point(626, 47);
  502. this.dtpDeliverTimeEnd.Name = "dtpDeliverTimeEnd";
  503. this.dtpDeliverTimeEnd.Size = new System.Drawing.Size(98, 21);
  504. this.dtpDeliverTimeEnd.TabIndex = 12;
  505. //
  506. // dtpDeliverTimeBegin
  507. //
  508. this.dtpDeliverTimeBegin.CustomFormat = "yyyy-MM-dd";
  509. this.dtpDeliverTimeBegin.Enabled = false;
  510. this.dtpDeliverTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.dtpDeliverTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  512. this.dtpDeliverTimeBegin.Location = new System.Drawing.Point(499, 47);
  513. this.dtpDeliverTimeBegin.Name = "dtpDeliverTimeBegin";
  514. this.dtpDeliverTimeBegin.Size = new System.Drawing.Size(98, 21);
  515. this.dtpDeliverTimeBegin.TabIndex = 10;
  516. //
  517. // c_Label2
  518. //
  519. this.c_Label2.AutoSize = true;
  520. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  521. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  523. this.c_Label2.Location = new System.Drawing.Point(224, 105);
  524. this.c_Label2.Name = "c_Label2";
  525. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  526. this.c_Label2.TabIndex = 24;
  527. this.c_Label2.Text = "注浆批次";
  528. //
  529. // txtGroutingBatchNo
  530. //
  531. this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
  532. this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  533. this.txtGroutingBatchNo.ErrorMessage = "";
  534. this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  536. this.txtGroutingBatchNo.Location = new System.Drawing.Point(285, 101);
  537. this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
  538. 1000,
  539. 0,
  540. 0,
  541. 0});
  542. this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
  543. 1,
  544. 0,
  545. 0,
  546. 0});
  547. this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
  548. this.txtGroutingBatchNo.Number = new System.Drawing.Point(3, 0);
  549. this.txtGroutingBatchNo.Size = new System.Drawing.Size(120, 21);
  550. this.txtGroutingBatchNo.TabIndex = 25;
  551. this.txtGroutingBatchNo.TextValue = "";
  552. //
  553. // dropNotGroutingRreason
  554. //
  555. this.dropNotGroutingRreason.BackColor = System.Drawing.SystemColors.Window;
  556. this.dropNotGroutingRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  557. this.dropNotGroutingRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  558. this.dropNotGroutingRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.dropNotGroutingRreason.FormattingEnabled = true;
  560. this.dropNotGroutingRreason.Location = new System.Drawing.Point(86, 101);
  561. this.dropNotGroutingRreason.Name = "dropNotGroutingRreason";
  562. this.dropNotGroutingRreason.Size = new System.Drawing.Size(133, 20);
  563. this.dropNotGroutingRreason.TabIndex = 23;
  564. //
  565. // dkGroutingUserCode
  566. //
  567. this.dkGroutingUserCode.DataSource = null;
  568. this.dkGroutingUserCode.Enabled = true;
  569. this.dkGroutingUserCode.IsMustInput = false;
  570. this.dkGroutingUserCode.IsWorker = false;
  571. this.dkGroutingUserCode.Location = new System.Drawing.Point(14, 74);
  572. this.dkGroutingUserCode.Name = "dkGroutingUserCode";
  573. this.dkGroutingUserCode.PurviewType = ((byte)(0));
  574. this.dkGroutingUserCode.SelectMore = true;
  575. this.dkGroutingUserCode.Size = new System.Drawing.Size(205, 21);
  576. this.dkGroutingUserCode.TabIndex = 14;
  577. this.dkGroutingUserCode.Title = " 成型工号";
  578. this.dkGroutingUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
  579. this.dkGroutingUserCode.UserCode = "";
  580. this.dkGroutingUserCode.UserID = null;
  581. this.dkGroutingUserCode.UserIDS = null;
  582. this.dkGroutingUserCode.UserName = null;
  583. //
  584. // lblRemarks
  585. //
  586. this.lblRemarks.AutoSize = true;
  587. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  588. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  590. this.lblRemarks.Location = new System.Drawing.Point(16, 105);
  591. this.lblRemarks.Name = "lblRemarks";
  592. this.lblRemarks.Size = new System.Drawing.Size(65, 12);
  593. this.lblRemarks.TabIndex = 22;
  594. this.lblRemarks.Text = "未注浆原因";
  595. //
  596. // lblGroutingMouldCode
  597. //
  598. this.lblGroutingMouldCode.AutoSize = true;
  599. this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
  600. this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  602. this.lblGroutingMouldCode.Location = new System.Drawing.Point(224, 78);
  603. this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
  604. this.lblGroutingMouldCode.Size = new System.Drawing.Size(53, 12);
  605. this.lblGroutingMouldCode.TabIndex = 15;
  606. this.lblGroutingMouldCode.Text = "模具编号";
  607. //
  608. // txtGroutingMouldCode
  609. //
  610. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  611. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  612. this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  613. this.txtGroutingMouldCode.ErrorMessage = "";
  614. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.txtGroutingMouldCode.Location = new System.Drawing.Point(285, 74);
  616. this.txtGroutingMouldCode.MaxLength = 50;
  617. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  618. this.txtGroutingMouldCode.Size = new System.Drawing.Size(120, 21);
  619. this.txtGroutingMouldCode.TabIndex = 16;
  620. //
  621. // lblGroutingDateEnd
  622. //
  623. this.lblGroutingDateEnd.AutoSize = true;
  624. this.lblGroutingDateEnd.BackColor = System.Drawing.Color.Transparent;
  625. this.lblGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.lblGroutingDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  627. this.lblGroutingDateEnd.Location = new System.Drawing.Point(603, 24);
  628. this.lblGroutingDateEnd.Name = "lblGroutingDateEnd";
  629. this.lblGroutingDateEnd.Size = new System.Drawing.Size(17, 12);
  630. this.lblGroutingDateEnd.TabIndex = 4;
  631. this.lblGroutingDateEnd.Text = "至";
  632. //
  633. // dtpGroutingDateEnd
  634. //
  635. this.dtpGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
  636. this.dtpGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.dtpGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  638. this.dtpGroutingDateEnd.Location = new System.Drawing.Point(626, 20);
  639. this.dtpGroutingDateEnd.Name = "dtpGroutingDateEnd";
  640. this.dtpGroutingDateEnd.Size = new System.Drawing.Size(98, 21);
  641. this.dtpGroutingDateEnd.TabIndex = 5;
  642. //
  643. // dtpGroutingDateStart
  644. //
  645. this.dtpGroutingDateStart.CustomFormat = "yyyy-MM-dd";
  646. this.dtpGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  647. this.dtpGroutingDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  648. this.dtpGroutingDateStart.Location = new System.Drawing.Point(499, 20);
  649. this.dtpGroutingDateStart.Name = "dtpGroutingDateStart";
  650. this.dtpGroutingDateStart.Size = new System.Drawing.Size(98, 21);
  651. this.dtpGroutingDateStart.TabIndex = 3;
  652. //
  653. // btnClearCondition
  654. //
  655. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  656. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  657. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  658. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  660. this.btnClearCondition.Location = new System.Drawing.Point(1028, 94);
  661. this.btnClearCondition.Name = "btnClearCondition";
  662. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  663. this.btnClearCondition.TabIndex = 31;
  664. this.btnClearCondition.Text = "清空条件(&C)";
  665. this.btnClearCondition.UseVisualStyleBackColor = true;
  666. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  667. //
  668. // btnSearch
  669. //
  670. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  671. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  672. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  673. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.btnSearch.ForeColor = System.Drawing.Color.White;
  675. this.btnSearch.Location = new System.Drawing.Point(937, 94);
  676. this.btnSearch.Name = "btnSearch";
  677. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  678. this.btnSearch.TabIndex = 30;
  679. this.btnSearch.Text = "查询(&Q)";
  680. this.btnSearch.UseVisualStyleBackColor = true;
  681. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  682. //
  683. // dkOperUserCode
  684. //
  685. this.dkOperUserCode.DataSource = null;
  686. this.dkOperUserCode.Enabled = true;
  687. this.dkOperUserCode.IsMustInput = false;
  688. this.dkOperUserCode.IsWorker = false;
  689. this.dkOperUserCode.Location = new System.Drawing.Point(1014, 98);
  690. this.dkOperUserCode.Name = "dkOperUserCode";
  691. this.dkOperUserCode.PurviewType = ((byte)(0));
  692. this.dkOperUserCode.Size = new System.Drawing.Size(105, 21);
  693. this.dkOperUserCode.TabIndex = 29;
  694. this.dkOperUserCode.Title = "生产工号";
  695. this.dkOperUserCode.TxtUserBackColor = System.Drawing.SystemColors.Control;
  696. this.dkOperUserCode.UserCode = "";
  697. this.dkOperUserCode.UserID = null;
  698. this.dkOperUserCode.UserIDS = null;
  699. this.dkOperUserCode.UserName = null;
  700. this.dkOperUserCode.Visible = false;
  701. //
  702. // txtRemarks
  703. //
  704. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  705. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  706. this.txtRemarks.ErrorMessage = "";
  707. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.txtRemarks.Location = new System.Drawing.Point(499, 101);
  709. this.txtRemarks.MaxLength = 500;
  710. this.txtRemarks.Name = "txtRemarks";
  711. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  712. this.txtRemarks.Size = new System.Drawing.Size(225, 21);
  713. this.txtRemarks.TabIndex = 27;
  714. //
  715. // tsrOperate
  716. //
  717. this.tsrOperate.AutoSize = false;
  718. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  719. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  721. this.tsbtnAdaptive,
  722. this.tsbtnClose});
  723. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  724. this.tsrOperate.Name = "tsrOperate";
  725. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  726. this.tsrOperate.ShowItemToolTips = false;
  727. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  728. this.tsrOperate.TabIndex = 0;
  729. this.tsrOperate.Text = "toolStrip1";
  730. //
  731. // tsbtnAdaptive
  732. //
  733. this.tsbtnAdaptive.AutoSize = false;
  734. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  735. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  736. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  737. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  738. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  739. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  740. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  741. //
  742. // tsbtnClose
  743. //
  744. this.tsbtnClose.AutoSize = false;
  745. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  746. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  747. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  748. this.tsbtnClose.Name = "tsbtnClose";
  749. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  750. this.tsbtnClose.Text = "关闭(&X)";
  751. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  752. //
  753. // chkGCTime
  754. //
  755. this.chkGCTime.AutoSize = true;
  756. this.chkGCTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. this.chkGCTime.Location = new System.Drawing.Point(864, 22);
  758. this.chkGCTime.Name = "chkGCTime";
  759. this.chkGCTime.Size = new System.Drawing.Size(96, 16);
  760. this.chkGCTime.TabIndex = 40;
  761. this.chkGCTime.Text = "注浆操作时间";
  762. this.chkGCTime.UseVisualStyleBackColor = true;
  763. this.chkGCTime.CheckedChanged += new System.EventHandler(this.chkGCTime_CheckedChanged);
  764. //
  765. // c_Label5
  766. //
  767. this.c_Label5.AutoSize = true;
  768. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  769. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  770. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  771. this.c_Label5.Location = new System.Drawing.Point(943, 51);
  772. this.c_Label5.Name = "c_Label5";
  773. this.c_Label5.Size = new System.Drawing.Size(17, 12);
  774. this.c_Label5.TabIndex = 42;
  775. this.c_Label5.Text = "至";
  776. //
  777. // dtpGCTimeEnd
  778. //
  779. this.dtpGCTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  780. this.dtpGCTimeEnd.Enabled = false;
  781. this.dtpGCTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  782. this.dtpGCTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  783. this.dtpGCTimeEnd.Location = new System.Drawing.Point(966, 47);
  784. this.dtpGCTimeEnd.Name = "dtpGCTimeEnd";
  785. this.dtpGCTimeEnd.ShowUpDown = true;
  786. this.dtpGCTimeEnd.Size = new System.Drawing.Size(142, 21);
  787. this.dtpGCTimeEnd.TabIndex = 43;
  788. //
  789. // dtpGCTimeBegin
  790. //
  791. this.dtpGCTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  792. this.dtpGCTimeBegin.Enabled = false;
  793. this.dtpGCTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  794. this.dtpGCTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  795. this.dtpGCTimeBegin.Location = new System.Drawing.Point(966, 20);
  796. this.dtpGCTimeBegin.Name = "dtpGCTimeBegin";
  797. this.dtpGCTimeBegin.ShowUpDown = true;
  798. this.dtpGCTimeBegin.Size = new System.Drawing.Size(142, 21);
  799. this.dtpGCTimeBegin.TabIndex = 41;
  800. //
  801. // GroutingLineCode0
  802. //
  803. this.GroutingLineCode0.DataPropertyName = "GroutingLineCode";
  804. this.GroutingLineCode0.HeaderText = "成型线编码";
  805. this.GroutingLineCode0.Name = "GroutingLineCode0";
  806. this.GroutingLineCode0.ReadOnly = true;
  807. //
  808. // GmouldtypeName
  809. //
  810. this.GmouldtypeName.DataPropertyName = "GmouldtypeName";
  811. this.GmouldtypeName.HeaderText = "成型线类型";
  812. this.GmouldtypeName.Name = "GmouldtypeName";
  813. this.GmouldtypeName.ReadOnly = true;
  814. //
  815. // GroutingDate
  816. //
  817. this.GroutingDate.DataPropertyName = "GroutingDate";
  818. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  819. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  820. this.GroutingDate.HeaderText = "注浆日期";
  821. this.GroutingDate.Name = "GroutingDate";
  822. this.GroutingDate.ReadOnly = true;
  823. //
  824. // UserCode
  825. //
  826. this.UserCode.DataPropertyName = "UserCode";
  827. this.UserCode.HeaderText = "成型工号";
  828. this.UserCode.Name = "UserCode";
  829. this.UserCode.ReadOnly = true;
  830. //
  831. // GroutingBatchNo
  832. //
  833. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  834. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  835. this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle4;
  836. this.GroutingBatchNo.HeaderText = "注浆批次";
  837. this.GroutingBatchNo.Name = "GroutingBatchNo";
  838. this.GroutingBatchNo.ReadOnly = true;
  839. //
  840. // GroutingMouldCode
  841. //
  842. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  843. this.GroutingMouldCode.HeaderText = "模具编号";
  844. this.GroutingMouldCode.Name = "GroutingMouldCode";
  845. this.GroutingMouldCode.ReadOnly = true;
  846. //
  847. // GMOULDSTATUS
  848. //
  849. this.GMOULDSTATUS.DataPropertyName = "GMOULDSTATUS";
  850. this.GMOULDSTATUS.HeaderText = "模具状态编码";
  851. this.GMOULDSTATUS.Name = "GMOULDSTATUS";
  852. this.GMOULDSTATUS.ReadOnly = true;
  853. this.GMOULDSTATUS.Visible = false;
  854. //
  855. // gmouldstatusname
  856. //
  857. this.gmouldstatusname.DataPropertyName = "gmouldstatusname";
  858. this.gmouldstatusname.HeaderText = "模具状态";
  859. this.gmouldstatusname.Name = "gmouldstatusname";
  860. this.gmouldstatusname.ReadOnly = true;
  861. //
  862. // GoodsCode
  863. //
  864. this.GoodsCode.DataPropertyName = "GoodsCode";
  865. this.GoodsCode.HeaderText = "产品编码";
  866. this.GoodsCode.Name = "GoodsCode";
  867. this.GoodsCode.ReadOnly = true;
  868. //
  869. // GoodsName
  870. //
  871. this.GoodsName.DataPropertyName = "GoodsName";
  872. this.GoodsName.HeaderText = "产品名称";
  873. this.GoodsName.Name = "GoodsName";
  874. this.GoodsName.ReadOnly = true;
  875. //
  876. // GOODSSPECIFICATION
  877. //
  878. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  879. this.GOODSSPECIFICATION.HeaderText = "规格";
  880. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  881. this.GOODSSPECIFICATION.ReadOnly = true;
  882. this.GOODSSPECIFICATION.Visible = false;
  883. //
  884. // DICTIONARYVALUE
  885. //
  886. this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
  887. this.DICTIONARYVALUE.HeaderText = "釉色类别";
  888. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  889. this.DICTIONARYVALUE.ReadOnly = true;
  890. this.DICTIONARYVALUE.Visible = false;
  891. //
  892. // GoodsTypeName
  893. //
  894. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  895. this.GoodsTypeName.HeaderText = "产品类别";
  896. this.GoodsTypeName.Name = "GoodsTypeName";
  897. this.GoodsTypeName.ReadOnly = true;
  898. this.GoodsTypeName.Visible = false;
  899. //
  900. // GROUTINGFLAG
  901. //
  902. this.GROUTINGFLAG.DataPropertyName = "GROUTINGFLAG";
  903. this.GROUTINGFLAG.FalseValue = "0";
  904. this.GROUTINGFLAG.HeaderText = "注浆标识";
  905. this.GROUTINGFLAG.Name = "GROUTINGFLAG";
  906. this.GROUTINGFLAG.ReadOnly = true;
  907. this.GROUTINGFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  908. this.GROUTINGFLAG.TrueValue = "1";
  909. //
  910. // NoGroutingRreason
  911. //
  912. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  913. this.NoGroutingRreason.HeaderText = "未注浆原因";
  914. this.NoGroutingRreason.Name = "NoGroutingRreason";
  915. this.NoGroutingRreason.ReadOnly = true;
  916. //
  917. // Groutingcount
  918. //
  919. this.Groutingcount.DataPropertyName = "Groutingcount";
  920. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  921. this.Groutingcount.DefaultCellStyle = dataGridViewCellStyle5;
  922. this.Groutingcount.HeaderText = "注浆次数";
  923. this.Groutingcount.Name = "Groutingcount";
  924. this.Groutingcount.ReadOnly = true;
  925. //
  926. // Barcode
  927. //
  928. this.Barcode.DataPropertyName = "Barcode";
  929. this.Barcode.HeaderText = "产品条码";
  930. this.Barcode.Name = "Barcode";
  931. this.Barcode.ReadOnly = true;
  932. //
  933. // LogoCodeName
  934. //
  935. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  936. this.LogoCodeName.HeaderText = "商标";
  937. this.LogoCodeName.Name = "LogoCodeName";
  938. this.LogoCodeName.ReadOnly = true;
  939. //
  940. // SCRAPFLAG
  941. //
  942. this.SCRAPFLAG.DataPropertyName = "SCRAPFLAG";
  943. this.SCRAPFLAG.FalseValue = "0";
  944. this.SCRAPFLAG.HeaderText = "损坏标识";
  945. this.SCRAPFLAG.Name = "SCRAPFLAG";
  946. this.SCRAPFLAG.ReadOnly = true;
  947. this.SCRAPFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  948. this.SCRAPFLAG.TrueValue = "1";
  949. //
  950. // SCRAPTIME
  951. //
  952. this.SCRAPTIME.DataPropertyName = "SCRAPTIME";
  953. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  954. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  955. this.SCRAPTIME.DefaultCellStyle = dataGridViewCellStyle6;
  956. this.SCRAPTIME.HeaderText = "损坯时间";
  957. this.SCRAPTIME.Name = "SCRAPTIME";
  958. this.SCRAPTIME.ReadOnly = true;
  959. //
  960. // 交坯标识
  961. //
  962. this.交坯标识.DataPropertyName = "DeliverFlag";
  963. this.交坯标识.FalseValue = "0";
  964. this.交坯标识.HeaderText = "交坯标识";
  965. this.交坯标识.Name = "交坯标识";
  966. this.交坯标识.ReadOnly = true;
  967. this.交坯标识.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  968. this.交坯标识.TrueValue = "1";
  969. //
  970. // DeliverTime
  971. //
  972. this.DeliverTime.DataPropertyName = "DeliverTime";
  973. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  974. dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
  975. this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle7;
  976. this.DeliverTime.HeaderText = "交坯时间";
  977. this.DeliverTime.Name = "DeliverTime";
  978. this.DeliverTime.ReadOnly = true;
  979. //
  980. // CreateUserCode
  981. //
  982. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  983. this.CreateUserCode.HeaderText = "班长工号";
  984. this.CreateUserCode.Name = "CreateUserCode";
  985. this.CreateUserCode.ReadOnly = true;
  986. //
  987. // CreateUserName
  988. //
  989. this.CreateUserName.DataPropertyName = "CreateUserName";
  990. this.CreateUserName.HeaderText = "成型班长";
  991. this.CreateUserName.Name = "CreateUserName";
  992. this.CreateUserName.ReadOnly = true;
  993. //
  994. // gctime
  995. //
  996. this.gctime.DataPropertyName = "gctime";
  997. dataGridViewCellStyle8.Format = "yyyy-MM-dd HH:mm:ss";
  998. this.gctime.DefaultCellStyle = dataGridViewCellStyle8;
  999. this.gctime.HeaderText = "注浆操作时间";
  1000. this.gctime.Name = "gctime";
  1001. this.gctime.ReadOnly = true;
  1002. //
  1003. // F_RPT_010101_1
  1004. //
  1005. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1006. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1007. this.ClientSize = new System.Drawing.Size(1131, 489);
  1008. this.Controls.Add(this.dgvRptGroutingDaily);
  1009. this.Controls.Add(this.gbxCondition);
  1010. this.Controls.Add(this.tsrOperate);
  1011. this.Name = "F_RPT_010101_1";
  1012. this.Text = "注浆明细表";
  1013. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010101_1_FormClosed);
  1014. this.Load += new System.EventHandler(this.F_RPT_010101_1_Load);
  1015. ((System.ComponentModel.ISupportInitialize)(this.dgvRptGroutingDaily)).EndInit();
  1016. this.gbxCondition.ResumeLayout(false);
  1017. this.gbxCondition.PerformLayout();
  1018. this.tsrOperate.ResumeLayout(false);
  1019. this.tsrOperate.PerformLayout();
  1020. this.ResumeLayout(false);
  1021. }
  1022. #endregion
  1023. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1024. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1025. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1026. private Basics.BaseControls.C_GroupBox gbxCondition;
  1027. private Basics.BaseControls.C_Label lblGroutingMouldCode;
  1028. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  1029. private Basics.BaseControls.C_Label lblGroutingDateEnd;
  1030. private Basics.BaseControls.C_DateTimePicker dtpGroutingDateEnd;
  1031. private Basics.BaseControls.C_DateTimePicker dtpGroutingDateStart;
  1032. private Basics.BaseControls.C_Button btnClearCondition;
  1033. private Basics.BaseControls.C_Button btnSearch;
  1034. private Basics.BaseControls.C_DataGridView dgvRptGroutingDaily;
  1035. private Basics.BaseControls.C_Label lblRemarks;
  1036. private Controls.SearchTextBox.dkUserInfoSearchBox dkGroutingUserCode;
  1037. private Controls.SearchTextBox.dkUserInfoSearchBox dkOperUserCode;
  1038. private Basics.BaseControls.C_ComboBox dropNotGroutingRreason;
  1039. private Basics.BaseControls.C_Label c_Label2;
  1040. private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
  1041. private Basics.BaseControls.C_CheckBox chkDeliverTime;
  1042. private Basics.BaseControls.C_StatusCheckBox chkDeliverFlag;
  1043. private Basics.BaseControls.C_StatusCheckBox chkBarcodeFlag;
  1044. private Basics.BaseControls.C_StatusCheckBox chkScrapFlag;
  1045. private Basics.BaseControls.C_StatusCheckBox chkGroutingFlag;
  1046. private Basics.BaseControls.C_Label c_Label4;
  1047. private Basics.BaseControls.C_DateTimePicker dtpDeliverTimeEnd;
  1048. private Basics.BaseControls.C_DateTimePicker dtpDeliverTimeBegin;
  1049. private Basics.BaseControls.C_TextBox txtRemarks;
  1050. private Basics.BaseControls.C_Label c_Label1;
  1051. private Basics.BaseControls.C_CheckBox chkGroutingDateStart;
  1052. private Basics.BaseControls.C_CheckBox chkScrapTime;
  1053. private Basics.BaseControls.C_Label c_Label3;
  1054. private Basics.BaseControls.C_DateTimePicker dtpScrapTimeEnd;
  1055. private Basics.BaseControls.C_DateTimePicker dtpScrapTimeBegin;
  1056. private Basics.BaseControls.C_Label lblGoodsType;
  1057. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1058. private Controls.SearchBox.ScbGoods scbGoods;
  1059. private Basics.BaseControls.C_Label lblGoods;
  1060. private Basics.BaseControls.C_Label lblGMouldType;
  1061. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  1062. private Basics.BaseControls.C_Label lblGroutingLine;
  1063. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  1064. private Basics.BaseControls.C_CheckBox chkGCTime;
  1065. private Basics.BaseControls.C_Label c_Label5;
  1066. private Basics.BaseControls.C_DateTimePicker dtpGCTimeEnd;
  1067. private Basics.BaseControls.C_DateTimePicker dtpGCTimeBegin;
  1068. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode0;
  1069. private System.Windows.Forms.DataGridViewTextBoxColumn GmouldtypeName;
  1070. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1071. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1072. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  1073. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1074. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUS;
  1075. private System.Windows.Forms.DataGridViewTextBoxColumn gmouldstatusname;
  1076. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1077. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1078. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  1079. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
  1080. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  1081. private System.Windows.Forms.DataGridViewCheckBoxColumn GROUTINGFLAG;
  1082. private System.Windows.Forms.DataGridViewTextBoxColumn NoGroutingRreason;
  1083. private System.Windows.Forms.DataGridViewTextBoxColumn Groutingcount;
  1084. private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
  1085. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1086. private System.Windows.Forms.DataGridViewCheckBoxColumn SCRAPFLAG;
  1087. private System.Windows.Forms.DataGridViewTextBoxColumn SCRAPTIME;
  1088. private System.Windows.Forms.DataGridViewCheckBoxColumn 交坯标识;
  1089. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
  1090. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  1091. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  1092. private System.Windows.Forms.DataGridViewTextBoxColumn gctime;
  1093. }
  1094. }