F_RPT_020101_1.Designer.cs 35 KB

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