F_RPT_080109.Designer.cs 70 KB

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