F_PM_1101.Designer.cs 71 KB

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