F_RPT_020101_1.Designer.cs 44 KB

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