F_RPT_020101_1.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_020101_1
  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_020101_1));
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.dgvProductionFollowing = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  48. this.dgvProductionDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.AccountDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.LEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.SecurityCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Materialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Outlabelcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Dictionaryvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Groutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.StatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.SpecialRepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  78. this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  79. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  80. this.gbxCondition.SuspendLayout();
  81. this.tsrOperate.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionFollowing)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionDetail)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // gbxCondition
  87. //
  88. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  91. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  92. this.gbxCondition.Controls.Add(this.txtBarCode);
  93. this.gbxCondition.Controls.Add(this.btnClearCondition);
  94. this.gbxCondition.Controls.Add(this.btnSearch);
  95. this.gbxCondition.Controls.Add(this.lblBarCode);
  96. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  98. this.gbxCondition.IsMustInput = false;
  99. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  100. this.gbxCondition.Name = "gbxCondition";
  101. this.gbxCondition.OriginalHeight = -1;
  102. this.gbxCondition.Size = new System.Drawing.Size(927, 57);
  103. this.gbxCondition.TabIndex = 33;
  104. this.gbxCondition.TabStop = false;
  105. this.gbxCondition.Text = "查询条件 ▼";
  106. //
  107. // txtBarCode
  108. //
  109. this.txtBarCode.BackColor = System.Drawing.Color.Yellow;
  110. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  111. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  112. this.txtBarCode.ErrorMessage = "";
  113. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  115. this.txtBarCode.IsMustInput = true;
  116. this.txtBarCode.Location = new System.Drawing.Point(65, 23);
  117. this.txtBarCode.MaxLength = 50;
  118. this.txtBarCode.Name = "txtBarCode";
  119. this.txtBarCode.Size = new System.Drawing.Size(123, 21);
  120. this.txtBarCode.TabIndex = 0;
  121. this.txtBarCode.TextValue = "";
  122. this.txtBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyDown);
  123. //
  124. // btnClearCondition
  125. //
  126. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  127. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  128. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  129. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  131. this.btnClearCondition.Location = new System.Drawing.Point(836, 18);
  132. this.btnClearCondition.Name = "btnClearCondition";
  133. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  134. this.btnClearCondition.TabIndex = 13;
  135. this.btnClearCondition.Text = "清空条件(&C)";
  136. this.btnClearCondition.UseVisualStyleBackColor = true;
  137. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  138. //
  139. // btnSearch
  140. //
  141. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  142. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  143. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  144. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.btnSearch.ForeColor = System.Drawing.Color.White;
  146. this.btnSearch.Location = new System.Drawing.Point(745, 18);
  147. this.btnSearch.Name = "btnSearch";
  148. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  149. this.btnSearch.TabIndex = 12;
  150. this.btnSearch.Text = "查询(&Q)";
  151. this.btnSearch.UseVisualStyleBackColor = true;
  152. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  153. //
  154. // lblBarCode
  155. //
  156. this.lblBarCode.AutoSize = true;
  157. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  158. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.lblBarCode.Location = new System.Drawing.Point(6, 27);
  161. this.lblBarCode.Name = "lblBarCode";
  162. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  163. this.lblBarCode.TabIndex = 0;
  164. this.lblBarCode.Text = "产品条码";
  165. //
  166. // tsrOperate
  167. //
  168. this.tsrOperate.AutoSize = false;
  169. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  170. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  172. this.tsbtnAdaptive,
  173. this.tsbtnClose});
  174. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  175. this.tsrOperate.Name = "tsrOperate";
  176. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  177. this.tsrOperate.ShowItemToolTips = false;
  178. this.tsrOperate.Size = new System.Drawing.Size(939, 35);
  179. this.tsrOperate.TabIndex = 32;
  180. this.tsrOperate.Text = "toolStrip1";
  181. //
  182. // tsbtnAdaptive
  183. //
  184. this.tsbtnAdaptive.AutoSize = false;
  185. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  187. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  188. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  189. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  190. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  191. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  192. //
  193. // tsbtnClose
  194. //
  195. this.tsbtnClose.AutoSize = false;
  196. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  198. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  199. this.tsbtnClose.Name = "tsbtnClose";
  200. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  201. this.tsbtnClose.Text = "关闭(&X)";
  202. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  203. //
  204. // dgvProductionFollowing
  205. //
  206. this.dgvProductionFollowing.AllowUserToAddRows = false;
  207. this.dgvProductionFollowing.AllowUserToDeleteRows = false;
  208. this.dgvProductionFollowing.AllowUserToModifyRows = true;
  209. this.dgvProductionFollowing.AllowUserToOrderColumns = true;
  210. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  211. this.dgvProductionFollowing.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  212. this.dgvProductionFollowing.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  213. | System.Windows.Forms.AnchorStyles.Right)));
  214. this.dgvProductionFollowing.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  215. this.dgvProductionFollowing.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  216. this.dgvProductionFollowing.CellHeight = 23;
  217. this.dgvProductionFollowing.ChildNodeColumnName = null;
  218. this.dgvProductionFollowing.ChildNodeColumnText = null;
  219. this.dgvProductionFollowing.ColumnDeep = 1;
  220. this.dgvProductionFollowing.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  221. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  222. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  223. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  225. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  226. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  227. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  228. this.dgvProductionFollowing.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  229. this.dgvProductionFollowing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  230. this.dgvProductionFollowing.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  231. this.Barcode,
  232. this.SecurityCode,
  233. this.LogoCodeName,
  234. this.GoodsTypeName,
  235. this.GoodsCode,
  236. this.产品名称,
  237. this.Materialcode,
  238. this.Outlabelcode,
  239. this.GOODSSPECIFICATION,
  240. this.Dictionaryvalue,
  241. this.GroutingLineCode,
  242. this.GroutingMouldCode,
  243. this.GroutingNum,
  244. this.GroutingUserCode,
  245. this.Groutingdate,
  246. this.GroutingBatchNo,
  247. this.StatusName,
  248. this.GoodsLevelName,
  249. this.SpecialRepairFlag,
  250. this.ScrapFlag,
  251. this.IsPublicBody});
  252. this.dgvProductionFollowing.ColumnTreeView = null;
  253. this.dgvProductionFollowing.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)));
  254. this.dgvProductionFollowing.DynamicColumnName = "";
  255. this.dgvProductionFollowing.EnableHeadersVisualStyles = false;
  256. this.dgvProductionFollowing.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.dgvProductionFollowing.FormatQuantityColumns = null;
  258. this.dgvProductionFollowing.HorizontalMergeColumn = null;
  259. this.dgvProductionFollowing.IsAutoCountSum = true;
  260. this.dgvProductionFollowing.IsAutoResizeColumns = false;
  261. this.dgvProductionFollowing.IsClickF12 = false;
  262. this.dgvProductionFollowing.IsOpenMergeCellFlag = false;
  263. this.dgvProductionFollowing.IsSubTotalFlag = false;
  264. this.dgvProductionFollowing.IsTopDeep = false;
  265. this.dgvProductionFollowing.Location = new System.Drawing.Point(0, 101);
  266. this.dgvProductionFollowing.MergeColumnNames = null;
  267. this.dgvProductionFollowing.MergeDetailColumnNames = null;
  268. this.dgvProductionFollowing.MergeDetailOnlyColumn = null;
  269. this.dgvProductionFollowing.MergeOnlyColumn = null;
  270. this.dgvProductionFollowing.MultiSelect = false;
  271. this.dgvProductionFollowing.Name = "dgvProductionFollowing";
  272. this.dgvProductionFollowing.ReadOnly = true;
  273. this.dgvProductionFollowing.RefreshAtHscroll = false;
  274. this.dgvProductionFollowing.RowHeadersWidth = 50;
  275. this.dgvProductionFollowing.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  276. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  277. this.dgvProductionFollowing.RowsDefaultCellStyle = dataGridViewCellStyle5;
  278. this.dgvProductionFollowing.RowTemplate.Height = 21;
  279. this.dgvProductionFollowing.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  280. this.dgvProductionFollowing.Size = new System.Drawing.Size(927, 75);
  281. this.dgvProductionFollowing.SortOrderColumnName = null;
  282. this.dgvProductionFollowing.TabIndex = 28;
  283. this.dgvProductionFollowing.Tag = true;
  284. this.dgvProductionFollowing.TotalSumColumns = null;
  285. this.dgvProductionFollowing.ViewRowFilter = "";
  286. //
  287. // dgvProductionDetail
  288. //
  289. this.dgvProductionDetail.AllowUserToAddRows = false;
  290. this.dgvProductionDetail.AllowUserToDeleteRows = false;
  291. this.dgvProductionDetail.AllowUserToModifyRows = true;
  292. this.dgvProductionDetail.AllowUserToOrderColumns = true;
  293. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  294. this.dgvProductionDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  295. this.dgvProductionDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  296. | System.Windows.Forms.AnchorStyles.Left)
  297. | System.Windows.Forms.AnchorStyles.Right)));
  298. this.dgvProductionDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  299. this.dgvProductionDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  300. this.dgvProductionDetail.CellHeight = 23;
  301. this.dgvProductionDetail.ChildNodeColumnName = null;
  302. this.dgvProductionDetail.ChildNodeColumnText = null;
  303. this.dgvProductionDetail.ColumnDeep = 1;
  304. this.dgvProductionDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  305. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  306. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  307. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  309. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  310. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  311. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  312. this.dgvProductionDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  313. this.dgvProductionDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  314. this.dgvProductionDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  315. this.ProductionLineCode,
  316. this.ProductionLineName,
  317. this.ProcedureCode,
  318. this.ProcedureName,
  319. this.UserCode,
  320. this.AccountDate,
  321. this.CreateTime,
  322. this.CreateUserCode,
  323. this.CreateUserName,
  324. this.LEVELNAME});
  325. this.dgvProductionDetail.ColumnTreeView = null;
  326. this.dgvProductionDetail.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)));
  327. this.dgvProductionDetail.DynamicColumnName = "";
  328. this.dgvProductionDetail.EnableHeadersVisualStyles = false;
  329. this.dgvProductionDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.dgvProductionDetail.FormatQuantityColumns = null;
  331. this.dgvProductionDetail.HorizontalMergeColumn = null;
  332. this.dgvProductionDetail.IsAutoCountSum = true;
  333. this.dgvProductionDetail.IsAutoResizeColumns = false;
  334. this.dgvProductionDetail.IsClickF12 = false;
  335. this.dgvProductionDetail.IsOpenMergeCellFlag = false;
  336. this.dgvProductionDetail.IsSubTotalFlag = false;
  337. this.dgvProductionDetail.IsTopDeep = false;
  338. this.dgvProductionDetail.Location = new System.Drawing.Point(0, 182);
  339. this.dgvProductionDetail.MergeColumnNames = null;
  340. this.dgvProductionDetail.MergeDetailColumnNames = null;
  341. this.dgvProductionDetail.MergeDetailOnlyColumn = null;
  342. this.dgvProductionDetail.MergeOnlyColumn = null;
  343. this.dgvProductionDetail.MultiSelect = false;
  344. this.dgvProductionDetail.Name = "dgvProductionDetail";
  345. this.dgvProductionDetail.ReadOnly = true;
  346. this.dgvProductionDetail.RefreshAtHscroll = false;
  347. this.dgvProductionDetail.RowHeadersWidth = 50;
  348. this.dgvProductionDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  349. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  350. this.dgvProductionDetail.RowsDefaultCellStyle = dataGridViewCellStyle10;
  351. this.dgvProductionDetail.RowTemplate.Height = 21;
  352. this.dgvProductionDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  353. this.dgvProductionDetail.Size = new System.Drawing.Size(927, 193);
  354. this.dgvProductionDetail.SortOrderColumnName = null;
  355. this.dgvProductionDetail.TabIndex = 35;
  356. this.dgvProductionDetail.Tag = true;
  357. this.dgvProductionDetail.TotalSumColumns = null;
  358. this.dgvProductionDetail.ViewRowFilter = "";
  359. //
  360. // ProductionLineCode
  361. //
  362. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  363. this.ProductionLineCode.HeaderText = "生产线编码";
  364. this.ProductionLineCode.Name = "ProductionLineCode";
  365. this.ProductionLineCode.ReadOnly = true;
  366. this.ProductionLineCode.Visible = false;
  367. //
  368. // ProductionLineName
  369. //
  370. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  371. this.ProductionLineName.HeaderText = "生产线";
  372. this.ProductionLineName.Name = "ProductionLineName";
  373. this.ProductionLineName.ReadOnly = true;
  374. //
  375. // ProcedureCode
  376. //
  377. this.ProcedureCode.DataPropertyName = "ProcedureCode";
  378. this.ProcedureCode.HeaderText = "工序编号";
  379. this.ProcedureCode.Name = "ProcedureCode";
  380. this.ProcedureCode.ReadOnly = true;
  381. this.ProcedureCode.Visible = false;
  382. //
  383. // ProcedureName
  384. //
  385. this.ProcedureName.DataPropertyName = "ProcedureName";
  386. this.ProcedureName.HeaderText = "工序名称";
  387. this.ProcedureName.Name = "ProcedureName";
  388. this.ProcedureName.ReadOnly = true;
  389. //
  390. // UserCode
  391. //
  392. this.UserCode.DataPropertyName = "UserCode";
  393. this.UserCode.HeaderText = "生产工号";
  394. this.UserCode.Name = "UserCode";
  395. this.UserCode.ReadOnly = true;
  396. //
  397. // AccountDate
  398. //
  399. this.AccountDate.DataPropertyName = "AccountDate";
  400. dataGridViewCellStyle8.Format = "yyyy-MM-dd";
  401. this.AccountDate.DefaultCellStyle = dataGridViewCellStyle8;
  402. this.AccountDate.HeaderText = "账务日期";
  403. this.AccountDate.Name = "AccountDate";
  404. this.AccountDate.ReadOnly = true;
  405. this.AccountDate.Visible = false;
  406. //
  407. // CreateTime
  408. //
  409. this.CreateTime.DataPropertyName = "CreateTime";
  410. dataGridViewCellStyle9.Format = "yyyy-MM-dd HH:mm:ss";
  411. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle9;
  412. this.CreateTime.HeaderText = "操作时间";
  413. this.CreateTime.Name = "CreateTime";
  414. this.CreateTime.ReadOnly = true;
  415. //
  416. // CreateUserCode
  417. //
  418. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  419. this.CreateUserCode.HeaderText = "操作工号";
  420. this.CreateUserCode.Name = "CreateUserCode";
  421. this.CreateUserCode.ReadOnly = true;
  422. //
  423. // CreateUserName
  424. //
  425. this.CreateUserName.DataPropertyName = "CreateUserName";
  426. this.CreateUserName.HeaderText = "操作者";
  427. this.CreateUserName.Name = "CreateUserName";
  428. this.CreateUserName.ReadOnly = true;
  429. //
  430. // LEVELNAME
  431. //
  432. this.LEVELNAME.DataPropertyName = "GOODSLEVELNAME";
  433. this.LEVELNAME.HeaderText = "操作说明";
  434. this.LEVELNAME.Name = "LEVELNAME";
  435. this.LEVELNAME.ReadOnly = true;
  436. //
  437. // Barcode
  438. //
  439. this.Barcode.DataPropertyName = "Barcode";
  440. this.Barcode.HeaderText = "当前条码";
  441. this.Barcode.Name = "Barcode";
  442. this.Barcode.ReadOnly = true;
  443. //
  444. // SecurityCode
  445. //
  446. this.SecurityCode.DataPropertyName = "SecurityCode";
  447. this.SecurityCode.HeaderText = "防伪码";
  448. this.SecurityCode.Name = "SecurityCode";
  449. this.SecurityCode.ReadOnly = true;
  450. //
  451. // LogoCodeName
  452. //
  453. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  454. this.LogoCodeName.HeaderText = "产品商标";
  455. this.LogoCodeName.Name = "LogoCodeName";
  456. this.LogoCodeName.ReadOnly = true;
  457. //
  458. // GoodsTypeName
  459. //
  460. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  461. this.GoodsTypeName.HeaderText = "产品类别";
  462. this.GoodsTypeName.Name = "GoodsTypeName";
  463. this.GoodsTypeName.ReadOnly = true;
  464. //
  465. // GoodsCode
  466. //
  467. this.GoodsCode.DataPropertyName = "GoodsCode";
  468. this.GoodsCode.HeaderText = "产品编码";
  469. this.GoodsCode.Name = "GoodsCode";
  470. this.GoodsCode.ReadOnly = true;
  471. //
  472. // 产品名称
  473. //
  474. this.产品名称.DataPropertyName = "GoodsName";
  475. this.产品名称.HeaderText = "产品名称";
  476. this.产品名称.Name = "产品名称";
  477. this.产品名称.ReadOnly = true;
  478. //
  479. // Materialcode
  480. //
  481. this.Materialcode.DataPropertyName = "Materialcode";
  482. this.Materialcode.HeaderText = "物料编码";
  483. this.Materialcode.Name = "Materialcode";
  484. this.Materialcode.ReadOnly = true;
  485. //
  486. // Outlabelcode
  487. //
  488. this.Outlabelcode.DataPropertyName = "Outlabelcode";
  489. this.Outlabelcode.HeaderText = "包装条码";
  490. this.Outlabelcode.Name = "Outlabelcode";
  491. this.Outlabelcode.ReadOnly = true;
  492. //
  493. // GOODSSPECIFICATION
  494. //
  495. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  496. this.GOODSSPECIFICATION.HeaderText = "产品规格";
  497. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  498. this.GOODSSPECIFICATION.ReadOnly = true;
  499. //
  500. // Dictionaryvalue
  501. //
  502. this.Dictionaryvalue.DataPropertyName = "Dictionaryvalue";
  503. this.Dictionaryvalue.HeaderText = "釉色类别";
  504. this.Dictionaryvalue.Name = "Dictionaryvalue";
  505. this.Dictionaryvalue.ReadOnly = true;
  506. //
  507. // GroutingLineCode
  508. //
  509. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  510. this.GroutingLineCode.HeaderText = "成型线编码";
  511. this.GroutingLineCode.Name = "GroutingLineCode";
  512. this.GroutingLineCode.ReadOnly = true;
  513. //
  514. // GroutingMouldCode
  515. //
  516. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  517. this.GroutingMouldCode.HeaderText = "模具编号";
  518. this.GroutingMouldCode.Name = "GroutingMouldCode";
  519. this.GroutingMouldCode.ReadOnly = true;
  520. //
  521. // GroutingNum
  522. //
  523. this.GroutingNum.DataPropertyName = "GroutingNum";
  524. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  525. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle3;
  526. this.GroutingNum.HeaderText = "注浆次数";
  527. this.GroutingNum.Name = "GroutingNum";
  528. this.GroutingNum.ReadOnly = true;
  529. //
  530. // GroutingUserCode
  531. //
  532. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  533. this.GroutingUserCode.HeaderText = "成型工号";
  534. this.GroutingUserCode.Name = "GroutingUserCode";
  535. this.GroutingUserCode.ReadOnly = true;
  536. //
  537. // Groutingdate
  538. //
  539. this.Groutingdate.DataPropertyName = "Groutingdate";
  540. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  541. this.Groutingdate.DefaultCellStyle = dataGridViewCellStyle4;
  542. this.Groutingdate.HeaderText = "注浆日期";
  543. this.Groutingdate.Name = "Groutingdate";
  544. this.Groutingdate.ReadOnly = true;
  545. //
  546. // GroutingBatchNo
  547. //
  548. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  549. this.GroutingBatchNo.HeaderText = "注浆批次";
  550. this.GroutingBatchNo.Name = "GroutingBatchNo";
  551. this.GroutingBatchNo.ReadOnly = true;
  552. //
  553. // StatusName
  554. //
  555. this.StatusName.DataPropertyName = "StatusName";
  556. this.StatusName.HeaderText = "产品状态";
  557. this.StatusName.Name = "StatusName";
  558. this.StatusName.ReadOnly = true;
  559. //
  560. // GoodsLevelName
  561. //
  562. this.GoodsLevelName.DataPropertyName = "LevelName";
  563. this.GoodsLevelName.HeaderText = "产品等级";
  564. this.GoodsLevelName.Name = "GoodsLevelName";
  565. this.GoodsLevelName.ReadOnly = true;
  566. //
  567. // SpecialRepairFlag
  568. //
  569. this.SpecialRepairFlag.DataPropertyName = "SpecialRepairFlag";
  570. this.SpecialRepairFlag.FalseValue = "0";
  571. this.SpecialRepairFlag.HeaderText = "干补标识";
  572. this.SpecialRepairFlag.Name = "SpecialRepairFlag";
  573. this.SpecialRepairFlag.ReadOnly = true;
  574. this.SpecialRepairFlag.TrueValue = "1";
  575. //
  576. // ScrapFlag
  577. //
  578. this.ScrapFlag.DataPropertyName = "ScrapFlag";
  579. this.ScrapFlag.FalseValue = "0";
  580. this.ScrapFlag.HeaderText = "损坯标识";
  581. this.ScrapFlag.Name = "ScrapFlag";
  582. this.ScrapFlag.ReadOnly = true;
  583. this.ScrapFlag.TrueValue = "1";
  584. //
  585. // IsPublicBody
  586. //
  587. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  588. this.IsPublicBody.FalseValue = "0";
  589. this.IsPublicBody.HeaderText = "公坯标识";
  590. this.IsPublicBody.Name = "IsPublicBody";
  591. this.IsPublicBody.ReadOnly = true;
  592. this.IsPublicBody.TrueValue = "1";
  593. //
  594. // F_RPT_020101_1
  595. //
  596. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  597. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  598. this.ClientSize = new System.Drawing.Size(939, 375);
  599. this.Controls.Add(this.dgvProductionDetail);
  600. this.Controls.Add(this.dgvProductionFollowing);
  601. this.Controls.Add(this.gbxCondition);
  602. this.Controls.Add(this.tsrOperate);
  603. this.Name = "F_RPT_020101_1";
  604. this.Text = "产品跟踪表";
  605. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_0201_1_FormClosed);
  606. this.Load += new System.EventHandler(this.F_RPT_0201_1_Load);
  607. this.gbxCondition.ResumeLayout(false);
  608. this.gbxCondition.PerformLayout();
  609. this.tsrOperate.ResumeLayout(false);
  610. this.tsrOperate.PerformLayout();
  611. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionFollowing)).EndInit();
  612. ((System.ComponentModel.ISupportInitialize)(this.dgvProductionDetail)).EndInit();
  613. this.ResumeLayout(false);
  614. }
  615. #endregion
  616. private Basics.BaseControls.C_GroupBox gbxCondition;
  617. private Basics.BaseControls.C_ToolStrip tsrOperate;
  618. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  619. private System.Windows.Forms.ToolStripButton tsbtnClose;
  620. private Basics.BaseControls.C_Label lblBarCode;
  621. private Basics.BaseControls.C_DataGridView dgvProductionFollowing;
  622. private Basics.BaseControls.C_DataGridView dgvProductionDetail;
  623. private Basics.BaseControls.C_Button btnSearch;
  624. private Basics.BaseControls.C_Button btnClearCondition;
  625. private Basics.BaseControls.C_TXT_BarCode txtBarCode;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  631. private System.Windows.Forms.DataGridViewTextBoxColumn AccountDate;
  632. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn LEVELNAME;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn SecurityCode;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn 产品名称;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn Materialcode;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn Outlabelcode;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn Dictionaryvalue;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn Groutingdate;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn StatusName;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  654. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
  655. private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag;
  656. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  657. }
  658. }