F_PM_1101.Designer.cs 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1101
  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_1101));
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.cbAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  38. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  40. this.txtRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.txtScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.txtResponProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.txtProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.lblResponProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  61. this.txtResponProcedureCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  62. this.lblResponProcedureCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  65. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  69. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  70. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  71. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  72. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  73. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  74. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  75. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  76. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.ResponProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.JOBSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.counts = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.CreateUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.DISCOVERERSTAFF = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.AuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.SettlementFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.ScrapProductID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.ISPUBLICBODY = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  113. this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  114. this.gbSelect.SuspendLayout();
  115. this.tsrOperate.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  117. this.SuspendLayout();
  118. //
  119. // gbSelect
  120. //
  121. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  124. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  125. this.gbSelect.Controls.Add(this.txtUserCode);
  126. this.gbSelect.Controls.Add(this.cbAuditStatus);
  127. this.gbSelect.Controls.Add(this.lblAuditStatus);
  128. this.gbSelect.Controls.Add(this.cbSelectTime);
  129. this.gbSelect.Controls.Add(this.txtRreason);
  130. this.gbSelect.Controls.Add(this.lblRreason);
  131. this.gbSelect.Controls.Add(this.txtRemarks);
  132. this.gbSelect.Controls.Add(this.txtGroutingUserCode);
  133. this.gbSelect.Controls.Add(this.txtGoodsName);
  134. this.gbSelect.Controls.Add(this.txtGoodsCode);
  135. this.gbSelect.Controls.Add(this.c_Label1);
  136. this.gbSelect.Controls.Add(this.lblGroutingUserCode);
  137. this.gbSelect.Controls.Add(this.lblGoodsName);
  138. this.gbSelect.Controls.Add(this.lblGoodsCode);
  139. this.gbSelect.Controls.Add(this.txtScrapDateEnd);
  140. this.gbSelect.Controls.Add(this.lblTo);
  141. this.gbSelect.Controls.Add(this.txtScrapDateStart);
  142. this.gbSelect.Controls.Add(this.txtResponProcedureName);
  143. this.gbSelect.Controls.Add(this.txtProductionLineName);
  144. this.gbSelect.Controls.Add(this.lblProductionLineName);
  145. this.gbSelect.Controls.Add(this.lblResponProcedureName);
  146. this.gbSelect.Controls.Add(this.lblRemarks);
  147. this.gbSelect.Controls.Add(this.txtBarCode);
  148. this.gbSelect.Controls.Add(this.lblBarCode);
  149. this.gbSelect.Controls.Add(this.txtProductionLineCode);
  150. this.gbSelect.Controls.Add(this.txtResponProcedureCode);
  151. this.gbSelect.Controls.Add(this.lblResponProcedureCode);
  152. this.gbSelect.Controls.Add(this.lblProductionLineCode);
  153. this.gbSelect.Controls.Add(this.btnClearCondition);
  154. this.gbSelect.Controls.Add(this.btnSearch);
  155. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  156. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  157. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  159. this.gbSelect.IsMustInput = false;
  160. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  161. this.gbSelect.Name = "gbSelect";
  162. this.gbSelect.OriginalHeight = -1;
  163. this.gbSelect.Size = new System.Drawing.Size(1132, 95);
  164. this.gbSelect.TabIndex = 13;
  165. this.gbSelect.TabStop = false;
  166. this.gbSelect.Text = "查询条件 ▼";
  167. //
  168. // txtUserCode
  169. //
  170. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  171. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  172. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  173. this.txtUserCode.ErrorMessage = "";
  174. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.txtUserCode.Location = new System.Drawing.Point(312, 64);
  176. this.txtUserCode.MaxLength = 20;
  177. this.txtUserCode.Name = "txtUserCode";
  178. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  179. this.txtUserCode.TabIndex = 103;
  180. //
  181. // cbAuditStatus
  182. //
  183. this.cbAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  184. this.cbAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  185. this.cbAuditStatus.DataSource = null;
  186. this.cbAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.cbAuditStatus.FormattingEnabled = true;
  188. //
  189. //
  190. //
  191. this.cbAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  192. this.cbAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.cbAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  194. this.cbAuditStatus.ListBox.Name = "";
  195. this.cbAuditStatus.ListBox.Size = new System.Drawing.Size(171, 136);
  196. this.cbAuditStatus.ListBox.TabIndex = 0;
  197. this.cbAuditStatus.Location = new System.Drawing.Point(939, 14);
  198. this.cbAuditStatus.Name = "cbAuditStatus";
  199. this.cbAuditStatus.Size = new System.Drawing.Size(173, 20);
  200. this.cbAuditStatus.TabIndex = 102;
  201. //
  202. // lblAuditStatus
  203. //
  204. this.lblAuditStatus.AutoSize = true;
  205. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  206. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  208. this.lblAuditStatus.Location = new System.Drawing.Point(883, 18);
  209. this.lblAuditStatus.Name = "lblAuditStatus";
  210. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  211. this.lblAuditStatus.TabIndex = 101;
  212. this.lblAuditStatus.Text = "审核状态";
  213. //
  214. // cbSelectTime
  215. //
  216. this.cbSelectTime.AutoSize = true;
  217. this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.cbSelectTime.Location = new System.Drawing.Point(452, 17);
  219. this.cbSelectTime.Name = "cbSelectTime";
  220. this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
  221. this.cbSelectTime.TabIndex = 3;
  222. this.cbSelectTime.Text = "损坯日期";
  223. this.cbSelectTime.UseVisualStyleBackColor = true;
  224. this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
  225. //
  226. // txtRreason
  227. //
  228. this.txtRreason.BackColor = System.Drawing.SystemColors.Window;
  229. this.txtRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  230. this.txtRreason.ErrorMessage = "";
  231. this.txtRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.txtRreason.Location = new System.Drawing.Point(735, 64);
  233. this.txtRreason.MaxLength = 500;
  234. this.txtRreason.Name = "txtRreason";
  235. this.txtRreason.Size = new System.Drawing.Size(134, 21);
  236. this.txtRreason.TabIndex = 13;
  237. //
  238. // lblRreason
  239. //
  240. this.lblRreason.AutoSize = true;
  241. this.lblRreason.BackColor = System.Drawing.Color.Transparent;
  242. this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.lblRreason.ForeColor = System.Drawing.SystemColors.ControlText;
  244. this.lblRreason.Location = new System.Drawing.Point(676, 68);
  245. this.lblRreason.Name = "lblRreason";
  246. this.lblRreason.Size = new System.Drawing.Size(53, 12);
  247. this.lblRreason.TabIndex = 100;
  248. this.lblRreason.Text = "损坯原因";
  249. //
  250. // txtRemarks
  251. //
  252. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  253. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  254. this.txtRemarks.ErrorMessage = "";
  255. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.txtRemarks.Location = new System.Drawing.Point(530, 64);
  257. this.txtRemarks.MaxLength = 500;
  258. this.txtRemarks.Name = "txtRemarks";
  259. this.txtRemarks.Size = new System.Drawing.Size(134, 21);
  260. this.txtRemarks.TabIndex = 12;
  261. //
  262. // txtGroutingUserCode
  263. //
  264. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  265. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  266. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  267. this.txtGroutingUserCode.ErrorMessage = "";
  268. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.txtGroutingUserCode.Location = new System.Drawing.Point(735, 39);
  270. this.txtGroutingUserCode.MaxLength = 20;
  271. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  272. this.txtGroutingUserCode.Size = new System.Drawing.Size(134, 21);
  273. this.txtGroutingUserCode.TabIndex = 9;
  274. //
  275. // txtGoodsName
  276. //
  277. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  278. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  279. this.txtGoodsName.ErrorMessage = "";
  280. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.txtGoodsName.Location = new System.Drawing.Point(530, 39);
  282. this.txtGoodsName.MaxLength = 20;
  283. this.txtGoodsName.Name = "txtGoodsName";
  284. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  285. this.txtGoodsName.TabIndex = 9;
  286. //
  287. // txtGoodsCode
  288. //
  289. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  290. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  291. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  292. this.txtGoodsCode.ErrorMessage = "";
  293. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  295. this.txtGoodsCode.Location = new System.Drawing.Point(312, 39);
  296. this.txtGoodsCode.MaxLength = 10;
  297. this.txtGoodsCode.Name = "txtGoodsCode";
  298. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  299. this.txtGoodsCode.TabIndex = 8;
  300. //
  301. // c_Label1
  302. //
  303. this.c_Label1.AutoSize = true;
  304. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  305. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.c_Label1.Location = new System.Drawing.Point(253, 68);
  308. this.c_Label1.Name = "c_Label1";
  309. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  310. this.c_Label1.TabIndex = 95;
  311. this.c_Label1.Text = "责任工号";
  312. //
  313. // lblGroutingUserCode
  314. //
  315. this.lblGroutingUserCode.AutoSize = true;
  316. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  317. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  319. this.lblGroutingUserCode.Location = new System.Drawing.Point(676, 43);
  320. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  321. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  322. this.lblGroutingUserCode.TabIndex = 95;
  323. this.lblGroutingUserCode.Text = "成型工号";
  324. //
  325. // lblGoodsName
  326. //
  327. this.lblGoodsName.AutoSize = true;
  328. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  329. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  331. this.lblGoodsName.Location = new System.Drawing.Point(471, 43);
  332. this.lblGoodsName.Name = "lblGoodsName";
  333. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  334. this.lblGoodsName.TabIndex = 95;
  335. this.lblGoodsName.Text = "产品名称";
  336. //
  337. // lblGoodsCode
  338. //
  339. this.lblGoodsCode.AutoSize = true;
  340. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  341. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  343. this.lblGoodsCode.Location = new System.Drawing.Point(248, 43);
  344. this.lblGoodsCode.Name = "lblGoodsCode";
  345. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  346. this.lblGoodsCode.TabIndex = 94;
  347. this.lblGoodsCode.Text = "产品编码";
  348. //
  349. // txtScrapDateEnd
  350. //
  351. this.txtScrapDateEnd.CustomFormat = "yyyy-MM-dd";
  352. this.txtScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.txtScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  354. this.txtScrapDateEnd.Location = new System.Drawing.Point(735, 15);
  355. this.txtScrapDateEnd.Name = "txtScrapDateEnd";
  356. this.txtScrapDateEnd.Size = new System.Drawing.Size(134, 21);
  357. this.txtScrapDateEnd.TabIndex = 5;
  358. //
  359. // lblTo
  360. //
  361. this.lblTo.AutoSize = true;
  362. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  363. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  365. this.lblTo.Location = new System.Drawing.Point(691, 19);
  366. this.lblTo.Name = "lblTo";
  367. this.lblTo.Size = new System.Drawing.Size(17, 12);
  368. this.lblTo.TabIndex = 92;
  369. this.lblTo.Text = "至";
  370. //
  371. // txtScrapDateStart
  372. //
  373. this.txtScrapDateStart.CustomFormat = "yyyy-MM-dd";
  374. this.txtScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.txtScrapDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  376. this.txtScrapDateStart.Location = new System.Drawing.Point(530, 15);
  377. this.txtScrapDateStart.Name = "txtScrapDateStart";
  378. this.txtScrapDateStart.Size = new System.Drawing.Size(134, 21);
  379. this.txtScrapDateStart.TabIndex = 4;
  380. //
  381. // txtResponProcedureName
  382. //
  383. this.txtResponProcedureName.BackColor = System.Drawing.SystemColors.Window;
  384. this.txtResponProcedureName.BackgroundColor = System.Drawing.SystemColors.Window;
  385. this.txtResponProcedureName.ErrorMessage = "";
  386. this.txtResponProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.txtResponProcedureName.Location = new System.Drawing.Point(89, 39);
  388. this.txtResponProcedureName.MaxLength = 50;
  389. this.txtResponProcedureName.Name = "txtResponProcedureName";
  390. this.txtResponProcedureName.Size = new System.Drawing.Size(134, 21);
  391. this.txtResponProcedureName.TabIndex = 7;
  392. //
  393. // txtProductionLineName
  394. //
  395. this.txtProductionLineName.BackColor = System.Drawing.SystemColors.Window;
  396. this.txtProductionLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  397. this.txtProductionLineName.ErrorMessage = "";
  398. this.txtProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.txtProductionLineName.Location = new System.Drawing.Point(312, 15);
  400. this.txtProductionLineName.MaxLength = 50;
  401. this.txtProductionLineName.Name = "txtProductionLineName";
  402. this.txtProductionLineName.Size = new System.Drawing.Size(134, 21);
  403. this.txtProductionLineName.TabIndex = 2;
  404. //
  405. // lblProductionLineName
  406. //
  407. this.lblProductionLineName.AutoSize = true;
  408. this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent;
  409. this.lblProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.lblProductionLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  411. this.lblProductionLineName.Location = new System.Drawing.Point(241, 19);
  412. this.lblProductionLineName.Name = "lblProductionLineName";
  413. this.lblProductionLineName.Size = new System.Drawing.Size(65, 12);
  414. this.lblProductionLineName.TabIndex = 85;
  415. this.lblProductionLineName.Text = "生产线名称";
  416. //
  417. // lblResponProcedureName
  418. //
  419. this.lblResponProcedureName.AutoSize = true;
  420. this.lblResponProcedureName.BackColor = System.Drawing.Color.Transparent;
  421. this.lblResponProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.lblResponProcedureName.ForeColor = System.Drawing.SystemColors.ControlText;
  423. this.lblResponProcedureName.Location = new System.Drawing.Point(30, 42);
  424. this.lblResponProcedureName.Name = "lblResponProcedureName";
  425. this.lblResponProcedureName.Size = new System.Drawing.Size(53, 12);
  426. this.lblResponProcedureName.TabIndex = 84;
  427. this.lblResponProcedureName.Text = "报损工序";
  428. //
  429. // lblRemarks
  430. //
  431. this.lblRemarks.AutoSize = true;
  432. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  433. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  435. this.lblRemarks.Location = new System.Drawing.Point(495, 68);
  436. this.lblRemarks.Name = "lblRemarks";
  437. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  438. this.lblRemarks.TabIndex = 83;
  439. this.lblRemarks.Text = "备注";
  440. //
  441. // txtBarCode
  442. //
  443. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  444. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  445. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  446. this.txtBarCode.ErrorMessage = "";
  447. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.txtBarCode.Location = new System.Drawing.Point(89, 64);
  449. this.txtBarCode.MaxLength = 11;
  450. this.txtBarCode.Name = "txtBarCode";
  451. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  452. this.txtBarCode.TabIndex = 10;
  453. //
  454. // lblBarCode
  455. //
  456. this.lblBarCode.AutoSize = true;
  457. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  458. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  460. this.lblBarCode.Location = new System.Drawing.Point(30, 68);
  461. this.lblBarCode.Name = "lblBarCode";
  462. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  463. this.lblBarCode.TabIndex = 80;
  464. this.lblBarCode.Text = "产品条码";
  465. //
  466. // txtProductionLineCode
  467. //
  468. this.txtProductionLineCode.BackColor = System.Drawing.SystemColors.Window;
  469. this.txtProductionLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  470. this.txtProductionLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  471. this.txtProductionLineCode.ErrorMessage = "";
  472. this.txtProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.txtProductionLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  474. this.txtProductionLineCode.Location = new System.Drawing.Point(89, 15);
  475. this.txtProductionLineCode.MaxLength = 20;
  476. this.txtProductionLineCode.Name = "txtProductionLineCode";
  477. this.txtProductionLineCode.Size = new System.Drawing.Size(134, 21);
  478. this.txtProductionLineCode.TabIndex = 1;
  479. //
  480. // txtResponProcedureCode
  481. //
  482. this.txtResponProcedureCode.BackColor = System.Drawing.SystemColors.Window;
  483. this.txtResponProcedureCode.BackgroundColor = System.Drawing.SystemColors.Window;
  484. this.txtResponProcedureCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  485. this.txtResponProcedureCode.ErrorMessage = "";
  486. this.txtResponProcedureCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.txtResponProcedureCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  488. this.txtResponProcedureCode.Location = new System.Drawing.Point(966, 39);
  489. this.txtResponProcedureCode.MaxLength = 20;
  490. this.txtResponProcedureCode.Name = "txtResponProcedureCode";
  491. this.txtResponProcedureCode.Size = new System.Drawing.Size(146, 21);
  492. this.txtResponProcedureCode.TabIndex = 6;
  493. this.txtResponProcedureCode.Visible = false;
  494. //
  495. // lblResponProcedureCode
  496. //
  497. this.lblResponProcedureCode.AutoSize = true;
  498. this.lblResponProcedureCode.BackColor = System.Drawing.Color.Transparent;
  499. this.lblResponProcedureCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.lblResponProcedureCode.ForeColor = System.Drawing.SystemColors.ControlText;
  501. this.lblResponProcedureCode.Location = new System.Drawing.Point(883, 43);
  502. this.lblResponProcedureCode.Name = "lblResponProcedureCode";
  503. this.lblResponProcedureCode.Size = new System.Drawing.Size(77, 12);
  504. this.lblResponProcedureCode.TabIndex = 77;
  505. this.lblResponProcedureCode.Text = "损坏工序编码";
  506. this.lblResponProcedureCode.Visible = false;
  507. //
  508. // lblProductionLineCode
  509. //
  510. this.lblProductionLineCode.AutoSize = true;
  511. this.lblProductionLineCode.BackColor = System.Drawing.Color.Transparent;
  512. this.lblProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.lblProductionLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  514. this.lblProductionLineCode.Location = new System.Drawing.Point(18, 19);
  515. this.lblProductionLineCode.Name = "lblProductionLineCode";
  516. this.lblProductionLineCode.Size = new System.Drawing.Size(65, 12);
  517. this.lblProductionLineCode.TabIndex = 76;
  518. this.lblProductionLineCode.Text = "生产线编码";
  519. //
  520. // btnClearCondition
  521. //
  522. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  523. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  524. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  525. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  527. this.btnClearCondition.Location = new System.Drawing.Point(1030, 62);
  528. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  529. this.btnClearCondition.Name = "btnClearCondition";
  530. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  531. this.btnClearCondition.TabIndex = 75;
  532. this.btnClearCondition.Text = "清空条件(&C)";
  533. this.btnClearCondition.UseVisualStyleBackColor = false;
  534. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  535. //
  536. // btnSearch
  537. //
  538. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  539. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  540. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  541. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.btnSearch.ForeColor = System.Drawing.Color.White;
  543. this.btnSearch.Location = new System.Drawing.Point(939, 62);
  544. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  545. this.btnSearch.Name = "btnSearch";
  546. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  547. this.btnSearch.TabIndex = 74;
  548. this.btnSearch.Text = "查询(&Q)";
  549. this.btnSearch.UseVisualStyleBackColor = false;
  550. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  551. //
  552. // lblGroutingLineName
  553. //
  554. this.lblGroutingLineName.AutoSize = true;
  555. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  556. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  558. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  559. this.lblGroutingLineName.Name = "lblGroutingLineName";
  560. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  561. this.lblGroutingLineName.TabIndex = 14;
  562. //
  563. // lblGroutingLineCode
  564. //
  565. this.lblGroutingLineCode.AutoSize = true;
  566. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  567. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  569. this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
  570. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  571. this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
  572. this.lblGroutingLineCode.TabIndex = 9;
  573. //
  574. // tsrOperate
  575. //
  576. this.tsrOperate.AutoSize = false;
  577. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  578. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  579. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  581. this.tsbtnAdd,
  582. this.tsbtnEdit,
  583. this.tsbtnApprover,
  584. this.toolStripSeparator3,
  585. this.tsbtnAdaptive,
  586. this.tsbtnClose});
  587. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  588. this.tsrOperate.Name = "tsrOperate";
  589. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  590. this.tsrOperate.ShowItemToolTips = false;
  591. this.tsrOperate.Size = new System.Drawing.Size(1144, 35);
  592. this.tsrOperate.TabIndex = 14;
  593. //
  594. // tsbtnAdd
  595. //
  596. this.tsbtnAdd.AutoSize = false;
  597. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  599. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  600. this.tsbtnAdd.Name = "tsbtnAdd";
  601. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  602. this.tsbtnAdd.Text = "新建(&N)";
  603. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  604. //
  605. // tsbtnEdit
  606. //
  607. this.tsbtnEdit.AutoSize = false;
  608. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  610. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  611. this.tsbtnEdit.Name = "tsbtnEdit";
  612. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  613. this.tsbtnEdit.Text = "编辑(&E)";
  614. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  615. //
  616. // tsbtnApprover
  617. //
  618. this.tsbtnApprover.AutoSize = false;
  619. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  621. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  622. this.tsbtnApprover.Name = "tsbtnApprover";
  623. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  624. this.tsbtnApprover.Text = "审批(&S)";
  625. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  626. //
  627. // toolStripSeparator3
  628. //
  629. this.toolStripSeparator3.AutoSize = false;
  630. this.toolStripSeparator3.Name = "toolStripSeparator3";
  631. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  632. //
  633. // tsbtnAdaptive
  634. //
  635. this.tsbtnAdaptive.AutoSize = false;
  636. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  637. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  638. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  639. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  640. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  641. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  642. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  643. //
  644. // tsbtnClose
  645. //
  646. this.tsbtnClose.AutoSize = false;
  647. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  648. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  649. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  650. this.tsbtnClose.Name = "tsbtnClose";
  651. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  652. this.tsbtnClose.Text = "关闭(&X)";
  653. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  654. //
  655. // dgvScrapProduct
  656. //
  657. this.dgvScrapProduct.AllowUserToAddRows = false;
  658. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  659. this.dgvScrapProduct.AllowUserToModifyRows = true;
  660. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  661. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  662. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  663. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  664. | System.Windows.Forms.AnchorStyles.Left)
  665. | System.Windows.Forms.AnchorStyles.Right)));
  666. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  667. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  668. this.dgvScrapProduct.CellHeight = 23;
  669. this.dgvScrapProduct.ChildNodeColumnName = null;
  670. this.dgvScrapProduct.ChildNodeColumnText = null;
  671. this.dgvScrapProduct.ColumnDeep = 1;
  672. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  673. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  674. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  675. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  677. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  678. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  679. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  680. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  681. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  682. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  683. this.BarCode,
  684. this.ProductionLineID,
  685. this.ProductionLineCode,
  686. this.ProductionLineName,
  687. this.ResponProcedureName,
  688. this.ProcedureName,
  689. this.UserCode,
  690. this.JOBSNAME,
  691. this.counts,
  692. this.CreateUser,
  693. this.DISCOVERERSTAFF,
  694. this.GoodsID,
  695. this.GoodsCode,
  696. this.GoodsName,
  697. this.GroutingDailyID,
  698. this.GroutingDailyDetailID,
  699. this.GroutingDate,
  700. this.GroutingUserCode,
  701. this.GroutingLineID,
  702. this.GroutingLineCode,
  703. this.GroutingLineName,
  704. this.GMouldTypeID,
  705. this.GroutingLineDetailID,
  706. this.GroutingMouldCode,
  707. this.MouldCode,
  708. this.GoodsLevelName,
  709. this.GoodsLevelTypeID,
  710. this.ScrapDate,
  711. this.Rreason,
  712. this.AuditStatus,
  713. this.AuditStatusName,
  714. this.Remarks,
  715. this.SettlementFlag,
  716. this.AccountID,
  717. this.ValueFlag,
  718. this.ScrapProductID,
  719. this.ISPUBLICBODY,
  720. this.SPECIALREPAIRFLAG});
  721. this.dgvScrapProduct.ColumnTreeView = null;
  722. this.dgvScrapProduct.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)));
  723. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  724. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  725. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  727. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  728. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  729. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  730. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle5;
  731. this.dgvScrapProduct.DynamicColumnName = "";
  732. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  733. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  734. this.dgvScrapProduct.FormatQuantityColumns = null;
  735. this.dgvScrapProduct.HorizontalMergeColumn = null;
  736. this.dgvScrapProduct.IsAutoCountSum = true;
  737. this.dgvScrapProduct.IsAutoResizeColumns = false;
  738. this.dgvScrapProduct.IsClickF12 = false;
  739. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  740. this.dgvScrapProduct.IsSubTotalFlag = false;
  741. this.dgvScrapProduct.IsTopDeep = false;
  742. this.dgvScrapProduct.Location = new System.Drawing.Point(0, 139);
  743. this.dgvScrapProduct.MergeColumnNames = null;
  744. this.dgvScrapProduct.MergeDetailColumnNames = null;
  745. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  746. this.dgvScrapProduct.MergeOnlyColumn = null;
  747. this.dgvScrapProduct.Name = "dgvScrapProduct";
  748. this.dgvScrapProduct.ReadOnly = true;
  749. this.dgvScrapProduct.RefreshAtHscroll = false;
  750. this.dgvScrapProduct.RowHeadersWidth = 50;
  751. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  752. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  753. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle6;
  754. this.dgvScrapProduct.RowTemplate.Height = 21;
  755. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  756. this.dgvScrapProduct.Size = new System.Drawing.Size(1132, 399);
  757. this.dgvScrapProduct.SortOrderColumnName = null;
  758. this.dgvScrapProduct.TabIndex = 14;
  759. this.dgvScrapProduct.Tag = true;
  760. this.dgvScrapProduct.TotalSumColumns = null;
  761. this.dgvScrapProduct.ViewRowFilter = "";
  762. this.dgvScrapProduct.VirtualMode = true;
  763. this.dgvScrapProduct.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapProduct_CellDoubleClick);
  764. //
  765. // BarCode
  766. //
  767. this.BarCode.DataPropertyName = "BarCode";
  768. this.BarCode.HeaderText = "产品条码";
  769. this.BarCode.Name = "BarCode";
  770. this.BarCode.ReadOnly = true;
  771. //
  772. // ProductionLineID
  773. //
  774. this.ProductionLineID.DataPropertyName = "ProductionLineID";
  775. this.ProductionLineID.HeaderText = "生产线ID";
  776. this.ProductionLineID.Name = "ProductionLineID";
  777. this.ProductionLineID.ReadOnly = true;
  778. this.ProductionLineID.Visible = false;
  779. //
  780. // ProductionLineCode
  781. //
  782. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  783. this.ProductionLineCode.HeaderText = "生产线编码";
  784. this.ProductionLineCode.Name = "ProductionLineCode";
  785. this.ProductionLineCode.ReadOnly = true;
  786. //
  787. // ProductionLineName
  788. //
  789. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  790. this.ProductionLineName.HeaderText = "生产线名称";
  791. this.ProductionLineName.Name = "ProductionLineName";
  792. this.ProductionLineName.ReadOnly = true;
  793. //
  794. // ResponProcedureName
  795. //
  796. this.ResponProcedureName.DataPropertyName = "ResponProcedureName";
  797. this.ResponProcedureName.HeaderText = "损坯工序";
  798. this.ResponProcedureName.Name = "ResponProcedureName";
  799. this.ResponProcedureName.ReadOnly = true;
  800. //
  801. // ProcedureName
  802. //
  803. this.ProcedureName.DataPropertyName = "ProcedureName";
  804. this.ProcedureName.HeaderText = "完成工序";
  805. this.ProcedureName.Name = "ProcedureName";
  806. this.ProcedureName.ReadOnly = true;
  807. //
  808. // UserCode
  809. //
  810. this.UserCode.DataPropertyName = "UserCode";
  811. this.UserCode.HeaderText = "责任工号";
  812. this.UserCode.Name = "UserCode";
  813. this.UserCode.ReadOnly = true;
  814. //
  815. // JOBSNAME
  816. //
  817. this.JOBSNAME.DataPropertyName = "JOBSNAME";
  818. this.JOBSNAME.HeaderText = "工种";
  819. this.JOBSNAME.Name = "JOBSNAME";
  820. this.JOBSNAME.ReadOnly = true;
  821. //
  822. // counts
  823. //
  824. this.counts.DataPropertyName = "counts";
  825. this.counts.HeaderText = "数量";
  826. this.counts.Name = "counts";
  827. this.counts.ReadOnly = true;
  828. //
  829. // CreateUser
  830. //
  831. this.CreateUser.DataPropertyName = "CreateUser";
  832. this.CreateUser.HeaderText = "报损工号";
  833. this.CreateUser.Name = "CreateUser";
  834. this.CreateUser.ReadOnly = true;
  835. //
  836. // DISCOVERERSTAFF
  837. //
  838. this.DISCOVERERSTAFF.DataPropertyName = "DISCOVERERSTAFF";
  839. this.DISCOVERERSTAFF.HeaderText = "发现人";
  840. this.DISCOVERERSTAFF.Name = "DISCOVERERSTAFF";
  841. this.DISCOVERERSTAFF.ReadOnly = true;
  842. //
  843. // GoodsID
  844. //
  845. this.GoodsID.DataPropertyName = "GoodsID";
  846. this.GoodsID.HeaderText = "产品ID";
  847. this.GoodsID.Name = "GoodsID";
  848. this.GoodsID.ReadOnly = true;
  849. this.GoodsID.Visible = false;
  850. //
  851. // GoodsCode
  852. //
  853. this.GoodsCode.DataPropertyName = "GoodsCode";
  854. this.GoodsCode.HeaderText = "产品编码";
  855. this.GoodsCode.Name = "GoodsCode";
  856. this.GoodsCode.ReadOnly = true;
  857. //
  858. // GoodsName
  859. //
  860. this.GoodsName.DataPropertyName = "GoodsName";
  861. this.GoodsName.HeaderText = "产品名称";
  862. this.GoodsName.Name = "GoodsName";
  863. this.GoodsName.ReadOnly = true;
  864. //
  865. // GroutingDailyID
  866. //
  867. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  868. this.GroutingDailyID.HeaderText = "注浆日报ID";
  869. this.GroutingDailyID.Name = "GroutingDailyID";
  870. this.GroutingDailyID.ReadOnly = true;
  871. this.GroutingDailyID.Visible = false;
  872. //
  873. // GroutingDailyDetailID
  874. //
  875. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  876. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  877. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  878. this.GroutingDailyDetailID.ReadOnly = true;
  879. this.GroutingDailyDetailID.Visible = false;
  880. //
  881. // GroutingDate
  882. //
  883. this.GroutingDate.DataPropertyName = "GroutingDate";
  884. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  885. dataGridViewCellStyle3.NullValue = null;
  886. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  887. this.GroutingDate.HeaderText = "注浆日期";
  888. this.GroutingDate.Name = "GroutingDate";
  889. this.GroutingDate.ReadOnly = true;
  890. //
  891. // GroutingUserCode
  892. //
  893. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  894. this.GroutingUserCode.HeaderText = "成型工号";
  895. this.GroutingUserCode.Name = "GroutingUserCode";
  896. this.GroutingUserCode.ReadOnly = true;
  897. //
  898. // GroutingLineID
  899. //
  900. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  901. this.GroutingLineID.HeaderText = "成型线ID";
  902. this.GroutingLineID.Name = "GroutingLineID";
  903. this.GroutingLineID.ReadOnly = true;
  904. this.GroutingLineID.Visible = false;
  905. //
  906. // GroutingLineCode
  907. //
  908. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  909. this.GroutingLineCode.HeaderText = "成型线编码";
  910. this.GroutingLineCode.Name = "GroutingLineCode";
  911. this.GroutingLineCode.ReadOnly = true;
  912. //
  913. // GroutingLineName
  914. //
  915. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  916. this.GroutingLineName.HeaderText = "成型线名称";
  917. this.GroutingLineName.Name = "GroutingLineName";
  918. this.GroutingLineName.ReadOnly = true;
  919. //
  920. // GMouldTypeID
  921. //
  922. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  923. this.GMouldTypeID.HeaderText = "成型线类型ID";
  924. this.GMouldTypeID.Name = "GMouldTypeID";
  925. this.GMouldTypeID.ReadOnly = true;
  926. this.GMouldTypeID.Visible = false;
  927. //
  928. // GroutingLineDetailID
  929. //
  930. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  931. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  932. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  933. this.GroutingLineDetailID.ReadOnly = true;
  934. this.GroutingLineDetailID.Visible = false;
  935. //
  936. // GroutingMouldCode
  937. //
  938. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  939. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  940. this.GroutingMouldCode.Name = "GroutingMouldCode";
  941. this.GroutingMouldCode.ReadOnly = true;
  942. //
  943. // MouldCode
  944. //
  945. this.MouldCode.DataPropertyName = "MouldCode";
  946. this.MouldCode.HeaderText = "模具编号";
  947. this.MouldCode.Name = "MouldCode";
  948. this.MouldCode.ReadOnly = true;
  949. this.MouldCode.Visible = false;
  950. //
  951. // GoodsLevelName
  952. //
  953. this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
  954. this.GoodsLevelName.HeaderText = "产品分级";
  955. this.GoodsLevelName.Name = "GoodsLevelName";
  956. this.GoodsLevelName.ReadOnly = true;
  957. //
  958. // GoodsLevelTypeID
  959. //
  960. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  961. this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
  962. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  963. this.GoodsLevelTypeID.ReadOnly = true;
  964. this.GoodsLevelTypeID.Visible = false;
  965. //
  966. // ScrapDate
  967. //
  968. this.ScrapDate.DataPropertyName = "ScrapDate";
  969. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  970. dataGridViewCellStyle4.NullValue = null;
  971. this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle4;
  972. this.ScrapDate.HeaderText = "废弃日期";
  973. this.ScrapDate.Name = "ScrapDate";
  974. this.ScrapDate.ReadOnly = true;
  975. //
  976. // Rreason
  977. //
  978. this.Rreason.DataPropertyName = "Rreason";
  979. this.Rreason.HeaderText = "废弃原因";
  980. this.Rreason.Name = "Rreason";
  981. this.Rreason.ReadOnly = true;
  982. //
  983. // AuditStatus
  984. //
  985. this.AuditStatus.DataPropertyName = "AuditStatus";
  986. this.AuditStatus.HeaderText = "审批状态";
  987. this.AuditStatus.Name = "AuditStatus";
  988. this.AuditStatus.ReadOnly = true;
  989. this.AuditStatus.Visible = false;
  990. //
  991. // AuditStatusName
  992. //
  993. this.AuditStatusName.DataPropertyName = "AuditStatusName";
  994. this.AuditStatusName.HeaderText = "审批状态";
  995. this.AuditStatusName.Name = "AuditStatusName";
  996. this.AuditStatusName.ReadOnly = true;
  997. //
  998. // Remarks
  999. //
  1000. this.Remarks.DataPropertyName = "Remarks";
  1001. this.Remarks.HeaderText = "备注";
  1002. this.Remarks.Name = "Remarks";
  1003. this.Remarks.ReadOnly = true;
  1004. //
  1005. // SettlementFlag
  1006. //
  1007. this.SettlementFlag.DataPropertyName = "SettlementFlag";
  1008. this.SettlementFlag.HeaderText = "工资结算标识";
  1009. this.SettlementFlag.Name = "SettlementFlag";
  1010. this.SettlementFlag.ReadOnly = true;
  1011. this.SettlementFlag.Visible = false;
  1012. //
  1013. // AccountID
  1014. //
  1015. this.AccountID.DataPropertyName = "AccountID";
  1016. this.AccountID.HeaderText = "帐套ID";
  1017. this.AccountID.Name = "AccountID";
  1018. this.AccountID.ReadOnly = true;
  1019. this.AccountID.Visible = false;
  1020. //
  1021. // ValueFlag
  1022. //
  1023. this.ValueFlag.DataPropertyName = "ValueFlag";
  1024. this.ValueFlag.HeaderText = "有效标识";
  1025. this.ValueFlag.Name = "ValueFlag";
  1026. this.ValueFlag.ReadOnly = true;
  1027. this.ValueFlag.Visible = false;
  1028. //
  1029. // ScrapProductID
  1030. //
  1031. this.ScrapProductID.DataPropertyName = "ScrapProductID";
  1032. this.ScrapProductID.HeaderText = "报损ID";
  1033. this.ScrapProductID.Name = "ScrapProductID";
  1034. this.ScrapProductID.ReadOnly = true;
  1035. this.ScrapProductID.Visible = false;
  1036. //
  1037. // ISPUBLICBODY
  1038. //
  1039. this.ISPUBLICBODY.DataPropertyName = "ISPUBLICBODY";
  1040. this.ISPUBLICBODY.FalseValue = "0";
  1041. this.ISPUBLICBODY.HeaderText = "公坯标识";
  1042. this.ISPUBLICBODY.Name = "ISPUBLICBODY";
  1043. this.ISPUBLICBODY.ReadOnly = true;
  1044. this.ISPUBLICBODY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1045. this.ISPUBLICBODY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1046. this.ISPUBLICBODY.TrueValue = "1";
  1047. //
  1048. // SPECIALREPAIRFLAG
  1049. //
  1050. this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
  1051. this.SPECIALREPAIRFLAG.FalseValue = "0";
  1052. this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
  1053. this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
  1054. this.SPECIALREPAIRFLAG.ReadOnly = true;
  1055. this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1056. this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1057. this.SPECIALREPAIRFLAG.TrueValue = "1";
  1058. //
  1059. // F_PM_1101
  1060. //
  1061. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1062. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1063. this.ClientSize = new System.Drawing.Size(1144, 550);
  1064. this.Controls.Add(this.dgvScrapProduct);
  1065. this.Controls.Add(this.tsrOperate);
  1066. this.Controls.Add(this.gbSelect);
  1067. this.Name = "F_PM_1101";
  1068. this.Text = "产品报损";
  1069. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1101_FormClosed);
  1070. this.Load += new System.EventHandler(this.F_PM_1101_Load);
  1071. this.gbSelect.ResumeLayout(false);
  1072. this.gbSelect.PerformLayout();
  1073. this.tsrOperate.ResumeLayout(false);
  1074. this.tsrOperate.PerformLayout();
  1075. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  1076. this.ResumeLayout(false);
  1077. }
  1078. #endregion
  1079. private Basics.BaseControls.C_GroupBox gbSelect;
  1080. private Basics.BaseControls.C_Button btnClearCondition;
  1081. private Basics.BaseControls.C_Button btnSearch;
  1082. private Basics.BaseControls.C_Label lblGroutingLineName;
  1083. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1084. private Basics.BaseControls.C_TextBox txtRreason;
  1085. private Basics.BaseControls.C_Label lblRreason;
  1086. private Basics.BaseControls.C_TextBox txtRemarks;
  1087. private Basics.BaseControls.C_TextBox txtGoodsName;
  1088. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1089. private Basics.BaseControls.C_Label lblGoodsName;
  1090. private Basics.BaseControls.C_Label lblGoodsCode;
  1091. private Basics.BaseControls.C_DateTimePicker txtScrapDateEnd;
  1092. private Basics.BaseControls.C_Label lblTo;
  1093. private Basics.BaseControls.C_DateTimePicker txtScrapDateStart;
  1094. private Basics.BaseControls.C_TextBox txtResponProcedureName;
  1095. private Basics.BaseControls.C_TextBox txtProductionLineName;
  1096. private Basics.BaseControls.C_Label lblProductionLineName;
  1097. private Basics.BaseControls.C_Label lblResponProcedureName;
  1098. private Basics.BaseControls.C_Label lblRemarks;
  1099. private Basics.BaseControls.C_TextBox txtBarCode;
  1100. private Basics.BaseControls.C_Label lblBarCode;
  1101. private Basics.BaseControls.C_TextBox txtProductionLineCode;
  1102. private Basics.BaseControls.C_TextBox txtResponProcedureCode;
  1103. private Basics.BaseControls.C_Label lblResponProcedureCode;
  1104. private Basics.BaseControls.C_Label lblProductionLineCode;
  1105. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1106. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1107. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1108. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1109. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1110. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1111. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  1112. private Basics.BaseControls.C_CheckBox cbSelectTime;
  1113. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  1114. private Basics.BaseControls.C_Label lblAuditStatus;
  1115. private Basics.BaseControls.DKListBoxComboBox cbAuditStatus;
  1116. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1117. private Basics.BaseControls.C_Label lblGroutingUserCode;
  1118. private Basics.BaseControls.C_Label c_Label1;
  1119. private Basics.BaseControls.C_TextBox txtUserCode;
  1120. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1121. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
  1122. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  1123. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  1124. private System.Windows.Forms.DataGridViewTextBoxColumn ResponProcedureName;
  1125. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  1126. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1127. private System.Windows.Forms.DataGridViewTextBoxColumn JOBSNAME;
  1128. private System.Windows.Forms.DataGridViewTextBoxColumn counts;
  1129. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUser;
  1130. private System.Windows.Forms.DataGridViewTextBoxColumn DISCOVERERSTAFF;
  1131. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1132. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1133. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1134. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  1135. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  1136. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1137. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1138. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1139. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1140. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1141. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  1142. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1143. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1144. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1145. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  1146. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  1147. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
  1148. private System.Windows.Forms.DataGridViewTextBoxColumn Rreason;
  1149. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatus;
  1150. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName;
  1151. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1152. private System.Windows.Forms.DataGridViewTextBoxColumn SettlementFlag;
  1153. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  1154. private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
  1155. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapProductID;
  1156. private System.Windows.Forms.DataGridViewCheckBoxColumn ISPUBLICBODY;
  1157. private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
  1158. }
  1159. }