F_PM_0903.Designer.cs 66 KB

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