F_P_00002.Designer.cs 87 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736
  1. namespace Dongke.IBOSS.PRD.Client.Public
  2. {
  3. partial class F_P_00002
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_P_00002));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle();
  46. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle();
  47. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle();
  48. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
  49. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
  50. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
  51. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
  52. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
  53. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  54. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  55. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  56. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  57. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  58. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  59. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  60. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  61. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
  62. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
  63. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
  64. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
  65. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
  66. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  67. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  68. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  69. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle();
  70. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  71. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle();
  72. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle();
  73. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  74. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  75. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  76. this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  77. this.btnClose = new System.Windows.Forms.Button();
  78. this.dgv1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  79. this.timerShow = new System.Windows.Forms.Timer(this.components);
  80. this.dgv3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  81. this.dgvM = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  82. this.btnG1Up = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  83. this.btnG1Down = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  84. this.btnG1Left = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  85. this.btnG1Right = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  86. this.gb1 = new System.Windows.Forms.GroupBox();
  87. this.gb3 = new System.Windows.Forms.GroupBox();
  88. this.gbm = new System.Windows.Forms.GroupBox();
  89. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  90. this.gb0 = new System.Windows.Forms.GroupBox();
  91. this.dgv0 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  92. this.txtKey = new System.Windows.Forms.TextBox();
  93. this.lblUserCode = new System.Windows.Forms.Label();
  94. this.btnResetForm = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  95. this.pic2 = new System.Windows.Forms.PictureBox();
  96. this.pic1 = new System.Windows.Forms.PictureBox();
  97. this.pic3 = new System.Windows.Forms.PictureBox();
  98. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  99. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  100. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  101. this.gb2 = new System.Windows.Forms.GroupBox();
  102. this.dgv2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  103. this.splitContainer5 = new System.Windows.Forms.SplitContainer();
  104. this.gb4 = new System.Windows.Forms.GroupBox();
  105. this.dgv4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  106. this.g0goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.g0goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.g0barcodenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.g0outkilnnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.g0goodnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.g0badnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.g0refirenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.gmcdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.gmgoodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.gmbarcodenum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.gmspnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.gmnspnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.gmbadnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.gmscnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.gmk500 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.gmk200 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.gmk100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.gmzk100 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.gmk50 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.gmk25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.gmSum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.g1goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.g1barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.g1goodslevelname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.g1defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.g1defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.g1defectpositionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  133. this.g1DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
  134. this.g1DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  135. this.g1usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  136. this.g1createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  137. this.g2goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  138. this.g2barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  139. this.g2ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  140. this.g2DutyProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  141. this.g2DutyUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  142. this.g2ScrapType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  143. this.g2Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  144. this.g2AuditDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  145. this.g2UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  146. this.g3goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  147. this.g3barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  148. this.g3ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  149. this.g3semichecktypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  150. this.g3defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  151. this.g3defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  152. this.g3defectpositionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  153. this.g3semicheckusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  154. this.g3semichecktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  155. this.g4goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  156. this.g4barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  157. this.g4ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  158. this.g4defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  159. this.g4defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  160. this.g4defectpositionname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  161. this.g4semicheckusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  162. this.g4semichecktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  163. this.g4resemicheckusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  164. this.g4resemichecktime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  165. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.dgv3)).BeginInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.dgvM)).BeginInit();
  168. this.gb1.SuspendLayout();
  169. this.gb3.SuspendLayout();
  170. this.gbm.SuspendLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  172. this.splitContainer1.Panel1.SuspendLayout();
  173. this.splitContainer1.Panel2.SuspendLayout();
  174. this.splitContainer1.SuspendLayout();
  175. this.gb0.SuspendLayout();
  176. ((System.ComponentModel.ISupportInitialize)(this.dgv0)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.pic2)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.pic3)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  181. this.splitContainer2.Panel1.SuspendLayout();
  182. this.splitContainer2.Panel2.SuspendLayout();
  183. this.splitContainer2.SuspendLayout();
  184. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  185. this.splitContainer3.Panel1.SuspendLayout();
  186. this.splitContainer3.Panel2.SuspendLayout();
  187. this.splitContainer3.SuspendLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  189. this.splitContainer4.Panel1.SuspendLayout();
  190. this.splitContainer4.Panel2.SuspendLayout();
  191. this.splitContainer4.SuspendLayout();
  192. this.gb2.SuspendLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).BeginInit();
  195. this.splitContainer5.Panel1.SuspendLayout();
  196. this.splitContainer5.Panel2.SuspendLayout();
  197. this.splitContainer5.SuspendLayout();
  198. this.gb4.SuspendLayout();
  199. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).BeginInit();
  200. this.SuspendLayout();
  201. //
  202. // tsrOperate
  203. //
  204. this.tsrOperate.AutoSize = false;
  205. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  206. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  207. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  209. this.tsrOperate.Name = "tsrOperate";
  210. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  211. this.tsrOperate.ShowItemToolTips = false;
  212. this.tsrOperate.Size = new System.Drawing.Size(1048, 35);
  213. this.tsrOperate.TabIndex = 37;
  214. this.tsrOperate.Text = "toolStrip1";
  215. this.tsrOperate.Visible = false;
  216. //
  217. // tsbtnAdaptive
  218. //
  219. this.tsbtnAdaptive.AutoSize = false;
  220. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  222. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  223. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  224. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  225. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  226. //
  227. // tsbtnClose
  228. //
  229. this.tsbtnClose.AutoSize = false;
  230. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  232. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  233. this.tsbtnClose.Name = "tsbtnClose";
  234. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  235. this.tsbtnClose.Text = "关闭(&X)";
  236. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  237. //
  238. // dropRptProcedure
  239. //
  240. this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
  241. this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  242. this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  243. this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.dropRptProcedure.FormattingEnabled = true;
  245. this.dropRptProcedure.IsMustInput = true;
  246. this.dropRptProcedure.Location = new System.Drawing.Point(892, 0);
  247. this.dropRptProcedure.Name = "dropRptProcedure";
  248. this.dropRptProcedure.Size = new System.Drawing.Size(156, 20);
  249. this.dropRptProcedure.TabIndex = 99;
  250. this.dropRptProcedure.Visible = false;
  251. //
  252. // btnClose
  253. //
  254. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  255. this.btnClose.Location = new System.Drawing.Point(0, 0);
  256. this.btnClose.Name = "btnClose";
  257. this.btnClose.Size = new System.Drawing.Size(0, 0);
  258. this.btnClose.TabIndex = 41;
  259. this.btnClose.TabStop = false;
  260. this.btnClose.Text = "关闭";
  261. this.btnClose.UseVisualStyleBackColor = true;
  262. //
  263. // dgv1
  264. //
  265. this.dgv1.AllowUserToAddRows = false;
  266. this.dgv1.AllowUserToDeleteRows = false;
  267. this.dgv1.AllowUserToModifyRows = true;
  268. this.dgv1.AllowUserToResizeRows = false;
  269. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  270. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  271. this.dgv1.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  272. this.dgv1.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  273. this.dgv1.CellHeight = 23;
  274. this.dgv1.ChildNodeColumnName = null;
  275. this.dgv1.ChildNodeColumnText = null;
  276. this.dgv1.ColumnDeep = 1;
  277. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  278. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  279. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  280. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  282. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  283. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  284. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  285. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  286. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  287. this.g1goodscode,
  288. this.g1barcode,
  289. this.g1goodslevelname,
  290. this.g1defectcode,
  291. this.g1defectname,
  292. this.g1defectpositionname,
  293. this.g1DefectFine,
  294. this.g1DefectDeductionNum,
  295. this.g1usercode,
  296. this.g1createtime});
  297. this.dgv1.ColumnTreeView = null;
  298. this.dgv1.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)));
  299. this.dgv1.Dock = System.Windows.Forms.DockStyle.Fill;
  300. this.dgv1.DynamicColumnName = "";
  301. this.dgv1.EnableHeadersVisualStyles = false;
  302. this.dgv1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.dgv1.FormatQuantityColumns = null;
  304. this.dgv1.HorizontalMergeColumn = null;
  305. this.dgv1.IsAutoCountSum = true;
  306. this.dgv1.IsAutoResizeColumns = false;
  307. this.dgv1.IsClickF12 = false;
  308. this.dgv1.IsOpenMergeCellFlag = false;
  309. this.dgv1.IsSaveDataGridViewSetting = false;
  310. this.dgv1.IsSubTotalFlag = false;
  311. this.dgv1.IsTopDeep = false;
  312. this.dgv1.Location = new System.Drawing.Point(3, 17);
  313. this.dgv1.MergeColumnNames = null;
  314. this.dgv1.MergeDetailColumnNames = null;
  315. this.dgv1.MergeDetailOnlyColumn = null;
  316. this.dgv1.MergeOnlyColumn = null;
  317. this.dgv1.MultiSelect = false;
  318. this.dgv1.Name = "dgv1";
  319. this.dgv1.ReadOnly = true;
  320. this.dgv1.RefreshAtHscroll = false;
  321. this.dgv1.RowHeadersVisible = false;
  322. this.dgv1.RowHeadersWidth = 50;
  323. this.dgv1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  324. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  325. this.dgv1.RowsDefaultCellStyle = dataGridViewCellStyle6;
  326. this.dgv1.RowTemplate.Height = 21;
  327. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  328. this.dgv1.Size = new System.Drawing.Size(526, 103);
  329. this.dgv1.SortOrderColumnName = null;
  330. this.dgv1.TabIndex = 12;
  331. this.dgv1.Tag = "";
  332. this.dgv1.TotalSumColumns = null;
  333. this.dgv1.ViewRowFilter = "";
  334. //
  335. // timerShow
  336. //
  337. this.timerShow.Interval = 1000;
  338. this.timerShow.Tick += new System.EventHandler(this.timer1_Tick);
  339. //
  340. // dgv3
  341. //
  342. this.dgv3.AllowUserToAddRows = false;
  343. this.dgv3.AllowUserToDeleteRows = false;
  344. this.dgv3.AllowUserToModifyRows = true;
  345. this.dgv3.AllowUserToResizeRows = false;
  346. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  347. this.dgv3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  348. this.dgv3.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  349. this.dgv3.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  350. this.dgv3.CellHeight = 23;
  351. this.dgv3.ChildNodeColumnName = null;
  352. this.dgv3.ChildNodeColumnText = null;
  353. this.dgv3.ColumnDeep = 1;
  354. this.dgv3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  355. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  356. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  357. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  359. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  360. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  361. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  362. this.dgv3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  363. this.dgv3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  364. this.g3goodscode,
  365. this.g3barcode,
  366. this.g3ProcedureName,
  367. this.g3semichecktypename,
  368. this.g3defectcode,
  369. this.g3defectname,
  370. this.g3defectpositionname,
  371. this.g3semicheckusercode,
  372. this.g3semichecktime});
  373. this.dgv3.ColumnTreeView = null;
  374. this.dgv3.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)));
  375. this.dgv3.Dock = System.Windows.Forms.DockStyle.Fill;
  376. this.dgv3.DynamicColumnName = "";
  377. this.dgv3.EnableHeadersVisualStyles = false;
  378. this.dgv3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.dgv3.FormatQuantityColumns = null;
  380. this.dgv3.HorizontalMergeColumn = null;
  381. this.dgv3.IsAutoCountSum = true;
  382. this.dgv3.IsAutoResizeColumns = false;
  383. this.dgv3.IsClickF12 = false;
  384. this.dgv3.IsOpenMergeCellFlag = false;
  385. this.dgv3.IsSaveDataGridViewSetting = false;
  386. this.dgv3.IsSubTotalFlag = false;
  387. this.dgv3.IsTopDeep = false;
  388. this.dgv3.Location = new System.Drawing.Point(3, 17);
  389. this.dgv3.MergeColumnNames = null;
  390. this.dgv3.MergeDetailColumnNames = null;
  391. this.dgv3.MergeDetailOnlyColumn = null;
  392. this.dgv3.MergeOnlyColumn = null;
  393. this.dgv3.MultiSelect = false;
  394. this.dgv3.Name = "dgv3";
  395. this.dgv3.ReadOnly = true;
  396. this.dgv3.RefreshAtHscroll = false;
  397. this.dgv3.RowHeadersVisible = false;
  398. this.dgv3.RowHeadersWidth = 50;
  399. this.dgv3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  400. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  401. this.dgv3.RowsDefaultCellStyle = dataGridViewCellStyle10;
  402. this.dgv3.RowTemplate.Height = 21;
  403. this.dgv3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  404. this.dgv3.Size = new System.Drawing.Size(526, 102);
  405. this.dgv3.SortOrderColumnName = null;
  406. this.dgv3.TabIndex = 13;
  407. this.dgv3.Tag = "";
  408. this.dgv3.TotalSumColumns = null;
  409. this.dgv3.ViewRowFilter = "";
  410. //
  411. // dgvM
  412. //
  413. this.dgvM.AllowUserToAddRows = false;
  414. this.dgvM.AllowUserToDeleteRows = false;
  415. this.dgvM.AllowUserToModifyRows = true;
  416. this.dgvM.AllowUserToResizeRows = false;
  417. this.dgvM.AllowUserToSortRows = false;
  418. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  419. this.dgvM.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;
  420. this.dgvM.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  421. this.dgvM.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  422. this.dgvM.CellHeight = 23;
  423. this.dgvM.ChildNodeColumnName = null;
  424. this.dgvM.ChildNodeColumnText = null;
  425. this.dgvM.ColumnDeep = 1;
  426. this.dgvM.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  427. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  428. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  429. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
  431. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  432. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  433. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  434. this.dgvM.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;
  435. this.dgvM.ColumnHeadersHeight = 30;
  436. this.dgvM.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  437. this.gmcdate,
  438. this.gmgoodscode,
  439. this.gmbarcodenum,
  440. this.gmspnum,
  441. this.gmnspnum,
  442. this.gmbadnum,
  443. this.gmscnum,
  444. this.gmk500,
  445. this.gmk200,
  446. this.gmk100,
  447. this.gmzk100,
  448. this.gmk50,
  449. this.gmk25,
  450. this.gmSum});
  451. this.dgvM.ColumnTreeView = null;
  452. this.dgvM.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)));
  453. this.dgvM.Dock = System.Windows.Forms.DockStyle.Fill;
  454. this.dgvM.DynamicColumnName = "";
  455. this.dgvM.EnableHeadersVisualStyles = false;
  456. this.dgvM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.dgvM.FormatQuantityColumns = null;
  458. this.dgvM.HorizontalMergeColumn = null;
  459. this.dgvM.IsAutoCountSum = true;
  460. this.dgvM.IsAutoResizeColumns = false;
  461. this.dgvM.IsClickF12 = false;
  462. this.dgvM.IsOpenMergeCellFlag = false;
  463. this.dgvM.IsSaveDataGridViewSetting = false;
  464. this.dgvM.IsSubTotalFlag = false;
  465. this.dgvM.IsTopDeep = false;
  466. this.dgvM.Location = new System.Drawing.Point(3, 17);
  467. this.dgvM.MergeColumnNames = null;
  468. this.dgvM.MergeDetailColumnNames = null;
  469. this.dgvM.MergeDetailOnlyColumn = null;
  470. this.dgvM.MergeOnlyColumn = null;
  471. this.dgvM.MultiSelect = false;
  472. this.dgvM.Name = "dgvM";
  473. this.dgvM.ReadOnly = true;
  474. this.dgvM.RefreshAtHscroll = false;
  475. this.dgvM.RowHeadersVisible = false;
  476. this.dgvM.RowHeadersWidth = 50;
  477. this.dgvM.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  478. dataGridViewCellStyle26.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  479. this.dgvM.RowsDefaultCellStyle = dataGridViewCellStyle26;
  480. this.dgvM.RowTemplate.Height = 21;
  481. this.dgvM.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  482. this.dgvM.Size = new System.Drawing.Size(462, 484);
  483. this.dgvM.SortOrderColumnName = null;
  484. this.dgvM.TabIndex = 14;
  485. this.dgvM.Tag = "";
  486. this.dgvM.TotalSumColumns = null;
  487. this.dgvM.ViewRowFilter = "";
  488. this.dgvM.SelectionChanged += new System.EventHandler(this.dgvM_SelectionChanged);
  489. //
  490. // btnG1Up
  491. //
  492. this.btnG1Up.BackColor = System.Drawing.Color.Transparent;
  493. this.btnG1Up.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Up.BackgroundImage")));
  494. this.btnG1Up.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.btnG1Up.ForeColor = System.Drawing.Color.White;
  496. this.btnG1Up.Location = new System.Drawing.Point(998, 25);
  497. this.btnG1Up.Name = "btnG1Up";
  498. this.btnG1Up.Size = new System.Drawing.Size(50, 50);
  499. this.btnG1Up.TabIndex = 45;
  500. this.btnG1Up.Text = "上";
  501. this.btnG1Up.UseVisualStyleBackColor = true;
  502. this.btnG1Up.Visible = false;
  503. //
  504. // btnG1Down
  505. //
  506. this.btnG1Down.BackColor = System.Drawing.Color.Transparent;
  507. this.btnG1Down.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Down.BackgroundImage")));
  508. this.btnG1Down.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.btnG1Down.ForeColor = System.Drawing.Color.White;
  510. this.btnG1Down.Location = new System.Drawing.Point(998, 81);
  511. this.btnG1Down.Name = "btnG1Down";
  512. this.btnG1Down.Size = new System.Drawing.Size(50, 50);
  513. this.btnG1Down.TabIndex = 45;
  514. this.btnG1Down.Text = "下";
  515. this.btnG1Down.UseVisualStyleBackColor = true;
  516. this.btnG1Down.Visible = false;
  517. //
  518. // btnG1Left
  519. //
  520. this.btnG1Left.BackColor = System.Drawing.Color.Transparent;
  521. this.btnG1Left.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Left.BackgroundImage")));
  522. this.btnG1Left.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.btnG1Left.ForeColor = System.Drawing.Color.White;
  524. this.btnG1Left.Location = new System.Drawing.Point(998, 131);
  525. this.btnG1Left.Name = "btnG1Left";
  526. this.btnG1Left.Size = new System.Drawing.Size(50, 50);
  527. this.btnG1Left.TabIndex = 45;
  528. this.btnG1Left.Text = "左";
  529. this.btnG1Left.UseVisualStyleBackColor = true;
  530. this.btnG1Left.Visible = false;
  531. //
  532. // btnG1Right
  533. //
  534. this.btnG1Right.BackColor = System.Drawing.Color.Transparent;
  535. this.btnG1Right.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnG1Right.BackgroundImage")));
  536. this.btnG1Right.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.btnG1Right.ForeColor = System.Drawing.Color.White;
  538. this.btnG1Right.Location = new System.Drawing.Point(998, 187);
  539. this.btnG1Right.Name = "btnG1Right";
  540. this.btnG1Right.Size = new System.Drawing.Size(50, 50);
  541. this.btnG1Right.TabIndex = 45;
  542. this.btnG1Right.Text = "右";
  543. this.btnG1Right.UseVisualStyleBackColor = true;
  544. this.btnG1Right.Visible = false;
  545. //
  546. // gb1
  547. //
  548. this.gb1.BackColor = System.Drawing.Color.Transparent;
  549. this.gb1.Controls.Add(this.dgv1);
  550. this.gb1.Dock = System.Windows.Forms.DockStyle.Fill;
  551. this.gb1.Location = new System.Drawing.Point(0, 0);
  552. this.gb1.Name = "gb1";
  553. this.gb1.Size = new System.Drawing.Size(532, 123);
  554. this.gb1.TabIndex = 12;
  555. this.gb1.TabStop = false;
  556. this.gb1.Text = "成检缺陷明细";
  557. //
  558. // gb3
  559. //
  560. this.gb3.BackColor = System.Drawing.Color.Transparent;
  561. this.gb3.Controls.Add(this.dgv3);
  562. this.gb3.Dock = System.Windows.Forms.DockStyle.Fill;
  563. this.gb3.Location = new System.Drawing.Point(0, 0);
  564. this.gb3.Name = "gb3";
  565. this.gb3.Size = new System.Drawing.Size(532, 122);
  566. this.gb3.TabIndex = 13;
  567. this.gb3.TabStop = false;
  568. this.gb3.Text = "半检不合格明细";
  569. //
  570. // gbm
  571. //
  572. this.gbm.BackColor = System.Drawing.Color.Transparent;
  573. this.gbm.Controls.Add(this.dgvM);
  574. this.gbm.Dock = System.Windows.Forms.DockStyle.Fill;
  575. this.gbm.Location = new System.Drawing.Point(0, 0);
  576. this.gbm.Name = "gbm";
  577. this.gbm.Size = new System.Drawing.Size(468, 504);
  578. this.gbm.TabIndex = 14;
  579. this.gbm.TabStop = false;
  580. this.gbm.Text = "月度信息";
  581. //
  582. // splitContainer1
  583. //
  584. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  585. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  586. this.splitContainer1.Location = new System.Drawing.Point(5, 5);
  587. this.splitContainer1.Name = "splitContainer1";
  588. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  589. //
  590. // splitContainer1.Panel1
  591. //
  592. this.splitContainer1.Panel1.Controls.Add(this.gb0);
  593. this.splitContainer1.Panel1.Controls.Add(this.lblUserCode);
  594. this.splitContainer1.Panel1.Controls.Add(this.btnResetForm);
  595. this.splitContainer1.Panel1.Controls.Add(this.pic2);
  596. this.splitContainer1.Panel1.Controls.Add(this.pic1);
  597. this.splitContainer1.Panel1.Controls.Add(this.pic3);
  598. //
  599. // splitContainer1.Panel2
  600. //
  601. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  602. this.splitContainer1.Size = new System.Drawing.Size(1004, 601);
  603. this.splitContainer1.SplitterDistance = 93;
  604. this.splitContainer1.TabIndex = 0;
  605. this.splitContainer1.TabStop = false;
  606. //
  607. // gb0
  608. //
  609. this.gb0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  610. | System.Windows.Forms.AnchorStyles.Left)
  611. | System.Windows.Forms.AnchorStyles.Right)));
  612. this.gb0.BackColor = System.Drawing.Color.Transparent;
  613. this.gb0.Controls.Add(this.dgv0);
  614. this.gb0.Controls.Add(this.txtKey);
  615. this.gb0.Location = new System.Drawing.Point(0, 0);
  616. this.gb0.Name = "gb0";
  617. this.gb0.Size = new System.Drawing.Size(840, 93);
  618. this.gb0.TabIndex = 0;
  619. this.gb0.TabStop = false;
  620. this.gb0.Text = "总体信息";
  621. //
  622. // dgv0
  623. //
  624. this.dgv0.AllowUserToAddRows = false;
  625. this.dgv0.AllowUserToDeleteRows = false;
  626. this.dgv0.AllowUserToModifyRows = true;
  627. this.dgv0.AllowUserToResizeRows = false;
  628. this.dgv0.AllowUserToSortRows = false;
  629. dataGridViewCellStyle27.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  630. this.dgv0.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle27;
  631. this.dgv0.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  632. this.dgv0.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  633. this.dgv0.CellHeight = 23;
  634. this.dgv0.ChildNodeColumnName = null;
  635. this.dgv0.ChildNodeColumnText = null;
  636. this.dgv0.ColumnDeep = 1;
  637. this.dgv0.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  638. dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  639. dataGridViewCellStyle28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  640. dataGridViewCellStyle28.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. dataGridViewCellStyle28.ForeColor = System.Drawing.Color.White;
  642. dataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  643. dataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  644. dataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  645. this.dgv0.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle28;
  646. this.dgv0.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  647. this.dgv0.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  648. this.g0goodstypename,
  649. this.g0goodscode,
  650. this.g0barcodenum,
  651. this.g0outkilnnum,
  652. this.g0goodnum,
  653. this.g0badnum,
  654. this.g0refirenum});
  655. this.dgv0.ColumnTreeView = null;
  656. this.dgv0.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)));
  657. this.dgv0.Dock = System.Windows.Forms.DockStyle.Fill;
  658. this.dgv0.DynamicColumnName = "";
  659. this.dgv0.EnableHeadersVisualStyles = false;
  660. this.dgv0.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.dgv0.FormatQuantityColumns = null;
  662. this.dgv0.HorizontalMergeColumn = null;
  663. this.dgv0.IsAutoCountSum = true;
  664. this.dgv0.IsAutoResizeColumns = false;
  665. this.dgv0.IsClickF12 = false;
  666. this.dgv0.IsOpenMergeCellFlag = false;
  667. this.dgv0.IsSaveDataGridViewSetting = false;
  668. this.dgv0.IsSubTotalFlag = false;
  669. this.dgv0.IsTopDeep = false;
  670. this.dgv0.Location = new System.Drawing.Point(3, 17);
  671. this.dgv0.MergeColumnNames = null;
  672. this.dgv0.MergeDetailColumnNames = null;
  673. this.dgv0.MergeDetailOnlyColumn = null;
  674. this.dgv0.MergeOnlyColumn = null;
  675. this.dgv0.MultiSelect = false;
  676. this.dgv0.Name = "dgv0";
  677. this.dgv0.ReadOnly = true;
  678. this.dgv0.RefreshAtHscroll = false;
  679. this.dgv0.RowHeadersVisible = false;
  680. this.dgv0.RowHeadersWidth = 20;
  681. this.dgv0.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  682. dataGridViewCellStyle34.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  683. this.dgv0.RowsDefaultCellStyle = dataGridViewCellStyle34;
  684. this.dgv0.RowTemplate.Height = 21;
  685. this.dgv0.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  686. this.dgv0.Size = new System.Drawing.Size(834, 73);
  687. this.dgv0.SortOrderColumnName = null;
  688. this.dgv0.TabIndex = 11;
  689. this.dgv0.Tag = "";
  690. this.dgv0.TotalSumColumns = null;
  691. this.dgv0.ViewRowFilter = "";
  692. //
  693. // txtKey
  694. //
  695. this.txtKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  696. this.txtKey.Location = new System.Drawing.Point(709, -1);
  697. this.txtKey.Name = "txtKey";
  698. this.txtKey.Size = new System.Drawing.Size(100, 21);
  699. this.txtKey.TabIndex = 0;
  700. this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
  701. //
  702. // lblUserCode
  703. //
  704. this.lblUserCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  705. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  706. this.lblUserCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  707. this.lblUserCode.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.lblUserCode.ForeColor = System.Drawing.Color.Blue;
  709. this.lblUserCode.Location = new System.Drawing.Point(847, 51);
  710. this.lblUserCode.Name = "lblUserCode";
  711. this.lblUserCode.Size = new System.Drawing.Size(154, 39);
  712. this.lblUserCode.TabIndex = 49;
  713. this.lblUserCode.Text = "F123456";
  714. this.lblUserCode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  715. //
  716. // btnResetForm
  717. //
  718. this.btnResetForm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  719. this.btnResetForm.BackColor = System.Drawing.Color.Transparent;
  720. this.btnResetForm.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnResetForm.BackgroundImage")));
  721. this.btnResetForm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  722. this.btnResetForm.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.btnResetForm.ForeColor = System.Drawing.Color.White;
  724. this.btnResetForm.Location = new System.Drawing.Point(846, 0);
  725. this.btnResetForm.Name = "btnResetForm";
  726. this.btnResetForm.Size = new System.Drawing.Size(50, 50);
  727. this.btnResetForm.TabIndex = 45;
  728. this.btnResetForm.Text = "退出";
  729. this.btnResetForm.UseVisualStyleBackColor = false;
  730. this.btnResetForm.Click += new System.EventHandler(this.btnResetForm_Click);
  731. //
  732. // pic2
  733. //
  734. this.pic2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  735. this.pic2.Image = global::Dongke.IBOSS.PRD.Client.Public.Properties.Resources.num_0;
  736. this.pic2.Location = new System.Drawing.Point(932, 0);
  737. this.pic2.Name = "pic2";
  738. this.pic2.Size = new System.Drawing.Size(34, 48);
  739. this.pic2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  740. this.pic2.TabIndex = 47;
  741. this.pic2.TabStop = false;
  742. //
  743. // pic1
  744. //
  745. this.pic1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  746. this.pic1.Image = global::Dongke.IBOSS.PRD.Client.Public.Properties.Resources.num_0;
  747. this.pic1.Location = new System.Drawing.Point(966, 0);
  748. this.pic1.Name = "pic1";
  749. this.pic1.Size = new System.Drawing.Size(34, 48);
  750. this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  751. this.pic1.TabIndex = 46;
  752. this.pic1.TabStop = false;
  753. //
  754. // pic3
  755. //
  756. this.pic3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  757. this.pic3.Image = global::Dongke.IBOSS.PRD.Client.Public.Properties.Resources.num_0;
  758. this.pic3.Location = new System.Drawing.Point(898, 0);
  759. this.pic3.Name = "pic3";
  760. this.pic3.Size = new System.Drawing.Size(34, 48);
  761. this.pic3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  762. this.pic3.TabIndex = 48;
  763. this.pic3.TabStop = false;
  764. //
  765. // splitContainer2
  766. //
  767. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  768. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  769. this.splitContainer2.Name = "splitContainer2";
  770. //
  771. // splitContainer2.Panel1
  772. //
  773. this.splitContainer2.Panel1.Controls.Add(this.gbm);
  774. //
  775. // splitContainer2.Panel2
  776. //
  777. this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
  778. this.splitContainer2.Size = new System.Drawing.Size(1004, 504);
  779. this.splitContainer2.SplitterDistance = 468;
  780. this.splitContainer2.TabIndex = 1;
  781. this.splitContainer2.TabStop = false;
  782. //
  783. // splitContainer3
  784. //
  785. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  786. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  787. this.splitContainer3.Name = "splitContainer3";
  788. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  789. //
  790. // splitContainer3.Panel1
  791. //
  792. this.splitContainer3.Panel1.Controls.Add(this.gb1);
  793. //
  794. // splitContainer3.Panel2
  795. //
  796. this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
  797. this.splitContainer3.Size = new System.Drawing.Size(532, 504);
  798. this.splitContainer3.SplitterDistance = 123;
  799. this.splitContainer3.TabIndex = 1;
  800. this.splitContainer3.TabStop = false;
  801. //
  802. // splitContainer4
  803. //
  804. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  805. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  806. this.splitContainer4.Name = "splitContainer4";
  807. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  808. //
  809. // splitContainer4.Panel1
  810. //
  811. this.splitContainer4.Panel1.Controls.Add(this.gb2);
  812. //
  813. // splitContainer4.Panel2
  814. //
  815. this.splitContainer4.Panel2.Controls.Add(this.splitContainer5);
  816. this.splitContainer4.Size = new System.Drawing.Size(532, 377);
  817. this.splitContainer4.SplitterDistance = 123;
  818. this.splitContainer4.TabIndex = 14;
  819. //
  820. // gb2
  821. //
  822. this.gb2.BackColor = System.Drawing.Color.Transparent;
  823. this.gb2.Controls.Add(this.dgv2);
  824. this.gb2.Dock = System.Windows.Forms.DockStyle.Fill;
  825. this.gb2.Location = new System.Drawing.Point(0, 0);
  826. this.gb2.Name = "gb2";
  827. this.gb2.Size = new System.Drawing.Size(532, 123);
  828. this.gb2.TabIndex = 14;
  829. this.gb2.TabStop = false;
  830. this.gb2.Text = "后道损坯明细";
  831. //
  832. // dgv2
  833. //
  834. this.dgv2.AllowUserToAddRows = false;
  835. this.dgv2.AllowUserToDeleteRows = false;
  836. this.dgv2.AllowUserToModifyRows = true;
  837. this.dgv2.AllowUserToResizeRows = false;
  838. dataGridViewCellStyle35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  839. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle35;
  840. this.dgv2.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  841. this.dgv2.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  842. this.dgv2.CellHeight = 23;
  843. this.dgv2.ChildNodeColumnName = null;
  844. this.dgv2.ChildNodeColumnText = null;
  845. this.dgv2.ColumnDeep = 1;
  846. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  847. dataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  848. dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  849. dataGridViewCellStyle36.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. dataGridViewCellStyle36.ForeColor = System.Drawing.Color.White;
  851. dataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  852. dataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  853. dataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  854. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle36;
  855. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  856. this.g2goodscode,
  857. this.g2barcode,
  858. this.g2ProcedureName,
  859. this.g2DutyProcedureName,
  860. this.g2DutyUserCode,
  861. this.g2ScrapType,
  862. this.g2Rreason,
  863. this.g2AuditDate,
  864. this.g2UserCode});
  865. this.dgv2.ColumnTreeView = null;
  866. this.dgv2.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)));
  867. this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
  868. this.dgv2.DynamicColumnName = "";
  869. this.dgv2.EnableHeadersVisualStyles = false;
  870. this.dgv2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.dgv2.FormatQuantityColumns = null;
  872. this.dgv2.HorizontalMergeColumn = null;
  873. this.dgv2.IsAutoCountSum = true;
  874. this.dgv2.IsAutoResizeColumns = false;
  875. this.dgv2.IsClickF12 = false;
  876. this.dgv2.IsOpenMergeCellFlag = false;
  877. this.dgv2.IsSaveDataGridViewSetting = false;
  878. this.dgv2.IsSubTotalFlag = false;
  879. this.dgv2.IsTopDeep = false;
  880. this.dgv2.Location = new System.Drawing.Point(3, 17);
  881. this.dgv2.MergeColumnNames = null;
  882. this.dgv2.MergeDetailColumnNames = null;
  883. this.dgv2.MergeDetailOnlyColumn = null;
  884. this.dgv2.MergeOnlyColumn = null;
  885. this.dgv2.MultiSelect = false;
  886. this.dgv2.Name = "dgv2";
  887. this.dgv2.ReadOnly = true;
  888. this.dgv2.RefreshAtHscroll = false;
  889. this.dgv2.RowHeadersVisible = false;
  890. this.dgv2.RowHeadersWidth = 50;
  891. this.dgv2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  892. dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  893. this.dgv2.RowsDefaultCellStyle = dataGridViewCellStyle38;
  894. this.dgv2.RowTemplate.Height = 21;
  895. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  896. this.dgv2.Size = new System.Drawing.Size(526, 103);
  897. this.dgv2.SortOrderColumnName = null;
  898. this.dgv2.TabIndex = 13;
  899. this.dgv2.Tag = "";
  900. this.dgv2.TotalSumColumns = null;
  901. this.dgv2.ViewRowFilter = "";
  902. //
  903. // splitContainer5
  904. //
  905. this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
  906. this.splitContainer5.Location = new System.Drawing.Point(0, 0);
  907. this.splitContainer5.Name = "splitContainer5";
  908. this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
  909. //
  910. // splitContainer5.Panel1
  911. //
  912. this.splitContainer5.Panel1.Controls.Add(this.gb3);
  913. //
  914. // splitContainer5.Panel2
  915. //
  916. this.splitContainer5.Panel2.Controls.Add(this.gb4);
  917. this.splitContainer5.Size = new System.Drawing.Size(532, 250);
  918. this.splitContainer5.SplitterDistance = 122;
  919. this.splitContainer5.TabIndex = 0;
  920. //
  921. // gb4
  922. //
  923. this.gb4.BackColor = System.Drawing.Color.Transparent;
  924. this.gb4.Controls.Add(this.dgv4);
  925. this.gb4.Dock = System.Windows.Forms.DockStyle.Fill;
  926. this.gb4.Location = new System.Drawing.Point(0, 0);
  927. this.gb4.Name = "gb4";
  928. this.gb4.Size = new System.Drawing.Size(532, 124);
  929. this.gb4.TabIndex = 14;
  930. this.gb4.TabStop = false;
  931. this.gb4.Text = "返工(合格)明细";
  932. //
  933. // dgv4
  934. //
  935. this.dgv4.AllowUserToAddRows = false;
  936. this.dgv4.AllowUserToDeleteRows = false;
  937. this.dgv4.AllowUserToModifyRows = true;
  938. this.dgv4.AllowUserToResizeRows = false;
  939. dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  940. this.dgv4.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle39;
  941. this.dgv4.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  942. this.dgv4.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  943. this.dgv4.CellHeight = 23;
  944. this.dgv4.ChildNodeColumnName = null;
  945. this.dgv4.ChildNodeColumnText = null;
  946. this.dgv4.ColumnDeep = 1;
  947. this.dgv4.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  948. dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  949. dataGridViewCellStyle40.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  950. dataGridViewCellStyle40.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  951. dataGridViewCellStyle40.ForeColor = System.Drawing.Color.White;
  952. dataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  953. dataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  954. dataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  955. this.dgv4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle40;
  956. this.dgv4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  957. this.g4goodscode,
  958. this.g4barcode,
  959. this.g4ProcedureName,
  960. this.g4defectcode,
  961. this.g4defectname,
  962. this.g4defectpositionname,
  963. this.g4semicheckusercode,
  964. this.g4semichecktime,
  965. this.g4resemicheckusercode,
  966. this.g4resemichecktime});
  967. this.dgv4.ColumnTreeView = null;
  968. this.dgv4.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)));
  969. this.dgv4.Dock = System.Windows.Forms.DockStyle.Fill;
  970. this.dgv4.DynamicColumnName = "";
  971. this.dgv4.EnableHeadersVisualStyles = false;
  972. this.dgv4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  973. this.dgv4.FormatQuantityColumns = null;
  974. this.dgv4.HorizontalMergeColumn = null;
  975. this.dgv4.IsAutoCountSum = true;
  976. this.dgv4.IsAutoResizeColumns = false;
  977. this.dgv4.IsClickF12 = false;
  978. this.dgv4.IsOpenMergeCellFlag = false;
  979. this.dgv4.IsSaveDataGridViewSetting = false;
  980. this.dgv4.IsSubTotalFlag = false;
  981. this.dgv4.IsTopDeep = false;
  982. this.dgv4.Location = new System.Drawing.Point(3, 17);
  983. this.dgv4.MergeColumnNames = null;
  984. this.dgv4.MergeDetailColumnNames = null;
  985. this.dgv4.MergeDetailOnlyColumn = null;
  986. this.dgv4.MergeOnlyColumn = null;
  987. this.dgv4.MultiSelect = false;
  988. this.dgv4.Name = "dgv4";
  989. this.dgv4.ReadOnly = true;
  990. this.dgv4.RefreshAtHscroll = false;
  991. this.dgv4.RowHeadersVisible = false;
  992. this.dgv4.RowHeadersWidth = 50;
  993. this.dgv4.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  994. dataGridViewCellStyle43.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  995. this.dgv4.RowsDefaultCellStyle = dataGridViewCellStyle43;
  996. this.dgv4.RowTemplate.Height = 21;
  997. this.dgv4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  998. this.dgv4.Size = new System.Drawing.Size(526, 104);
  999. this.dgv4.SortOrderColumnName = null;
  1000. this.dgv4.TabIndex = 13;
  1001. this.dgv4.Tag = "";
  1002. this.dgv4.TotalSumColumns = null;
  1003. this.dgv4.ViewRowFilter = "";
  1004. //
  1005. // g0goodstypename
  1006. //
  1007. this.g0goodstypename.DataPropertyName = "goodstypeName";
  1008. this.g0goodstypename.HeaderText = "产品类别";
  1009. this.g0goodstypename.Name = "g0goodstypename";
  1010. this.g0goodstypename.ReadOnly = true;
  1011. this.g0goodstypename.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1012. this.g0goodstypename.Width = 60;
  1013. //
  1014. // g0goodscode
  1015. //
  1016. this.g0goodscode.DataPropertyName = "goodscode";
  1017. this.g0goodscode.HeaderText = "产品编码";
  1018. this.g0goodscode.Name = "g0goodscode";
  1019. this.g0goodscode.ReadOnly = true;
  1020. this.g0goodscode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1021. //
  1022. // g0barcodenum
  1023. //
  1024. this.g0barcodenum.DataPropertyName = "barcodenum";
  1025. dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1026. dataGridViewCellStyle29.Format = "#,##0";
  1027. this.g0barcodenum.DefaultCellStyle = dataGridViewCellStyle29;
  1028. this.g0barcodenum.HeaderText = "交坯量";
  1029. this.g0barcodenum.Name = "g0barcodenum";
  1030. this.g0barcodenum.ReadOnly = true;
  1031. this.g0barcodenum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1032. this.g0barcodenum.Width = 60;
  1033. //
  1034. // g0outkilnnum
  1035. //
  1036. this.g0outkilnnum.DataPropertyName = "outkilnnum";
  1037. dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1038. dataGridViewCellStyle30.Format = "#,##0";
  1039. this.g0outkilnnum.DefaultCellStyle = dataGridViewCellStyle30;
  1040. this.g0outkilnnum.HeaderText = "出窑数";
  1041. this.g0outkilnnum.Name = "g0outkilnnum";
  1042. this.g0outkilnnum.ReadOnly = true;
  1043. this.g0outkilnnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1044. this.g0outkilnnum.Width = 60;
  1045. //
  1046. // g0goodnum
  1047. //
  1048. this.g0goodnum.DataPropertyName = "goodnum";
  1049. dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1050. dataGridViewCellStyle31.Format = "#,##0";
  1051. this.g0goodnum.DefaultCellStyle = dataGridViewCellStyle31;
  1052. this.g0goodnum.HeaderText = "合格数";
  1053. this.g0goodnum.Name = "g0goodnum";
  1054. this.g0goodnum.ReadOnly = true;
  1055. this.g0goodnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1056. this.g0goodnum.Width = 60;
  1057. //
  1058. // g0badnum
  1059. //
  1060. this.g0badnum.DataPropertyName = "badnum";
  1061. dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1062. dataGridViewCellStyle32.Format = "#,##0";
  1063. this.g0badnum.DefaultCellStyle = dataGridViewCellStyle32;
  1064. this.g0badnum.HeaderText = "次品数";
  1065. this.g0badnum.Name = "g0badnum";
  1066. this.g0badnum.ReadOnly = true;
  1067. this.g0badnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1068. this.g0badnum.Width = 60;
  1069. //
  1070. // g0refirenum
  1071. //
  1072. this.g0refirenum.DataPropertyName = "refirenum";
  1073. dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1074. dataGridViewCellStyle33.Format = "#,##0";
  1075. this.g0refirenum.DefaultCellStyle = dataGridViewCellStyle33;
  1076. this.g0refirenum.HeaderText = "重烧数";
  1077. this.g0refirenum.Name = "g0refirenum";
  1078. this.g0refirenum.ReadOnly = true;
  1079. this.g0refirenum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1080. this.g0refirenum.Width = 60;
  1081. //
  1082. // gmcdate
  1083. //
  1084. this.gmcdate.DataPropertyName = "cdate";
  1085. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1086. dataGridViewCellStyle13.Format = "yyyy-MM-dd";
  1087. this.gmcdate.DefaultCellStyle = dataGridViewCellStyle13;
  1088. this.gmcdate.HeaderText = "日期";
  1089. this.gmcdate.Name = "gmcdate";
  1090. this.gmcdate.ReadOnly = true;
  1091. this.gmcdate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1092. //
  1093. // gmgoodscode
  1094. //
  1095. this.gmgoodscode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1096. this.gmgoodscode.DataPropertyName = "goodscode";
  1097. this.gmgoodscode.HeaderText = "产品编码";
  1098. this.gmgoodscode.MinimumWidth = 34;
  1099. this.gmgoodscode.Name = "gmgoodscode";
  1100. this.gmgoodscode.ReadOnly = true;
  1101. this.gmgoodscode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1102. this.gmgoodscode.Width = 34;
  1103. //
  1104. // gmbarcodenum
  1105. //
  1106. this.gmbarcodenum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1107. this.gmbarcodenum.DataPropertyName = "barcodenum";
  1108. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1109. this.gmbarcodenum.DefaultCellStyle = dataGridViewCellStyle14;
  1110. this.gmbarcodenum.HeaderText = "交坯量";
  1111. this.gmbarcodenum.MinimumWidth = 34;
  1112. this.gmbarcodenum.Name = "gmbarcodenum";
  1113. this.gmbarcodenum.ReadOnly = true;
  1114. this.gmbarcodenum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1115. this.gmbarcodenum.Width = 34;
  1116. //
  1117. // gmspnum
  1118. //
  1119. this.gmspnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1120. this.gmspnum.DataPropertyName = "spnum";
  1121. dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1122. dataGridViewCellStyle15.Format = "#,##0";
  1123. this.gmspnum.DefaultCellStyle = dataGridViewCellStyle15;
  1124. this.gmspnum.HeaderText = "损坯";
  1125. this.gmspnum.MinimumWidth = 34;
  1126. this.gmspnum.Name = "gmspnum";
  1127. this.gmspnum.ReadOnly = true;
  1128. this.gmspnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1129. this.gmspnum.Visible = false;
  1130. this.gmspnum.Width = 34;
  1131. //
  1132. // gmnspnum
  1133. //
  1134. this.gmnspnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1135. this.gmnspnum.DataPropertyName = "nspnum";
  1136. dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1137. dataGridViewCellStyle16.Format = "#,##0";
  1138. this.gmnspnum.DefaultCellStyle = dataGridViewCellStyle16;
  1139. this.gmnspnum.HeaderText = "后道损坯";
  1140. this.gmnspnum.MinimumWidth = 34;
  1141. this.gmnspnum.Name = "gmnspnum";
  1142. this.gmnspnum.ReadOnly = true;
  1143. this.gmnspnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1144. this.gmnspnum.Width = 34;
  1145. //
  1146. // gmbadnum
  1147. //
  1148. this.gmbadnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1149. this.gmbadnum.DataPropertyName = "badnum";
  1150. dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1151. dataGridViewCellStyle17.Format = "#,##0";
  1152. this.gmbadnum.DefaultCellStyle = dataGridViewCellStyle17;
  1153. this.gmbadnum.HeaderText = "半检不合格";
  1154. this.gmbadnum.MinimumWidth = 34;
  1155. this.gmbadnum.Name = "gmbadnum";
  1156. this.gmbadnum.ReadOnly = true;
  1157. this.gmbadnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1158. this.gmbadnum.Width = 34;
  1159. //
  1160. // gmscnum
  1161. //
  1162. this.gmscnum.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1163. this.gmscnum.DataPropertyName = "scnum";
  1164. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1165. dataGridViewCellStyle18.Format = "#,##0";
  1166. this.gmscnum.DefaultCellStyle = dataGridViewCellStyle18;
  1167. this.gmscnum.HeaderText = "返工合格";
  1168. this.gmscnum.MinimumWidth = 34;
  1169. this.gmscnum.Name = "gmscnum";
  1170. this.gmscnum.ReadOnly = true;
  1171. this.gmscnum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1172. this.gmscnum.Width = 34;
  1173. //
  1174. // gmk500
  1175. //
  1176. this.gmk500.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1177. this.gmk500.DataPropertyName = "k500";
  1178. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1179. dataGridViewCellStyle19.Format = "#,##0";
  1180. this.gmk500.DefaultCellStyle = dataGridViewCellStyle19;
  1181. this.gmk500.HeaderText = "扣[5]";
  1182. this.gmk500.MinimumWidth = 34;
  1183. this.gmk500.Name = "gmk500";
  1184. this.gmk500.ReadOnly = true;
  1185. this.gmk500.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1186. this.gmk500.Width = 34;
  1187. //
  1188. // gmk200
  1189. //
  1190. this.gmk200.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1191. this.gmk200.DataPropertyName = "k200";
  1192. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1193. dataGridViewCellStyle20.Format = "#,##0";
  1194. this.gmk200.DefaultCellStyle = dataGridViewCellStyle20;
  1195. this.gmk200.HeaderText = "扣[2]";
  1196. this.gmk200.MinimumWidth = 34;
  1197. this.gmk200.Name = "gmk200";
  1198. this.gmk200.ReadOnly = true;
  1199. this.gmk200.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1200. this.gmk200.Width = 34;
  1201. //
  1202. // gmk100
  1203. //
  1204. this.gmk100.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1205. this.gmk100.DataPropertyName = "k100";
  1206. dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1207. dataGridViewCellStyle21.Format = "#,##0";
  1208. this.gmk100.DefaultCellStyle = dataGridViewCellStyle21;
  1209. this.gmk100.HeaderText = "扣[1]";
  1210. this.gmk100.MinimumWidth = 34;
  1211. this.gmk100.Name = "gmk100";
  1212. this.gmk100.ReadOnly = true;
  1213. this.gmk100.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1214. this.gmk100.Width = 34;
  1215. //
  1216. // gmzk100
  1217. //
  1218. this.gmzk100.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1219. this.gmzk100.DataPropertyName = "zk100";
  1220. dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1221. dataGridViewCellStyle22.Format = "#,##0";
  1222. this.gmzk100.DefaultCellStyle = dataGridViewCellStyle22;
  1223. this.gmzk100.HeaderText = "杂质扣[1]";
  1224. this.gmzk100.MinimumWidth = 40;
  1225. this.gmzk100.Name = "gmzk100";
  1226. this.gmzk100.ReadOnly = true;
  1227. this.gmzk100.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1228. this.gmzk100.Width = 40;
  1229. //
  1230. // gmk50
  1231. //
  1232. this.gmk50.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1233. this.gmk50.DataPropertyName = "k50";
  1234. dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1235. dataGridViewCellStyle23.Format = "#,##0";
  1236. this.gmk50.DefaultCellStyle = dataGridViewCellStyle23;
  1237. this.gmk50.HeaderText = "扣[0.5]";
  1238. this.gmk50.MinimumWidth = 34;
  1239. this.gmk50.Name = "gmk50";
  1240. this.gmk50.ReadOnly = true;
  1241. this.gmk50.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1242. this.gmk50.Width = 34;
  1243. //
  1244. // gmk25
  1245. //
  1246. this.gmk25.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  1247. this.gmk25.DataPropertyName = "k0";
  1248. dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1249. dataGridViewCellStyle24.Format = "#,##0";
  1250. this.gmk25.DefaultCellStyle = dataGridViewCellStyle24;
  1251. this.gmk25.HeaderText = "扣罚[0.25]";
  1252. this.gmk25.MinimumWidth = 40;
  1253. this.gmk25.Name = "gmk25";
  1254. this.gmk25.ReadOnly = true;
  1255. this.gmk25.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1256. this.gmk25.Width = 40;
  1257. //
  1258. // gmSum
  1259. //
  1260. this.gmSum.DataPropertyName = "datesum";
  1261. dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1262. dataGridViewCellStyle25.Format = "#,##0.0";
  1263. this.gmSum.DefaultCellStyle = dataGridViewCellStyle25;
  1264. this.gmSum.HeaderText = "结算";
  1265. this.gmSum.Name = "gmSum";
  1266. this.gmSum.ReadOnly = true;
  1267. this.gmSum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1268. //
  1269. // g1goodscode
  1270. //
  1271. this.g1goodscode.DataPropertyName = "goodscode";
  1272. this.g1goodscode.HeaderText = "产品编码";
  1273. this.g1goodscode.Name = "g1goodscode";
  1274. this.g1goodscode.ReadOnly = true;
  1275. this.g1goodscode.Visible = false;
  1276. //
  1277. // g1barcode
  1278. //
  1279. this.g1barcode.DataPropertyName = "barcode";
  1280. this.g1barcode.HeaderText = "产品条码";
  1281. this.g1barcode.Name = "g1barcode";
  1282. this.g1barcode.ReadOnly = true;
  1283. //
  1284. // g1goodslevelname
  1285. //
  1286. this.g1goodslevelname.DataPropertyName = "goodslevelname";
  1287. this.g1goodslevelname.HeaderText = "产品分级";
  1288. this.g1goodslevelname.Name = "g1goodslevelname";
  1289. this.g1goodslevelname.ReadOnly = true;
  1290. //
  1291. // g1defectcode
  1292. //
  1293. this.g1defectcode.DataPropertyName = "defectcode";
  1294. this.g1defectcode.HeaderText = "缺陷代码";
  1295. this.g1defectcode.Name = "g1defectcode";
  1296. this.g1defectcode.ReadOnly = true;
  1297. //
  1298. // g1defectname
  1299. //
  1300. this.g1defectname.DataPropertyName = "defectname";
  1301. this.g1defectname.HeaderText = "缺陷名称";
  1302. this.g1defectname.Name = "g1defectname";
  1303. this.g1defectname.ReadOnly = true;
  1304. //
  1305. // g1defectpositionname
  1306. //
  1307. this.g1defectpositionname.DataPropertyName = "defectpositionname";
  1308. this.g1defectpositionname.HeaderText = "缺陷位置";
  1309. this.g1defectpositionname.Name = "g1defectpositionname";
  1310. this.g1defectpositionname.ReadOnly = true;
  1311. //
  1312. // g1DefectFine
  1313. //
  1314. this.g1DefectFine.DataPropertyName = "DefectFine";
  1315. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1316. this.g1DefectFine.DefaultCellStyle = dataGridViewCellStyle3;
  1317. this.g1DefectFine.HeaderText = "缺陷扣罚";
  1318. this.g1DefectFine.Name = "g1DefectFine";
  1319. this.g1DefectFine.ReadOnly = true;
  1320. //
  1321. // g1DefectDeductionNum
  1322. //
  1323. this.g1DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
  1324. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1325. dataGridViewCellStyle4.Format = "#,##0.##";
  1326. this.g1DefectDeductionNum.DefaultCellStyle = dataGridViewCellStyle4;
  1327. this.g1DefectDeductionNum.HeaderText = "扣除数";
  1328. this.g1DefectDeductionNum.Name = "g1DefectDeductionNum";
  1329. this.g1DefectDeductionNum.ReadOnly = true;
  1330. //
  1331. // g1usercode
  1332. //
  1333. this.g1usercode.DataPropertyName = "usercode";
  1334. this.g1usercode.HeaderText = "检验工号";
  1335. this.g1usercode.Name = "g1usercode";
  1336. this.g1usercode.ReadOnly = true;
  1337. //
  1338. // g1createtime
  1339. //
  1340. this.g1createtime.DataPropertyName = "createtime";
  1341. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1342. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  1343. this.g1createtime.DefaultCellStyle = dataGridViewCellStyle5;
  1344. this.g1createtime.HeaderText = "检验时间";
  1345. this.g1createtime.Name = "g1createtime";
  1346. this.g1createtime.ReadOnly = true;
  1347. this.g1createtime.Visible = false;
  1348. //
  1349. // g2goodscode
  1350. //
  1351. this.g2goodscode.DataPropertyName = "goodscode";
  1352. this.g2goodscode.HeaderText = "产品编码";
  1353. this.g2goodscode.Name = "g2goodscode";
  1354. this.g2goodscode.ReadOnly = true;
  1355. this.g2goodscode.Visible = false;
  1356. //
  1357. // g2barcode
  1358. //
  1359. this.g2barcode.DataPropertyName = "barcode";
  1360. this.g2barcode.HeaderText = "产品条码";
  1361. this.g2barcode.Name = "g2barcode";
  1362. this.g2barcode.ReadOnly = true;
  1363. //
  1364. // g2ProcedureName
  1365. //
  1366. this.g2ProcedureName.DataPropertyName = "ProcedureName";
  1367. this.g2ProcedureName.HeaderText = "报损工序";
  1368. this.g2ProcedureName.Name = "g2ProcedureName";
  1369. this.g2ProcedureName.ReadOnly = true;
  1370. //
  1371. // g2DutyProcedureName
  1372. //
  1373. this.g2DutyProcedureName.DataPropertyName = "DutyProcedureName";
  1374. this.g2DutyProcedureName.HeaderText = "责任工序";
  1375. this.g2DutyProcedureName.Name = "g2DutyProcedureName";
  1376. this.g2DutyProcedureName.ReadOnly = true;
  1377. //
  1378. // g2DutyUserCode
  1379. //
  1380. this.g2DutyUserCode.DataPropertyName = "DutyUserCode";
  1381. this.g2DutyUserCode.HeaderText = "责任工号";
  1382. this.g2DutyUserCode.Name = "g2DutyUserCode";
  1383. this.g2DutyUserCode.ReadOnly = true;
  1384. //
  1385. // g2ScrapType
  1386. //
  1387. this.g2ScrapType.DataPropertyName = "ScrapTypeName";
  1388. this.g2ScrapType.HeaderText = "报损类型";
  1389. this.g2ScrapType.Name = "g2ScrapType";
  1390. this.g2ScrapType.ReadOnly = true;
  1391. //
  1392. // g2Rreason
  1393. //
  1394. this.g2Rreason.DataPropertyName = "Rreason";
  1395. this.g2Rreason.HeaderText = "损坯原因";
  1396. this.g2Rreason.Name = "g2Rreason";
  1397. this.g2Rreason.ReadOnly = true;
  1398. //
  1399. // g2AuditDate
  1400. //
  1401. this.g2AuditDate.DataPropertyName = "AuditDate";
  1402. dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1403. dataGridViewCellStyle37.Format = "yyyy-MM-dd HH:mm:ss";
  1404. this.g2AuditDate.DefaultCellStyle = dataGridViewCellStyle37;
  1405. this.g2AuditDate.HeaderText = "损坯时间";
  1406. this.g2AuditDate.Name = "g2AuditDate";
  1407. this.g2AuditDate.ReadOnly = true;
  1408. this.g2AuditDate.Visible = false;
  1409. //
  1410. // g2UserCode
  1411. //
  1412. this.g2UserCode.DataPropertyName = "UserCode";
  1413. this.g2UserCode.HeaderText = "操作工号";
  1414. this.g2UserCode.Name = "g2UserCode";
  1415. this.g2UserCode.ReadOnly = true;
  1416. //
  1417. // g3goodscode
  1418. //
  1419. this.g3goodscode.DataPropertyName = "goodscode";
  1420. this.g3goodscode.HeaderText = "产品编码";
  1421. this.g3goodscode.Name = "g3goodscode";
  1422. this.g3goodscode.ReadOnly = true;
  1423. this.g3goodscode.Visible = false;
  1424. //
  1425. // g3barcode
  1426. //
  1427. this.g3barcode.DataPropertyName = "barcode";
  1428. this.g3barcode.HeaderText = "产品条码";
  1429. this.g3barcode.Name = "g3barcode";
  1430. this.g3barcode.ReadOnly = true;
  1431. //
  1432. // g3ProcedureName
  1433. //
  1434. this.g3ProcedureName.DataPropertyName = "ProcedureName";
  1435. this.g3ProcedureName.HeaderText = "完成工序";
  1436. this.g3ProcedureName.Name = "g3ProcedureName";
  1437. this.g3ProcedureName.ReadOnly = true;
  1438. //
  1439. // g3semichecktypename
  1440. //
  1441. this.g3semichecktypename.DataPropertyName = "semichecktypename";
  1442. this.g3semichecktypename.HeaderText = "半检分级";
  1443. this.g3semichecktypename.Name = "g3semichecktypename";
  1444. this.g3semichecktypename.ReadOnly = true;
  1445. //
  1446. // g3defectcode
  1447. //
  1448. this.g3defectcode.DataPropertyName = "defectcode";
  1449. this.g3defectcode.HeaderText = "缺陷代码";
  1450. this.g3defectcode.Name = "g3defectcode";
  1451. this.g3defectcode.ReadOnly = true;
  1452. //
  1453. // g3defectname
  1454. //
  1455. this.g3defectname.DataPropertyName = "defectname";
  1456. this.g3defectname.HeaderText = "缺陷名称";
  1457. this.g3defectname.Name = "g3defectname";
  1458. this.g3defectname.ReadOnly = true;
  1459. //
  1460. // g3defectpositionname
  1461. //
  1462. this.g3defectpositionname.DataPropertyName = "defectpositionname";
  1463. this.g3defectpositionname.HeaderText = "缺陷位置";
  1464. this.g3defectpositionname.Name = "g3defectpositionname";
  1465. this.g3defectpositionname.ReadOnly = true;
  1466. //
  1467. // g3semicheckusercode
  1468. //
  1469. this.g3semicheckusercode.DataPropertyName = "semicheckusercode";
  1470. this.g3semicheckusercode.HeaderText = "半检工号";
  1471. this.g3semicheckusercode.Name = "g3semicheckusercode";
  1472. this.g3semicheckusercode.ReadOnly = true;
  1473. //
  1474. // g3semichecktime
  1475. //
  1476. this.g3semichecktime.DataPropertyName = "semichecktime";
  1477. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1478. dataGridViewCellStyle9.Format = "yyyy-MM-dd HH:mm:ss";
  1479. this.g3semichecktime.DefaultCellStyle = dataGridViewCellStyle9;
  1480. this.g3semichecktime.HeaderText = "半检时间";
  1481. this.g3semichecktime.Name = "g3semichecktime";
  1482. this.g3semichecktime.ReadOnly = true;
  1483. this.g3semichecktime.Visible = false;
  1484. //
  1485. // g4goodscode
  1486. //
  1487. this.g4goodscode.DataPropertyName = "goodscode";
  1488. this.g4goodscode.HeaderText = "产品编码";
  1489. this.g4goodscode.Name = "g4goodscode";
  1490. this.g4goodscode.ReadOnly = true;
  1491. this.g4goodscode.Visible = false;
  1492. //
  1493. // g4barcode
  1494. //
  1495. this.g4barcode.DataPropertyName = "barcode";
  1496. this.g4barcode.HeaderText = "产品条码";
  1497. this.g4barcode.Name = "g4barcode";
  1498. this.g4barcode.ReadOnly = true;
  1499. //
  1500. // g4ProcedureName
  1501. //
  1502. this.g4ProcedureName.DataPropertyName = "ProcedureName";
  1503. this.g4ProcedureName.HeaderText = "完成工序";
  1504. this.g4ProcedureName.Name = "g4ProcedureName";
  1505. this.g4ProcedureName.ReadOnly = true;
  1506. //
  1507. // g4defectcode
  1508. //
  1509. this.g4defectcode.DataPropertyName = "defectcode";
  1510. this.g4defectcode.HeaderText = "缺陷代码";
  1511. this.g4defectcode.Name = "g4defectcode";
  1512. this.g4defectcode.ReadOnly = true;
  1513. //
  1514. // g4defectname
  1515. //
  1516. this.g4defectname.DataPropertyName = "defectname";
  1517. this.g4defectname.HeaderText = "缺陷名称";
  1518. this.g4defectname.Name = "g4defectname";
  1519. this.g4defectname.ReadOnly = true;
  1520. //
  1521. // g4defectpositionname
  1522. //
  1523. this.g4defectpositionname.DataPropertyName = "defectpositionname";
  1524. this.g4defectpositionname.HeaderText = "缺陷位置";
  1525. this.g4defectpositionname.Name = "g4defectpositionname";
  1526. this.g4defectpositionname.ReadOnly = true;
  1527. //
  1528. // g4semicheckusercode
  1529. //
  1530. this.g4semicheckusercode.DataPropertyName = "semicheckusercode";
  1531. this.g4semicheckusercode.HeaderText = "半检工号";
  1532. this.g4semicheckusercode.Name = "g4semicheckusercode";
  1533. this.g4semicheckusercode.ReadOnly = true;
  1534. //
  1535. // g4semichecktime
  1536. //
  1537. this.g4semichecktime.DataPropertyName = "semichecktime";
  1538. dataGridViewCellStyle41.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1539. dataGridViewCellStyle41.Format = "yyyy-MM-dd HH:mm:ss";
  1540. this.g4semichecktime.DefaultCellStyle = dataGridViewCellStyle41;
  1541. this.g4semichecktime.HeaderText = "半检时间";
  1542. this.g4semichecktime.Name = "g4semichecktime";
  1543. this.g4semichecktime.ReadOnly = true;
  1544. //
  1545. // g4resemicheckusercode
  1546. //
  1547. this.g4resemicheckusercode.DataPropertyName = "resemicheckusercode";
  1548. this.g4resemicheckusercode.HeaderText = "复检工号";
  1549. this.g4resemicheckusercode.Name = "g4resemicheckusercode";
  1550. this.g4resemicheckusercode.ReadOnly = true;
  1551. //
  1552. // g4resemichecktime
  1553. //
  1554. this.g4resemichecktime.DataPropertyName = "resemichecktime";
  1555. dataGridViewCellStyle42.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1556. dataGridViewCellStyle42.Format = "yyyy-MM-dd HH:mm:ss";
  1557. this.g4resemichecktime.DefaultCellStyle = dataGridViewCellStyle42;
  1558. this.g4resemichecktime.HeaderText = "复检时间";
  1559. this.g4resemichecktime.Name = "g4resemichecktime";
  1560. this.g4resemichecktime.ReadOnly = true;
  1561. this.g4resemichecktime.Visible = false;
  1562. //
  1563. // F_P_00002
  1564. //
  1565. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1566. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1567. this.CancelButton = this.btnClose;
  1568. this.ClientSize = new System.Drawing.Size(1014, 611);
  1569. this.ControlBox = false;
  1570. this.Controls.Add(this.splitContainer1);
  1571. this.Controls.Add(this.dropRptProcedure);
  1572. this.Controls.Add(this.btnG1Down);
  1573. this.Controls.Add(this.btnG1Right);
  1574. this.Controls.Add(this.btnClose);
  1575. this.Controls.Add(this.btnG1Left);
  1576. this.Controls.Add(this.btnG1Up);
  1577. this.Controls.Add(this.tsrOperate);
  1578. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1579. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1580. this.IsSaveFormLocation = false;
  1581. this.IsSaveFormSize = false;
  1582. this.KeyPreview = true;
  1583. this.MaximizeBox = false;
  1584. this.MinimizeBox = false;
  1585. this.Name = "F_P_00002";
  1586. this.Padding = new System.Windows.Forms.Padding(5);
  1587. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1588. this.StatusSizingGrip = false;
  1589. this.StatusStripVisible = false;
  1590. this.StatusTimerVisible = false;
  1591. this.Text = "F_P_00002";
  1592. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1593. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_P_00002_FormClosed);
  1594. this.Load += new System.EventHandler(this.F_P_00002_Load);
  1595. this.Shown += new System.EventHandler(this.F_P_00002_Shown);
  1596. this.SizeChanged += new System.EventHandler(this.F_P_00002_SizeChanged);
  1597. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.F_P_00002_KeyDown);
  1598. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  1599. ((System.ComponentModel.ISupportInitialize)(this.dgv3)).EndInit();
  1600. ((System.ComponentModel.ISupportInitialize)(this.dgvM)).EndInit();
  1601. this.gb1.ResumeLayout(false);
  1602. this.gb3.ResumeLayout(false);
  1603. this.gbm.ResumeLayout(false);
  1604. this.splitContainer1.Panel1.ResumeLayout(false);
  1605. this.splitContainer1.Panel2.ResumeLayout(false);
  1606. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1607. this.splitContainer1.ResumeLayout(false);
  1608. this.gb0.ResumeLayout(false);
  1609. this.gb0.PerformLayout();
  1610. ((System.ComponentModel.ISupportInitialize)(this.dgv0)).EndInit();
  1611. ((System.ComponentModel.ISupportInitialize)(this.pic2)).EndInit();
  1612. ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
  1613. ((System.ComponentModel.ISupportInitialize)(this.pic3)).EndInit();
  1614. this.splitContainer2.Panel1.ResumeLayout(false);
  1615. this.splitContainer2.Panel2.ResumeLayout(false);
  1616. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1617. this.splitContainer2.ResumeLayout(false);
  1618. this.splitContainer3.Panel1.ResumeLayout(false);
  1619. this.splitContainer3.Panel2.ResumeLayout(false);
  1620. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1621. this.splitContainer3.ResumeLayout(false);
  1622. this.splitContainer4.Panel1.ResumeLayout(false);
  1623. this.splitContainer4.Panel2.ResumeLayout(false);
  1624. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1625. this.splitContainer4.ResumeLayout(false);
  1626. this.gb2.ResumeLayout(false);
  1627. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  1628. this.splitContainer5.Panel1.ResumeLayout(false);
  1629. this.splitContainer5.Panel2.ResumeLayout(false);
  1630. ((System.ComponentModel.ISupportInitialize)(this.splitContainer5)).EndInit();
  1631. this.splitContainer5.ResumeLayout(false);
  1632. this.gb4.ResumeLayout(false);
  1633. ((System.ComponentModel.ISupportInitialize)(this.dgv4)).EndInit();
  1634. this.ResumeLayout(false);
  1635. }
  1636. #endregion
  1637. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1638. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1639. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1640. private Basics.BaseControls.C_ComboBox dropRptProcedure;
  1641. private Basics.BaseControls.C_DataGridView dgv1;
  1642. private System.Windows.Forms.Button btnClose;
  1643. private System.Windows.Forms.Timer timerShow;
  1644. private Basics.BaseControls.C_DataGridView dgv3;
  1645. private Basics.BaseControls.C_DataGridView dgvM;
  1646. private Basics.BaseControls.C_Button btnG1Up;
  1647. private Basics.BaseControls.C_Button btnG1Down;
  1648. private Basics.BaseControls.C_Button btnG1Left;
  1649. private Basics.BaseControls.C_Button btnG1Right;
  1650. private System.Windows.Forms.GroupBox gb1;
  1651. private System.Windows.Forms.GroupBox gb3;
  1652. private System.Windows.Forms.GroupBox gbm;
  1653. private System.Windows.Forms.SplitContainer splitContainer1;
  1654. private System.Windows.Forms.SplitContainer splitContainer2;
  1655. private System.Windows.Forms.SplitContainer splitContainer3;
  1656. private System.Windows.Forms.GroupBox gb0;
  1657. private Basics.BaseControls.C_DataGridView dgv0;
  1658. private Basics.BaseControls.C_Button btnResetForm;
  1659. private System.Windows.Forms.PictureBox pic2;
  1660. private System.Windows.Forms.PictureBox pic1;
  1661. private System.Windows.Forms.PictureBox pic3;
  1662. private System.Windows.Forms.Label lblUserCode;
  1663. private System.Windows.Forms.SplitContainer splitContainer4;
  1664. private System.Windows.Forms.GroupBox gb2;
  1665. private Basics.BaseControls.C_DataGridView dgv2;
  1666. private System.Windows.Forms.SplitContainer splitContainer5;
  1667. private System.Windows.Forms.GroupBox gb4;
  1668. private Basics.BaseControls.C_DataGridView dgv4;
  1669. private System.Windows.Forms.TextBox txtKey;
  1670. private System.Windows.Forms.DataGridViewTextBoxColumn g1goodscode;
  1671. private System.Windows.Forms.DataGridViewTextBoxColumn g1barcode;
  1672. private System.Windows.Forms.DataGridViewTextBoxColumn g1goodslevelname;
  1673. private System.Windows.Forms.DataGridViewTextBoxColumn g1defectcode;
  1674. private System.Windows.Forms.DataGridViewTextBoxColumn g1defectname;
  1675. private System.Windows.Forms.DataGridViewTextBoxColumn g1defectpositionname;
  1676. private System.Windows.Forms.DataGridViewTextBoxColumn g1DefectFine;
  1677. private System.Windows.Forms.DataGridViewTextBoxColumn g1DefectDeductionNum;
  1678. private System.Windows.Forms.DataGridViewTextBoxColumn g1usercode;
  1679. private System.Windows.Forms.DataGridViewTextBoxColumn g1createtime;
  1680. private System.Windows.Forms.DataGridViewTextBoxColumn g3goodscode;
  1681. private System.Windows.Forms.DataGridViewTextBoxColumn g3barcode;
  1682. private System.Windows.Forms.DataGridViewTextBoxColumn g3ProcedureName;
  1683. private System.Windows.Forms.DataGridViewTextBoxColumn g3semichecktypename;
  1684. private System.Windows.Forms.DataGridViewTextBoxColumn g3defectcode;
  1685. private System.Windows.Forms.DataGridViewTextBoxColumn g3defectname;
  1686. private System.Windows.Forms.DataGridViewTextBoxColumn g3defectpositionname;
  1687. private System.Windows.Forms.DataGridViewTextBoxColumn g3semicheckusercode;
  1688. private System.Windows.Forms.DataGridViewTextBoxColumn g3semichecktime;
  1689. private System.Windows.Forms.DataGridViewTextBoxColumn gmcdate;
  1690. private System.Windows.Forms.DataGridViewTextBoxColumn gmgoodscode;
  1691. private System.Windows.Forms.DataGridViewTextBoxColumn gmbarcodenum;
  1692. private System.Windows.Forms.DataGridViewTextBoxColumn gmspnum;
  1693. private System.Windows.Forms.DataGridViewTextBoxColumn gmnspnum;
  1694. private System.Windows.Forms.DataGridViewTextBoxColumn gmbadnum;
  1695. private System.Windows.Forms.DataGridViewTextBoxColumn gmscnum;
  1696. private System.Windows.Forms.DataGridViewTextBoxColumn gmk500;
  1697. private System.Windows.Forms.DataGridViewTextBoxColumn gmk200;
  1698. private System.Windows.Forms.DataGridViewTextBoxColumn gmk100;
  1699. private System.Windows.Forms.DataGridViewTextBoxColumn gmzk100;
  1700. private System.Windows.Forms.DataGridViewTextBoxColumn gmk50;
  1701. private System.Windows.Forms.DataGridViewTextBoxColumn gmk25;
  1702. private System.Windows.Forms.DataGridViewTextBoxColumn gmSum;
  1703. private System.Windows.Forms.DataGridViewTextBoxColumn g0goodstypename;
  1704. private System.Windows.Forms.DataGridViewTextBoxColumn g0goodscode;
  1705. private System.Windows.Forms.DataGridViewTextBoxColumn g0barcodenum;
  1706. private System.Windows.Forms.DataGridViewTextBoxColumn g0outkilnnum;
  1707. private System.Windows.Forms.DataGridViewTextBoxColumn g0goodnum;
  1708. private System.Windows.Forms.DataGridViewTextBoxColumn g0badnum;
  1709. private System.Windows.Forms.DataGridViewTextBoxColumn g0refirenum;
  1710. private System.Windows.Forms.DataGridViewTextBoxColumn g2goodscode;
  1711. private System.Windows.Forms.DataGridViewTextBoxColumn g2barcode;
  1712. private System.Windows.Forms.DataGridViewTextBoxColumn g2ProcedureName;
  1713. private System.Windows.Forms.DataGridViewTextBoxColumn g2DutyProcedureName;
  1714. private System.Windows.Forms.DataGridViewTextBoxColumn g2DutyUserCode;
  1715. private System.Windows.Forms.DataGridViewTextBoxColumn g2ScrapType;
  1716. private System.Windows.Forms.DataGridViewTextBoxColumn g2Rreason;
  1717. private System.Windows.Forms.DataGridViewTextBoxColumn g2AuditDate;
  1718. private System.Windows.Forms.DataGridViewTextBoxColumn g2UserCode;
  1719. private System.Windows.Forms.DataGridViewTextBoxColumn g4goodscode;
  1720. private System.Windows.Forms.DataGridViewTextBoxColumn g4barcode;
  1721. private System.Windows.Forms.DataGridViewTextBoxColumn g4ProcedureName;
  1722. private System.Windows.Forms.DataGridViewTextBoxColumn g4defectcode;
  1723. private System.Windows.Forms.DataGridViewTextBoxColumn g4defectname;
  1724. private System.Windows.Forms.DataGridViewTextBoxColumn g4defectpositionname;
  1725. private System.Windows.Forms.DataGridViewTextBoxColumn g4semicheckusercode;
  1726. private System.Windows.Forms.DataGridViewTextBoxColumn g4semichecktime;
  1727. private System.Windows.Forms.DataGridViewTextBoxColumn g4resemicheckusercode;
  1728. private System.Windows.Forms.DataGridViewTextBoxColumn g4resemichecktime;
  1729. }
  1730. }