F_RPT_030120.Designer.cs 53 KB

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