F_PM_2701.Designer.cs 52 KB

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