F_RPT_030105.Designer.cs 58 KB

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