F_RPT_080109.Designer.cs 70 KB

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