F_PM_2112.Designer.cs 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2112
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2112));
  37. this.dgvInProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  39. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.SCRAPDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  68. this.IsReworked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.CanManyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.UpdateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  80. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Code();
  81. this.lblbarcode1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  82. this.chkDeletedate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  83. this.chkScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  84. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  85. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  86. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  87. this.dtpDeletedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  88. this.dtpScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  89. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  90. this.dtpUpdateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  91. this.cmbDataSource = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  92. this.dtpDeletedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  93. this.comGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  94. this.dtpScrapDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  95. this.dtpUpdateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  96. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  97. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  98. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  99. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  100. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  101. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  102. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  103. this.tsbtnClearSelected = new System.Windows.Forms.ToolStripButton();
  104. this.tsbtnAllClear = new System.Windows.Forms.ToolStripButton();
  105. this.tsbtnResetData = new System.Windows.Forms.ToolStripButton();
  106. this.tsbtnResetSelected = new System.Windows.Forms.ToolStripButton();
  107. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  108. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  109. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  110. this.buttonCheckAll = new System.Windows.Forms.ToolStripButton();
  111. ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit();
  112. this.gbxCondition.SuspendLayout();
  113. this.tsrOperate.SuspendLayout();
  114. this.SuspendLayout();
  115. //
  116. // dgvInProduction
  117. //
  118. this.dgvInProduction.AllowUserToAddRows = false;
  119. this.dgvInProduction.AllowUserToDeleteRows = false;
  120. this.dgvInProduction.AllowUserToModifyRows = true;
  121. this.dgvInProduction.AllowUserToOrderColumns = true;
  122. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  123. this.dgvInProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  124. this.dgvInProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  125. | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.dgvInProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  128. this.dgvInProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  129. this.dgvInProduction.CellHeight = 23;
  130. this.dgvInProduction.ChildNodeColumnName = null;
  131. this.dgvInProduction.ChildNodeColumnText = null;
  132. this.dgvInProduction.ColumnDeep = 1;
  133. this.dgvInProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  134. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  135. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  136. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  138. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  139. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  140. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  141. this.dgvInProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  142. this.dgvInProduction.ColumnHeadersHeight = 29;
  143. this.dgvInProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  144. this.dgvInProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  145. this.Sel,
  146. this.BarCode,
  147. this.GoodsCode,
  148. this.GoodsName,
  149. this.ProductionLineID,
  150. this.ProductionLineCode,
  151. this.ProductionLineName,
  152. this.CompleteProcedureID,
  153. this.CompleteProcedureName,
  154. this.SCRAPDATE,
  155. this.CreateTime,
  156. this.UpdateTime,
  157. this.UserCode,
  158. this.ModelType,
  159. this.ProcedureModel,
  160. this.GoodsLevelName,
  161. this.GoodsLevelTypeName,
  162. this.GroutingLineID,
  163. this.GroutingLineCode,
  164. this.GroutingLineName,
  165. this.GMouldTypeID,
  166. this.GMouldTypeName,
  167. this.GroutingMouldCode,
  168. this.GroutingDate,
  169. this.GROUTINGCOUNT,
  170. this.GROUTINGUSERCODE,
  171. this.GoodsID,
  172. this.UserID,
  173. this.UserName,
  174. this.IsPublicBody,
  175. this.IsReworked,
  176. this.SPECIALREPAIRFLAG,
  177. this.GroutingDailyID,
  178. this.GroutingDailyDetailID,
  179. this.CanManyTimes,
  180. this.GroutingLineDetailID,
  181. this.CreateUserID,
  182. this.CreateUserName,
  183. this.UpdateUserID,
  184. this.UpdateUserName,
  185. this.Remarks});
  186. this.dgvInProduction.ColumnTreeView = null;
  187. this.dgvInProduction.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)));
  188. this.dgvInProduction.DynamicColumnName = "";
  189. this.dgvInProduction.EnableHeadersVisualStyles = false;
  190. this.dgvInProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.dgvInProduction.FormatQuantityColumns = null;
  192. this.dgvInProduction.HorizontalMergeColumn = null;
  193. this.dgvInProduction.IsAutoCountSum = true;
  194. this.dgvInProduction.IsAutoResizeColumns = false;
  195. this.dgvInProduction.IsClickF12 = false;
  196. this.dgvInProduction.IsOpenMergeCellFlag = false;
  197. this.dgvInProduction.IsSubTotalFlag = false;
  198. this.dgvInProduction.IsTopDeep = false;
  199. this.dgvInProduction.Location = new System.Drawing.Point(0, 201);
  200. this.dgvInProduction.Margin = new System.Windows.Forms.Padding(4);
  201. this.dgvInProduction.MergeColumnNames = null;
  202. this.dgvInProduction.MergeDetailColumnNames = null;
  203. this.dgvInProduction.MergeDetailOnlyColumn = null;
  204. this.dgvInProduction.MergeOnlyColumn = null;
  205. this.dgvInProduction.Name = "dgvInProduction";
  206. this.dgvInProduction.RefreshAtHscroll = false;
  207. this.dgvInProduction.RowHeadersWidth = 50;
  208. this.dgvInProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  209. dataGridViewCellStyle16.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  210. this.dgvInProduction.RowsDefaultCellStyle = dataGridViewCellStyle16;
  211. this.dgvInProduction.RowTemplate.Height = 21;
  212. this.dgvInProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  213. this.dgvInProduction.Size = new System.Drawing.Size(1492, 300);
  214. this.dgvInProduction.SortOrderColumnName = null;
  215. this.dgvInProduction.StandardTab = true;
  216. this.dgvInProduction.TabIndex = 28;
  217. this.dgvInProduction.Tag = true;
  218. this.dgvInProduction.TotalSumColumns = null;
  219. this.dgvInProduction.ViewRowFilter = "";
  220. this.dgvInProduction.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvInProduction_CurrentCellDirtyStateChanged);
  221. //
  222. // Sel
  223. //
  224. this.Sel.DataPropertyName = "Sel";
  225. this.Sel.FalseValue = "0";
  226. this.Sel.HeaderText = "选择";
  227. this.Sel.MinimumWidth = 6;
  228. this.Sel.Name = "Sel";
  229. this.Sel.TrueValue = "1";
  230. this.Sel.Width = 125;
  231. //
  232. // BarCode
  233. //
  234. this.BarCode.DataPropertyName = "BarCode";
  235. this.BarCode.HeaderText = "产品条码";
  236. this.BarCode.MinimumWidth = 6;
  237. this.BarCode.Name = "BarCode";
  238. this.BarCode.ReadOnly = true;
  239. this.BarCode.Width = 125;
  240. //
  241. // GoodsCode
  242. //
  243. this.GoodsCode.DataPropertyName = "GoodsCode";
  244. this.GoodsCode.HeaderText = "产品编码";
  245. this.GoodsCode.MinimumWidth = 6;
  246. this.GoodsCode.Name = "GoodsCode";
  247. this.GoodsCode.ReadOnly = true;
  248. this.GoodsCode.Width = 125;
  249. //
  250. // GoodsName
  251. //
  252. this.GoodsName.DataPropertyName = "GoodsName";
  253. this.GoodsName.HeaderText = "产品名称";
  254. this.GoodsName.MinimumWidth = 6;
  255. this.GoodsName.Name = "GoodsName";
  256. this.GoodsName.ReadOnly = true;
  257. this.GoodsName.Width = 125;
  258. //
  259. // ProductionLineID
  260. //
  261. this.ProductionLineID.DataPropertyName = "ProductionLineID";
  262. this.ProductionLineID.HeaderText = "生产线ID";
  263. this.ProductionLineID.MinimumWidth = 6;
  264. this.ProductionLineID.Name = "ProductionLineID";
  265. this.ProductionLineID.ReadOnly = true;
  266. this.ProductionLineID.Visible = false;
  267. this.ProductionLineID.Width = 125;
  268. //
  269. // ProductionLineCode
  270. //
  271. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  272. this.ProductionLineCode.HeaderText = "生产线编码";
  273. this.ProductionLineCode.MinimumWidth = 6;
  274. this.ProductionLineCode.Name = "ProductionLineCode";
  275. this.ProductionLineCode.ReadOnly = true;
  276. this.ProductionLineCode.Visible = false;
  277. this.ProductionLineCode.Width = 125;
  278. //
  279. // ProductionLineName
  280. //
  281. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  282. this.ProductionLineName.HeaderText = "生产线";
  283. this.ProductionLineName.MinimumWidth = 6;
  284. this.ProductionLineName.Name = "ProductionLineName";
  285. this.ProductionLineName.ReadOnly = true;
  286. this.ProductionLineName.Width = 125;
  287. //
  288. // CompleteProcedureID
  289. //
  290. this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
  291. this.CompleteProcedureID.HeaderText = "完成工序ID";
  292. this.CompleteProcedureID.MinimumWidth = 6;
  293. this.CompleteProcedureID.Name = "CompleteProcedureID";
  294. this.CompleteProcedureID.ReadOnly = true;
  295. this.CompleteProcedureID.Visible = false;
  296. this.CompleteProcedureID.Width = 125;
  297. //
  298. // CompleteProcedureName
  299. //
  300. this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
  301. this.CompleteProcedureName.HeaderText = "完成工序";
  302. this.CompleteProcedureName.MinimumWidth = 6;
  303. this.CompleteProcedureName.Name = "CompleteProcedureName";
  304. this.CompleteProcedureName.ReadOnly = true;
  305. this.CompleteProcedureName.Width = 125;
  306. //
  307. // SCRAPDATE
  308. //
  309. this.SCRAPDATE.DataPropertyName = "SCRAPDATE";
  310. dataGridViewCellStyle11.Format = "yyyy-MM-dd";
  311. dataGridViewCellStyle11.NullValue = null;
  312. this.SCRAPDATE.DefaultCellStyle = dataGridViewCellStyle11;
  313. this.SCRAPDATE.HeaderText = "报废日期";
  314. this.SCRAPDATE.MinimumWidth = 6;
  315. this.SCRAPDATE.Name = "SCRAPDATE";
  316. this.SCRAPDATE.ReadOnly = true;
  317. this.SCRAPDATE.Width = 125;
  318. //
  319. // CreateTime
  320. //
  321. this.CreateTime.DataPropertyName = "CreateTime";
  322. dataGridViewCellStyle12.Format = "yyyy-MM-dd HH:mm:ss";
  323. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle12;
  324. this.CreateTime.HeaderText = "交坯时间";
  325. this.CreateTime.MinimumWidth = 6;
  326. this.CreateTime.Name = "CreateTime";
  327. this.CreateTime.ReadOnly = true;
  328. this.CreateTime.Width = 180;
  329. //
  330. // UpdateTime
  331. //
  332. this.UpdateTime.DataPropertyName = "UpdateTime";
  333. dataGridViewCellStyle13.Format = "yyyy-MM-dd HH:mm:ss";
  334. dataGridViewCellStyle13.NullValue = null;
  335. this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle13;
  336. this.UpdateTime.HeaderText = "完成时间";
  337. this.UpdateTime.MinimumWidth = 6;
  338. this.UpdateTime.Name = "UpdateTime";
  339. this.UpdateTime.ReadOnly = true;
  340. this.UpdateTime.Width = 125;
  341. //
  342. // UserCode
  343. //
  344. this.UserCode.DataPropertyName = "UserCode";
  345. this.UserCode.HeaderText = "生产工号";
  346. this.UserCode.MinimumWidth = 6;
  347. this.UserCode.Name = "UserCode";
  348. this.UserCode.ReadOnly = true;
  349. this.UserCode.Width = 125;
  350. //
  351. // ModelType
  352. //
  353. this.ModelType.DataPropertyName = "ModelType";
  354. this.ModelType.HeaderText = "工序类别";
  355. this.ModelType.MinimumWidth = 6;
  356. this.ModelType.Name = "ModelType";
  357. this.ModelType.ReadOnly = true;
  358. this.ModelType.Visible = false;
  359. this.ModelType.Width = 125;
  360. //
  361. // ProcedureModel
  362. //
  363. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  364. this.ProcedureModel.HeaderText = "工序模型";
  365. this.ProcedureModel.MinimumWidth = 6;
  366. this.ProcedureModel.Name = "ProcedureModel";
  367. this.ProcedureModel.ReadOnly = true;
  368. this.ProcedureModel.Visible = false;
  369. this.ProcedureModel.Width = 125;
  370. //
  371. // GoodsLevelName
  372. //
  373. this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
  374. this.GoodsLevelName.HeaderText = "产品分级";
  375. this.GoodsLevelName.MinimumWidth = 6;
  376. this.GoodsLevelName.Name = "GoodsLevelName";
  377. this.GoodsLevelName.ReadOnly = true;
  378. this.GoodsLevelName.Width = 125;
  379. //
  380. // GoodsLevelTypeName
  381. //
  382. this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName";
  383. this.GoodsLevelTypeName.HeaderText = "产品分级类别";
  384. this.GoodsLevelTypeName.MinimumWidth = 6;
  385. this.GoodsLevelTypeName.Name = "GoodsLevelTypeName";
  386. this.GoodsLevelTypeName.ReadOnly = true;
  387. this.GoodsLevelTypeName.Visible = false;
  388. this.GoodsLevelTypeName.Width = 125;
  389. //
  390. // GroutingLineID
  391. //
  392. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  393. this.GroutingLineID.HeaderText = "成型生产线ID";
  394. this.GroutingLineID.MinimumWidth = 6;
  395. this.GroutingLineID.Name = "GroutingLineID";
  396. this.GroutingLineID.ReadOnly = true;
  397. this.GroutingLineID.Visible = false;
  398. this.GroutingLineID.Width = 125;
  399. //
  400. // GroutingLineCode
  401. //
  402. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  403. this.GroutingLineCode.HeaderText = "成型线编码";
  404. this.GroutingLineCode.MinimumWidth = 6;
  405. this.GroutingLineCode.Name = "GroutingLineCode";
  406. this.GroutingLineCode.ReadOnly = true;
  407. this.GroutingLineCode.Width = 125;
  408. //
  409. // GroutingLineName
  410. //
  411. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  412. this.GroutingLineName.HeaderText = "成型线名称";
  413. this.GroutingLineName.MinimumWidth = 6;
  414. this.GroutingLineName.Name = "GroutingLineName";
  415. this.GroutingLineName.ReadOnly = true;
  416. this.GroutingLineName.Visible = false;
  417. this.GroutingLineName.Width = 125;
  418. //
  419. // GMouldTypeID
  420. //
  421. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  422. this.GMouldTypeID.HeaderText = "成型线类型ID";
  423. this.GMouldTypeID.MinimumWidth = 6;
  424. this.GMouldTypeID.Name = "GMouldTypeID";
  425. this.GMouldTypeID.ReadOnly = true;
  426. this.GMouldTypeID.Visible = false;
  427. this.GMouldTypeID.Width = 125;
  428. //
  429. // GMouldTypeName
  430. //
  431. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  432. this.GMouldTypeName.HeaderText = "成型线类型";
  433. this.GMouldTypeName.MinimumWidth = 6;
  434. this.GMouldTypeName.Name = "GMouldTypeName";
  435. this.GMouldTypeName.ReadOnly = true;
  436. this.GMouldTypeName.Width = 125;
  437. //
  438. // GroutingMouldCode
  439. //
  440. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  441. this.GroutingMouldCode.HeaderText = "模具编号";
  442. this.GroutingMouldCode.MinimumWidth = 6;
  443. this.GroutingMouldCode.Name = "GroutingMouldCode";
  444. this.GroutingMouldCode.ReadOnly = true;
  445. this.GroutingMouldCode.Width = 125;
  446. //
  447. // GroutingDate
  448. //
  449. this.GroutingDate.DataPropertyName = "GroutingDate";
  450. dataGridViewCellStyle14.Format = "yyyy-MM-dd";
  451. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle14;
  452. this.GroutingDate.HeaderText = "注浆日期";
  453. this.GroutingDate.MinimumWidth = 6;
  454. this.GroutingDate.Name = "GroutingDate";
  455. this.GroutingDate.ReadOnly = true;
  456. this.GroutingDate.Width = 125;
  457. //
  458. // GROUTINGCOUNT
  459. //
  460. this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
  461. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  462. this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle15;
  463. this.GROUTINGCOUNT.HeaderText = "注浆次数";
  464. this.GROUTINGCOUNT.MinimumWidth = 6;
  465. this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
  466. this.GROUTINGCOUNT.ReadOnly = true;
  467. this.GROUTINGCOUNT.Width = 125;
  468. //
  469. // GROUTINGUSERCODE
  470. //
  471. this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
  472. this.GROUTINGUSERCODE.HeaderText = "成型工号";
  473. this.GROUTINGUSERCODE.MinimumWidth = 6;
  474. this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
  475. this.GROUTINGUSERCODE.ReadOnly = true;
  476. this.GROUTINGUSERCODE.Width = 125;
  477. //
  478. // GoodsID
  479. //
  480. this.GoodsID.DataPropertyName = "GoodsID";
  481. this.GoodsID.HeaderText = "产品ID";
  482. this.GoodsID.MinimumWidth = 6;
  483. this.GoodsID.Name = "GoodsID";
  484. this.GoodsID.ReadOnly = true;
  485. this.GoodsID.Visible = false;
  486. this.GoodsID.Width = 125;
  487. //
  488. // UserID
  489. //
  490. this.UserID.DataPropertyName = "UserID";
  491. this.UserID.HeaderText = "工号ID";
  492. this.UserID.MinimumWidth = 6;
  493. this.UserID.Name = "UserID";
  494. this.UserID.ReadOnly = true;
  495. this.UserID.Visible = false;
  496. this.UserID.Width = 125;
  497. //
  498. // UserName
  499. //
  500. this.UserName.DataPropertyName = "UserName";
  501. this.UserName.HeaderText = "工号姓名";
  502. this.UserName.MinimumWidth = 6;
  503. this.UserName.Name = "UserName";
  504. this.UserName.ReadOnly = true;
  505. this.UserName.Visible = false;
  506. this.UserName.Width = 125;
  507. //
  508. // IsPublicBody
  509. //
  510. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  511. this.IsPublicBody.FalseValue = "0";
  512. this.IsPublicBody.HeaderText = "公坯标识";
  513. this.IsPublicBody.MinimumWidth = 6;
  514. this.IsPublicBody.Name = "IsPublicBody";
  515. this.IsPublicBody.ReadOnly = true;
  516. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  517. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  518. this.IsPublicBody.TrueValue = "1";
  519. this.IsPublicBody.Visible = false;
  520. this.IsPublicBody.Width = 125;
  521. //
  522. // IsReworked
  523. //
  524. this.IsReworked.DataPropertyName = "IsReFire";
  525. this.IsReworked.FalseValue = "0";
  526. this.IsReworked.HeaderText = "重烧标识";
  527. this.IsReworked.MinimumWidth = 6;
  528. this.IsReworked.Name = "IsReworked";
  529. this.IsReworked.ReadOnly = true;
  530. this.IsReworked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  531. this.IsReworked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  532. this.IsReworked.TrueValue = "1";
  533. this.IsReworked.Width = 125;
  534. //
  535. // SPECIALREPAIRFLAG
  536. //
  537. this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
  538. this.SPECIALREPAIRFLAG.FalseValue = "0";
  539. this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
  540. this.SPECIALREPAIRFLAG.MinimumWidth = 6;
  541. this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
  542. this.SPECIALREPAIRFLAG.ReadOnly = true;
  543. this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  544. this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  545. this.SPECIALREPAIRFLAG.TrueValue = "1";
  546. this.SPECIALREPAIRFLAG.Width = 125;
  547. //
  548. // GroutingDailyID
  549. //
  550. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  551. this.GroutingDailyID.HeaderText = "注浆日报ID";
  552. this.GroutingDailyID.MinimumWidth = 6;
  553. this.GroutingDailyID.Name = "GroutingDailyID";
  554. this.GroutingDailyID.ReadOnly = true;
  555. this.GroutingDailyID.Visible = false;
  556. this.GroutingDailyID.Width = 125;
  557. //
  558. // GroutingDailyDetailID
  559. //
  560. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  561. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  562. this.GroutingDailyDetailID.MinimumWidth = 6;
  563. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  564. this.GroutingDailyDetailID.ReadOnly = true;
  565. this.GroutingDailyDetailID.Visible = false;
  566. this.GroutingDailyDetailID.Width = 125;
  567. //
  568. // CanManyTimes
  569. //
  570. this.CanManyTimes.DataPropertyName = "CanManyTimes";
  571. this.CanManyTimes.HeaderText = "能否多次注浆";
  572. this.CanManyTimes.MinimumWidth = 6;
  573. this.CanManyTimes.Name = "CanManyTimes";
  574. this.CanManyTimes.ReadOnly = true;
  575. this.CanManyTimes.Visible = false;
  576. this.CanManyTimes.Width = 125;
  577. //
  578. // GroutingLineDetailID
  579. //
  580. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  581. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  582. this.GroutingLineDetailID.MinimumWidth = 6;
  583. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  584. this.GroutingLineDetailID.ReadOnly = true;
  585. this.GroutingLineDetailID.Visible = false;
  586. this.GroutingLineDetailID.Width = 125;
  587. //
  588. // CreateUserID
  589. //
  590. this.CreateUserID.DataPropertyName = "CreateUserID";
  591. this.CreateUserID.HeaderText = "创建数据操作员ID";
  592. this.CreateUserID.MinimumWidth = 6;
  593. this.CreateUserID.Name = "CreateUserID";
  594. this.CreateUserID.ReadOnly = true;
  595. this.CreateUserID.Visible = false;
  596. this.CreateUserID.Width = 125;
  597. //
  598. // CreateUserName
  599. //
  600. this.CreateUserName.DataPropertyName = "CreateUserName";
  601. this.CreateUserName.HeaderText = "创建数据操作员";
  602. this.CreateUserName.MinimumWidth = 6;
  603. this.CreateUserName.Name = "CreateUserName";
  604. this.CreateUserName.ReadOnly = true;
  605. this.CreateUserName.Visible = false;
  606. this.CreateUserName.Width = 125;
  607. //
  608. // UpdateUserID
  609. //
  610. this.UpdateUserID.DataPropertyName = "UpdateUserID";
  611. this.UpdateUserID.HeaderText = "更新数据操作员ID";
  612. this.UpdateUserID.MinimumWidth = 6;
  613. this.UpdateUserID.Name = "UpdateUserID";
  614. this.UpdateUserID.ReadOnly = true;
  615. this.UpdateUserID.Visible = false;
  616. this.UpdateUserID.Width = 125;
  617. //
  618. // UpdateUserName
  619. //
  620. this.UpdateUserName.DataPropertyName = "UpdateUserName";
  621. this.UpdateUserName.HeaderText = "更新数据操作员";
  622. this.UpdateUserName.MinimumWidth = 6;
  623. this.UpdateUserName.Name = "UpdateUserName";
  624. this.UpdateUserName.ReadOnly = true;
  625. this.UpdateUserName.Visible = false;
  626. this.UpdateUserName.Width = 125;
  627. //
  628. // Remarks
  629. //
  630. this.Remarks.DataPropertyName = "Remarks";
  631. this.Remarks.HeaderText = "备注";
  632. this.Remarks.MinimumWidth = 6;
  633. this.Remarks.Name = "Remarks";
  634. this.Remarks.ReadOnly = true;
  635. this.Remarks.Visible = false;
  636. this.Remarks.Width = 125;
  637. //
  638. // gbxCondition
  639. //
  640. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  641. | System.Windows.Forms.AnchorStyles.Right)));
  642. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  643. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  644. this.gbxCondition.Controls.Add(this.txtBarcode);
  645. this.gbxCondition.Controls.Add(this.lblbarcode1);
  646. this.gbxCondition.Controls.Add(this.chkDeletedate);
  647. this.gbxCondition.Controls.Add(this.chkScrapDate);
  648. this.gbxCondition.Controls.Add(this.chkDateTime);
  649. this.gbxCondition.Controls.Add(this.c_Label4);
  650. this.gbxCondition.Controls.Add(this.c_Label3);
  651. this.gbxCondition.Controls.Add(this.dtpDeletedDateEnd);
  652. this.gbxCondition.Controls.Add(this.dtpScrapDateEnd);
  653. this.gbxCondition.Controls.Add(this.c_Label2);
  654. this.gbxCondition.Controls.Add(this.dtpUpdateTimeEnd);
  655. this.gbxCondition.Controls.Add(this.cmbDataSource);
  656. this.gbxCondition.Controls.Add(this.dtpDeletedDateStart);
  657. this.gbxCondition.Controls.Add(this.comGoodsType);
  658. this.gbxCondition.Controls.Add(this.dtpScrapDate);
  659. this.gbxCondition.Controls.Add(this.dtpUpdateTimeStart);
  660. this.gbxCondition.Controls.Add(this.c_Label1);
  661. this.gbxCondition.Controls.Add(this.lblGoodsType);
  662. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
  663. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  664. this.gbxCondition.Controls.Add(this.btnClearCondition);
  665. this.gbxCondition.Controls.Add(this.btnSearch);
  666. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  667. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  668. this.gbxCondition.IsMustInput = false;
  669. this.gbxCondition.Location = new System.Drawing.Point(0, 48);
  670. this.gbxCondition.Margin = new System.Windows.Forms.Padding(4);
  671. this.gbxCondition.Name = "gbxCondition";
  672. this.gbxCondition.OriginalHeight = -1;
  673. this.gbxCondition.Padding = new System.Windows.Forms.Padding(4);
  674. this.gbxCondition.Size = new System.Drawing.Size(1492, 146);
  675. this.gbxCondition.TabIndex = 27;
  676. this.gbxCondition.TabStop = false;
  677. this.gbxCondition.Text = "查询条件 ▼";
  678. //
  679. // txtBarcode
  680. //
  681. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  682. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  683. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  684. this.txtBarcode.EditingControlFormattedValue = "";
  685. this.txtBarcode.ErrorMessage = "";
  686. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  687. this.txtBarcode.ImeMode = System.Windows.Forms.ImeMode.Off;
  688. this.txtBarcode.Location = new System.Drawing.Point(108, 109);
  689. this.txtBarcode.Margin = new System.Windows.Forms.Padding(4);
  690. this.txtBarcode.MaxLength = 11;
  691. this.txtBarcode.Name = "txtBarcode";
  692. this.txtBarcode.Size = new System.Drawing.Size(179, 25);
  693. this.txtBarcode.TabIndex = 10;
  694. this.txtBarcode.TextValue = "";
  695. //
  696. // lblbarcode1
  697. //
  698. this.lblbarcode1.AutoSize = true;
  699. this.lblbarcode1.BackColor = System.Drawing.Color.Transparent;
  700. this.lblbarcode1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.lblbarcode1.Location = new System.Drawing.Point(27, 115);
  702. this.lblbarcode1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  703. this.lblbarcode1.Name = "lblbarcode1";
  704. this.lblbarcode1.Size = new System.Drawing.Size(67, 15);
  705. this.lblbarcode1.TabIndex = 40;
  706. this.lblbarcode1.Text = "产品条码";
  707. //
  708. // chkDeletedate
  709. //
  710. this.chkDeletedate.AutoSize = true;
  711. this.chkDeletedate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  712. this.chkDeletedate.Location = new System.Drawing.Point(583, 111);
  713. this.chkDeletedate.Margin = new System.Windows.Forms.Padding(4);
  714. this.chkDeletedate.Name = "chkDeletedate";
  715. this.chkDeletedate.Size = new System.Drawing.Size(89, 19);
  716. this.chkDeletedate.TabIndex = 11;
  717. this.chkDeletedate.Text = "清除日期";
  718. this.chkDeletedate.UseVisualStyleBackColor = true;
  719. this.chkDeletedate.CheckedChanged += new System.EventHandler(this.chkDeletedate_CheckedChanged);
  720. //
  721. // chkScrapDate
  722. //
  723. this.chkScrapDate.AutoSize = true;
  724. this.chkScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  725. this.chkScrapDate.Location = new System.Drawing.Point(584, 79);
  726. this.chkScrapDate.Margin = new System.Windows.Forms.Padding(4);
  727. this.chkScrapDate.Name = "chkScrapDate";
  728. this.chkScrapDate.Size = new System.Drawing.Size(89, 19);
  729. this.chkScrapDate.TabIndex = 7;
  730. this.chkScrapDate.Text = "报废日期";
  731. this.chkScrapDate.UseVisualStyleBackColor = true;
  732. this.chkScrapDate.CheckedChanged += new System.EventHandler(this.chkScrapDate_CheckedChanged);
  733. //
  734. // chkDateTime
  735. //
  736. this.chkDateTime.AutoSize = true;
  737. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.chkDateTime.Location = new System.Drawing.Point(584, 45);
  739. this.chkDateTime.Margin = new System.Windows.Forms.Padding(4);
  740. this.chkDateTime.Name = "chkDateTime";
  741. this.chkDateTime.Size = new System.Drawing.Size(89, 19);
  742. this.chkDateTime.TabIndex = 2;
  743. this.chkDateTime.Text = "完成日期";
  744. this.chkDateTime.UseVisualStyleBackColor = true;
  745. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  746. //
  747. // c_Label4
  748. //
  749. this.c_Label4.AutoSize = true;
  750. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  751. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  752. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  753. this.c_Label4.Location = new System.Drawing.Point(877, 112);
  754. this.c_Label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  755. this.c_Label4.Name = "c_Label4";
  756. this.c_Label4.Size = new System.Drawing.Size(15, 15);
  757. this.c_Label4.TabIndex = 36;
  758. this.c_Label4.Text = "-";
  759. //
  760. // c_Label3
  761. //
  762. this.c_Label3.AutoSize = true;
  763. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  764. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  765. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  766. this.c_Label3.Location = new System.Drawing.Point(877, 81);
  767. this.c_Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  768. this.c_Label3.Name = "c_Label3";
  769. this.c_Label3.Size = new System.Drawing.Size(15, 15);
  770. this.c_Label3.TabIndex = 36;
  771. this.c_Label3.Text = "-";
  772. //
  773. // dtpDeletedDateEnd
  774. //
  775. this.dtpDeletedDateEnd.CustomFormat = "yyyy-MM-dd";
  776. this.dtpDeletedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  777. this.dtpDeletedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  778. this.dtpDeletedDateEnd.Location = new System.Drawing.Point(907, 106);
  779. this.dtpDeletedDateEnd.Margin = new System.Windows.Forms.Padding(4);
  780. this.dtpDeletedDateEnd.Name = "dtpDeletedDateEnd";
  781. this.dtpDeletedDateEnd.Size = new System.Drawing.Size(197, 25);
  782. this.dtpDeletedDateEnd.TabIndex = 13;
  783. //
  784. // dtpScrapDateEnd
  785. //
  786. this.dtpScrapDateEnd.CustomFormat = "yyyy-MM-dd";
  787. this.dtpScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.dtpScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  789. this.dtpScrapDateEnd.Location = new System.Drawing.Point(907, 75);
  790. this.dtpScrapDateEnd.Margin = new System.Windows.Forms.Padding(4);
  791. this.dtpScrapDateEnd.Name = "dtpScrapDateEnd";
  792. this.dtpScrapDateEnd.Size = new System.Drawing.Size(197, 25);
  793. this.dtpScrapDateEnd.TabIndex = 9;
  794. //
  795. // c_Label2
  796. //
  797. this.c_Label2.AutoSize = true;
  798. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  799. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  800. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  801. this.c_Label2.Location = new System.Drawing.Point(877, 48);
  802. this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  803. this.c_Label2.Name = "c_Label2";
  804. this.c_Label2.Size = new System.Drawing.Size(15, 15);
  805. this.c_Label2.TabIndex = 34;
  806. this.c_Label2.Text = "-";
  807. //
  808. // dtpUpdateTimeEnd
  809. //
  810. this.dtpUpdateTimeEnd.CustomFormat = "yyyy-MM-dd";
  811. this.dtpUpdateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  812. this.dtpUpdateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  813. this.dtpUpdateTimeEnd.Location = new System.Drawing.Point(907, 42);
  814. this.dtpUpdateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
  815. this.dtpUpdateTimeEnd.Name = "dtpUpdateTimeEnd";
  816. this.dtpUpdateTimeEnd.Size = new System.Drawing.Size(197, 25);
  817. this.dtpUpdateTimeEnd.TabIndex = 4;
  818. //
  819. // cmbDataSource
  820. //
  821. this.cmbDataSource.BackColor = System.Drawing.SystemColors.Window;
  822. this.cmbDataSource.BackgroundColor = System.Drawing.SystemColors.Window;
  823. this.cmbDataSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  824. this.cmbDataSource.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  825. this.cmbDataSource.FormattingEnabled = true;
  826. this.cmbDataSource.Location = new System.Drawing.Point(107, 76);
  827. this.cmbDataSource.Margin = new System.Windows.Forms.Padding(4);
  828. this.cmbDataSource.Name = "cmbDataSource";
  829. this.cmbDataSource.Size = new System.Drawing.Size(179, 23);
  830. this.cmbDataSource.TabIndex = 5;
  831. this.cmbDataSource.SelectedIndexChanged += new System.EventHandler(this.cmbDataSource_SelectedIndexChanged);
  832. //
  833. // dtpDeletedDateStart
  834. //
  835. this.dtpDeletedDateStart.CustomFormat = "yyyy-MM-dd";
  836. this.dtpDeletedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  837. this.dtpDeletedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  838. this.dtpDeletedDateStart.Location = new System.Drawing.Point(684, 106);
  839. this.dtpDeletedDateStart.Margin = new System.Windows.Forms.Padding(4);
  840. this.dtpDeletedDateStart.Name = "dtpDeletedDateStart";
  841. this.dtpDeletedDateStart.Size = new System.Drawing.Size(179, 25);
  842. this.dtpDeletedDateStart.TabIndex = 12;
  843. //
  844. // comGoodsType
  845. //
  846. this.comGoodsType.BackColor = System.Drawing.SystemColors.Window;
  847. this.comGoodsType.BackgroundColor = System.Drawing.SystemColors.Window;
  848. this.comGoodsType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  849. this.comGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. this.comGoodsType.FormattingEnabled = true;
  851. this.comGoodsType.Location = new System.Drawing.Point(389, 76);
  852. this.comGoodsType.Margin = new System.Windows.Forms.Padding(4);
  853. this.comGoodsType.Name = "comGoodsType";
  854. this.comGoodsType.Size = new System.Drawing.Size(179, 23);
  855. this.comGoodsType.TabIndex = 6;
  856. //
  857. // dtpScrapDate
  858. //
  859. this.dtpScrapDate.CustomFormat = "yyyy-MM-dd";
  860. this.dtpScrapDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. this.dtpScrapDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  862. this.dtpScrapDate.Location = new System.Drawing.Point(684, 75);
  863. this.dtpScrapDate.Margin = new System.Windows.Forms.Padding(4);
  864. this.dtpScrapDate.Name = "dtpScrapDate";
  865. this.dtpScrapDate.Size = new System.Drawing.Size(179, 25);
  866. this.dtpScrapDate.TabIndex = 8;
  867. //
  868. // dtpUpdateTimeStart
  869. //
  870. this.dtpUpdateTimeStart.CustomFormat = "yyyy-MM-dd";
  871. this.dtpUpdateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  872. this.dtpUpdateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  873. this.dtpUpdateTimeStart.Location = new System.Drawing.Point(684, 42);
  874. this.dtpUpdateTimeStart.Margin = new System.Windows.Forms.Padding(4);
  875. this.dtpUpdateTimeStart.Name = "dtpUpdateTimeStart";
  876. this.dtpUpdateTimeStart.Size = new System.Drawing.Size(179, 25);
  877. this.dtpUpdateTimeStart.TabIndex = 3;
  878. //
  879. // c_Label1
  880. //
  881. this.c_Label1.AutoSize = true;
  882. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  883. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  885. this.c_Label1.Location = new System.Drawing.Point(28, 78);
  886. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  887. this.c_Label1.Name = "c_Label1";
  888. this.c_Label1.Size = new System.Drawing.Size(67, 15);
  889. this.c_Label1.TabIndex = 6;
  890. this.c_Label1.Text = "数据来源";
  891. //
  892. // lblGoodsType
  893. //
  894. this.lblGoodsType.AutoSize = true;
  895. this.lblGoodsType.BackColor = System.Drawing.Color.Transparent;
  896. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  897. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  898. this.lblGoodsType.Location = new System.Drawing.Point(311, 79);
  899. this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  900. this.lblGoodsType.Name = "lblGoodsType";
  901. this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
  902. this.lblGoodsType.TabIndex = 6;
  903. this.lblGoodsType.Text = "产品分级";
  904. //
  905. // dkProcedureSearchBox
  906. //
  907. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  908. this.dkProcedureSearchBox.DataSource = null;
  909. this.dkProcedureSearchBox.Enabled = true;
  910. this.dkProcedureSearchBox.IsEnablePurview = false;
  911. this.dkProcedureSearchBox.IsMustInput = false;
  912. this.dkProcedureSearchBox.Location = new System.Drawing.Point(313, 42);
  913. this.dkProcedureSearchBox.Margin = new System.Windows.Forms.Padding(5);
  914. this.dkProcedureSearchBox.ModelType = null;
  915. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  916. this.dkProcedureSearchBox.ProcedureCode = "";
  917. this.dkProcedureSearchBox.ProcedureID = null;
  918. this.dkProcedureSearchBox.ProcedureIDS = null;
  919. this.dkProcedureSearchBox.ProcedureName = null;
  920. this.dkProcedureSearchBox.Purview = null;
  921. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  922. this.dkProcedureSearchBox.SelectMore = true;
  923. this.dkProcedureSearchBox.Size = new System.Drawing.Size(257, 26);
  924. this.dkProcedureSearchBox.TabIndex = 1;
  925. this.dkProcedureSearchBox.Title = "完成工序";
  926. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  927. //
  928. // dkproductionLineSearchBox
  929. //
  930. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  931. this.dkproductionLineSearchBox.DataSource = null;
  932. this.dkproductionLineSearchBox.Enabled = true;
  933. this.dkproductionLineSearchBox.IsEnablePurview = false;
  934. this.dkproductionLineSearchBox.IsMustInput = false;
  935. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(29, 42);
  936. this.dkproductionLineSearchBox.Margin = new System.Windows.Forms.Padding(5);
  937. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  938. this.dkproductionLineSearchBox.ProductionLineCode = "";
  939. this.dkproductionLineSearchBox.ProductionLineID = null;
  940. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  941. this.dkproductionLineSearchBox.ProductionLineName = null;
  942. this.dkproductionLineSearchBox.Purview = null;
  943. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  944. this.dkproductionLineSearchBox.SelectMore = true;
  945. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(257, 26);
  946. this.dkproductionLineSearchBox.TabIndex = 0;
  947. this.dkproductionLineSearchBox.Title = " 生产线";
  948. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  949. //
  950. // btnClearCondition
  951. //
  952. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  953. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  954. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  955. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  956. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  957. this.btnClearCondition.Location = new System.Drawing.Point(1267, 102);
  958. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4);
  959. this.btnClearCondition.Name = "btnClearCondition";
  960. this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
  961. this.btnClearCondition.TabIndex = 15;
  962. this.btnClearCondition.Text = "清空条件(&C)";
  963. this.btnClearCondition.UseVisualStyleBackColor = true;
  964. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  965. //
  966. // btnSearch
  967. //
  968. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  969. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  970. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  971. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  972. this.btnSearch.ForeColor = System.Drawing.Color.White;
  973. this.btnSearch.Location = new System.Drawing.Point(1145, 102);
  974. this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
  975. this.btnSearch.Name = "btnSearch";
  976. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  977. this.btnSearch.TabIndex = 14;
  978. this.btnSearch.Text = "查询(&Q)";
  979. this.btnSearch.UseVisualStyleBackColor = true;
  980. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  981. //
  982. // tsrOperate
  983. //
  984. this.tsrOperate.AutoSize = false;
  985. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  986. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  987. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  988. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  989. this.tsbtnClearSelected,
  990. this.tsbtnAllClear,
  991. this.tsbtnResetData,
  992. this.tsbtnResetSelected,
  993. this.buttonCheckAll,
  994. this.toolStripSeparator1,
  995. this.tsbtnAdaptive,
  996. this.tsbtnClose});
  997. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  998. this.tsrOperate.Name = "tsrOperate";
  999. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  1000. this.tsrOperate.ShowItemToolTips = false;
  1001. this.tsrOperate.Size = new System.Drawing.Size(1508, 44);
  1002. this.tsrOperate.TabIndex = 26;
  1003. this.tsrOperate.Text = "toolStrip1";
  1004. //
  1005. // tsbtnClearSelected
  1006. //
  1007. this.tsbtnClearSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  1008. this.tsbtnClearSelected.Enabled = false;
  1009. this.tsbtnClearSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
  1010. this.tsbtnClearSelected.Name = "tsbtnClearSelected";
  1011. this.tsbtnClearSelected.Size = new System.Drawing.Size(71, 41);
  1012. this.tsbtnClearSelected.Text = "清除选择";
  1013. this.tsbtnClearSelected.Click += new System.EventHandler(this.tsbtnClearSelected_Click);
  1014. //
  1015. // tsbtnAllClear
  1016. //
  1017. this.tsbtnAllClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  1018. this.tsbtnAllClear.Enabled = false;
  1019. this.tsbtnAllClear.ImageTransparentColor = System.Drawing.Color.Magenta;
  1020. this.tsbtnAllClear.Name = "tsbtnAllClear";
  1021. this.tsbtnAllClear.Size = new System.Drawing.Size(71, 41);
  1022. this.tsbtnAllClear.Text = "批量清除";
  1023. this.tsbtnAllClear.Click += new System.EventHandler(this.tsbtnAllClear_Click);
  1024. //
  1025. // tsbtnResetData
  1026. //
  1027. this.tsbtnResetData.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  1028. this.tsbtnResetData.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnResetData.Image")));
  1029. this.tsbtnResetData.ImageTransparentColor = System.Drawing.Color.Magenta;
  1030. this.tsbtnResetData.Name = "tsbtnResetData";
  1031. this.tsbtnResetData.Size = new System.Drawing.Size(71, 41);
  1032. this.tsbtnResetData.Text = "恢复数据";
  1033. this.tsbtnResetData.Click += new System.EventHandler(this.tsbtnResetData_Click);
  1034. //
  1035. // tsbtnResetSelected
  1036. //
  1037. this.tsbtnResetSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  1038. this.tsbtnResetSelected.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnResetSelected.Image")));
  1039. this.tsbtnResetSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
  1040. this.tsbtnResetSelected.Name = "tsbtnResetSelected";
  1041. this.tsbtnResetSelected.Size = new System.Drawing.Size(71, 41);
  1042. this.tsbtnResetSelected.Text = "恢复选定";
  1043. this.tsbtnResetSelected.Click += new System.EventHandler(this.tsbtnResetSelected_Click);
  1044. //
  1045. // toolStripSeparator1
  1046. //
  1047. this.toolStripSeparator1.AutoSize = false;
  1048. this.toolStripSeparator1.Name = "toolStripSeparator1";
  1049. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  1050. //
  1051. // tsbtnAdaptive
  1052. //
  1053. this.tsbtnAdaptive.AutoSize = false;
  1054. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1055. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  1056. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  1057. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  1058. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  1059. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  1060. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  1061. //
  1062. // tsbtnClose
  1063. //
  1064. this.tsbtnClose.AutoSize = false;
  1065. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1066. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  1067. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  1068. this.tsbtnClose.Name = "tsbtnClose";
  1069. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  1070. this.tsbtnClose.Text = "关闭(&X)";
  1071. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  1072. //
  1073. // buttonCheckAll
  1074. //
  1075. this.buttonCheckAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  1076. this.buttonCheckAll.Image = ((System.Drawing.Image)(resources.GetObject("buttonCheckAll.Image")));
  1077. this.buttonCheckAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  1078. this.buttonCheckAll.Name = "buttonCheckAll";
  1079. this.buttonCheckAll.Size = new System.Drawing.Size(41, 41);
  1080. this.buttonCheckAll.Text = "全选";
  1081. this.buttonCheckAll.Click += new System.EventHandler(this.buttonCheckAll_Click);
  1082. //
  1083. // F_PM_2112
  1084. //
  1085. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1086. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1087. this.ClientSize = new System.Drawing.Size(1508, 501);
  1088. this.Controls.Add(this.dgvInProduction);
  1089. this.Controls.Add(this.gbxCondition);
  1090. this.Controls.Add(this.tsrOperate);
  1091. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1092. this.Margin = new System.Windows.Forms.Padding(5);
  1093. this.Name = "F_PM_2112";
  1094. this.RightToLeftLayout = true;
  1095. this.Text = "清除在产临时数据";
  1096. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2112_FormClosed);
  1097. this.Load += new System.EventHandler(this.F_PM_2112_Load);
  1098. ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).EndInit();
  1099. this.gbxCondition.ResumeLayout(false);
  1100. this.gbxCondition.PerformLayout();
  1101. this.tsrOperate.ResumeLayout(false);
  1102. this.tsrOperate.PerformLayout();
  1103. this.ResumeLayout(false);
  1104. }
  1105. #endregion
  1106. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1107. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1108. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1109. private Basics.BaseControls.C_GroupBox gbxCondition;
  1110. private Basics.BaseControls.C_Button btnClearCondition;
  1111. private Basics.BaseControls.C_Button btnSearch;
  1112. private Basics.BaseControls.C_DataGridView dgvInProduction;
  1113. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  1114. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  1115. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart;
  1116. private System.Windows.Forms.ToolStripButton tsbtnClearSelected;
  1117. private System.Windows.Forms.ToolStripButton tsbtnAllClear;
  1118. private Basics.BaseControls.C_DateTimePicker dtpScrapDate;
  1119. private Basics.BaseControls.C_Label lblGoodsType;
  1120. private Basics.BaseControls.C_ComboBox comGoodsType;
  1121. private Basics.BaseControls.C_Label c_Label1;
  1122. private Basics.BaseControls.C_ComboBox cmbDataSource;
  1123. private System.Windows.Forms.ToolStripButton tsbtnResetData;
  1124. private Basics.BaseControls.C_Label c_Label2;
  1125. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd;
  1126. private Basics.BaseControls.C_Label c_Label3;
  1127. private Basics.BaseControls.C_DateTimePicker dtpScrapDateEnd;
  1128. private System.Windows.Forms.ToolStripButton tsbtnResetSelected;
  1129. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1130. private Basics.BaseControls.C_CheckBox chkDateTime;
  1131. private Basics.BaseControls.C_CheckBox chkScrapDate;
  1132. private Basics.BaseControls.C_DGV_Code txtBarcode;
  1133. private Basics.BaseControls.C_Label lblbarcode1;
  1134. private Basics.BaseControls.C_CheckBox chkDeletedate;
  1135. private Basics.BaseControls.C_Label c_Label4;
  1136. private Basics.BaseControls.C_DateTimePicker dtpDeletedDateEnd;
  1137. private Basics.BaseControls.C_DateTimePicker dtpDeletedDateStart;
  1138. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  1139. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1140. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1141. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1142. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
  1143. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  1144. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  1145. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
  1146. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
  1147. private System.Windows.Forms.DataGridViewTextBoxColumn SCRAPDATE;
  1148. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  1149. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  1150. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1151. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  1152. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  1153. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  1154. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName;
  1155. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1156. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1157. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1158. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  1159. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1160. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1161. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1162. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
  1163. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
  1164. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1165. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  1166. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  1167. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1168. private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworked;
  1169. private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
  1170. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  1171. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  1172. private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimes;
  1173. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1174. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
  1175. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  1176. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserID;
  1177. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
  1178. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1179. private System.Windows.Forms.ToolStripButton buttonCheckAll;
  1180. }
  1181. }