F_RPT_010402.Designer.cs 57 KB

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