F_PM_2205.Designer.cs 67 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2205
  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_2205));
  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. this.gbxBasicInfo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.lblSemiCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.lblDutyUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtReSemiCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblReSemiCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtReworkUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.txtReSemiCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.txtReworkProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.lblRework = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  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.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dgvUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  65. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ReworkProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ReworkProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ReFine = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. this.SpecialRepairflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.ReadOnly = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  77. this.chkdiscarde = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  78. this.DefectID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.DefectPositionID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.DefectFineValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.DefectProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.DefectProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.DefectUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.DefectUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.ProductionBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.TempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.DefectFineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.IsAllowEdit = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.dgvDefectStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  98. this.chkSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  99. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.StaffStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.StaffTempCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.UjobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.SjobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  107. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  108. this.tabControl2 = new System.Windows.Forms.TabControl();
  109. this.tabPage3 = new System.Windows.Forms.TabPage();
  110. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  111. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  112. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  113. this.gbxBasicInfo.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).BeginInit();
  117. this.tabControl2.SuspendLayout();
  118. this.tabPage3.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  120. this.splitContainer1.Panel1.SuspendLayout();
  121. this.splitContainer1.Panel2.SuspendLayout();
  122. this.splitContainer1.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  124. this.splitContainer2.Panel1.SuspendLayout();
  125. this.splitContainer2.Panel2.SuspendLayout();
  126. this.splitContainer2.SuspendLayout();
  127. this.SuspendLayout();
  128. //
  129. // gbxBasicInfo
  130. //
  131. this.gbxBasicInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  132. | System.Windows.Forms.AnchorStyles.Right)));
  133. this.gbxBasicInfo.BackColor = System.Drawing.Color.Transparent;
  134. this.gbxBasicInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxBasicInfo.BackgroundImage")));
  135. this.gbxBasicInfo.Controls.Add(this.lblSemiCheckType);
  136. this.gbxBasicInfo.Controls.Add(this.lblDutyUser);
  137. this.gbxBasicInfo.Controls.Add(this.txtReSemiCheckUserCode);
  138. this.gbxBasicInfo.Controls.Add(this.lblReSemiCheckUserCode);
  139. this.gbxBasicInfo.Controls.Add(this.txtUserCode);
  140. this.gbxBasicInfo.Controls.Add(this.lblUserCode);
  141. this.gbxBasicInfo.Controls.Add(this.txtReworkUserCode);
  142. this.gbxBasicInfo.Controls.Add(this.txtReSemiCheckType);
  143. this.gbxBasicInfo.Controls.Add(this.txtReworkProcedure);
  144. this.gbxBasicInfo.Controls.Add(this.txtBarCode);
  145. this.gbxBasicInfo.Controls.Add(this.lblRework);
  146. this.gbxBasicInfo.Controls.Add(this.lblBarCode);
  147. this.gbxBasicInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.gbxBasicInfo.ForeColor = System.Drawing.SystemColors.ControlText;
  149. this.gbxBasicInfo.IsMustInput = false;
  150. this.gbxBasicInfo.Location = new System.Drawing.Point(3, 5);
  151. this.gbxBasicInfo.Name = "gbxBasicInfo";
  152. this.gbxBasicInfo.OriginalHeight = -1;
  153. this.gbxBasicInfo.Size = new System.Drawing.Size(1208, 58);
  154. this.gbxBasicInfo.TabIndex = 0;
  155. this.gbxBasicInfo.TabStop = false;
  156. this.gbxBasicInfo.Text = "基础数据 ▼";
  157. //
  158. // lblSemiCheckType
  159. //
  160. this.lblSemiCheckType.AutoSize = true;
  161. this.lblSemiCheckType.BackColor = System.Drawing.Color.Transparent;
  162. this.lblSemiCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.lblSemiCheckType.ForeColor = System.Drawing.SystemColors.ControlText;
  164. this.lblSemiCheckType.Location = new System.Drawing.Point(203, 28);
  165. this.lblSemiCheckType.Name = "lblSemiCheckType";
  166. this.lblSemiCheckType.Size = new System.Drawing.Size(53, 12);
  167. this.lblSemiCheckType.TabIndex = 2;
  168. this.lblSemiCheckType.Text = "复检状态";
  169. //
  170. // lblDutyUser
  171. //
  172. this.lblDutyUser.AutoSize = true;
  173. this.lblDutyUser.BackColor = System.Drawing.Color.Transparent;
  174. this.lblDutyUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.lblDutyUser.ForeColor = System.Drawing.SystemColors.ControlText;
  176. this.lblDutyUser.Location = new System.Drawing.Point(786, 28);
  177. this.lblDutyUser.Name = "lblDutyUser";
  178. this.lblDutyUser.Size = new System.Drawing.Size(53, 12);
  179. this.lblDutyUser.TabIndex = 8;
  180. this.lblDutyUser.Text = "返工工号";
  181. //
  182. // txtReSemiCheckUserCode
  183. //
  184. this.txtReSemiCheckUserCode.BackColor = System.Drawing.SystemColors.Control;
  185. this.txtReSemiCheckUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.txtReSemiCheckUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  187. this.txtReSemiCheckUserCode.ErrorMessage = "";
  188. this.txtReSemiCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.txtReSemiCheckUserCode.Location = new System.Drawing.Point(459, 24);
  190. this.txtReSemiCheckUserCode.MaxLength = 20;
  191. this.txtReSemiCheckUserCode.Name = "txtReSemiCheckUserCode";
  192. this.txtReSemiCheckUserCode.ReadOnly = true;
  193. this.txtReSemiCheckUserCode.Size = new System.Drawing.Size(120, 21);
  194. this.txtReSemiCheckUserCode.TabIndex = 5;
  195. //
  196. // lblReSemiCheckUserCode
  197. //
  198. this.lblReSemiCheckUserCode.AutoSize = true;
  199. this.lblReSemiCheckUserCode.BackColor = System.Drawing.Color.Transparent;
  200. this.lblReSemiCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.lblReSemiCheckUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  202. this.lblReSemiCheckUserCode.Location = new System.Drawing.Point(401, 28);
  203. this.lblReSemiCheckUserCode.Name = "lblReSemiCheckUserCode";
  204. this.lblReSemiCheckUserCode.Size = new System.Drawing.Size(53, 12);
  205. this.lblReSemiCheckUserCode.TabIndex = 4;
  206. this.lblReSemiCheckUserCode.Text = "复检工号";
  207. //
  208. // txtUserCode
  209. //
  210. this.txtUserCode.BackColor = System.Drawing.SystemColors.Control;
  211. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  212. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  213. this.txtUserCode.ErrorMessage = "";
  214. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.txtUserCode.Location = new System.Drawing.Point(1050, 24);
  216. this.txtUserCode.MaxLength = 20;
  217. this.txtUserCode.Name = "txtUserCode";
  218. this.txtUserCode.ReadOnly = true;
  219. this.txtUserCode.Size = new System.Drawing.Size(120, 21);
  220. this.txtUserCode.TabIndex = 11;
  221. //
  222. // lblUserCode
  223. //
  224. this.lblUserCode.AutoSize = true;
  225. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  226. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  228. this.lblUserCode.Location = new System.Drawing.Point(993, 28);
  229. this.lblUserCode.Name = "lblUserCode";
  230. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  231. this.lblUserCode.TabIndex = 10;
  232. this.lblUserCode.Text = "半检工号";
  233. //
  234. // txtReworkUserCode
  235. //
  236. this.txtReworkUserCode.BackColor = System.Drawing.SystemColors.Control;
  237. this.txtReworkUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  238. this.txtReworkUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  239. this.txtReworkUserCode.ErrorMessage = "";
  240. this.txtReworkUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.txtReworkUserCode.Location = new System.Drawing.Point(853, 24);
  242. this.txtReworkUserCode.MaxLength = 11;
  243. this.txtReworkUserCode.Name = "txtReworkUserCode";
  244. this.txtReworkUserCode.ReadOnly = true;
  245. this.txtReworkUserCode.Size = new System.Drawing.Size(120, 21);
  246. this.txtReworkUserCode.TabIndex = 9;
  247. this.txtReworkUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  248. //
  249. // txtReSemiCheckType
  250. //
  251. this.txtReSemiCheckType.BackColor = System.Drawing.SystemColors.Control;
  252. this.txtReSemiCheckType.BackgroundColor = System.Drawing.SystemColors.Window;
  253. this.txtReSemiCheckType.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  254. this.txtReSemiCheckType.ErrorMessage = "";
  255. this.txtReSemiCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.txtReSemiCheckType.Location = new System.Drawing.Point(262, 24);
  257. this.txtReSemiCheckType.MaxLength = 11;
  258. this.txtReSemiCheckType.Name = "txtReSemiCheckType";
  259. this.txtReSemiCheckType.ReadOnly = true;
  260. this.txtReSemiCheckType.Size = new System.Drawing.Size(120, 21);
  261. this.txtReSemiCheckType.TabIndex = 3;
  262. this.txtReSemiCheckType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  263. //
  264. // txtReworkProcedure
  265. //
  266. this.txtReworkProcedure.BackColor = System.Drawing.SystemColors.Control;
  267. this.txtReworkProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  268. this.txtReworkProcedure.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  269. this.txtReworkProcedure.ErrorMessage = "";
  270. this.txtReworkProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.txtReworkProcedure.Location = new System.Drawing.Point(656, 24);
  272. this.txtReworkProcedure.MaxLength = 11;
  273. this.txtReworkProcedure.Name = "txtReworkProcedure";
  274. this.txtReworkProcedure.ReadOnly = true;
  275. this.txtReworkProcedure.Size = new System.Drawing.Size(120, 21);
  276. this.txtReworkProcedure.TabIndex = 7;
  277. this.txtReworkProcedure.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  278. //
  279. // txtBarCode
  280. //
  281. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  282. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  283. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  284. this.txtBarCode.ErrorMessage = "";
  285. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.txtBarCode.Location = new System.Drawing.Point(67, 24);
  287. this.txtBarCode.MaxLength = 11;
  288. this.txtBarCode.Name = "txtBarCode";
  289. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  290. this.txtBarCode.TabIndex = 1;
  291. this.txtBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
  292. //
  293. // lblRework
  294. //
  295. this.lblRework.AutoSize = true;
  296. this.lblRework.BackColor = System.Drawing.Color.Transparent;
  297. this.lblRework.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.lblRework.ForeColor = System.Drawing.SystemColors.ControlText;
  299. this.lblRework.Location = new System.Drawing.Point(602, 28);
  300. this.lblRework.Name = "lblRework";
  301. this.lblRework.Size = new System.Drawing.Size(53, 12);
  302. this.lblRework.TabIndex = 6;
  303. this.lblRework.Text = "返工工序";
  304. //
  305. // lblBarCode
  306. //
  307. this.lblBarCode.AutoSize = true;
  308. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  309. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.lblBarCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  311. this.lblBarCode.IsMustInput = true;
  312. this.lblBarCode.Location = new System.Drawing.Point(9, 28);
  313. this.lblBarCode.Name = "lblBarCode";
  314. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  315. this.lblBarCode.TabIndex = 0;
  316. this.lblBarCode.Text = "产品条码";
  317. //
  318. // dgvProductionData
  319. //
  320. this.dgvProductionData.AllowUserToAddRows = false;
  321. this.dgvProductionData.AllowUserToModifyRows = true;
  322. this.dgvProductionData.AllowUserToOrderColumns = true;
  323. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  324. this.dgvProductionData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  325. this.dgvProductionData.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  326. this.dgvProductionData.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  327. this.dgvProductionData.CellHeight = 25;
  328. this.dgvProductionData.ChildNodeColumnName = null;
  329. this.dgvProductionData.ChildNodeColumnText = null;
  330. this.dgvProductionData.ColumnDeep = 1;
  331. this.dgvProductionData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  332. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  333. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  334. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  336. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  337. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  338. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  339. this.dgvProductionData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  340. this.dgvProductionData.ColumnHeadersHeight = 25;
  341. this.dgvProductionData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  342. this.dgvProductionData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  343. this.BarCode,
  344. this.GoodsCode,
  345. this.GoodsName,
  346. this.KilnCode,
  347. this.KilnCarCode,
  348. this.Dictionaryvalue,
  349. this.dgvUserCode,
  350. this.MouldCode,
  351. this.GroutingDate,
  352. this.GroutingUserCode,
  353. this.IsPublicBody,
  354. this.GroutingNum,
  355. this.ReworkProcedureCode,
  356. this.ReworkProcedureName,
  357. this.ReFine,
  358. this.SpecialRepairflag,
  359. this.LogoCodeName,
  360. this.Remarks,
  361. this.GoodsID,
  362. this.GoodsLevelTypeID,
  363. this.ReadOnly,
  364. this.LogoID});
  365. this.dgvProductionData.ColumnTreeView = null;
  366. 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)));
  367. this.dgvProductionData.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.dgvProductionData.DynamicColumnName = "";
  369. this.dgvProductionData.EnableHeadersVisualStyles = false;
  370. this.dgvProductionData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.dgvProductionData.IsAutoCountSum = true;
  372. this.dgvProductionData.IsAutoResizeColumns = false;
  373. this.dgvProductionData.IsClickF12 = false;
  374. this.dgvProductionData.IsSubTotalFlag = false;
  375. this.dgvProductionData.Location = new System.Drawing.Point(0, 0);
  376. this.dgvProductionData.MultiSelect = false;
  377. this.dgvProductionData.Name = "dgvProductionData";
  378. this.dgvProductionData.RefreshAtHscroll = false;
  379. this.dgvProductionData.RowHeadersWidth = 50;
  380. this.dgvProductionData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  381. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  382. this.dgvProductionData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  383. this.dgvProductionData.RowTemplate.Height = 25;
  384. this.dgvProductionData.Size = new System.Drawing.Size(1208, 150);
  385. this.dgvProductionData.SortOrderColumnName = null;
  386. this.dgvProductionData.TabIndex = 0;
  387. this.dgvProductionData.Tag = true;
  388. this.dgvProductionData.TotalSumColumns = null;
  389. this.dgvProductionData.ViewRowFilter = "";
  390. this.dgvProductionData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvProductionData_CellBeginEdit);
  391. this.dgvProductionData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProductionData_CellValueChanged);
  392. this.dgvProductionData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvProductionData_EditingControlShowing);
  393. this.dgvProductionData.SelectionChanged += new System.EventHandler(this.dgvProductionData_SelectionChanged);
  394. this.dgvProductionData.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvProductionData_UserDeletingRow);
  395. //
  396. // BarCode
  397. //
  398. this.BarCode.DataPropertyName = "BarCode";
  399. this.BarCode.HeaderText = "产品条码";
  400. this.BarCode.Name = "BarCode";
  401. this.BarCode.ReadOnly = true;
  402. //
  403. // GoodsCode
  404. //
  405. this.GoodsCode.DataPropertyName = "GoodsCode";
  406. this.GoodsCode.HeaderText = "产品编码";
  407. this.GoodsCode.Name = "GoodsCode";
  408. this.GoodsCode.ReadOnly = true;
  409. //
  410. // GoodsName
  411. //
  412. this.GoodsName.DataPropertyName = "GoodsName";
  413. this.GoodsName.HeaderText = "产品名称";
  414. this.GoodsName.Name = "GoodsName";
  415. this.GoodsName.ReadOnly = true;
  416. //
  417. // KilnCode
  418. //
  419. this.KilnCode.DataPropertyName = "KilnCode";
  420. this.KilnCode.HeaderText = "窑炉编码";
  421. this.KilnCode.Name = "KilnCode";
  422. this.KilnCode.ReadOnly = true;
  423. this.KilnCode.Visible = false;
  424. //
  425. // KilnCarCode
  426. //
  427. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  428. this.KilnCarCode.HeaderText = "窑车编码";
  429. this.KilnCarCode.Name = "KilnCarCode";
  430. this.KilnCarCode.ReadOnly = true;
  431. this.KilnCarCode.Visible = false;
  432. //
  433. // Dictionaryvalue
  434. //
  435. this.Dictionaryvalue.DataPropertyName = "Dictionaryvalue";
  436. this.Dictionaryvalue.HeaderText = "窑车位置";
  437. this.Dictionaryvalue.Name = "Dictionaryvalue";
  438. this.Dictionaryvalue.ReadOnly = true;
  439. this.Dictionaryvalue.Visible = false;
  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. this.ReFine.Visible = false;
  519. //
  520. // SpecialRepairflag
  521. //
  522. this.SpecialRepairflag.DataPropertyName = "SpecialRepairflag";
  523. this.SpecialRepairflag.FalseValue = "0";
  524. this.SpecialRepairflag.HeaderText = "干补标识";
  525. this.SpecialRepairflag.Name = "SpecialRepairflag";
  526. this.SpecialRepairflag.ReadOnly = true;
  527. this.SpecialRepairflag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  528. this.SpecialRepairflag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  529. this.SpecialRepairflag.TrueValue = "1";
  530. //
  531. // LogoCodeName
  532. //
  533. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  534. this.LogoCodeName.HeaderText = "商标";
  535. this.LogoCodeName.Name = "LogoCodeName";
  536. this.LogoCodeName.ReadOnly = true;
  537. //
  538. // Remarks
  539. //
  540. this.Remarks.DataPropertyName = "Remarks";
  541. this.Remarks.HeaderText = "备注";
  542. this.Remarks.MaxInputLength = 200;
  543. this.Remarks.Name = "Remarks";
  544. this.Remarks.ReadOnly = true;
  545. this.Remarks.Width = 500;
  546. //
  547. // GoodsID
  548. //
  549. this.GoodsID.DataPropertyName = "GoodsID";
  550. this.GoodsID.HeaderText = "产品ID";
  551. this.GoodsID.Name = "GoodsID";
  552. this.GoodsID.Visible = false;
  553. //
  554. // GoodsLevelTypeID
  555. //
  556. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  557. this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
  558. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  559. this.GoodsLevelTypeID.Visible = false;
  560. //
  561. // ReadOnly
  562. //
  563. this.ReadOnly.DataPropertyName = "ReadOnly";
  564. this.ReadOnly.HeaderText = "只读标识";
  565. this.ReadOnly.Name = "ReadOnly";
  566. this.ReadOnly.Visible = false;
  567. //
  568. // LogoID
  569. //
  570. this.LogoID.DataPropertyName = "LogoID";
  571. this.LogoID.HeaderText = "LogoID";
  572. this.LogoID.Name = "LogoID";
  573. this.LogoID.Visible = false;
  574. //
  575. // dgvDefect
  576. //
  577. this.dgvDefect.AllowUserToAddRows = false;
  578. this.dgvDefect.AllowUserToDeleteRows = false;
  579. this.dgvDefect.AllowUserToModifyRows = true;
  580. this.dgvDefect.AllowUserToOrderColumns = true;
  581. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  582. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  583. this.dgvDefect.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  584. | System.Windows.Forms.AnchorStyles.Left)
  585. | System.Windows.Forms.AnchorStyles.Right)));
  586. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  587. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  588. this.dgvDefect.CellHeight = 25;
  589. this.dgvDefect.ChildNodeColumnName = null;
  590. this.dgvDefect.ChildNodeColumnText = null;
  591. this.dgvDefect.ColumnDeep = 1;
  592. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  593. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  594. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  595. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  597. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  598. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  599. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  600. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  601. this.dgvDefect.ColumnHeadersHeight = 25;
  602. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  603. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  604. this.chkdiscarde,
  605. this.DefectID,
  606. this.DefectCode,
  607. this.DefectName,
  608. this.DefectPositionID,
  609. this.DefectPositionCode,
  610. this.DefectPositionName,
  611. this.DefectFineValue,
  612. this.DefectProcedureID,
  613. this.DefectProcedureCode,
  614. this.DefectProcedureName,
  615. this.DefectUserID,
  616. this.DefectUserCode,
  617. this.DefectUserName,
  618. this.DefectRemarks,
  619. this.ProductionBarCode,
  620. this.TempCount,
  621. this.ProductionDataID,
  622. this.DefectFineID,
  623. this.IsAllowEdit});
  624. this.dgvDefect.ColumnTreeView = null;
  625. 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)));
  626. this.dgvDefect.DynamicColumnName = "";
  627. this.dgvDefect.EnableHeadersVisualStyles = false;
  628. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  629. this.dgvDefect.IsAutoCountSum = true;
  630. this.dgvDefect.IsAutoResizeColumns = false;
  631. this.dgvDefect.IsClickF12 = false;
  632. this.dgvDefect.IsSubTotalFlag = false;
  633. this.dgvDefect.Location = new System.Drawing.Point(0, 3);
  634. this.dgvDefect.MultiSelect = false;
  635. this.dgvDefect.Name = "dgvDefect";
  636. this.dgvDefect.ReadOnly = true;
  637. this.dgvDefect.RefreshAtHscroll = false;
  638. this.dgvDefect.RowHeadersWidth = 50;
  639. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  640. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  641. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle8;
  642. this.dgvDefect.RowTemplate.Height = 25;
  643. this.dgvDefect.Size = new System.Drawing.Size(1205, 226);
  644. this.dgvDefect.SortOrderColumnName = null;
  645. this.dgvDefect.TabIndex = 0;
  646. this.dgvDefect.Tag = true;
  647. this.dgvDefect.TotalSumColumns = null;
  648. this.dgvDefect.ViewRowFilter = "";
  649. this.dgvDefect.SelectionChanged += new System.EventHandler(this.dgvDefect_SelectionChanged);
  650. //
  651. // chkdiscarde
  652. //
  653. this.chkdiscarde.DataPropertyName = "discarde";
  654. this.chkdiscarde.FalseValue = "0";
  655. this.chkdiscarde.FillWeight = 60F;
  656. this.chkdiscarde.HeaderText = "报废工序";
  657. this.chkdiscarde.Name = "chkdiscarde";
  658. this.chkdiscarde.ReadOnly = true;
  659. this.chkdiscarde.TrueValue = "1";
  660. this.chkdiscarde.Visible = false;
  661. this.chkdiscarde.Width = 60;
  662. //
  663. // DefectID
  664. //
  665. this.DefectID.DataPropertyName = "DefectID";
  666. this.DefectID.HeaderText = "缺陷ID";
  667. this.DefectID.Name = "DefectID";
  668. this.DefectID.ReadOnly = true;
  669. this.DefectID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  670. this.DefectID.Visible = false;
  671. //
  672. // DefectCode
  673. //
  674. this.DefectCode.DataPropertyName = "DefectCode";
  675. this.DefectCode.HeaderText = "缺陷显示编码";
  676. this.DefectCode.Name = "DefectCode";
  677. this.DefectCode.ReadOnly = true;
  678. this.DefectCode.Visible = false;
  679. //
  680. // DefectName
  681. //
  682. this.DefectName.DataPropertyName = "DefectName";
  683. this.DefectName.HeaderText = "缺陷";
  684. this.DefectName.Name = "DefectName";
  685. this.DefectName.ReadOnly = true;
  686. //
  687. // DefectPositionID
  688. //
  689. this.DefectPositionID.DataPropertyName = "DefectPositionID";
  690. this.DefectPositionID.HeaderText = "缺陷位置ID";
  691. this.DefectPositionID.Name = "DefectPositionID";
  692. this.DefectPositionID.ReadOnly = true;
  693. this.DefectPositionID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  694. this.DefectPositionID.Visible = false;
  695. //
  696. // DefectPositionCode
  697. //
  698. this.DefectPositionCode.DataPropertyName = "DefectPositionCode";
  699. this.DefectPositionCode.HeaderText = "缺陷位置编码";
  700. this.DefectPositionCode.Name = "DefectPositionCode";
  701. this.DefectPositionCode.ReadOnly = true;
  702. this.DefectPositionCode.Visible = false;
  703. //
  704. // DefectPositionName
  705. //
  706. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  707. this.DefectPositionName.HeaderText = "缺陷位置";
  708. this.DefectPositionName.Name = "DefectPositionName";
  709. this.DefectPositionName.ReadOnly = true;
  710. //
  711. // DefectFineValue
  712. //
  713. this.DefectFineValue.DataPropertyName = "DefectFineValue";
  714. this.DefectFineValue.HeaderText = "缺陷扣罚";
  715. this.DefectFineValue.Name = "DefectFineValue";
  716. this.DefectFineValue.ReadOnly = true;
  717. this.DefectFineValue.Visible = false;
  718. //
  719. // DefectProcedureID
  720. //
  721. this.DefectProcedureID.DataPropertyName = "DefectProcedureID";
  722. this.DefectProcedureID.HeaderText = "责任工序ID";
  723. this.DefectProcedureID.Name = "DefectProcedureID";
  724. this.DefectProcedureID.ReadOnly = true;
  725. this.DefectProcedureID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  726. this.DefectProcedureID.Visible = false;
  727. //
  728. // DefectProcedureCode
  729. //
  730. this.DefectProcedureCode.DataPropertyName = "DefectProcedureCode";
  731. this.DefectProcedureCode.HeaderText = "责任工序编码";
  732. this.DefectProcedureCode.Name = "DefectProcedureCode";
  733. this.DefectProcedureCode.ReadOnly = true;
  734. this.DefectProcedureCode.Visible = false;
  735. //
  736. // DefectProcedureName
  737. //
  738. this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
  739. this.DefectProcedureName.HeaderText = "责任工序";
  740. this.DefectProcedureName.Name = "DefectProcedureName";
  741. this.DefectProcedureName.ReadOnly = true;
  742. //
  743. // DefectUserID
  744. //
  745. this.DefectUserID.DataPropertyName = "DefectUserID";
  746. this.DefectUserID.HeaderText = "责任工号ID";
  747. this.DefectUserID.Name = "DefectUserID";
  748. this.DefectUserID.ReadOnly = true;
  749. this.DefectUserID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  750. this.DefectUserID.Visible = false;
  751. //
  752. // DefectUserCode
  753. //
  754. this.DefectUserCode.DataPropertyName = "DefectUserCode";
  755. this.DefectUserCode.HeaderText = "责任工号编码";
  756. this.DefectUserCode.Name = "DefectUserCode";
  757. this.DefectUserCode.ReadOnly = true;
  758. this.DefectUserCode.Visible = false;
  759. //
  760. // DefectUserName
  761. //
  762. this.DefectUserName.DataPropertyName = "DefectUserName";
  763. this.DefectUserName.HeaderText = "责任工号";
  764. this.DefectUserName.Name = "DefectUserName";
  765. this.DefectUserName.ReadOnly = true;
  766. //
  767. // DefectRemarks
  768. //
  769. this.DefectRemarks.DataPropertyName = "DefectRemarks";
  770. this.DefectRemarks.HeaderText = "备注";
  771. this.DefectRemarks.MaxInputLength = 200;
  772. this.DefectRemarks.Name = "DefectRemarks";
  773. this.DefectRemarks.ReadOnly = true;
  774. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  775. this.DefectRemarks.Width = 200;
  776. //
  777. // ProductionBarCode
  778. //
  779. this.ProductionBarCode.DataPropertyName = "BarCode";
  780. this.ProductionBarCode.HeaderText = "产品条码ID";
  781. this.ProductionBarCode.Name = "ProductionBarCode";
  782. this.ProductionBarCode.ReadOnly = true;
  783. this.ProductionBarCode.Visible = false;
  784. //
  785. // TempCount
  786. //
  787. this.TempCount.DataPropertyName = "TempCount";
  788. this.TempCount.HeaderText = "唯一标识";
  789. this.TempCount.Name = "TempCount";
  790. this.TempCount.ReadOnly = true;
  791. this.TempCount.Visible = false;
  792. //
  793. // ProductionDataID
  794. //
  795. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  796. this.ProductionDataID.HeaderText = "生产数据ID";
  797. this.ProductionDataID.Name = "ProductionDataID";
  798. this.ProductionDataID.ReadOnly = true;
  799. this.ProductionDataID.Visible = false;
  800. //
  801. // DefectFineID
  802. //
  803. this.DefectFineID.DataPropertyName = "DefectFineID";
  804. this.DefectFineID.HeaderText = "缺陷扣罚ID";
  805. this.DefectFineID.Name = "DefectFineID";
  806. this.DefectFineID.ReadOnly = true;
  807. this.DefectFineID.Visible = false;
  808. //
  809. // IsAllowEdit
  810. //
  811. this.IsAllowEdit.DataPropertyName = "IsAllowEdit";
  812. this.IsAllowEdit.HeaderText = "允许编辑";
  813. this.IsAllowEdit.Name = "IsAllowEdit";
  814. this.IsAllowEdit.ReadOnly = true;
  815. this.IsAllowEdit.Visible = false;
  816. //
  817. // dgvDefectStaff
  818. //
  819. this.dgvDefectStaff.AllowUserToAddRows = false;
  820. this.dgvDefectStaff.AllowUserToDeleteRows = false;
  821. this.dgvDefectStaff.AllowUserToModifyRows = true;
  822. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  823. this.dgvDefectStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  824. this.dgvDefectStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  825. this.dgvDefectStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  826. this.dgvDefectStaff.CellHeight = 25;
  827. this.dgvDefectStaff.ChildNodeColumnName = null;
  828. this.dgvDefectStaff.ChildNodeColumnText = null;
  829. this.dgvDefectStaff.ColumnDeep = 1;
  830. this.dgvDefectStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  831. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  832. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  833. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  834. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  835. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  836. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  837. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  838. this.dgvDefectStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  839. this.dgvDefectStaff.ColumnHeadersHeight = 25;
  840. this.dgvDefectStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  841. this.dgvDefectStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  842. this.chkSelected,
  843. this.StaffCode,
  844. this.StaffName,
  845. this.StaffID,
  846. this.StaffStatus,
  847. this.StaffTempCount,
  848. this.UjobsID,
  849. this.SjobsID});
  850. this.dgvDefectStaff.ColumnTreeView = null;
  851. 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)));
  852. this.dgvDefectStaff.Dock = System.Windows.Forms.DockStyle.Fill;
  853. this.dgvDefectStaff.DynamicColumnName = "";
  854. this.dgvDefectStaff.EnableHeadersVisualStyles = false;
  855. this.dgvDefectStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  856. this.dgvDefectStaff.IsAutoCountSum = true;
  857. this.dgvDefectStaff.IsAutoResizeColumns = false;
  858. this.dgvDefectStaff.IsClickF12 = false;
  859. this.dgvDefectStaff.IsSubTotalFlag = false;
  860. this.dgvDefectStaff.Location = new System.Drawing.Point(0, 0);
  861. this.dgvDefectStaff.MultiSelect = false;
  862. this.dgvDefectStaff.Name = "dgvDefectStaff";
  863. this.dgvDefectStaff.RefreshAtHscroll = false;
  864. this.dgvDefectStaff.RowHeadersWidth = 50;
  865. this.dgvDefectStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  866. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  867. this.dgvDefectStaff.RowsDefaultCellStyle = dataGridViewCellStyle11;
  868. this.dgvDefectStaff.RowTemplate.Height = 25;
  869. this.dgvDefectStaff.Size = new System.Drawing.Size(1200, 154);
  870. this.dgvDefectStaff.SortOrderColumnName = null;
  871. this.dgvDefectStaff.TabIndex = 0;
  872. this.dgvDefectStaff.Tag = true;
  873. this.dgvDefectStaff.TotalSumColumns = null;
  874. this.dgvDefectStaff.ViewRowFilter = "";
  875. this.dgvDefectStaff.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvDefectStaff_UserDeletingRow);
  876. //
  877. // chkSelected
  878. //
  879. this.chkSelected.DataPropertyName = "IsSelected";
  880. this.chkSelected.FalseValue = "0";
  881. this.chkSelected.FillWeight = 60F;
  882. this.chkSelected.HeaderText = "选择";
  883. this.chkSelected.Name = "chkSelected";
  884. this.chkSelected.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  885. this.chkSelected.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  886. this.chkSelected.TrueValue = "1";
  887. this.chkSelected.Visible = false;
  888. this.chkSelected.Width = 60;
  889. //
  890. // StaffCode
  891. //
  892. this.StaffCode.DataPropertyName = "StaffCode";
  893. this.StaffCode.HeaderText = "员工编号";
  894. this.StaffCode.Name = "StaffCode";
  895. this.StaffCode.ReadOnly = true;
  896. //
  897. // StaffName
  898. //
  899. this.StaffName.DataPropertyName = "StaffName";
  900. this.StaffName.HeaderText = "员工名称";
  901. this.StaffName.Name = "StaffName";
  902. this.StaffName.ReadOnly = true;
  903. //
  904. // StaffID
  905. //
  906. this.StaffID.DataPropertyName = "StaffID";
  907. this.StaffID.HeaderText = "员工ID";
  908. this.StaffID.Name = "StaffID";
  909. this.StaffID.Visible = false;
  910. //
  911. // StaffStatus
  912. //
  913. this.StaffStatus.DataPropertyName = "StaffStatus";
  914. this.StaffStatus.HeaderText = "员工状态";
  915. this.StaffStatus.Name = "StaffStatus";
  916. this.StaffStatus.ReadOnly = true;
  917. this.StaffStatus.Visible = false;
  918. //
  919. // StaffTempCount
  920. //
  921. this.StaffTempCount.DataPropertyName = "StaffTempCount";
  922. this.StaffTempCount.HeaderText = "唯一标识";
  923. this.StaffTempCount.Name = "StaffTempCount";
  924. this.StaffTempCount.Visible = false;
  925. //
  926. // UjobsID
  927. //
  928. this.UjobsID.DataPropertyName = "UjobsID";
  929. this.UjobsID.HeaderText = "UjobsID";
  930. this.UjobsID.Name = "UjobsID";
  931. this.UjobsID.Visible = false;
  932. //
  933. // SjobsID
  934. //
  935. this.SjobsID.DataPropertyName = "SjobsID";
  936. this.SjobsID.HeaderText = "SjobsID";
  937. this.SjobsID.Name = "SjobsID";
  938. this.SjobsID.Visible = false;
  939. //
  940. // btnSave
  941. //
  942. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  943. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  944. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  945. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  946. this.btnSave.ForeColor = System.Drawing.Color.White;
  947. this.btnSave.Location = new System.Drawing.Point(1036, 645);
  948. this.btnSave.Name = "btnSave";
  949. this.btnSave.Size = new System.Drawing.Size(86, 33);
  950. this.btnSave.TabIndex = 1;
  951. this.btnSave.Tag = "保存";
  952. this.btnSave.Text = "保存";
  953. this.btnSave.UseVisualStyleBackColor = false;
  954. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  955. //
  956. // btnCancel
  957. //
  958. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  959. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  960. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  961. this.btnCancel.CausesValidation = false;
  962. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  963. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  964. this.btnCancel.ForeColor = System.Drawing.Color.White;
  965. this.btnCancel.Location = new System.Drawing.Point(1125, 645);
  966. this.btnCancel.Name = "btnCancel";
  967. this.btnCancel.Size = new System.Drawing.Size(86, 33);
  968. this.btnCancel.TabIndex = 2;
  969. this.btnCancel.Text = "关闭";
  970. this.btnCancel.UseVisualStyleBackColor = false;
  971. //
  972. // tabControl2
  973. //
  974. this.tabControl2.Controls.Add(this.tabPage3);
  975. this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  976. this.tabControl2.Location = new System.Drawing.Point(0, 0);
  977. this.tabControl2.Margin = new System.Windows.Forms.Padding(0);
  978. this.tabControl2.Name = "tabControl2";
  979. this.tabControl2.SelectedIndex = 0;
  980. this.tabControl2.Size = new System.Drawing.Size(1208, 180);
  981. this.tabControl2.TabIndex = 0;
  982. //
  983. // tabPage3
  984. //
  985. this.tabPage3.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  986. this.tabPage3.Controls.Add(this.dgvDefectStaff);
  987. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  988. this.tabPage3.Margin = new System.Windows.Forms.Padding(0);
  989. this.tabPage3.Name = "tabPage3";
  990. this.tabPage3.Size = new System.Drawing.Size(1200, 154);
  991. this.tabPage3.TabIndex = 0;
  992. this.tabPage3.Text = "责任员工";
  993. this.tabPage3.UseVisualStyleBackColor = true;
  994. //
  995. // odlgFile
  996. //
  997. this.odlgFile.FileName = "openFileDialog1";
  998. //
  999. // splitContainer1
  1000. //
  1001. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1002. | System.Windows.Forms.AnchorStyles.Right)));
  1003. this.splitContainer1.Location = new System.Drawing.Point(3, 69);
  1004. this.splitContainer1.Name = "splitContainer1";
  1005. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1006. //
  1007. // splitContainer1.Panel1
  1008. //
  1009. this.splitContainer1.Panel1.Controls.Add(this.dgvProductionData);
  1010. //
  1011. // splitContainer1.Panel2
  1012. //
  1013. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  1014. this.splitContainer1.Size = new System.Drawing.Size(1208, 570);
  1015. this.splitContainer1.SplitterDistance = 150;
  1016. this.splitContainer1.TabIndex = 32;
  1017. //
  1018. // splitContainer2
  1019. //
  1020. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1021. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  1022. this.splitContainer2.Margin = new System.Windows.Forms.Padding(0);
  1023. this.splitContainer2.Name = "splitContainer2";
  1024. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1025. //
  1026. // splitContainer2.Panel1
  1027. //
  1028. this.splitContainer2.Panel1.Controls.Add(this.dgvDefect);
  1029. //
  1030. // splitContainer2.Panel2
  1031. //
  1032. this.splitContainer2.Panel2.Controls.Add(this.tabControl2);
  1033. this.splitContainer2.Size = new System.Drawing.Size(1208, 416);
  1034. this.splitContainer2.SplitterDistance = 232;
  1035. this.splitContainer2.TabIndex = 33;
  1036. //
  1037. // F_PM_2205
  1038. //
  1039. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1040. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1041. this.CancelButton = this.btnCancel;
  1042. this.CausesValidation = false;
  1043. this.ClientSize = new System.Drawing.Size(1214, 750);
  1044. this.Controls.Add(this.splitContainer1);
  1045. this.Controls.Add(this.btnCancel);
  1046. this.Controls.Add(this.gbxBasicInfo);
  1047. this.Controls.Add(this.btnSave);
  1048. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1049. this.Name = "F_PM_2205";
  1050. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1051. this.Text = "撤销复检";
  1052. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1053. this.Load += new System.EventHandler(this.F_PM_1202_Load);
  1054. this.Controls.SetChildIndex(this.btnSave, 0);
  1055. this.Controls.SetChildIndex(this.gbxBasicInfo, 0);
  1056. this.Controls.SetChildIndex(this.btnCancel, 0);
  1057. this.Controls.SetChildIndex(this.splitContainer1, 0);
  1058. this.gbxBasicInfo.ResumeLayout(false);
  1059. this.gbxBasicInfo.PerformLayout();
  1060. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionData)).EndInit();
  1061. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  1062. ((System.ComponentModel.ISupportInitialize)(this.dgvDefectStaff)).EndInit();
  1063. this.tabControl2.ResumeLayout(false);
  1064. this.tabPage3.ResumeLayout(false);
  1065. this.splitContainer1.Panel1.ResumeLayout(false);
  1066. this.splitContainer1.Panel2.ResumeLayout(false);
  1067. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1068. this.splitContainer1.ResumeLayout(false);
  1069. this.splitContainer2.Panel1.ResumeLayout(false);
  1070. this.splitContainer2.Panel2.ResumeLayout(false);
  1071. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1072. this.splitContainer2.ResumeLayout(false);
  1073. this.ResumeLayout(false);
  1074. this.PerformLayout();
  1075. }
  1076. #endregion
  1077. private Basics.BaseControls.C_GroupBox gbxBasicInfo;
  1078. private Basics.BaseControls.C_TextBox txtBarCode;
  1079. private Basics.BaseControls.C_Label lblBarCode;
  1080. private Basics.BaseControls.C_DataGridView dgvProductionData;
  1081. private Basics.BaseControls.C_DataGridView dgvDefect;
  1082. private Basics.BaseControls.C_DataGridView dgvDefectStaff;
  1083. private Basics.BaseControls.C_Button btnSave;
  1084. private Basics.BaseControls.C_Button btnCancel;
  1085. private System.Windows.Forms.TabControl tabControl2;
  1086. private System.Windows.Forms.TabPage tabPage3;
  1087. private Basics.BaseControls.C_Label lblUserCode;
  1088. private Basics.BaseControls.C_TextBox txtUserCode;
  1089. private System.Windows.Forms.OpenFileDialog odlgFile;
  1090. private System.Windows.Forms.SplitContainer splitContainer1;
  1091. private System.Windows.Forms.SplitContainer splitContainer2;
  1092. private Basics.BaseControls.C_Label lblRework;
  1093. private Basics.BaseControls.C_Label lblDutyUser;
  1094. private Basics.BaseControls.C_Label lblSemiCheckType;
  1095. private System.Windows.Forms.DataGridViewCheckBoxColumn chkdiscarde;
  1096. private System.Windows.Forms.DataGridViewTextBoxColumn DefectID;
  1097. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  1098. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  1099. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionID;
  1100. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
  1101. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  1102. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineValue;
  1103. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureID;
  1104. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureCode;
  1105. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
  1106. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserID;
  1107. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserCode;
  1108. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
  1109. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  1110. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionBarCode;
  1111. private System.Windows.Forms.DataGridViewTextBoxColumn TempCount;
  1112. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  1113. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFineID;
  1114. private System.Windows.Forms.DataGridViewTextBoxColumn IsAllowEdit;
  1115. private Basics.BaseControls.C_TextBox txtReworkProcedure;
  1116. private Basics.BaseControls.C_TextBox txtReworkUserCode;
  1117. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1118. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1119. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn Dictionaryvalue;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn dgvUserCode;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1127. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1128. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  1129. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureCode;
  1130. private System.Windows.Forms.DataGridViewTextBoxColumn ReworkProcedureName;
  1131. private System.Windows.Forms.DataGridViewCheckBoxColumn ReFine;
  1132. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairflag;
  1133. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1134. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1135. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1136. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  1137. private System.Windows.Forms.DataGridViewTextBoxColumn ReadOnly;
  1138. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  1139. private Basics.BaseControls.C_TextBox txtReSemiCheckType;
  1140. private Basics.BaseControls.C_TextBox txtReSemiCheckUserCode;
  1141. private Basics.BaseControls.C_Label lblReSemiCheckUserCode;
  1142. private System.Windows.Forms.DataGridViewCheckBoxColumn chkSelected;
  1143. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  1144. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  1145. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  1146. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatus;
  1147. private System.Windows.Forms.DataGridViewTextBoxColumn StaffTempCount;
  1148. private System.Windows.Forms.DataGridViewTextBoxColumn UjobsID;
  1149. private System.Windows.Forms.DataGridViewTextBoxColumn SjobsID;
  1150. }
  1151. }