F_PM_1202.Designer.cs 83 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1202
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1202));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  43. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  44. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  46. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  47. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  48. this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  49. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dgvProductionData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.DefectFlag = new System.Windows.Forms.DataGridViewComboBoxColumn();
  58. this.ReworkProcedureID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  59. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dgvUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  67. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ReworkProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.ReworkProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ReFine = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  71. this.SpecialRepairflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  72. this.LengBu = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  73. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ReadOnly = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  80. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  81. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  82. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  88. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  89. this.lvPic = new System.Windows.Forms.ListView();
  90. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  91. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  92. this.tabControl2 = new System.Windows.Forms.TabControl();
  93. this.tabPage3 = new System.Windows.Forms.TabPage();
  94. this.tabPage2 = new System.Windows.Forms.TabPage();
  95. this.dgvMissStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  96. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  97. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.tabPage4 = new System.Windows.Forms.TabPage();
  103. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  104. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  105. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  106. this.chkdiscarde = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  107. this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.DefectFineValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.DefectProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.DefectProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.DefectUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.DefectUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.JobsLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.JobsText = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.MissedUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.MissedUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.MissedUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.DefectDeductionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.IsOtherDefect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  128. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.ProductionBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.TempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  133. this.IsAllowEdit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  134. this.tsrOperate.SuspendLayout();
  135. this.gbxBasicInfo.SuspendLayout();
  136. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  139. this.tabControl2.SuspendLayout();
  140. this.tabPage3.SuspendLayout();
  141. this.tabPage2.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).BeginInit();
  143. this.tabPage4.SuspendLayout();
  144. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  145. this.splitContainer1.Panel1.SuspendLayout();
  146. this.splitContainer1.Panel2.SuspendLayout();
  147. this.splitContainer1.SuspendLayout();
  148. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  149. this.splitContainer2.Panel1.SuspendLayout();
  150. this.splitContainer2.Panel2.SuspendLayout();
  151. this.splitContainer2.SuspendLayout();
  152. this.SuspendLayout();
  153. //
  154. // tsrOperate
  155. //
  156. this.tsrOperate.AutoSize = false;
  157. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  158. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  159. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  161. this.tsbtnAdd,
  162. this.tsbtnEdit,
  163. this.toolStripSeparator1,
  164. this.tsbtnClose});
  165. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  166. this.tsrOperate.Name = "tsrOperate";
  167. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  168. this.tsrOperate.ShowItemToolTips = false;
  169. this.tsrOperate.Size = new System.Drawing.Size(1212, 35);
  170. this.tsrOperate.TabIndex = 24;
  171. this.tsrOperate.Text = "toolStrip1";
  172. //
  173. // tsbtnAdd
  174. //
  175. this.tsbtnAdd.AutoSize = false;
  176. this.tsbtnAdd.Enabled = false;
  177. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  179. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  180. this.tsbtnAdd.Name = "tsbtnAdd";
  181. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  182. this.tsbtnAdd.Text = "新建";
  183. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  184. //
  185. // tsbtnEdit
  186. //
  187. this.tsbtnEdit.AutoSize = false;
  188. this.tsbtnEdit.Enabled = false;
  189. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  191. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  192. this.tsbtnEdit.Name = "tsbtnEdit";
  193. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  194. this.tsbtnEdit.Text = "编辑";
  195. this.tsbtnEdit.Visible = false;
  196. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  197. //
  198. // toolStripSeparator1
  199. //
  200. this.toolStripSeparator1.AutoSize = false;
  201. this.toolStripSeparator1.Name = "toolStripSeparator1";
  202. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  203. this.toolStripSeparator1.Visible = false;
  204. //
  205. // tsbtnClose
  206. //
  207. this.tsbtnClose.AutoSize = false;
  208. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  210. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  211. this.tsbtnClose.Name = "tsbtnClose";
  212. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  213. this.tsbtnClose.Text = "关闭(&X)";
  214. this.tsbtnClose.Visible = false;
  215. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  216. //
  217. // gbxBasicInfo
  218. //
  219. this.gbxBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
  222. this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
  223. this.gbxBasicInfo.Controls.Add(this.txtUserCode);
  224. this.gbxBasicInfo.Controls.Add(this.lblUserCode);
  225. this.gbxBasicInfo.Controls.Add(this.txtBarCode);
  226. this.gbxBasicInfo.Controls.Add(this.lblBarCode);
  227. this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
  229. this.gbxBasicInfo.IsMustInput = false;
  230. this.gbxBasicInfo.Location = new System.Drawing.Point(3, 5);
  231. this.gbxBasicInfo.Name = "gbxBasicInfo";
  232. this.gbxBasicInfo.OriginalHeight = -1;
  233. this.gbxBasicInfo.Size = new System.Drawing.Size(1212, 58);
  234. this.gbxBasicInfo.TabIndex = 25;
  235. this.gbxBasicInfo.TabStop = false;
  236. this.gbxBasicInfo.Text = "基础数据 ▼";
  237. //
  238. // txtUserCode
  239. //
  240. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  241. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  242. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  243. this.txtUserCode.Enabled = false;
  244. this.txtUserCode.ErrorMessage = "";
  245. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.txtUserCode.Location = new System.Drawing.Point(76, 24);
  247. this.txtUserCode.MaxLength = 20;
  248. this.txtUserCode.Name = "txtUserCode";
  249. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  250. this.txtUserCode.TabIndex = 1;
  251. this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
  252. this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
  253. //
  254. // lblUserCode
  255. //
  256. this.lblUserCode.AutoSize = true;
  257. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  258. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.lblUserCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  260. this.lblUserCode.IsMustInput = true;
  261. this.lblUserCode.Location = new System.Drawing.Point(16, 28);
  262. this.lblUserCode.Name = "lblUserCode";
  263. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  264. this.lblUserCode.TabIndex = 7;
  265. this.lblUserCode.Text = "生产工号";
  266. //
  267. // txtBarCode
  268. //
  269. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  270. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  271. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  272. this.txtBarCode.ErrorMessage = "";
  273. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.txtBarCode.Location = new System.Drawing.Point(279, 24);
  275. this.txtBarCode.MaxLength = 11;
  276. this.txtBarCode.Name = "txtBarCode";
  277. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  278. this.txtBarCode.TabIndex = 2;
  279. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  280. //
  281. // lblBarCode
  282. //
  283. this.lblBarCode.AutoSize = true;
  284. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  285. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  287. this.lblBarCode.IsMustInput = true;
  288. this.lblBarCode.Location = new System.Drawing.Point(221, 28);
  289. this.lblBarCode.Name = "lblBarCode";
  290. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  291. this.lblBarCode.TabIndex = 5;
  292. this.lblBarCode.Text = "产品条码";
  293. //
  294. // dgvProductionData
  295. //
  296. this.dgvProductionData.AllowUserToAddRows = false;
  297. this.dgvProductionData.AllowUserToModifyRows = true;
  298. this.dgvProductionData.AllowUserToOrderColumns = true;
  299. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  300. this.dgvProductionData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  301. this.dgvProductionData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  302. this.dgvProductionData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  303. this.dgvProductionData.CellHeight = 25;
  304. this.dgvProductionData.ChildNodeColumnName = null;
  305. this.dgvProductionData.ChildNodeColumnText = null;
  306. this.dgvProductionData.ColumnDeep = 1;
  307. this.dgvProductionData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  308. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  309. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  310. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  312. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  313. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  314. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  315. this.dgvProductionData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  316. this.dgvProductionData.ColumnHeadersHeight = 25;
  317. this.dgvProductionData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  318. this.dgvProductionData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  319. this.BarCode,
  320. this.GoodsCode,
  321. this.GoodsName,
  322. this.DefectFlag,
  323. this.ReworkProcedureID,
  324. this.KilnCode,
  325. this.KilnCarCode,
  326. this.Dictionaryvalue,
  327. this.dgvUserCode,
  328. this.MouldCode,
  329. this.GroutingDate,
  330. this.GroutingUserCode,
  331. this.IsPublicBody,
  332. this.GroutingNum,
  333. this.ReworkProcedureCode,
  334. this.ReworkProcedureName,
  335. this.ReFine,
  336. this.SpecialRepairflag,
  337. this.LengBu,
  338. this.LogoCodeName,
  339. this.Remarks,
  340. this.GoodsID,
  341. this.GoodsLevelTypeID,
  342. this.ReadOnly,
  343. this.LogoID});
  344. this.dgvProductionData.ColumnTreeView = null;
  345. this.dgvProductionData.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)));
  346. this.dgvProductionData.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.dgvProductionData.DynamicColumnName = "";
  348. this.dgvProductionData.EnableHeadersVisualStyles = false;
  349. this.dgvProductionData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.dgvProductionData.FormatQuantityColumns = null;
  351. this.dgvProductionData.HorizontalMergeColumn = null;
  352. this.dgvProductionData.IsAutoCountSum = true;
  353. this.dgvProductionData.IsAutoResizeColumns = false;
  354. this.dgvProductionData.IsClickF12 = false;
  355. this.dgvProductionData.IsOpenMergeCellFlag = false;
  356. this.dgvProductionData.IsSubTotalFlag = false;
  357. this.dgvProductionData.IsTopDeep = false;
  358. this.dgvProductionData.Location = new System.Drawing.Point(0, 0);
  359. this.dgvProductionData.MergeColumnNames = null;
  360. this.dgvProductionData.MergeDetailColumnNames = null;
  361. this.dgvProductionData.MergeDetailOnlyColumn = null;
  362. this.dgvProductionData.MergeOnlyColumn = null;
  363. this.dgvProductionData.MultiSelect = false;
  364. this.dgvProductionData.Name = "dgvProductionData";
  365. this.dgvProductionData.RefreshAtHscroll = false;
  366. this.dgvProductionData.RowHeadersWidth = 50;
  367. this.dgvProductionData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  368. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  369. this.dgvProductionData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  370. this.dgvProductionData.RowTemplate.Height = 25;
  371. this.dgvProductionData.Size = new System.Drawing.Size(1212, 162);
  372. this.dgvProductionData.SortOrderColumnName = null;
  373. this.dgvProductionData.TabIndex = 26;
  374. this.dgvProductionData.Tag = true;
  375. this.dgvProductionData.TotalSumColumns = null;
  376. this.dgvProductionData.ViewRowFilter = "";
  377. this.dgvProductionData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvProductionData_CellBeginEdit);
  378. this.dgvProductionData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProductionData_CellValueChanged);
  379. this.dgvProductionData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvProductionData_EditingControlShowing);
  380. this.dgvProductionData.SelectionChanged += new System.EventHandler(this.dgvProductionData_SelectionChanged);
  381. this.dgvProductionData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvProductionData_UserDeletingRow);
  382. //
  383. // BarCode
  384. //
  385. this.BarCode.DataPropertyName = "BarCode";
  386. this.BarCode.HeaderText = "产品条码";
  387. this.BarCode.Name = "BarCode";
  388. this.BarCode.ReadOnly = true;
  389. //
  390. // GoodsCode
  391. //
  392. this.GoodsCode.DataPropertyName = "GoodsCode";
  393. this.GoodsCode.HeaderText = "产品编码";
  394. this.GoodsCode.Name = "GoodsCode";
  395. this.GoodsCode.ReadOnly = true;
  396. //
  397. // GoodsName
  398. //
  399. this.GoodsName.DataPropertyName = "GoodsName";
  400. this.GoodsName.HeaderText = "产品名称";
  401. this.GoodsName.Name = "GoodsName";
  402. this.GoodsName.ReadOnly = true;
  403. //
  404. // DefectFlag
  405. //
  406. this.DefectFlag.DataPropertyName = "DefectFlagID";
  407. this.DefectFlag.HeaderText = "产品分级";
  408. this.DefectFlag.Name = "DefectFlag";
  409. this.DefectFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  410. this.DefectFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  411. //
  412. // ReworkProcedureID
  413. //
  414. this.ReworkProcedureID.DataPropertyName = "ReworkProcedureID";
  415. this.ReworkProcedureID.HeaderText = "返工工序";
  416. this.ReworkProcedureID.Name = "ReworkProcedureID";
  417. this.ReworkProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  418. this.ReworkProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  419. //
  420. // KilnCode
  421. //
  422. this.KilnCode.DataPropertyName = "KilnCode";
  423. this.KilnCode.HeaderText = "窑炉编码";
  424. this.KilnCode.Name = "KilnCode";
  425. this.KilnCode.ReadOnly = true;
  426. //
  427. // KilnCarCode
  428. //
  429. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  430. this.KilnCarCode.HeaderText = "窑车编码";
  431. this.KilnCarCode.Name = "KilnCarCode";
  432. this.KilnCarCode.ReadOnly = true;
  433. //
  434. // Dictionaryvalue
  435. //
  436. this.Dictionaryvalue.DataPropertyName = "Dictionaryvalue";
  437. this.Dictionaryvalue.HeaderText = "窑车位置";
  438. this.Dictionaryvalue.Name = "Dictionaryvalue";
  439. this.Dictionaryvalue.ReadOnly = true;
  440. //
  441. // dgvUserCode
  442. //
  443. this.dgvUserCode.DataPropertyName = "UserCode";
  444. this.dgvUserCode.HeaderText = "生产工号";
  445. this.dgvUserCode.Name = "dgvUserCode";
  446. this.dgvUserCode.ReadOnly = true;
  447. //
  448. // MouldCode
  449. //
  450. this.MouldCode.DataPropertyName = "MouldCode";
  451. this.MouldCode.HeaderText = "模具编号";
  452. this.MouldCode.Name = "MouldCode";
  453. this.MouldCode.ReadOnly = true;
  454. //
  455. // GroutingDate
  456. //
  457. this.GroutingDate.DataPropertyName = "GroutingDate";
  458. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  459. dataGridViewCellStyle3.NullValue = null;
  460. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  461. this.GroutingDate.HeaderText = "注浆日期";
  462. this.GroutingDate.Name = "GroutingDate";
  463. this.GroutingDate.ReadOnly = true;
  464. //
  465. // GroutingUserCode
  466. //
  467. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  468. this.GroutingUserCode.HeaderText = "成型工号";
  469. this.GroutingUserCode.Name = "GroutingUserCode";
  470. this.GroutingUserCode.ReadOnly = true;
  471. //
  472. // IsPublicBody
  473. //
  474. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  475. this.IsPublicBody.FalseValue = "0";
  476. this.IsPublicBody.HeaderText = "公坯标识";
  477. this.IsPublicBody.Name = "IsPublicBody";
  478. this.IsPublicBody.ReadOnly = true;
  479. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  480. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  481. this.IsPublicBody.TrueValue = "1";
  482. //
  483. // GroutingNum
  484. //
  485. this.GroutingNum.DataPropertyName = "GroutingNum";
  486. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  487. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  488. this.GroutingNum.HeaderText = "注浆次数";
  489. this.GroutingNum.Name = "GroutingNum";
  490. this.GroutingNum.ReadOnly = true;
  491. //
  492. // ReworkProcedureCode
  493. //
  494. this.ReworkProcedureCode.DataPropertyName = "ReworkProcedureCode";
  495. this.ReworkProcedureCode.HeaderText = "返工工序编码";
  496. this.ReworkProcedureCode.Name = "ReworkProcedureCode";
  497. this.ReworkProcedureCode.ReadOnly = true;
  498. this.ReworkProcedureCode.Visible = false;
  499. //
  500. // ReworkProcedureName
  501. //
  502. this.ReworkProcedureName.DataPropertyName = "ReworkProcedureName";
  503. this.ReworkProcedureName.HeaderText = "返工工序名称";
  504. this.ReworkProcedureName.Name = "ReworkProcedureName";
  505. this.ReworkProcedureName.ReadOnly = true;
  506. this.ReworkProcedureName.Visible = false;
  507. //
  508. // ReFine
  509. //
  510. this.ReFine.DataPropertyName = "ReFine";
  511. this.ReFine.FalseValue = "0";
  512. this.ReFine.HeaderText = "重烧标识";
  513. this.ReFine.Name = "ReFine";
  514. this.ReFine.ReadOnly = true;
  515. this.ReFine.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  516. this.ReFine.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  517. this.ReFine.TrueValue = "1";
  518. //
  519. // SpecialRepairflag
  520. //
  521. this.SpecialRepairflag.DataPropertyName = "SpecialRepairflag";
  522. this.SpecialRepairflag.FalseValue = "0";
  523. this.SpecialRepairflag.HeaderText = "干补标识";
  524. this.SpecialRepairflag.Name = "SpecialRepairflag";
  525. this.SpecialRepairflag.ReadOnly = true;
  526. this.SpecialRepairflag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  527. this.SpecialRepairflag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  528. this.SpecialRepairflag.TrueValue = "1";
  529. //
  530. // LengBu
  531. //
  532. this.LengBu.DataPropertyName = "LengBu";
  533. this.LengBu.FalseValue = "0";
  534. this.LengBu.HeaderText = "冷补标识";
  535. this.LengBu.IndeterminateValue = "0";
  536. this.LengBu.Name = "LengBu";
  537. this.LengBu.TrueValue = "1";
  538. //
  539. // LogoCodeName
  540. //
  541. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  542. this.LogoCodeName.HeaderText = "商标";
  543. this.LogoCodeName.Name = "LogoCodeName";
  544. //
  545. // Remarks
  546. //
  547. this.Remarks.DataPropertyName = "Remarks";
  548. this.Remarks.HeaderText = "备注";
  549. this.Remarks.MaxInputLength = 200;
  550. this.Remarks.Name = "Remarks";
  551. this.Remarks.Width = 500;
  552. //
  553. // GoodsID
  554. //
  555. this.GoodsID.DataPropertyName = "GoodsID";
  556. this.GoodsID.HeaderText = "产品ID";
  557. this.GoodsID.Name = "GoodsID";
  558. this.GoodsID.Visible = false;
  559. //
  560. // GoodsLevelTypeID
  561. //
  562. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  563. this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
  564. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  565. this.GoodsLevelTypeID.Visible = false;
  566. //
  567. // ReadOnly
  568. //
  569. this.ReadOnly.DataPropertyName = "ReadOnly";
  570. this.ReadOnly.HeaderText = "只读标识";
  571. this.ReadOnly.Name = "ReadOnly";
  572. this.ReadOnly.Visible = false;
  573. //
  574. // LogoID
  575. //
  576. this.LogoID.DataPropertyName = "LogoID";
  577. this.LogoID.HeaderText = "LogoID";
  578. this.LogoID.Name = "LogoID";
  579. this.LogoID.Visible = false;
  580. //
  581. // dgvDefect
  582. //
  583. this.dgvDefect.AllowUserToAddRows = false;
  584. this.dgvDefect.AllowUserToModifyRows = true;
  585. this.dgvDefect.AllowUserToOrderColumns = true;
  586. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  587. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  588. this.dgvDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  589. | System.Windows.Forms.AnchorStyles.Left)
  590. | System.Windows.Forms.AnchorStyles.Right)));
  591. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  592. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  593. this.dgvDefect.CellHeight = 25;
  594. this.dgvDefect.ChildNodeColumnName = null;
  595. this.dgvDefect.ChildNodeColumnText = null;
  596. this.dgvDefect.ColumnDeep = 1;
  597. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  598. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  599. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  600. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  602. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  603. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  604. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  605. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  606. this.dgvDefect.ColumnHeadersHeight = 25;
  607. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  608. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  609. this.chkdiscarde,
  610. this.DefectID,
  611. this.DefectCode,
  612. this.DefectName,
  613. this.DefectPositionID,
  614. this.DefectPositionCode,
  615. this.DefectPositionName,
  616. this.DefectFineValue,
  617. this.DefectProcedureID,
  618. this.DefectProcedureCode,
  619. this.DefectProcedureName,
  620. this.DefectUserID,
  621. this.DefectUserCode,
  622. this.DefectUserName,
  623. this.JobsLocation,
  624. this.JobsText,
  625. this.MissedUserID,
  626. this.MissedUserCode,
  627. this.MissedUserName,
  628. this.DefectDeductionNum,
  629. this.DefectDeductionID,
  630. this.IsOtherDefect,
  631. this.DefectRemarks,
  632. this.ProductionBarCode,
  633. this.TempCount,
  634. this.ProductionDataID,
  635. this.DefectFineID,
  636. this.IsAllowEdit});
  637. this.dgvDefect.ColumnTreeView = null;
  638. this.dgvDefect.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)));
  639. this.dgvDefect.DynamicColumnName = "";
  640. this.dgvDefect.EnableHeadersVisualStyles = false;
  641. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.dgvDefect.FormatQuantityColumns = null;
  643. this.dgvDefect.HorizontalMergeColumn = null;
  644. this.dgvDefect.IsAutoCountSum = true;
  645. this.dgvDefect.IsAutoResizeColumns = false;
  646. this.dgvDefect.IsClickF12 = false;
  647. this.dgvDefect.IsOpenMergeCellFlag = false;
  648. this.dgvDefect.IsSubTotalFlag = false;
  649. this.dgvDefect.IsTopDeep = false;
  650. this.dgvDefect.Location = new System.Drawing.Point(0, 32);
  651. this.dgvDefect.MergeColumnNames = null;
  652. this.dgvDefect.MergeDetailColumnNames = null;
  653. this.dgvDefect.MergeDetailOnlyColumn = null;
  654. this.dgvDefect.MergeOnlyColumn = null;
  655. this.dgvDefect.MultiSelect = false;
  656. this.dgvDefect.Name = "dgvDefect";
  657. this.dgvDefect.ReadOnly = true;
  658. this.dgvDefect.RefreshAtHscroll = false;
  659. this.dgvDefect.RowHeadersWidth = 50;
  660. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  661. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  662. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle8;
  663. this.dgvDefect.RowTemplate.Height = 25;
  664. this.dgvDefect.Size = new System.Drawing.Size(1209, 216);
  665. this.dgvDefect.SortOrderColumnName = null;
  666. this.dgvDefect.TabIndex = 0;
  667. this.dgvDefect.Tag = true;
  668. this.dgvDefect.TotalSumColumns = null;
  669. this.dgvDefect.ViewRowFilter = "";
  670. this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
  671. this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefect_UserDeletingRow);
  672. //
  673. // dgvDefectStaff
  674. //
  675. this.dgvDefectStaff.AllowUserToAddRows = false;
  676. this.dgvDefectStaff.AllowUserToModifyRows = true;
  677. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  678. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  679. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  680. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  681. this.dgvDefectStaff.CellHeight = 25;
  682. this.dgvDefectStaff.ChildNodeColumnName = null;
  683. this.dgvDefectStaff.ChildNodeColumnText = null;
  684. this.dgvDefectStaff.ColumnDeep = 1;
  685. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  686. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  687. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  688. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  689. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  690. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  691. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  692. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  693. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  694. this.dgvDefectStaff.ColumnHeadersHeight = 25;
  695. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  696. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  697. this.chkSelected,
  698. this.StaffCode,
  699. this.StaffName,
  700. this.StaffID,
  701. this.StaffStatus,
  702. this.StaffTempCount});
  703. this.dgvDefectStaff.ColumnTreeView = null;
  704. this.dgvDefectStaff.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)));
  705. this.dgvDefectStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  706. this.dgvDefectStaff.DynamicColumnName = "";
  707. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  708. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  709. this.dgvDefectStaff.FormatQuantityColumns = null;
  710. this.dgvDefectStaff.HorizontalMergeColumn = null;
  711. this.dgvDefectStaff.IsAutoCountSum = true;
  712. this.dgvDefectStaff.IsAutoResizeColumns = false;
  713. this.dgvDefectStaff.IsClickF12 = false;
  714. this.dgvDefectStaff.IsOpenMergeCellFlag = false;
  715. this.dgvDefectStaff.IsSubTotalFlag = false;
  716. this.dgvDefectStaff.IsTopDeep = false;
  717. this.dgvDefectStaff.Location = new System.Drawing.Point(0, 0);
  718. this.dgvDefectStaff.MergeColumnNames = null;
  719. this.dgvDefectStaff.MergeDetailColumnNames = null;
  720. this.dgvDefectStaff.MergeDetailOnlyColumn = null;
  721. this.dgvDefectStaff.MergeOnlyColumn = null;
  722. this.dgvDefectStaff.MultiSelect = false;
  723. this.dgvDefectStaff.Name = "dgvDefectStaff";
  724. this.dgvDefectStaff.RefreshAtHscroll = false;
  725. this.dgvDefectStaff.RowHeadersWidth = 50;
  726. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  727. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  728. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle11;
  729. this.dgvDefectStaff.RowTemplate.Height = 25;
  730. this.dgvDefectStaff.Size = new System.Drawing.Size(1204, 170);
  731. this.dgvDefectStaff.SortOrderColumnName = null;
  732. this.dgvDefectStaff.TabIndex = 0;
  733. this.dgvDefectStaff.Tag = true;
  734. this.dgvDefectStaff.TotalSumColumns = null;
  735. this.dgvDefectStaff.ViewRowFilter = "";
  736. this.dgvDefectStaff.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefectStaff_UserDeletingRow);
  737. //
  738. // chkSelected
  739. //
  740. this.chkSelected.DataPropertyName = "IsSelected";
  741. this.chkSelected.FalseValue = "0";
  742. this.chkSelected.FillWeight = 60F;
  743. this.chkSelected.HeaderText = "选择";
  744. this.chkSelected.Name = "chkSelected";
  745. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  746. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  747. this.chkSelected.TrueValue = "1";
  748. this.chkSelected.Width = 60;
  749. //
  750. // StaffCode
  751. //
  752. this.StaffCode.DataPropertyName = "StaffCode";
  753. this.StaffCode.HeaderText = "员工编号";
  754. this.StaffCode.Name = "StaffCode";
  755. this.StaffCode.ReadOnly = true;
  756. //
  757. // StaffName
  758. //
  759. this.StaffName.DataPropertyName = "StaffName";
  760. this.StaffName.HeaderText = "员工名称";
  761. this.StaffName.Name = "StaffName";
  762. this.StaffName.ReadOnly = true;
  763. //
  764. // StaffID
  765. //
  766. this.StaffID.DataPropertyName = "StaffID";
  767. this.StaffID.HeaderText = "员工ID";
  768. this.StaffID.Name = "StaffID";
  769. this.StaffID.Visible = false;
  770. //
  771. // StaffStatus
  772. //
  773. this.StaffStatus.DataPropertyName = "StaffStatus";
  774. this.StaffStatus.HeaderText = "员工状态";
  775. this.StaffStatus.Name = "StaffStatus";
  776. this.StaffStatus.ReadOnly = true;
  777. this.StaffStatus.Visible = false;
  778. //
  779. // StaffTempCount
  780. //
  781. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  782. this.StaffTempCount.HeaderText = "唯一标识";
  783. this.StaffTempCount.Name = "StaffTempCount";
  784. this.StaffTempCount.Visible = false;
  785. //
  786. // btnUpload
  787. //
  788. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  789. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  790. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  791. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.btnUpload.ForeColor = System.Drawing.Color.White;
  793. this.btnUpload.Location = new System.Drawing.Point(1112, 84);
  794. this.btnUpload.Name = "btnUpload";
  795. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  796. this.btnUpload.TabIndex = 114;
  797. this.btnUpload.Text = "上传";
  798. this.btnUpload.UseVisualStyleBackColor = false;
  799. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  800. //
  801. // btnDelete
  802. //
  803. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  804. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  805. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  806. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  807. this.btnDelete.ForeColor = System.Drawing.Color.White;
  808. this.btnDelete.Location = new System.Drawing.Point(1112, 35);
  809. this.btnDelete.Name = "btnDelete";
  810. this.btnDelete.Size = new System.Drawing.Size(85, 33);
  811. this.btnDelete.TabIndex = 113;
  812. this.btnDelete.Text = "删除";
  813. this.btnDelete.UseVisualStyleBackColor = false;
  814. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  815. //
  816. // lvPic
  817. //
  818. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  819. | System.Windows.Forms.AnchorStyles.Left)
  820. | System.Windows.Forms.AnchorStyles.Right)));
  821. this.lvPic.HideSelection = false;
  822. this.lvPic.Location = new System.Drawing.Point(0, 0);
  823. this.lvPic.Name = "lvPic";
  824. this.lvPic.Size = new System.Drawing.Size(1106, 154);
  825. this.lvPic.TabIndex = 112;
  826. this.lvPic.UseCompatibleStateImageBehavior = false;
  827. //
  828. // btnSave
  829. //
  830. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  831. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  832. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  833. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  834. this.btnSave.ForeColor = System.Drawing.Color.White;
  835. this.btnSave.Location = new System.Drawing.Point(1040, 692);
  836. this.btnSave.Name = "btnSave";
  837. this.btnSave.Size = new System.Drawing.Size(86, 33);
  838. this.btnSave.TabIndex = 30;
  839. this.btnSave.Tag = "保存";
  840. this.btnSave.Text = "保存";
  841. this.btnSave.UseVisualStyleBackColor = false;
  842. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  843. //
  844. // btnCancel
  845. //
  846. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  847. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  848. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  849. this.btnCancel.CausesValidation = false;
  850. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  851. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  852. this.btnCancel.ForeColor = System.Drawing.Color.White;
  853. this.btnCancel.Location = new System.Drawing.Point(1129, 692);
  854. this.btnCancel.Name = "btnCancel";
  855. this.btnCancel.Size = new System.Drawing.Size(86, 33);
  856. this.btnCancel.TabIndex = 31;
  857. this.btnCancel.Text = "关闭";
  858. this.btnCancel.UseVisualStyleBackColor = false;
  859. //
  860. // tabControl2
  861. //
  862. this.tabControl2.Controls.Add(this.tabPage3);
  863. this.tabControl2.Controls.Add(this.tabPage2);
  864. this.tabControl2.Controls.Add(this.tabPage4);
  865. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  866. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  867. this.tabControl2.Margin = new System.Windows.Forms.Padding(0);
  868. this.tabControl2.Name = "tabControl2";
  869. this.tabControl2.SelectedIndex = 0;
  870. this.tabControl2.Size = new System.Drawing.Size(1212, 196);
  871. this.tabControl2.TabIndex = 1;
  872. //
  873. // tabPage3
  874. //
  875. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  876. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  877. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  878. this.tabPage3.Margin = new System.Windows.Forms.Padding(0);
  879. this.tabPage3.Name = "tabPage3";
  880. this.tabPage3.Size = new System.Drawing.Size(1204, 170);
  881. this.tabPage3.TabIndex = 0;
  882. this.tabPage3.Text = "责任员工";
  883. this.tabPage3.UseVisualStyleBackColor = true;
  884. //
  885. // tabPage2
  886. //
  887. this.tabPage2.Controls.Add(this.dgvMissStaff);
  888. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  889. this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
  890. this.tabPage2.Name = "tabPage2";
  891. this.tabPage2.Size = new System.Drawing.Size(1204, 170);
  892. this.tabPage2.TabIndex = 2;
  893. this.tabPage2.Text = "漏检责任员工";
  894. this.tabPage2.UseVisualStyleBackColor = true;
  895. //
  896. // dgvMissStaff
  897. //
  898. this.dgvMissStaff.AllowUserToAddRows = false;
  899. this.dgvMissStaff.AllowUserToModifyRows = true;
  900. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  901. this.dgvMissStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle12;
  902. this.dgvMissStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  903. this.dgvMissStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  904. this.dgvMissStaff.CellHeight = 25;
  905. this.dgvMissStaff.ChildNodeColumnName = null;
  906. this.dgvMissStaff.ChildNodeColumnText = null;
  907. this.dgvMissStaff.ColumnDeep = 1;
  908. this.dgvMissStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  909. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  910. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  911. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  912. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
  913. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  914. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  915. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  916. this.dgvMissStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
  917. this.dgvMissStaff.ColumnHeadersHeight = 25;
  918. this.dgvMissStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  919. this.dgvMissStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  920. this.dataGridViewCheckBoxColumn1,
  921. this.dataGridViewTextBoxColumn1,
  922. this.dataGridViewTextBoxColumn2,
  923. this.dataGridViewTextBoxColumn3,
  924. this.dataGridViewTextBoxColumn4,
  925. this.dataGridViewTextBoxColumn5});
  926. this.dgvMissStaff.ColumnTreeView = null;
  927. this.dgvMissStaff.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)));
  928. this.dgvMissStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  929. this.dgvMissStaff.DynamicColumnName = "";
  930. this.dgvMissStaff.EnableHeadersVisualStyles = false;
  931. this.dgvMissStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  932. this.dgvMissStaff.FormatQuantityColumns = null;
  933. this.dgvMissStaff.HorizontalMergeColumn = null;
  934. this.dgvMissStaff.IsAutoCountSum = true;
  935. this.dgvMissStaff.IsAutoResizeColumns = false;
  936. this.dgvMissStaff.IsClickF12 = false;
  937. this.dgvMissStaff.IsOpenMergeCellFlag = false;
  938. this.dgvMissStaff.IsSubTotalFlag = false;
  939. this.dgvMissStaff.IsTopDeep = false;
  940. this.dgvMissStaff.Location = new System.Drawing.Point(0, 0);
  941. this.dgvMissStaff.MergeColumnNames = null;
  942. this.dgvMissStaff.MergeDetailColumnNames = null;
  943. this.dgvMissStaff.MergeDetailOnlyColumn = null;
  944. this.dgvMissStaff.MergeOnlyColumn = null;
  945. this.dgvMissStaff.MultiSelect = false;
  946. this.dgvMissStaff.Name = "dgvMissStaff";
  947. this.dgvMissStaff.RefreshAtHscroll = false;
  948. this.dgvMissStaff.RowHeadersWidth = 50;
  949. this.dgvMissStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  950. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  951. this.dgvMissStaff.RowsDefaultCellStyle = dataGridViewCellStyle14;
  952. this.dgvMissStaff.RowTemplate.Height = 25;
  953. this.dgvMissStaff.Size = new System.Drawing.Size(1204, 170);
  954. this.dgvMissStaff.SortOrderColumnName = null;
  955. this.dgvMissStaff.TabIndex = 1;
  956. this.dgvMissStaff.Tag = true;
  957. this.dgvMissStaff.TotalSumColumns = null;
  958. this.dgvMissStaff.ViewRowFilter = "";
  959. this.dgvMissStaff.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvMissStaff_UserDeletingRow);
  960. //
  961. // dataGridViewCheckBoxColumn1
  962. //
  963. this.dataGridViewCheckBoxColumn1.DataPropertyName = "IsSelected";
  964. this.dataGridViewCheckBoxColumn1.FalseValue = "0";
  965. this.dataGridViewCheckBoxColumn1.FillWeight = 60F;
  966. this.dataGridViewCheckBoxColumn1.HeaderText = "选择";
  967. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  968. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  969. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  970. this.dataGridViewCheckBoxColumn1.TrueValue = "1";
  971. this.dataGridViewCheckBoxColumn1.Width = 60;
  972. //
  973. // dataGridViewTextBoxColumn1
  974. //
  975. this.dataGridViewTextBoxColumn1.DataPropertyName = "StaffCode";
  976. this.dataGridViewTextBoxColumn1.HeaderText = "员工编号";
  977. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  978. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  979. //
  980. // dataGridViewTextBoxColumn2
  981. //
  982. this.dataGridViewTextBoxColumn2.DataPropertyName = "StaffName";
  983. this.dataGridViewTextBoxColumn2.HeaderText = "员工名称";
  984. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  985. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  986. //
  987. // dataGridViewTextBoxColumn3
  988. //
  989. this.dataGridViewTextBoxColumn3.DataPropertyName = "StaffID";
  990. this.dataGridViewTextBoxColumn3.HeaderText = "员工ID";
  991. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  992. this.dataGridViewTextBoxColumn3.Visible = false;
  993. //
  994. // dataGridViewTextBoxColumn4
  995. //
  996. this.dataGridViewTextBoxColumn4.DataPropertyName = "StaffStatus";
  997. this.dataGridViewTextBoxColumn4.HeaderText = "员工状态";
  998. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  999. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  1000. this.dataGridViewTextBoxColumn4.Visible = false;
  1001. //
  1002. // dataGridViewTextBoxColumn5
  1003. //
  1004. this.dataGridViewTextBoxColumn5.DataPropertyName = "StaffTempCount";
  1005. this.dataGridViewTextBoxColumn5.HeaderText = "唯一标识";
  1006. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1007. this.dataGridViewTextBoxColumn5.Visible = false;
  1008. //
  1009. // tabPage4
  1010. //
  1011. this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1012. this.tabPage4.Controls.Add(this.btnUpload);
  1013. this.tabPage4.Controls.Add(this.lvPic);
  1014. this.tabPage4.Controls.Add(this.btnDelete);
  1015. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  1016. this.tabPage4.Margin = new System.Windows.Forms.Padding(0);
  1017. this.tabPage4.Name = "tabPage4";
  1018. this.tabPage4.Size = new System.Drawing.Size(1204, 170);
  1019. this.tabPage4.TabIndex = 1;
  1020. this.tabPage4.Text = "缺陷图片";
  1021. this.tabPage4.UseVisualStyleBackColor = true;
  1022. //
  1023. // odlgFile
  1024. //
  1025. this.odlgFile.FileName = "openFileDialog1";
  1026. //
  1027. // splitContainer1
  1028. //
  1029. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1030. | System.Windows.Forms.AnchorStyles.Left)
  1031. | System.Windows.Forms.AnchorStyles.Right)));
  1032. this.splitContainer1.Location = new System.Drawing.Point(3, 69);
  1033. this.splitContainer1.Name = "splitContainer1";
  1034. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1035. //
  1036. // splitContainer1.Panel1
  1037. //
  1038. this.splitContainer1.Panel1.Controls.Add(this.dgvProductionData);
  1039. //
  1040. // splitContainer1.Panel2
  1041. //
  1042. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  1043. this.splitContainer1.Size = new System.Drawing.Size(1212, 617);
  1044. this.splitContainer1.SplitterDistance = 162;
  1045. this.splitContainer1.TabIndex = 32;
  1046. //
  1047. // splitContainer2
  1048. //
  1049. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1050. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  1051. this.splitContainer2.Margin = new System.Windows.Forms.Padding(0);
  1052. this.splitContainer2.Name = "splitContainer2";
  1053. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1054. //
  1055. // splitContainer2.Panel1
  1056. //
  1057. this.splitContainer2.Panel1.Controls.Add(this.dgvDefect);
  1058. this.splitContainer2.Panel1.Controls.Add(this.tsrOperate);
  1059. //
  1060. // splitContainer2.Panel2
  1061. //
  1062. this.splitContainer2.Panel2.Controls.Add(this.tabControl2);
  1063. this.splitContainer2.Size = new System.Drawing.Size(1212, 451);
  1064. this.splitContainer2.SplitterDistance = 251;
  1065. this.splitContainer2.TabIndex = 33;
  1066. //
  1067. // chkdiscarde
  1068. //
  1069. this.chkdiscarde.DataPropertyName = "discarde";
  1070. this.chkdiscarde.FalseValue = "0";
  1071. this.chkdiscarde.FillWeight = 60F;
  1072. this.chkdiscarde.HeaderText = "报废工序";
  1073. this.chkdiscarde.Name = "chkdiscarde";
  1074. this.chkdiscarde.ReadOnly = true;
  1075. this.chkdiscarde.TrueValue = "1";
  1076. this.chkdiscarde.Visible = false;
  1077. this.chkdiscarde.Width = 60;
  1078. //
  1079. // DefectID
  1080. //
  1081. this.DefectID.DataPropertyName = "DefectID";
  1082. this.DefectID.HeaderText = "缺陷ID";
  1083. this.DefectID.Name = "DefectID";
  1084. this.DefectID.ReadOnly = true;
  1085. this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1086. this.DefectID.Visible = false;
  1087. //
  1088. // DefectCode
  1089. //
  1090. this.DefectCode.DataPropertyName = "DefectCode";
  1091. this.DefectCode.HeaderText = "缺陷显示编码";
  1092. this.DefectCode.Name = "DefectCode";
  1093. this.DefectCode.ReadOnly = true;
  1094. this.DefectCode.Visible = false;
  1095. //
  1096. // DefectName
  1097. //
  1098. this.DefectName.DataPropertyName = "DefectName";
  1099. this.DefectName.HeaderText = "缺陷";
  1100. this.DefectName.Name = "DefectName";
  1101. this.DefectName.ReadOnly = true;
  1102. //
  1103. // DefectPositionID
  1104. //
  1105. this.DefectPositionID.DataPropertyName = "DefectPositionID";
  1106. this.DefectPositionID.HeaderText = "缺陷位置ID";
  1107. this.DefectPositionID.Name = "DefectPositionID";
  1108. this.DefectPositionID.ReadOnly = true;
  1109. this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1110. this.DefectPositionID.Visible = false;
  1111. //
  1112. // DefectPositionCode
  1113. //
  1114. this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
  1115. this.DefectPositionCode.HeaderText = "缺陷位置编码";
  1116. this.DefectPositionCode.Name = "DefectPositionCode";
  1117. this.DefectPositionCode.ReadOnly = true;
  1118. this.DefectPositionCode.Visible = false;
  1119. //
  1120. // DefectPositionName
  1121. //
  1122. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  1123. this.DefectPositionName.HeaderText = "缺陷位置";
  1124. this.DefectPositionName.Name = "DefectPositionName";
  1125. this.DefectPositionName.ReadOnly = true;
  1126. //
  1127. // DefectFineValue
  1128. //
  1129. this.DefectFineValue.DataPropertyName = "DefectFineValue";
  1130. this.DefectFineValue.HeaderText = "缺陷扣罚";
  1131. this.DefectFineValue.Name = "DefectFineValue";
  1132. this.DefectFineValue.ReadOnly = true;
  1133. //
  1134. // DefectProcedureID
  1135. //
  1136. this.DefectProcedureID.DataPropertyName = "DefectProcedureID";
  1137. this.DefectProcedureID.HeaderText = "责任工序ID";
  1138. this.DefectProcedureID.Name = "DefectProcedureID";
  1139. this.DefectProcedureID.ReadOnly = true;
  1140. this.DefectProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1141. this.DefectProcedureID.Visible = false;
  1142. //
  1143. // DefectProcedureCode
  1144. //
  1145. this.DefectProcedureCode.DataPropertyName = "DefectProcedureCode";
  1146. this.DefectProcedureCode.HeaderText = "责任工序编码";
  1147. this.DefectProcedureCode.Name = "DefectProcedureCode";
  1148. this.DefectProcedureCode.ReadOnly = true;
  1149. this.DefectProcedureCode.Visible = false;
  1150. //
  1151. // DefectProcedureName
  1152. //
  1153. this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
  1154. this.DefectProcedureName.HeaderText = "责任工序";
  1155. this.DefectProcedureName.Name = "DefectProcedureName";
  1156. this.DefectProcedureName.ReadOnly = true;
  1157. //
  1158. // DefectUserID
  1159. //
  1160. this.DefectUserID.DataPropertyName = "DefectUserID";
  1161. this.DefectUserID.HeaderText = "责任工号ID";
  1162. this.DefectUserID.Name = "DefectUserID";
  1163. this.DefectUserID.ReadOnly = true;
  1164. this.DefectUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1165. this.DefectUserID.Visible = false;
  1166. //
  1167. // DefectUserCode
  1168. //
  1169. this.DefectUserCode.DataPropertyName = "DefectUserCode";
  1170. this.DefectUserCode.HeaderText = "责任工号";
  1171. this.DefectUserCode.Name = "DefectUserCode";
  1172. this.DefectUserCode.ReadOnly = true;
  1173. //
  1174. // DefectUserName
  1175. //
  1176. this.DefectUserName.DataPropertyName = "DefectUserName";
  1177. this.DefectUserName.HeaderText = "责任工号名称";
  1178. this.DefectUserName.Name = "DefectUserName";
  1179. this.DefectUserName.ReadOnly = true;
  1180. this.DefectUserName.Visible = false;
  1181. //
  1182. // JobsLocation
  1183. //
  1184. this.JobsLocation.DataPropertyName = "Jobs";
  1185. this.JobsLocation.HeaderText = "工种ID";
  1186. this.JobsLocation.Name = "JobsLocation";
  1187. this.JobsLocation.ReadOnly = true;
  1188. this.JobsLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1189. this.JobsLocation.Visible = false;
  1190. //
  1191. // JobsText
  1192. //
  1193. this.JobsText.DataPropertyName = "JobsText";
  1194. this.JobsText.HeaderText = "责任工种";
  1195. this.JobsText.Name = "JobsText";
  1196. this.JobsText.ReadOnly = true;
  1197. //
  1198. // MissedUserID
  1199. //
  1200. this.MissedUserID.DataPropertyName = "MissedUserID";
  1201. this.MissedUserID.HeaderText = "漏检工号ID";
  1202. this.MissedUserID.Name = "MissedUserID";
  1203. this.MissedUserID.ReadOnly = true;
  1204. this.MissedUserID.Visible = false;
  1205. //
  1206. // MissedUserCode
  1207. //
  1208. this.MissedUserCode.DataPropertyName = "MissedUserCode";
  1209. this.MissedUserCode.HeaderText = "漏检工号编码";
  1210. this.MissedUserCode.Name = "MissedUserCode";
  1211. this.MissedUserCode.ReadOnly = true;
  1212. this.MissedUserCode.Visible = false;
  1213. //
  1214. // MissedUserName
  1215. //
  1216. this.MissedUserName.DataPropertyName = "MissedUserName";
  1217. this.MissedUserName.HeaderText = "漏检工号";
  1218. this.MissedUserName.Name = "MissedUserName";
  1219. this.MissedUserName.ReadOnly = true;
  1220. //
  1221. // DefectDeductionNum
  1222. //
  1223. this.DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
  1224. this.DefectDeductionNum.HeaderText = "缺陷扣除数";
  1225. this.DefectDeductionNum.Name = "DefectDeductionNum";
  1226. this.DefectDeductionNum.ReadOnly = true;
  1227. //
  1228. // DefectDeductionID
  1229. //
  1230. this.DefectDeductionID.DataPropertyName = "DefectDeductionID";
  1231. this.DefectDeductionID.HeaderText = "缺陷扣除数ID";
  1232. this.DefectDeductionID.Name = "DefectDeductionID";
  1233. this.DefectDeductionID.ReadOnly = true;
  1234. this.DefectDeductionID.Visible = false;
  1235. //
  1236. // IsOtherDefect
  1237. //
  1238. this.IsOtherDefect.DataPropertyName = "IsOtherDefect";
  1239. this.IsOtherDefect.FalseValue = "0";
  1240. this.IsOtherDefect.HeaderText = "特殊缺陷";
  1241. this.IsOtherDefect.Name = "IsOtherDefect";
  1242. this.IsOtherDefect.ReadOnly = true;
  1243. this.IsOtherDefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1244. this.IsOtherDefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1245. this.IsOtherDefect.TrueValue = "1";
  1246. //
  1247. // DefectRemarks
  1248. //
  1249. this.DefectRemarks.DataPropertyName = "DefectRemarks";
  1250. this.DefectRemarks.HeaderText = "备注";
  1251. this.DefectRemarks.MaxInputLength = 200;
  1252. this.DefectRemarks.Name = "DefectRemarks";
  1253. this.DefectRemarks.ReadOnly = true;
  1254. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1255. this.DefectRemarks.Width = 200;
  1256. //
  1257. // ProductionBarCode
  1258. //
  1259. this.ProductionBarCode.DataPropertyName = "BarCode";
  1260. this.ProductionBarCode.HeaderText = "产品条码ID";
  1261. this.ProductionBarCode.Name = "ProductionBarCode";
  1262. this.ProductionBarCode.ReadOnly = true;
  1263. this.ProductionBarCode.Visible = false;
  1264. //
  1265. // TempCount
  1266. //
  1267. this.TempCount.DataPropertyName = "TempCount";
  1268. this.TempCount.HeaderText = "唯一标识";
  1269. this.TempCount.Name = "TempCount";
  1270. this.TempCount.ReadOnly = true;
  1271. this.TempCount.Visible = false;
  1272. //
  1273. // ProductionDataID
  1274. //
  1275. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  1276. this.ProductionDataID.HeaderText = "生产数据ID";
  1277. this.ProductionDataID.Name = "ProductionDataID";
  1278. this.ProductionDataID.ReadOnly = true;
  1279. this.ProductionDataID.Visible = false;
  1280. //
  1281. // DefectFineID
  1282. //
  1283. this.DefectFineID.DataPropertyName = "DefectFineID";
  1284. this.DefectFineID.HeaderText = "缺陷扣罚ID";
  1285. this.DefectFineID.Name = "DefectFineID";
  1286. this.DefectFineID.ReadOnly = true;
  1287. this.DefectFineID.Visible = false;
  1288. //
  1289. // IsAllowEdit
  1290. //
  1291. this.IsAllowEdit.DataPropertyName = "IsAllowEdit";
  1292. this.IsAllowEdit.HeaderText = "允许编辑";
  1293. this.IsAllowEdit.Name = "IsAllowEdit";
  1294. this.IsAllowEdit.ReadOnly = true;
  1295. this.IsAllowEdit.Visible = false;
  1296. //
  1297. // F_PM_1202
  1298. //
  1299. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1300. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1301. this.CancelButton = this.btnCancel;
  1302. this.CausesValidation = false;
  1303. this.ClientSize = new System.Drawing.Size(1218, 750);
  1304. this.Controls.Add(this.splitContainer1);
  1305. this.Controls.Add(this.btnCancel);
  1306. this.Controls.Add(this.gbxBasicInfo);
  1307. this.Controls.Add(this.btnSave);
  1308. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1309. this.Name = "F_PM_1202";
  1310. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1311. this.Text = "成品检验";
  1312. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1313. this.Load += new System.EventHandler(this.F_PM_1202_Load);
  1314. this.Controls.SetChildIndex(this.btnSave, 0);
  1315. this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
  1316. this.Controls.SetChildIndex(this.btnCancel, 0);
  1317. this.Controls.SetChildIndex(this.splitContainer1, 0);
  1318. this.tsrOperate.ResumeLayout(false);
  1319. this.tsrOperate.PerformLayout();
  1320. this.gbxBasicInfo.ResumeLayout(false);
  1321. this.gbxBasicInfo.PerformLayout();
  1322. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).EndInit();
  1323. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  1324. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  1325. this.tabControl2.ResumeLayout(false);
  1326. this.tabPage3.ResumeLayout(false);
  1327. this.tabPage2.ResumeLayout(false);
  1328. ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).EndInit();
  1329. this.tabPage4.ResumeLayout(false);
  1330. this.splitContainer1.Panel1.ResumeLayout(false);
  1331. this.splitContainer1.Panel2.ResumeLayout(false);
  1332. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1333. this.splitContainer1.ResumeLayout(false);
  1334. this.splitContainer2.Panel1.ResumeLayout(false);
  1335. this.splitContainer2.Panel2.ResumeLayout(false);
  1336. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1337. this.splitContainer2.ResumeLayout(false);
  1338. this.ResumeLayout(false);
  1339. this.PerformLayout();
  1340. }
  1341. #endregion
  1342. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1343. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1344. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1345. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1346. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1347. private Basics.BaseControls.C_GroupBox gbxBasicInfo;
  1348. private Basics.BaseControls.C_TextBox txtBarCode;
  1349. private Basics.BaseControls.C_Label lblBarCode;
  1350. private Basics.BaseControls.C_DataGridView dgvProductionData;
  1351. private Basics.BaseControls.C_DataGridView dgvDefect;
  1352. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  1353. private System.Windows.Forms.ListView lvPic;
  1354. private Basics.BaseControls.C_Button btnDelete;
  1355. private Basics.BaseControls.C_Button btnUpload;
  1356. private Basics.BaseControls.C_Button btnSave;
  1357. private Basics.BaseControls.C_Button btnCancel;
  1358. private System.Windows.Forms.TabControl tabControl2;
  1359. private System.Windows.Forms.TabPage tabPage3;
  1360. private System.Windows.Forms.TabPage tabPage4;
  1361. private Basics.BaseControls.C_Label lblUserCode;
  1362. private Basics.BaseControls.C_TextBox txtUserCode;
  1363. private System.Windows.Forms.OpenFileDialog odlgFile;
  1364. private System.Windows.Forms.TabPage tabPage2;
  1365. private Basics.BaseControls.C_DataGridView dgvMissStaff;
  1366. private System.Windows.Forms.SplitContainer splitContainer1;
  1367. private System.Windows.Forms.SplitContainer splitContainer2;
  1368. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  1369. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  1370. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  1371. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  1372. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  1373. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  1374. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  1375. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1376. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1377. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1378. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1379. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1380. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1381. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1382. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1383. private System.Windows.Forms.DataGridViewComboBoxColumn DefectFlag;
  1384. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox ReworkProcedureID;
  1385. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  1386. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1387. private System.Windows.Forms.DataGridViewTextBoxColumn Dictionaryvalue;
  1388. private System.Windows.Forms.DataGridViewTextBoxColumn dgvUserCode;
  1389. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1390. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1391. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1392. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1393. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  1394. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureCode;
  1395. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureName;
  1396. private System.Windows.Forms.DataGridViewCheckBoxColumn ReFine;
  1397. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairflag;
  1398. private System.Windows.Forms.DataGridViewCheckBoxColumn LengBu;
  1399. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1400. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1401. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1402. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  1403. private System.Windows.Forms.DataGridViewTextBoxColumn ReadOnly;
  1404. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  1405. private System.Windows.Forms.DataGridViewCheckBoxColumn chkdiscarde;
  1406. private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
  1407. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  1408. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  1409. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionID;
  1410. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
  1411. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  1412. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineValue;
  1413. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureID;
  1414. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureCode;
  1415. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
  1416. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserID;
  1417. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserCode;
  1418. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
  1419. private System.Windows.Forms.DataGridViewTextBoxColumn JobsLocation;
  1420. private System.Windows.Forms.DataGridViewTextBoxColumn JobsText;
  1421. private System.Windows.Forms.DataGridViewTextBoxColumn MissedUserID;
  1422. private System.Windows.Forms.DataGridViewTextBoxColumn MissedUserCode;
  1423. private System.Windows.Forms.DataGridViewTextBoxColumn MissedUserName;
  1424. private System.Windows.Forms.DataGridViewTextBoxColumn DefectDeductionNum;
  1425. private System.Windows.Forms.DataGridViewTextBoxColumn DefectDeductionID;
  1426. private System.Windows.Forms.DataGridViewCheckBoxColumn IsOtherDefect;
  1427. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  1428. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionBarCode;
  1429. private System.Windows.Forms.DataGridViewTextBoxColumn TempCount;
  1430. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  1431. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
  1432. private System.Windows.Forms.DataGridViewTextBoxColumn IsAllowEdit;
  1433. }
  1434. }