F_RPT_030105.Designer.cs 59 KB

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