F_PM_3202.Designer.cs 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3202
  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_3202));
  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.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ReadOnly = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  79. this.chkdiscarde = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  80. this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.DefectFineValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.DefectProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.DefectProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.DefectUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.DefectUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.JobsLocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.JobsText = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.MissedUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.MissedUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.MissedUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.DefectDeductionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.IsOtherDefect = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  101. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.ProductionBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.TempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.IsAllowEdit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  108. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  109. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  115. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  116. this.lvPic = new System.Windows.Forms.ListView();
  117. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  118. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  119. this.tabControl2 = new System.Windows.Forms.TabControl();
  120. this.tabPage3 = new System.Windows.Forms.TabPage();
  121. this.tabPage2 = new System.Windows.Forms.TabPage();
  122. this.dgvMissStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  123. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  124. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.tabPage4 = new System.Windows.Forms.TabPage();
  130. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  131. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  132. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  133. this.tsrOperate.SuspendLayout();
  134. this.gbxBasicInfo.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  138. this.tabControl2.SuspendLayout();
  139. this.tabPage3.SuspendLayout();
  140. this.tabPage2.SuspendLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).BeginInit();
  142. this.tabPage4.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  144. this.splitContainer1.Panel1.SuspendLayout();
  145. this.splitContainer1.Panel2.SuspendLayout();
  146. this.splitContainer1.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  148. this.splitContainer2.Panel1.SuspendLayout();
  149. this.splitContainer2.Panel2.SuspendLayout();
  150. this.splitContainer2.SuspendLayout();
  151. this.SuspendLayout();
  152. //
  153. // tsrOperate
  154. //
  155. this.tsrOperate.AutoSize = false;
  156. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  157. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  158. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  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(1208, 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(1208, 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.LogoCodeName,
  338. this.Remarks,
  339. this.GoodsID,
  340. this.GoodsLevelTypeID,
  341. this.ReadOnly,
  342. this.LogoID});
  343. this.dgvProductionData.ColumnTreeView = null;
  344. 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)));
  345. this.dgvProductionData.Dock = System.Windows.Forms.DockStyle.Fill;
  346. this.dgvProductionData.DynamicColumnName = "";
  347. this.dgvProductionData.EnableHeadersVisualStyles = false;
  348. this.dgvProductionData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.dgvProductionData.FormatQuantityColumns = null;
  350. this.dgvProductionData.HorizontalMergeColumn = null;
  351. this.dgvProductionData.IsAutoCountSum = true;
  352. this.dgvProductionData.IsAutoResizeColumns = false;
  353. this.dgvProductionData.IsClickF12 = false;
  354. this.dgvProductionData.IsOpenMergeCellFlag = false;
  355. this.dgvProductionData.IsSubTotalFlag = false;
  356. this.dgvProductionData.IsTopDeep = false;
  357. this.dgvProductionData.Location = new System.Drawing.Point(0, 0);
  358. this.dgvProductionData.MergeColumnNames = null;
  359. this.dgvProductionData.MergeDetailColumnNames = null;
  360. this.dgvProductionData.MergeDetailOnlyColumn = null;
  361. this.dgvProductionData.MergeOnlyColumn = null;
  362. this.dgvProductionData.MultiSelect = false;
  363. this.dgvProductionData.Name = "dgvProductionData";
  364. this.dgvProductionData.RefreshAtHscroll = false;
  365. this.dgvProductionData.RowHeadersWidth = 50;
  366. this.dgvProductionData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  367. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  368. this.dgvProductionData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  369. this.dgvProductionData.RowTemplate.Height = 25;
  370. this.dgvProductionData.Size = new System.Drawing.Size(1208, 162);
  371. this.dgvProductionData.SortOrderColumnName = null;
  372. this.dgvProductionData.TabIndex = 26;
  373. this.dgvProductionData.Tag = true;
  374. this.dgvProductionData.TotalSumColumns = null;
  375. this.dgvProductionData.ViewRowFilter = "";
  376. this.dgvProductionData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvProductionData_CellBeginEdit);
  377. this.dgvProductionData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProductionData_CellValueChanged);
  378. this.dgvProductionData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvProductionData_EditingControlShowing);
  379. this.dgvProductionData.SelectionChanged += new System.EventHandler(this.dgvProductionData_SelectionChanged);
  380. this.dgvProductionData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvProductionData_UserDeletingRow);
  381. //
  382. // BarCode
  383. //
  384. this.BarCode.DataPropertyName = "BarCode";
  385. this.BarCode.HeaderText = "产品条码";
  386. this.BarCode.MinimumWidth = 6;
  387. this.BarCode.Name = "BarCode";
  388. this.BarCode.ReadOnly = true;
  389. this.BarCode.Width = 125;
  390. //
  391. // GoodsCode
  392. //
  393. this.GoodsCode.DataPropertyName = "GoodsCode";
  394. this.GoodsCode.HeaderText = "产品编码";
  395. this.GoodsCode.MinimumWidth = 6;
  396. this.GoodsCode.Name = "GoodsCode";
  397. this.GoodsCode.ReadOnly = true;
  398. this.GoodsCode.Width = 125;
  399. //
  400. // GoodsName
  401. //
  402. this.GoodsName.DataPropertyName = "GoodsName";
  403. this.GoodsName.HeaderText = "产品名称";
  404. this.GoodsName.MinimumWidth = 6;
  405. this.GoodsName.Name = "GoodsName";
  406. this.GoodsName.ReadOnly = true;
  407. this.GoodsName.Width = 125;
  408. //
  409. // DefectFlag
  410. //
  411. this.DefectFlag.DataPropertyName = "DefectFlagID";
  412. this.DefectFlag.HeaderText = "产品分级";
  413. this.DefectFlag.MinimumWidth = 6;
  414. this.DefectFlag.Name = "DefectFlag";
  415. this.DefectFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  416. this.DefectFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  417. this.DefectFlag.Width = 125;
  418. //
  419. // ReworkProcedureID
  420. //
  421. this.ReworkProcedureID.DataPropertyName = "ReworkProcedureID";
  422. this.ReworkProcedureID.HeaderText = "返工工序";
  423. this.ReworkProcedureID.MinimumWidth = 6;
  424. this.ReworkProcedureID.Name = "ReworkProcedureID";
  425. this.ReworkProcedureID.ReadOnly = true;
  426. this.ReworkProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  427. this.ReworkProcedureID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  428. this.ReworkProcedureID.Width = 125;
  429. //
  430. // KilnCode
  431. //
  432. this.KilnCode.DataPropertyName = "KilnCode";
  433. this.KilnCode.HeaderText = "窑炉编码";
  434. this.KilnCode.MinimumWidth = 6;
  435. this.KilnCode.Name = "KilnCode";
  436. this.KilnCode.ReadOnly = true;
  437. this.KilnCode.Visible = false;
  438. this.KilnCode.Width = 125;
  439. //
  440. // KilnCarCode
  441. //
  442. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  443. this.KilnCarCode.HeaderText = "窑车编码";
  444. this.KilnCarCode.MinimumWidth = 6;
  445. this.KilnCarCode.Name = "KilnCarCode";
  446. this.KilnCarCode.ReadOnly = true;
  447. this.KilnCarCode.Visible = false;
  448. this.KilnCarCode.Width = 125;
  449. //
  450. // Dictionaryvalue
  451. //
  452. this.Dictionaryvalue.DataPropertyName = "Dictionaryvalue";
  453. this.Dictionaryvalue.HeaderText = "窑车位置";
  454. this.Dictionaryvalue.MinimumWidth = 6;
  455. this.Dictionaryvalue.Name = "Dictionaryvalue";
  456. this.Dictionaryvalue.ReadOnly = true;
  457. this.Dictionaryvalue.Visible = false;
  458. this.Dictionaryvalue.Width = 125;
  459. //
  460. // dgvUserCode
  461. //
  462. this.dgvUserCode.DataPropertyName = "UserCode";
  463. this.dgvUserCode.HeaderText = "生产工号";
  464. this.dgvUserCode.MinimumWidth = 6;
  465. this.dgvUserCode.Name = "dgvUserCode";
  466. this.dgvUserCode.ReadOnly = true;
  467. this.dgvUserCode.Width = 125;
  468. //
  469. // MouldCode
  470. //
  471. this.MouldCode.DataPropertyName = "MouldCode";
  472. this.MouldCode.HeaderText = "模具编号";
  473. this.MouldCode.MinimumWidth = 6;
  474. this.MouldCode.Name = "MouldCode";
  475. this.MouldCode.ReadOnly = true;
  476. this.MouldCode.Width = 125;
  477. //
  478. // GroutingDate
  479. //
  480. this.GroutingDate.DataPropertyName = "GroutingDate";
  481. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  482. dataGridViewCellStyle3.NullValue = null;
  483. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  484. this.GroutingDate.HeaderText = "注浆日期";
  485. this.GroutingDate.MinimumWidth = 6;
  486. this.GroutingDate.Name = "GroutingDate";
  487. this.GroutingDate.ReadOnly = true;
  488. this.GroutingDate.Width = 125;
  489. //
  490. // GroutingUserCode
  491. //
  492. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  493. this.GroutingUserCode.HeaderText = "成型工号";
  494. this.GroutingUserCode.MinimumWidth = 6;
  495. this.GroutingUserCode.Name = "GroutingUserCode";
  496. this.GroutingUserCode.ReadOnly = true;
  497. this.GroutingUserCode.Width = 125;
  498. //
  499. // IsPublicBody
  500. //
  501. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  502. this.IsPublicBody.FalseValue = "0";
  503. this.IsPublicBody.HeaderText = "公坯标识";
  504. this.IsPublicBody.MinimumWidth = 6;
  505. this.IsPublicBody.Name = "IsPublicBody";
  506. this.IsPublicBody.ReadOnly = true;
  507. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  508. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  509. this.IsPublicBody.TrueValue = "1";
  510. this.IsPublicBody.Width = 125;
  511. //
  512. // GroutingNum
  513. //
  514. this.GroutingNum.DataPropertyName = "GroutingNum";
  515. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  516. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  517. this.GroutingNum.HeaderText = "注浆次数";
  518. this.GroutingNum.MinimumWidth = 6;
  519. this.GroutingNum.Name = "GroutingNum";
  520. this.GroutingNum.ReadOnly = true;
  521. this.GroutingNum.Width = 125;
  522. //
  523. // ReworkProcedureCode
  524. //
  525. this.ReworkProcedureCode.DataPropertyName = "ReworkProcedureCode";
  526. this.ReworkProcedureCode.HeaderText = "返工工序编码";
  527. this.ReworkProcedureCode.MinimumWidth = 6;
  528. this.ReworkProcedureCode.Name = "ReworkProcedureCode";
  529. this.ReworkProcedureCode.ReadOnly = true;
  530. this.ReworkProcedureCode.Visible = false;
  531. this.ReworkProcedureCode.Width = 125;
  532. //
  533. // ReworkProcedureName
  534. //
  535. this.ReworkProcedureName.DataPropertyName = "ReworkProcedureName";
  536. this.ReworkProcedureName.HeaderText = "返工工序名称";
  537. this.ReworkProcedureName.MinimumWidth = 6;
  538. this.ReworkProcedureName.Name = "ReworkProcedureName";
  539. this.ReworkProcedureName.ReadOnly = true;
  540. this.ReworkProcedureName.Visible = false;
  541. this.ReworkProcedureName.Width = 125;
  542. //
  543. // ReFine
  544. //
  545. this.ReFine.DataPropertyName = "ReFine";
  546. this.ReFine.FalseValue = "0";
  547. this.ReFine.HeaderText = "重烧标识";
  548. this.ReFine.MinimumWidth = 6;
  549. this.ReFine.Name = "ReFine";
  550. this.ReFine.ReadOnly = true;
  551. this.ReFine.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  552. this.ReFine.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  553. this.ReFine.TrueValue = "1";
  554. this.ReFine.Width = 125;
  555. //
  556. // SpecialRepairflag
  557. //
  558. this.SpecialRepairflag.DataPropertyName = "SpecialRepairflag";
  559. this.SpecialRepairflag.FalseValue = "0";
  560. this.SpecialRepairflag.HeaderText = "干补标识";
  561. this.SpecialRepairflag.MinimumWidth = 6;
  562. this.SpecialRepairflag.Name = "SpecialRepairflag";
  563. this.SpecialRepairflag.ReadOnly = true;
  564. this.SpecialRepairflag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  565. this.SpecialRepairflag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  566. this.SpecialRepairflag.TrueValue = "1";
  567. this.SpecialRepairflag.Width = 125;
  568. //
  569. // LogoCodeName
  570. //
  571. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  572. this.LogoCodeName.HeaderText = "商标";
  573. this.LogoCodeName.MinimumWidth = 6;
  574. this.LogoCodeName.Name = "LogoCodeName";
  575. this.LogoCodeName.Width = 125;
  576. //
  577. // Remarks
  578. //
  579. this.Remarks.DataPropertyName = "Remarks";
  580. this.Remarks.HeaderText = "备注";
  581. this.Remarks.MaxInputLength = 200;
  582. this.Remarks.MinimumWidth = 6;
  583. this.Remarks.Name = "Remarks";
  584. this.Remarks.Width = 500;
  585. //
  586. // GoodsID
  587. //
  588. this.GoodsID.DataPropertyName = "GoodsID";
  589. this.GoodsID.HeaderText = "产品ID";
  590. this.GoodsID.MinimumWidth = 6;
  591. this.GoodsID.Name = "GoodsID";
  592. this.GoodsID.Visible = false;
  593. this.GoodsID.Width = 125;
  594. //
  595. // GoodsLevelTypeID
  596. //
  597. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  598. this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
  599. this.GoodsLevelTypeID.MinimumWidth = 6;
  600. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  601. this.GoodsLevelTypeID.Visible = false;
  602. this.GoodsLevelTypeID.Width = 125;
  603. //
  604. // ReadOnly
  605. //
  606. this.ReadOnly.DataPropertyName = "ReadOnly";
  607. this.ReadOnly.HeaderText = "只读标识";
  608. this.ReadOnly.MinimumWidth = 6;
  609. this.ReadOnly.Name = "ReadOnly";
  610. this.ReadOnly.Visible = false;
  611. this.ReadOnly.Width = 125;
  612. //
  613. // LogoID
  614. //
  615. this.LogoID.DataPropertyName = "LogoID";
  616. this.LogoID.HeaderText = "LogoID";
  617. this.LogoID.MinimumWidth = 6;
  618. this.LogoID.Name = "LogoID";
  619. this.LogoID.Visible = false;
  620. this.LogoID.Width = 125;
  621. //
  622. // dgvDefect
  623. //
  624. this.dgvDefect.AllowUserToAddRows = false;
  625. this.dgvDefect.AllowUserToModifyRows = true;
  626. this.dgvDefect.AllowUserToOrderColumns = true;
  627. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  628. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  629. this.dgvDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  630. | System.Windows.Forms.AnchorStyles.Left)
  631. | System.Windows.Forms.AnchorStyles.Right)));
  632. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  633. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  634. this.dgvDefect.CellHeight = 25;
  635. this.dgvDefect.ChildNodeColumnName = null;
  636. this.dgvDefect.ChildNodeColumnText = null;
  637. this.dgvDefect.ColumnDeep = 1;
  638. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  639. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  640. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  641. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  643. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  644. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  645. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  646. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  647. this.dgvDefect.ColumnHeadersHeight = 25;
  648. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  649. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  650. this.chkdiscarde,
  651. this.DefectID,
  652. this.DefectCode,
  653. this.DefectName,
  654. this.DefectPositionID,
  655. this.DefectPositionCode,
  656. this.DefectPositionName,
  657. this.DefectFineValue,
  658. this.DefectProcedureID,
  659. this.DefectProcedureCode,
  660. this.DefectProcedureName,
  661. this.DefectUserID,
  662. this.DefectUserCode,
  663. this.DefectUserName,
  664. this.JobsLocation,
  665. this.JobsText,
  666. this.MissedUserID,
  667. this.MissedUserCode,
  668. this.MissedUserName,
  669. this.DefectDeductionNum,
  670. this.DefectDeductionID,
  671. this.IsOtherDefect,
  672. this.DefectRemarks,
  673. this.ProductionBarCode,
  674. this.TempCount,
  675. this.ProductionDataID,
  676. this.DefectFineID,
  677. this.IsAllowEdit});
  678. this.dgvDefect.ColumnTreeView = null;
  679. 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)));
  680. this.dgvDefect.DynamicColumnName = "";
  681. this.dgvDefect.EnableHeadersVisualStyles = false;
  682. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  683. this.dgvDefect.FormatQuantityColumns = null;
  684. this.dgvDefect.HorizontalMergeColumn = null;
  685. this.dgvDefect.IsAutoCountSum = true;
  686. this.dgvDefect.IsAutoResizeColumns = false;
  687. this.dgvDefect.IsClickF12 = false;
  688. this.dgvDefect.IsOpenMergeCellFlag = false;
  689. this.dgvDefect.IsSubTotalFlag = false;
  690. this.dgvDefect.IsTopDeep = false;
  691. this.dgvDefect.Location = new System.Drawing.Point(0, 32);
  692. this.dgvDefect.MergeColumnNames = null;
  693. this.dgvDefect.MergeDetailColumnNames = null;
  694. this.dgvDefect.MergeDetailOnlyColumn = null;
  695. this.dgvDefect.MergeOnlyColumn = null;
  696. this.dgvDefect.MultiSelect = false;
  697. this.dgvDefect.Name = "dgvDefect";
  698. this.dgvDefect.ReadOnly = true;
  699. this.dgvDefect.RefreshAtHscroll = false;
  700. this.dgvDefect.RowHeadersWidth = 50;
  701. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  702. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  703. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle8;
  704. this.dgvDefect.RowTemplate.Height = 25;
  705. this.dgvDefect.Size = new System.Drawing.Size(1205, 216);
  706. this.dgvDefect.SortOrderColumnName = null;
  707. this.dgvDefect.TabIndex = 0;
  708. this.dgvDefect.Tag = true;
  709. this.dgvDefect.TotalSumColumns = null;
  710. this.dgvDefect.ViewRowFilter = "";
  711. this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
  712. this.dgvDefect.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefect_UserDeletingRow);
  713. //
  714. // chkdiscarde
  715. //
  716. this.chkdiscarde.DataPropertyName = "discarde";
  717. this.chkdiscarde.FalseValue = "0";
  718. this.chkdiscarde.FillWeight = 60F;
  719. this.chkdiscarde.HeaderText = "报废工序";
  720. this.chkdiscarde.MinimumWidth = 6;
  721. this.chkdiscarde.Name = "chkdiscarde";
  722. this.chkdiscarde.ReadOnly = true;
  723. this.chkdiscarde.TrueValue = "1";
  724. this.chkdiscarde.Visible = false;
  725. this.chkdiscarde.Width = 60;
  726. //
  727. // DefectID
  728. //
  729. this.DefectID.DataPropertyName = "DefectID";
  730. this.DefectID.HeaderText = "缺陷ID";
  731. this.DefectID.MinimumWidth = 6;
  732. this.DefectID.Name = "DefectID";
  733. this.DefectID.ReadOnly = true;
  734. this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  735. this.DefectID.Visible = false;
  736. this.DefectID.Width = 125;
  737. //
  738. // DefectCode
  739. //
  740. this.DefectCode.DataPropertyName = "DefectCode";
  741. this.DefectCode.HeaderText = "缺陷显示编码";
  742. this.DefectCode.MinimumWidth = 6;
  743. this.DefectCode.Name = "DefectCode";
  744. this.DefectCode.ReadOnly = true;
  745. this.DefectCode.Visible = false;
  746. this.DefectCode.Width = 125;
  747. //
  748. // DefectName
  749. //
  750. this.DefectName.DataPropertyName = "DefectName";
  751. this.DefectName.HeaderText = "缺陷";
  752. this.DefectName.MinimumWidth = 6;
  753. this.DefectName.Name = "DefectName";
  754. this.DefectName.ReadOnly = true;
  755. this.DefectName.Width = 125;
  756. //
  757. // DefectPositionID
  758. //
  759. this.DefectPositionID.DataPropertyName = "DefectPositionID";
  760. this.DefectPositionID.HeaderText = "缺陷位置ID";
  761. this.DefectPositionID.MinimumWidth = 6;
  762. this.DefectPositionID.Name = "DefectPositionID";
  763. this.DefectPositionID.ReadOnly = true;
  764. this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  765. this.DefectPositionID.Visible = false;
  766. this.DefectPositionID.Width = 125;
  767. //
  768. // DefectPositionCode
  769. //
  770. this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
  771. this.DefectPositionCode.HeaderText = "缺陷位置编码";
  772. this.DefectPositionCode.MinimumWidth = 6;
  773. this.DefectPositionCode.Name = "DefectPositionCode";
  774. this.DefectPositionCode.ReadOnly = true;
  775. this.DefectPositionCode.Visible = false;
  776. this.DefectPositionCode.Width = 125;
  777. //
  778. // DefectPositionName
  779. //
  780. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  781. this.DefectPositionName.HeaderText = "缺陷位置";
  782. this.DefectPositionName.MinimumWidth = 6;
  783. this.DefectPositionName.Name = "DefectPositionName";
  784. this.DefectPositionName.ReadOnly = true;
  785. this.DefectPositionName.Width = 125;
  786. //
  787. // DefectFineValue
  788. //
  789. this.DefectFineValue.DataPropertyName = "DefectFineValue";
  790. this.DefectFineValue.HeaderText = "缺陷扣罚";
  791. this.DefectFineValue.MinimumWidth = 6;
  792. this.DefectFineValue.Name = "DefectFineValue";
  793. this.DefectFineValue.ReadOnly = true;
  794. this.DefectFineValue.Width = 125;
  795. //
  796. // DefectProcedureID
  797. //
  798. this.DefectProcedureID.DataPropertyName = "DefectProcedureID";
  799. this.DefectProcedureID.HeaderText = "责任工序ID";
  800. this.DefectProcedureID.MinimumWidth = 6;
  801. this.DefectProcedureID.Name = "DefectProcedureID";
  802. this.DefectProcedureID.ReadOnly = true;
  803. this.DefectProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  804. this.DefectProcedureID.Visible = false;
  805. this.DefectProcedureID.Width = 125;
  806. //
  807. // DefectProcedureCode
  808. //
  809. this.DefectProcedureCode.DataPropertyName = "DefectProcedureCode";
  810. this.DefectProcedureCode.HeaderText = "责任工序编码";
  811. this.DefectProcedureCode.MinimumWidth = 6;
  812. this.DefectProcedureCode.Name = "DefectProcedureCode";
  813. this.DefectProcedureCode.ReadOnly = true;
  814. this.DefectProcedureCode.Visible = false;
  815. this.DefectProcedureCode.Width = 125;
  816. //
  817. // DefectProcedureName
  818. //
  819. this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
  820. this.DefectProcedureName.HeaderText = "责任工序";
  821. this.DefectProcedureName.MinimumWidth = 6;
  822. this.DefectProcedureName.Name = "DefectProcedureName";
  823. this.DefectProcedureName.ReadOnly = true;
  824. this.DefectProcedureName.Width = 125;
  825. //
  826. // DefectUserID
  827. //
  828. this.DefectUserID.DataPropertyName = "DefectUserID";
  829. this.DefectUserID.HeaderText = "责任工号ID";
  830. this.DefectUserID.MinimumWidth = 6;
  831. this.DefectUserID.Name = "DefectUserID";
  832. this.DefectUserID.ReadOnly = true;
  833. this.DefectUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  834. this.DefectUserID.Visible = false;
  835. this.DefectUserID.Width = 125;
  836. //
  837. // DefectUserCode
  838. //
  839. this.DefectUserCode.DataPropertyName = "DefectUserCode";
  840. this.DefectUserCode.HeaderText = "责任工号编码";
  841. this.DefectUserCode.MinimumWidth = 6;
  842. this.DefectUserCode.Name = "DefectUserCode";
  843. this.DefectUserCode.ReadOnly = true;
  844. this.DefectUserCode.Visible = false;
  845. this.DefectUserCode.Width = 125;
  846. //
  847. // DefectUserName
  848. //
  849. this.DefectUserName.DataPropertyName = "DefectUserName";
  850. this.DefectUserName.HeaderText = "责任工号";
  851. this.DefectUserName.MinimumWidth = 6;
  852. this.DefectUserName.Name = "DefectUserName";
  853. this.DefectUserName.ReadOnly = true;
  854. this.DefectUserName.Width = 125;
  855. //
  856. // JobsLocation
  857. //
  858. this.JobsLocation.DataPropertyName = "Jobs";
  859. this.JobsLocation.HeaderText = "工种ID";
  860. this.JobsLocation.MinimumWidth = 6;
  861. this.JobsLocation.Name = "JobsLocation";
  862. this.JobsLocation.ReadOnly = true;
  863. this.JobsLocation.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  864. this.JobsLocation.Visible = false;
  865. this.JobsLocation.Width = 125;
  866. //
  867. // JobsText
  868. //
  869. this.JobsText.DataPropertyName = "JobsText";
  870. this.JobsText.HeaderText = "责任工种";
  871. this.JobsText.MinimumWidth = 6;
  872. this.JobsText.Name = "JobsText";
  873. this.JobsText.ReadOnly = true;
  874. this.JobsText.Width = 125;
  875. //
  876. // MissedUserID
  877. //
  878. this.MissedUserID.DataPropertyName = "MissedUserID";
  879. this.MissedUserID.HeaderText = "漏检工号ID";
  880. this.MissedUserID.MinimumWidth = 6;
  881. this.MissedUserID.Name = "MissedUserID";
  882. this.MissedUserID.ReadOnly = true;
  883. this.MissedUserID.Visible = false;
  884. this.MissedUserID.Width = 125;
  885. //
  886. // MissedUserCode
  887. //
  888. this.MissedUserCode.DataPropertyName = "MissedUserCode";
  889. this.MissedUserCode.HeaderText = "漏检工号编码";
  890. this.MissedUserCode.MinimumWidth = 6;
  891. this.MissedUserCode.Name = "MissedUserCode";
  892. this.MissedUserCode.ReadOnly = true;
  893. this.MissedUserCode.Visible = false;
  894. this.MissedUserCode.Width = 125;
  895. //
  896. // MissedUserName
  897. //
  898. this.MissedUserName.DataPropertyName = "MissedUserName";
  899. this.MissedUserName.HeaderText = "漏检工号";
  900. this.MissedUserName.MinimumWidth = 6;
  901. this.MissedUserName.Name = "MissedUserName";
  902. this.MissedUserName.ReadOnly = true;
  903. this.MissedUserName.Width = 125;
  904. //
  905. // DefectDeductionNum
  906. //
  907. this.DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
  908. this.DefectDeductionNum.HeaderText = "缺陷扣除数";
  909. this.DefectDeductionNum.MinimumWidth = 6;
  910. this.DefectDeductionNum.Name = "DefectDeductionNum";
  911. this.DefectDeductionNum.ReadOnly = true;
  912. this.DefectDeductionNum.Width = 125;
  913. //
  914. // DefectDeductionID
  915. //
  916. this.DefectDeductionID.DataPropertyName = "DefectDeductionID";
  917. this.DefectDeductionID.HeaderText = "缺陷扣除数ID";
  918. this.DefectDeductionID.MinimumWidth = 6;
  919. this.DefectDeductionID.Name = "DefectDeductionID";
  920. this.DefectDeductionID.ReadOnly = true;
  921. this.DefectDeductionID.Visible = false;
  922. this.DefectDeductionID.Width = 125;
  923. //
  924. // IsOtherDefect
  925. //
  926. this.IsOtherDefect.DataPropertyName = "IsOtherDefect";
  927. this.IsOtherDefect.FalseValue = "0";
  928. this.IsOtherDefect.HeaderText = "特殊缺陷";
  929. this.IsOtherDefect.MinimumWidth = 6;
  930. this.IsOtherDefect.Name = "IsOtherDefect";
  931. this.IsOtherDefect.ReadOnly = true;
  932. this.IsOtherDefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  933. this.IsOtherDefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  934. this.IsOtherDefect.TrueValue = "1";
  935. this.IsOtherDefect.Width = 125;
  936. //
  937. // DefectRemarks
  938. //
  939. this.DefectRemarks.DataPropertyName = "DefectRemarks";
  940. this.DefectRemarks.HeaderText = "备注";
  941. this.DefectRemarks.MaxInputLength = 200;
  942. this.DefectRemarks.MinimumWidth = 6;
  943. this.DefectRemarks.Name = "DefectRemarks";
  944. this.DefectRemarks.ReadOnly = true;
  945. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  946. this.DefectRemarks.Width = 200;
  947. //
  948. // ProductionBarCode
  949. //
  950. this.ProductionBarCode.DataPropertyName = "BarCode";
  951. this.ProductionBarCode.HeaderText = "产品条码ID";
  952. this.ProductionBarCode.MinimumWidth = 6;
  953. this.ProductionBarCode.Name = "ProductionBarCode";
  954. this.ProductionBarCode.ReadOnly = true;
  955. this.ProductionBarCode.Visible = false;
  956. this.ProductionBarCode.Width = 125;
  957. //
  958. // TempCount
  959. //
  960. this.TempCount.DataPropertyName = "TempCount";
  961. this.TempCount.HeaderText = "唯一标识";
  962. this.TempCount.MinimumWidth = 6;
  963. this.TempCount.Name = "TempCount";
  964. this.TempCount.ReadOnly = true;
  965. this.TempCount.Visible = false;
  966. this.TempCount.Width = 125;
  967. //
  968. // ProductionDataID
  969. //
  970. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  971. this.ProductionDataID.HeaderText = "生产数据ID";
  972. this.ProductionDataID.MinimumWidth = 6;
  973. this.ProductionDataID.Name = "ProductionDataID";
  974. this.ProductionDataID.ReadOnly = true;
  975. this.ProductionDataID.Visible = false;
  976. this.ProductionDataID.Width = 125;
  977. //
  978. // DefectFineID
  979. //
  980. this.DefectFineID.DataPropertyName = "DefectFineID";
  981. this.DefectFineID.HeaderText = "缺陷扣罚ID";
  982. this.DefectFineID.MinimumWidth = 6;
  983. this.DefectFineID.Name = "DefectFineID";
  984. this.DefectFineID.ReadOnly = true;
  985. this.DefectFineID.Visible = false;
  986. this.DefectFineID.Width = 125;
  987. //
  988. // IsAllowEdit
  989. //
  990. this.IsAllowEdit.DataPropertyName = "IsAllowEdit";
  991. this.IsAllowEdit.HeaderText = "允许编辑";
  992. this.IsAllowEdit.MinimumWidth = 6;
  993. this.IsAllowEdit.Name = "IsAllowEdit";
  994. this.IsAllowEdit.ReadOnly = true;
  995. this.IsAllowEdit.Visible = false;
  996. this.IsAllowEdit.Width = 125;
  997. //
  998. // dgvDefectStaff
  999. //
  1000. this.dgvDefectStaff.AllowUserToAddRows = false;
  1001. this.dgvDefectStaff.AllowUserToModifyRows = true;
  1002. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  1003. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  1004. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1005. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  1006. this.dgvDefectStaff.CellHeight = 25;
  1007. this.dgvDefectStaff.ChildNodeColumnName = null;
  1008. this.dgvDefectStaff.ChildNodeColumnText = null;
  1009. this.dgvDefectStaff.ColumnDeep = 1;
  1010. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1011. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1012. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  1013. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1014. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  1015. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1016. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1017. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1018. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  1019. this.dgvDefectStaff.ColumnHeadersHeight = 25;
  1020. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1021. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1022. this.chkSelected,
  1023. this.StaffCode,
  1024. this.StaffName,
  1025. this.StaffID,
  1026. this.StaffStatus,
  1027. this.StaffTempCount});
  1028. this.dgvDefectStaff.ColumnTreeView = null;
  1029. 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)));
  1030. this.dgvDefectStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  1031. this.dgvDefectStaff.DynamicColumnName = "";
  1032. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  1033. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1034. this.dgvDefectStaff.FormatQuantityColumns = null;
  1035. this.dgvDefectStaff.HorizontalMergeColumn = null;
  1036. this.dgvDefectStaff.IsAutoCountSum = true;
  1037. this.dgvDefectStaff.IsAutoResizeColumns = false;
  1038. this.dgvDefectStaff.IsClickF12 = false;
  1039. this.dgvDefectStaff.IsOpenMergeCellFlag = false;
  1040. this.dgvDefectStaff.IsSubTotalFlag = false;
  1041. this.dgvDefectStaff.IsTopDeep = false;
  1042. this.dgvDefectStaff.Location = new System.Drawing.Point(0, 0);
  1043. this.dgvDefectStaff.MergeColumnNames = null;
  1044. this.dgvDefectStaff.MergeDetailColumnNames = null;
  1045. this.dgvDefectStaff.MergeDetailOnlyColumn = null;
  1046. this.dgvDefectStaff.MergeOnlyColumn = null;
  1047. this.dgvDefectStaff.MultiSelect = false;
  1048. this.dgvDefectStaff.Name = "dgvDefectStaff";
  1049. this.dgvDefectStaff.RefreshAtHscroll = false;
  1050. this.dgvDefectStaff.RowHeadersWidth = 50;
  1051. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1052. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1053. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle11;
  1054. this.dgvDefectStaff.RowTemplate.Height = 25;
  1055. this.dgvDefectStaff.Size = new System.Drawing.Size(1200, 170);
  1056. this.dgvDefectStaff.SortOrderColumnName = null;
  1057. this.dgvDefectStaff.TabIndex = 0;
  1058. this.dgvDefectStaff.Tag = true;
  1059. this.dgvDefectStaff.TotalSumColumns = null;
  1060. this.dgvDefectStaff.ViewRowFilter = "";
  1061. this.dgvDefectStaff.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefectStaff_UserDeletingRow);
  1062. //
  1063. // chkSelected
  1064. //
  1065. this.chkSelected.DataPropertyName = "IsSelected";
  1066. this.chkSelected.FalseValue = "0";
  1067. this.chkSelected.FillWeight = 60F;
  1068. this.chkSelected.HeaderText = "选择";
  1069. this.chkSelected.MinimumWidth = 6;
  1070. this.chkSelected.Name = "chkSelected";
  1071. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1072. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1073. this.chkSelected.TrueValue = "1";
  1074. this.chkSelected.Width = 60;
  1075. //
  1076. // StaffCode
  1077. //
  1078. this.StaffCode.DataPropertyName = "StaffCode";
  1079. this.StaffCode.HeaderText = "员工编号";
  1080. this.StaffCode.MinimumWidth = 6;
  1081. this.StaffCode.Name = "StaffCode";
  1082. this.StaffCode.ReadOnly = true;
  1083. this.StaffCode.Width = 125;
  1084. //
  1085. // StaffName
  1086. //
  1087. this.StaffName.DataPropertyName = "StaffName";
  1088. this.StaffName.HeaderText = "员工名称";
  1089. this.StaffName.MinimumWidth = 6;
  1090. this.StaffName.Name = "StaffName";
  1091. this.StaffName.ReadOnly = true;
  1092. this.StaffName.Width = 125;
  1093. //
  1094. // StaffID
  1095. //
  1096. this.StaffID.DataPropertyName = "StaffID";
  1097. this.StaffID.HeaderText = "员工ID";
  1098. this.StaffID.MinimumWidth = 6;
  1099. this.StaffID.Name = "StaffID";
  1100. this.StaffID.Visible = false;
  1101. this.StaffID.Width = 125;
  1102. //
  1103. // StaffStatus
  1104. //
  1105. this.StaffStatus.DataPropertyName = "StaffStatus";
  1106. this.StaffStatus.HeaderText = "员工状态";
  1107. this.StaffStatus.MinimumWidth = 6;
  1108. this.StaffStatus.Name = "StaffStatus";
  1109. this.StaffStatus.ReadOnly = true;
  1110. this.StaffStatus.Visible = false;
  1111. this.StaffStatus.Width = 125;
  1112. //
  1113. // StaffTempCount
  1114. //
  1115. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  1116. this.StaffTempCount.HeaderText = "唯一标识";
  1117. this.StaffTempCount.MinimumWidth = 6;
  1118. this.StaffTempCount.Name = "StaffTempCount";
  1119. this.StaffTempCount.Visible = false;
  1120. this.StaffTempCount.Width = 125;
  1121. //
  1122. // btnUpload
  1123. //
  1124. this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1125. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  1126. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  1127. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1128. this.btnUpload.ForeColor = System.Drawing.Color.White;
  1129. this.btnUpload.Location = new System.Drawing.Point(1112, 84);
  1130. this.btnUpload.Name = "btnUpload";
  1131. this.btnUpload.Size = new System.Drawing.Size(85, 33);
  1132. this.btnUpload.TabIndex = 114;
  1133. this.btnUpload.Text = "上传";
  1134. this.btnUpload.UseVisualStyleBackColor = false;
  1135. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  1136. //
  1137. // btnDelete
  1138. //
  1139. this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1140. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  1141. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  1142. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1143. this.btnDelete.ForeColor = System.Drawing.Color.White;
  1144. this.btnDelete.Location = new System.Drawing.Point(1112, 35);
  1145. this.btnDelete.Name = "btnDelete";
  1146. this.btnDelete.Size = new System.Drawing.Size(85, 33);
  1147. this.btnDelete.TabIndex = 113;
  1148. this.btnDelete.Text = "删除";
  1149. this.btnDelete.UseVisualStyleBackColor = false;
  1150. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  1151. //
  1152. // lvPic
  1153. //
  1154. this.lvPic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1155. | System.Windows.Forms.AnchorStyles.Left)
  1156. | System.Windows.Forms.AnchorStyles.Right)));
  1157. this.lvPic.HideSelection = false;
  1158. this.lvPic.Location = new System.Drawing.Point(0, 0);
  1159. this.lvPic.Name = "lvPic";
  1160. this.lvPic.Size = new System.Drawing.Size(1106, 154);
  1161. this.lvPic.TabIndex = 112;
  1162. this.lvPic.UseCompatibleStateImageBehavior = false;
  1163. //
  1164. // btnSave
  1165. //
  1166. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1167. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  1168. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  1169. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1170. this.btnSave.ForeColor = System.Drawing.Color.White;
  1171. this.btnSave.Location = new System.Drawing.Point(1036, 692);
  1172. this.btnSave.Name = "btnSave";
  1173. this.btnSave.Size = new System.Drawing.Size(86, 33);
  1174. this.btnSave.TabIndex = 30;
  1175. this.btnSave.Tag = "保存";
  1176. this.btnSave.Text = "保存";
  1177. this.btnSave.UseVisualStyleBackColor = false;
  1178. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  1179. //
  1180. // btnCancel
  1181. //
  1182. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  1183. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  1184. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  1185. this.btnCancel.CausesValidation = false;
  1186. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  1187. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1188. this.btnCancel.ForeColor = System.Drawing.Color.White;
  1189. this.btnCancel.Location = new System.Drawing.Point(1125, 692);
  1190. this.btnCancel.Name = "btnCancel";
  1191. this.btnCancel.Size = new System.Drawing.Size(86, 33);
  1192. this.btnCancel.TabIndex = 31;
  1193. this.btnCancel.Text = "关闭";
  1194. this.btnCancel.UseVisualStyleBackColor = false;
  1195. //
  1196. // tabControl2
  1197. //
  1198. this.tabControl2.Controls.Add(this.tabPage3);
  1199. this.tabControl2.Controls.Add(this.tabPage2);
  1200. this.tabControl2.Controls.Add(this.tabPage4);
  1201. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  1202. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  1203. this.tabControl2.Margin = new System.Windows.Forms.Padding(0);
  1204. this.tabControl2.Name = "tabControl2";
  1205. this.tabControl2.SelectedIndex = 0;
  1206. this.tabControl2.Size = new System.Drawing.Size(1208, 196);
  1207. this.tabControl2.TabIndex = 1;
  1208. //
  1209. // tabPage3
  1210. //
  1211. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1212. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  1213. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  1214. this.tabPage3.Margin = new System.Windows.Forms.Padding(0);
  1215. this.tabPage3.Name = "tabPage3";
  1216. this.tabPage3.Size = new System.Drawing.Size(1200, 170);
  1217. this.tabPage3.TabIndex = 0;
  1218. this.tabPage3.Text = "责任员工";
  1219. this.tabPage3.UseVisualStyleBackColor = true;
  1220. //
  1221. // tabPage2
  1222. //
  1223. this.tabPage2.Controls.Add(this.dgvMissStaff);
  1224. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  1225. this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
  1226. this.tabPage2.Name = "tabPage2";
  1227. this.tabPage2.Size = new System.Drawing.Size(1200, 154);
  1228. this.tabPage2.TabIndex = 2;
  1229. this.tabPage2.Text = "漏检责任员工";
  1230. this.tabPage2.UseVisualStyleBackColor = true;
  1231. //
  1232. // dgvMissStaff
  1233. //
  1234. this.dgvMissStaff.AllowUserToAddRows = false;
  1235. this.dgvMissStaff.AllowUserToModifyRows = true;
  1236. dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  1237. this.dgvMissStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle12;
  1238. this.dgvMissStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1239. this.dgvMissStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  1240. this.dgvMissStaff.CellHeight = 25;
  1241. this.dgvMissStaff.ChildNodeColumnName = null;
  1242. this.dgvMissStaff.ChildNodeColumnText = null;
  1243. this.dgvMissStaff.ColumnDeep = 1;
  1244. this.dgvMissStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1245. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1246. dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  1247. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1248. dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
  1249. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1250. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1251. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1252. this.dgvMissStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
  1253. this.dgvMissStaff.ColumnHeadersHeight = 25;
  1254. this.dgvMissStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1255. this.dgvMissStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1256. this.dataGridViewCheckBoxColumn1,
  1257. this.dataGridViewTextBoxColumn1,
  1258. this.dataGridViewTextBoxColumn2,
  1259. this.dataGridViewTextBoxColumn3,
  1260. this.dataGridViewTextBoxColumn4,
  1261. this.dataGridViewTextBoxColumn5});
  1262. this.dgvMissStaff.ColumnTreeView = null;
  1263. 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)));
  1264. this.dgvMissStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  1265. this.dgvMissStaff.DynamicColumnName = "";
  1266. this.dgvMissStaff.EnableHeadersVisualStyles = false;
  1267. this.dgvMissStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1268. this.dgvMissStaff.FormatQuantityColumns = null;
  1269. this.dgvMissStaff.HorizontalMergeColumn = null;
  1270. this.dgvMissStaff.IsAutoCountSum = true;
  1271. this.dgvMissStaff.IsAutoResizeColumns = false;
  1272. this.dgvMissStaff.IsClickF12 = false;
  1273. this.dgvMissStaff.IsOpenMergeCellFlag = false;
  1274. this.dgvMissStaff.IsSubTotalFlag = false;
  1275. this.dgvMissStaff.IsTopDeep = false;
  1276. this.dgvMissStaff.Location = new System.Drawing.Point(0, 0);
  1277. this.dgvMissStaff.MergeColumnNames = null;
  1278. this.dgvMissStaff.MergeDetailColumnNames = null;
  1279. this.dgvMissStaff.MergeDetailOnlyColumn = null;
  1280. this.dgvMissStaff.MergeOnlyColumn = null;
  1281. this.dgvMissStaff.MultiSelect = false;
  1282. this.dgvMissStaff.Name = "dgvMissStaff";
  1283. this.dgvMissStaff.RefreshAtHscroll = false;
  1284. this.dgvMissStaff.RowHeadersWidth = 50;
  1285. this.dgvMissStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1286. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1287. this.dgvMissStaff.RowsDefaultCellStyle = dataGridViewCellStyle14;
  1288. this.dgvMissStaff.RowTemplate.Height = 25;
  1289. this.dgvMissStaff.Size = new System.Drawing.Size(1200, 154);
  1290. this.dgvMissStaff.SortOrderColumnName = null;
  1291. this.dgvMissStaff.TabIndex = 1;
  1292. this.dgvMissStaff.Tag = true;
  1293. this.dgvMissStaff.TotalSumColumns = null;
  1294. this.dgvMissStaff.ViewRowFilter = "";
  1295. this.dgvMissStaff.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvMissStaff_UserDeletingRow);
  1296. //
  1297. // dataGridViewCheckBoxColumn1
  1298. //
  1299. this.dataGridViewCheckBoxColumn1.DataPropertyName = "IsSelected";
  1300. this.dataGridViewCheckBoxColumn1.FalseValue = "0";
  1301. this.dataGridViewCheckBoxColumn1.FillWeight = 60F;
  1302. this.dataGridViewCheckBoxColumn1.HeaderText = "选择";
  1303. this.dataGridViewCheckBoxColumn1.MinimumWidth = 6;
  1304. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  1305. this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1306. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1307. this.dataGridViewCheckBoxColumn1.TrueValue = "1";
  1308. this.dataGridViewCheckBoxColumn1.Width = 60;
  1309. //
  1310. // dataGridViewTextBoxColumn1
  1311. //
  1312. this.dataGridViewTextBoxColumn1.DataPropertyName = "StaffCode";
  1313. this.dataGridViewTextBoxColumn1.HeaderText = "员工编号";
  1314. this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
  1315. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  1316. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  1317. this.dataGridViewTextBoxColumn1.Width = 125;
  1318. //
  1319. // dataGridViewTextBoxColumn2
  1320. //
  1321. this.dataGridViewTextBoxColumn2.DataPropertyName = "StaffName";
  1322. this.dataGridViewTextBoxColumn2.HeaderText = "员工名称";
  1323. this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
  1324. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  1325. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  1326. this.dataGridViewTextBoxColumn2.Width = 125;
  1327. //
  1328. // dataGridViewTextBoxColumn3
  1329. //
  1330. this.dataGridViewTextBoxColumn3.DataPropertyName = "StaffID";
  1331. this.dataGridViewTextBoxColumn3.HeaderText = "员工ID";
  1332. this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
  1333. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  1334. this.dataGridViewTextBoxColumn3.Visible = false;
  1335. this.dataGridViewTextBoxColumn3.Width = 125;
  1336. //
  1337. // dataGridViewTextBoxColumn4
  1338. //
  1339. this.dataGridViewTextBoxColumn4.DataPropertyName = "StaffStatus";
  1340. this.dataGridViewTextBoxColumn4.HeaderText = "员工状态";
  1341. this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
  1342. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  1343. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  1344. this.dataGridViewTextBoxColumn4.Visible = false;
  1345. this.dataGridViewTextBoxColumn4.Width = 125;
  1346. //
  1347. // dataGridViewTextBoxColumn5
  1348. //
  1349. this.dataGridViewTextBoxColumn5.DataPropertyName = "StaffTempCount";
  1350. this.dataGridViewTextBoxColumn5.HeaderText = "唯一标识";
  1351. this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
  1352. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1353. this.dataGridViewTextBoxColumn5.Visible = false;
  1354. this.dataGridViewTextBoxColumn5.Width = 125;
  1355. //
  1356. // tabPage4
  1357. //
  1358. this.tabPage4.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  1359. this.tabPage4.Controls.Add(this.btnUpload);
  1360. this.tabPage4.Controls.Add(this.lvPic);
  1361. this.tabPage4.Controls.Add(this.btnDelete);
  1362. this.tabPage4.Location = new System.Drawing.Point(4, 22);
  1363. this.tabPage4.Margin = new System.Windows.Forms.Padding(0);
  1364. this.tabPage4.Name = "tabPage4";
  1365. this.tabPage4.Size = new System.Drawing.Size(1200, 154);
  1366. this.tabPage4.TabIndex = 1;
  1367. this.tabPage4.Text = "缺陷图片";
  1368. this.tabPage4.UseVisualStyleBackColor = true;
  1369. //
  1370. // odlgFile
  1371. //
  1372. this.odlgFile.FileName = "openFileDialog1";
  1373. //
  1374. // splitContainer1
  1375. //
  1376. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1377. | System.Windows.Forms.AnchorStyles.Left)
  1378. | System.Windows.Forms.AnchorStyles.Right)));
  1379. this.splitContainer1.Location = new System.Drawing.Point(3, 69);
  1380. this.splitContainer1.Name = "splitContainer1";
  1381. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1382. //
  1383. // splitContainer1.Panel1
  1384. //
  1385. this.splitContainer1.Panel1.Controls.Add(this.dgvProductionData);
  1386. //
  1387. // splitContainer1.Panel2
  1388. //
  1389. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  1390. this.splitContainer1.Size = new System.Drawing.Size(1208, 617);
  1391. this.splitContainer1.SplitterDistance = 162;
  1392. this.splitContainer1.TabIndex = 32;
  1393. //
  1394. // splitContainer2
  1395. //
  1396. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1397. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  1398. this.splitContainer2.Margin = new System.Windows.Forms.Padding(0);
  1399. this.splitContainer2.Name = "splitContainer2";
  1400. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1401. //
  1402. // splitContainer2.Panel1
  1403. //
  1404. this.splitContainer2.Panel1.Controls.Add(this.dgvDefect);
  1405. this.splitContainer2.Panel1.Controls.Add(this.tsrOperate);
  1406. //
  1407. // splitContainer2.Panel2
  1408. //
  1409. this.splitContainer2.Panel2.Controls.Add(this.tabControl2);
  1410. this.splitContainer2.Size = new System.Drawing.Size(1208, 451);
  1411. this.splitContainer2.SplitterDistance = 251;
  1412. this.splitContainer2.TabIndex = 33;
  1413. //
  1414. // F_PM_3202
  1415. //
  1416. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1417. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1418. this.CancelButton = this.btnCancel;
  1419. this.CausesValidation = false;
  1420. this.ClientSize = new System.Drawing.Size(1214, 750);
  1421. this.Controls.Add(this.splitContainer1);
  1422. this.Controls.Add(this.btnCancel);
  1423. this.Controls.Add(this.gbxBasicInfo);
  1424. this.Controls.Add(this.btnSave);
  1425. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1426. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  1427. this.Name = "F_PM_3202";
  1428. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1429. this.Text = "半检";
  1430. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1431. this.Load += new System.EventHandler(this.F_PM_3202_Load);
  1432. this.Controls.SetChildIndex(this.btnSave, 0);
  1433. this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
  1434. this.Controls.SetChildIndex(this.btnCancel, 0);
  1435. this.Controls.SetChildIndex(this.splitContainer1, 0);
  1436. this.tsrOperate.ResumeLayout(false);
  1437. this.tsrOperate.PerformLayout();
  1438. this.gbxBasicInfo.ResumeLayout(false);
  1439. this.gbxBasicInfo.PerformLayout();
  1440. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).EndInit();
  1441. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  1442. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  1443. this.tabControl2.ResumeLayout(false);
  1444. this.tabPage3.ResumeLayout(false);
  1445. this.tabPage2.ResumeLayout(false);
  1446. ((System.ComponentModel.ISupportInitialize)(this.dgvMissStaff)).EndInit();
  1447. this.tabPage4.ResumeLayout(false);
  1448. this.splitContainer1.Panel1.ResumeLayout(false);
  1449. this.splitContainer1.Panel2.ResumeLayout(false);
  1450. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1451. this.splitContainer1.ResumeLayout(false);
  1452. this.splitContainer2.Panel1.ResumeLayout(false);
  1453. this.splitContainer2.Panel2.ResumeLayout(false);
  1454. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1455. this.splitContainer2.ResumeLayout(false);
  1456. this.ResumeLayout(false);
  1457. this.PerformLayout();
  1458. }
  1459. #endregion
  1460. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1461. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1462. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1463. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1464. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1465. private Basics.BaseControls.C_GroupBox gbxBasicInfo;
  1466. private Basics.BaseControls.C_TextBox txtBarCode;
  1467. private Basics.BaseControls.C_Label lblBarCode;
  1468. private Basics.BaseControls.C_DataGridView dgvProductionData;
  1469. private Basics.BaseControls.C_DataGridView dgvDefect;
  1470. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  1471. private System.Windows.Forms.ListView lvPic;
  1472. private Basics.BaseControls.C_Button btnDelete;
  1473. private Basics.BaseControls.C_Button btnUpload;
  1474. private Basics.BaseControls.C_Button btnSave;
  1475. private Basics.BaseControls.C_Button btnCancel;
  1476. private System.Windows.Forms.TabControl tabControl2;
  1477. private System.Windows.Forms.TabPage tabPage3;
  1478. private System.Windows.Forms.TabPage tabPage4;
  1479. private Basics.BaseControls.C_Label lblUserCode;
  1480. private Basics.BaseControls.C_TextBox txtUserCode;
  1481. private System.Windows.Forms.OpenFileDialog odlgFile;
  1482. private System.Windows.Forms.TabPage tabPage2;
  1483. private Basics.BaseControls.C_DataGridView dgvMissStaff;
  1484. private System.Windows.Forms.SplitContainer splitContainer1;
  1485. private System.Windows.Forms.SplitContainer splitContainer2;
  1486. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  1487. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  1488. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  1489. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  1490. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  1491. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  1492. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  1493. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1494. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1495. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1496. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1497. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1498. private System.Windows.Forms.DataGridViewCheckBoxColumn chkdiscarde;
  1499. private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
  1500. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  1501. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  1502. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionID;
  1503. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
  1504. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  1505. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineValue;
  1506. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureID;
  1507. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureCode;
  1508. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
  1509. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserID;
  1510. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserCode;
  1511. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
  1512. private System.Windows.Forms.DataGridViewTextBoxColumn JobsLocation;
  1513. private System.Windows.Forms.DataGridViewTextBoxColumn JobsText;
  1514. private System.Windows.Forms.DataGridViewTextBoxColumn MissedUserID;
  1515. private System.Windows.Forms.DataGridViewTextBoxColumn MissedUserCode;
  1516. private System.Windows.Forms.DataGridViewTextBoxColumn MissedUserName;
  1517. private System.Windows.Forms.DataGridViewTextBoxColumn DefectDeductionNum;
  1518. private System.Windows.Forms.DataGridViewTextBoxColumn DefectDeductionID;
  1519. private System.Windows.Forms.DataGridViewCheckBoxColumn IsOtherDefect;
  1520. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  1521. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionBarCode;
  1522. private System.Windows.Forms.DataGridViewTextBoxColumn TempCount;
  1523. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  1524. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
  1525. private System.Windows.Forms.DataGridViewTextBoxColumn IsAllowEdit;
  1526. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1527. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1528. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1529. private System.Windows.Forms.DataGridViewComboBoxColumn DefectFlag;
  1530. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox ReworkProcedureID;
  1531. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  1532. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1533. private System.Windows.Forms.DataGridViewTextBoxColumn Dictionaryvalue;
  1534. private System.Windows.Forms.DataGridViewTextBoxColumn dgvUserCode;
  1535. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1536. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1537. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1538. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1539. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  1540. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureCode;
  1541. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureName;
  1542. private System.Windows.Forms.DataGridViewCheckBoxColumn ReFine;
  1543. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairflag;
  1544. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1545. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1546. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1547. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  1548. private System.Windows.Forms.DataGridViewTextBoxColumn ReadOnly;
  1549. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  1550. }
  1551. }