F_PM_2701.Designer.cs 55 KB

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