F_PM_1101.Designer.cs 67 KB

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