F_P_00002.Designer.cs 101 KB

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