F_RPT_030105.Designer.cs 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030105
  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_030105));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  43. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  44. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  46. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  51. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  52. this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  53. this.productionlinename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.InCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ProcedureId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.colgoodsid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.coluserid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.tblReportModule = new System.Windows.Forms.TabControl();
  63. this.tapReportModule = new System.Windows.Forms.TabPage();
  64. this.tapReportModuleDetail = new System.Windows.Forms.TabPage();
  65. this.dgvDetailReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  66. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.CompleteProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.CompleteProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.inscrapflag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.GoodsLevelTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.GROUTINGCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  96. this.IsReworked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  97. this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  98. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.CanManyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.UpdateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.UpdateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.tsrOperate.SuspendLayout();
  108. this.gbxCondition.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
  110. this.tblReportModule.SuspendLayout();
  111. this.tapReportModule.SuspendLayout();
  112. this.tapReportModuleDetail.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.dgvDetailReportModule)).BeginInit();
  114. this.SuspendLayout();
  115. //
  116. // tsrOperate
  117. //
  118. this.tsrOperate.AutoSize = false;
  119. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  120. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  122. this.tsbtnAdaptive,
  123. this.tsbtnClose});
  124. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  125. this.tsrOperate.Name = "tsrOperate";
  126. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  127. this.tsrOperate.ShowItemToolTips = false;
  128. this.tsrOperate.Size = new System.Drawing.Size(1016, 35);
  129. this.tsrOperate.TabIndex = 0;
  130. this.tsrOperate.Text = "toolStrip1";
  131. //
  132. // tsbtnAdaptive
  133. //
  134. this.tsbtnAdaptive.AutoSize = false;
  135. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  137. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  139. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  140. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  141. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  142. //
  143. // tsbtnClose
  144. //
  145. this.tsbtnClose.AutoSize = false;
  146. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  148. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbtnClose.Name = "tsbtnClose";
  150. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  151. this.tsbtnClose.Text = "关闭(&X)";
  152. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  153. //
  154. // gbxCondition
  155. //
  156. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  159. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  160. this.gbxCondition.Controls.Add(this.lblGoodsType);
  161. this.gbxCondition.Controls.Add(this.scbGoodsType);
  162. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  163. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  164. this.gbxCondition.Controls.Add(this.btnClearCondition);
  165. this.gbxCondition.Controls.Add(this.btnSearch);
  166. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
  167. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  168. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.gbxCondition.IsMustInput = false;
  171. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  172. this.gbxCondition.Name = "gbxCondition";
  173. this.gbxCondition.OriginalHeight = -1;
  174. this.gbxCondition.Size = new System.Drawing.Size(1004, 61);
  175. this.gbxCondition.TabIndex = 1;
  176. this.gbxCondition.TabStop = false;
  177. this.gbxCondition.Text = "查询条件 ▼";
  178. //
  179. // lblGoodsType
  180. //
  181. this.lblGoodsType.AutoSize = true;
  182. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  183. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  185. this.lblGoodsType.Location = new System.Drawing.Point(416, 24);
  186. this.lblGoodsType.Name = "lblGoodsType";
  187. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  188. this.lblGoodsType.TabIndex = 23;
  189. this.lblGoodsType.Text = "产品类别";
  190. //
  191. // scbGoodsType
  192. //
  193. this.scbGoodsType.CheckedData = null;
  194. this.scbGoodsType.IsOnlyDisplayEnd = false;
  195. this.scbGoodsType.Location = new System.Drawing.Point(473, 20);
  196. this.scbGoodsType.Name = "scbGoodsType";
  197. this.scbGoodsType.Size = new System.Drawing.Size(140, 21);
  198. this.scbGoodsType.TabIndex = 22;
  199. //
  200. // txtGoodsCode
  201. //
  202. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  203. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  204. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  205. this.txtGoodsCode.ErrorMessage = "";
  206. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  208. this.txtGoodsCode.Location = new System.Drawing.Point(678, 20);
  209. this.txtGoodsCode.MaxLength = 20;
  210. this.txtGoodsCode.Name = "txtGoodsCode";
  211. this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
  212. this.txtGoodsCode.TabIndex = 4;
  213. this.txtGoodsCode.TextValue = "";
  214. //
  215. // lblGoodsCode
  216. //
  217. this.lblGoodsCode.AutoSize = true;
  218. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  219. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.lblGoodsCode.Location = new System.Drawing.Point(619, 24);
  221. this.lblGoodsCode.Name = "lblGoodsCode";
  222. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  223. this.lblGoodsCode.TabIndex = 16;
  224. this.lblGoodsCode.Text = "产品编码";
  225. //
  226. // btnClearCondition
  227. //
  228. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  229. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  230. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  231. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  233. this.btnClearCondition.Location = new System.Drawing.Point(913, 15);
  234. this.btnClearCondition.Name = "btnClearCondition";
  235. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  236. this.btnClearCondition.TabIndex = 6;
  237. this.btnClearCondition.Text = "清空条件(&C)";
  238. this.btnClearCondition.UseVisualStyleBackColor = true;
  239. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  240. //
  241. // btnSearch
  242. //
  243. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  244. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  245. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  246. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.btnSearch.ForeColor = System.Drawing.Color.White;
  248. this.btnSearch.Location = new System.Drawing.Point(822, 15);
  249. this.btnSearch.Name = "btnSearch";
  250. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  251. this.btnSearch.TabIndex = 5;
  252. this.btnSearch.Text = "查询(&Q)";
  253. this.btnSearch.UseVisualStyleBackColor = true;
  254. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  255. //
  256. // dkProcedureSearchBox
  257. //
  258. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  259. this.dkProcedureSearchBox.DataSource = null;
  260. this.dkProcedureSearchBox.Enabled = true;
  261. this.dkProcedureSearchBox.IsEnablePurview = false;
  262. this.dkProcedureSearchBox.IsMustInput = false;
  263. this.dkProcedureSearchBox.Location = new System.Drawing.Point(218, 20);
  264. this.dkProcedureSearchBox.ModelType = null;
  265. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  266. this.dkProcedureSearchBox.ProcedureCode = "";
  267. this.dkProcedureSearchBox.ProcedureID = null;
  268. this.dkProcedureSearchBox.ProcedureIDS = null;
  269. this.dkProcedureSearchBox.ProcedureName = null;
  270. this.dkProcedureSearchBox.Purview = null;
  271. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  272. this.dkProcedureSearchBox.SelectMore = true;
  273. this.dkProcedureSearchBox.Size = new System.Drawing.Size(192, 21);
  274. this.dkProcedureSearchBox.TabIndex = 4;
  275. this.dkProcedureSearchBox.Title = "生产工序";
  276. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  277. //
  278. // dkproductionLineSearchBox
  279. //
  280. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  281. this.dkproductionLineSearchBox.DataSource = null;
  282. this.dkproductionLineSearchBox.Enabled = true;
  283. this.dkproductionLineSearchBox.IsEnablePurview = false;
  284. this.dkproductionLineSearchBox.IsMustInput = false;
  285. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 20);
  286. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  287. this.dkproductionLineSearchBox.ProductionLineCode = "";
  288. this.dkproductionLineSearchBox.ProductionLineID = null;
  289. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  290. this.dkproductionLineSearchBox.ProductionLineName = null;
  291. this.dkproductionLineSearchBox.Purview = null;
  292. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  293. this.dkproductionLineSearchBox.SelectMore = true;
  294. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(192, 21);
  295. this.dkproductionLineSearchBox.TabIndex = 1;
  296. this.dkproductionLineSearchBox.Title = " 生产线";
  297. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  298. //
  299. // dgvReportModule
  300. //
  301. this.dgvReportModule.AllowUserToAddRows = false;
  302. this.dgvReportModule.AllowUserToDeleteRows = false;
  303. this.dgvReportModule.AllowUserToModifyRows = true;
  304. this.dgvReportModule.AllowUserToOrderColumns = true;
  305. this.dgvReportModule.AllowUserToSortRows = false;
  306. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  307. this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  308. this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  309. this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  310. this.dgvReportModule.CellHeight = 23;
  311. this.dgvReportModule.ChildNodeColumnName = null;
  312. this.dgvReportModule.ChildNodeColumnText = null;
  313. this.dgvReportModule.ColumnDeep = 1;
  314. this.dgvReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  315. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  316. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  317. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  319. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  320. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  321. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  322. this.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  323. this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  324. this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  325. this.productionlinename,
  326. this.procedurename,
  327. this.Usercode,
  328. this.Goodstypename,
  329. this.Goodscode,
  330. this.InCount,
  331. this.ProcedureId,
  332. this.colgoodsid,
  333. this.coluserid});
  334. this.dgvReportModule.ColumnTreeView = null;
  335. this.dgvReportModule.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)));
  336. this.dgvReportModule.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.dgvReportModule.DynamicColumnName = "";
  338. this.dgvReportModule.EnableHeadersVisualStyles = false;
  339. this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.dgvReportModule.FormatQuantityColumns = null;
  341. this.dgvReportModule.HorizontalMergeColumn = null;
  342. this.dgvReportModule.IsAutoCountSum = true;
  343. this.dgvReportModule.IsAutoResizeColumns = false;
  344. this.dgvReportModule.IsClickF12 = false;
  345. this.dgvReportModule.IsOpenMergeCellFlag = false;
  346. this.dgvReportModule.IsSubTotalFlag = false;
  347. this.dgvReportModule.IsTopDeep = false;
  348. this.dgvReportModule.Location = new System.Drawing.Point(0, 0);
  349. this.dgvReportModule.Margin = new System.Windows.Forms.Padding(0);
  350. this.dgvReportModule.MergeColumnNames = null;
  351. this.dgvReportModule.MergeDetailColumnNames = null;
  352. this.dgvReportModule.MergeDetailOnlyColumn = null;
  353. this.dgvReportModule.MergeOnlyColumn = null;
  354. this.dgvReportModule.MultiSelect = false;
  355. this.dgvReportModule.Name = "dgvReportModule";
  356. this.dgvReportModule.ReadOnly = true;
  357. this.dgvReportModule.RefreshAtHscroll = false;
  358. this.dgvReportModule.RowHeadersWidth = 50;
  359. this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  360. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  361. this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle4;
  362. this.dgvReportModule.RowTemplate.Height = 21;
  363. this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  364. this.dgvReportModule.Size = new System.Drawing.Size(999, 291);
  365. this.dgvReportModule.SortOrderColumnName = null;
  366. this.dgvReportModule.TabIndex = 29;
  367. this.dgvReportModule.Tag = true;
  368. this.dgvReportModule.TotalSumColumns = null;
  369. this.dgvReportModule.ViewRowFilter = "";
  370. this.dgvReportModule.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReportModule_CellDoubleClick);
  371. //
  372. // productionlinename
  373. //
  374. this.productionlinename.DataPropertyName = "productionlinename";
  375. this.productionlinename.HeaderText = "生产线";
  376. this.productionlinename.Name = "productionlinename";
  377. this.productionlinename.ReadOnly = true;
  378. this.productionlinename.Width = 150;
  379. //
  380. // procedurename
  381. //
  382. this.procedurename.DataPropertyName = "procedurename";
  383. this.procedurename.HeaderText = "完成工序";
  384. this.procedurename.Name = "procedurename";
  385. this.procedurename.ReadOnly = true;
  386. this.procedurename.Width = 120;
  387. //
  388. // Usercode
  389. //
  390. this.Usercode.DataPropertyName = "Usercode";
  391. this.Usercode.HeaderText = "生产工号";
  392. this.Usercode.Name = "Usercode";
  393. this.Usercode.ReadOnly = true;
  394. this.Usercode.Width = 120;
  395. //
  396. // Goodstypename
  397. //
  398. this.Goodstypename.DataPropertyName = "Goodstypename";
  399. this.Goodstypename.HeaderText = "产品类别";
  400. this.Goodstypename.Name = "Goodstypename";
  401. this.Goodstypename.ReadOnly = true;
  402. this.Goodstypename.Width = 120;
  403. //
  404. // Goodscode
  405. //
  406. this.Goodscode.DataPropertyName = "Goodscode";
  407. this.Goodscode.HeaderText = "产品编码";
  408. this.Goodscode.Name = "Goodscode";
  409. this.Goodscode.ReadOnly = true;
  410. this.Goodscode.Width = 120;
  411. //
  412. // InCount
  413. //
  414. this.InCount.DataPropertyName = "InCount";
  415. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  416. this.InCount.DefaultCellStyle = dataGridViewCellStyle3;
  417. this.InCount.HeaderText = "产量";
  418. this.InCount.Name = "InCount";
  419. this.InCount.ReadOnly = true;
  420. this.InCount.Width = 120;
  421. //
  422. // ProcedureId
  423. //
  424. this.ProcedureId.DataPropertyName = "ProcedureId";
  425. this.ProcedureId.HeaderText = "ProcedureId";
  426. this.ProcedureId.Name = "ProcedureId";
  427. this.ProcedureId.ReadOnly = true;
  428. this.ProcedureId.Visible = false;
  429. //
  430. // colgoodsid
  431. //
  432. this.colgoodsid.DataPropertyName = "goodsid";
  433. this.colgoodsid.HeaderText = "goodsid";
  434. this.colgoodsid.Name = "colgoodsid";
  435. this.colgoodsid.ReadOnly = true;
  436. this.colgoodsid.Visible = false;
  437. //
  438. // coluserid
  439. //
  440. this.coluserid.DataPropertyName = "userid";
  441. this.coluserid.HeaderText = "userid";
  442. this.coluserid.Name = "coluserid";
  443. this.coluserid.ReadOnly = true;
  444. this.coluserid.Visible = false;
  445. //
  446. // tblReportModule
  447. //
  448. this.tblReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  449. | System.Windows.Forms.AnchorStyles.Left)
  450. | System.Windows.Forms.AnchorStyles.Right)));
  451. this.tblReportModule.Controls.Add(this.tapReportModule);
  452. this.tblReportModule.Controls.Add(this.tapReportModuleDetail);
  453. this.tblReportModule.Location = new System.Drawing.Point(0, 102);
  454. this.tblReportModule.Margin = new System.Windows.Forms.Padding(0);
  455. this.tblReportModule.Name = "tblReportModule";
  456. this.tblReportModule.Padding = new System.Drawing.Point(0, 0);
  457. this.tblReportModule.SelectedIndex = 0;
  458. this.tblReportModule.ShowToolTips = true;
  459. this.tblReportModule.Size = new System.Drawing.Size(1007, 317);
  460. this.tblReportModule.TabIndex = 30;
  461. //
  462. // tapReportModule
  463. //
  464. this.tapReportModule.Controls.Add(this.dgvReportModule);
  465. this.tapReportModule.Location = new System.Drawing.Point(4, 22);
  466. this.tapReportModule.Margin = new System.Windows.Forms.Padding(0);
  467. this.tapReportModule.Name = "tapReportModule";
  468. this.tapReportModule.Size = new System.Drawing.Size(999, 291);
  469. this.tapReportModule.TabIndex = 0;
  470. this.tapReportModule.Text = "在产产品汇总";
  471. this.tapReportModule.UseVisualStyleBackColor = true;
  472. //
  473. // tapReportModuleDetail
  474. //
  475. this.tapReportModuleDetail.Controls.Add(this.dgvDetailReportModule);
  476. this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
  477. this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  478. this.tapReportModuleDetail.Name = "tapReportModuleDetail";
  479. this.tapReportModuleDetail.Size = new System.Drawing.Size(999, 291);
  480. this.tapReportModuleDetail.TabIndex = 1;
  481. this.tapReportModuleDetail.Text = "在产产品明细";
  482. this.tapReportModuleDetail.UseVisualStyleBackColor = true;
  483. //
  484. // dgvDetailReportModule
  485. //
  486. this.dgvDetailReportModule.AllowUserToAddRows = false;
  487. this.dgvDetailReportModule.AllowUserToDeleteRows = false;
  488. this.dgvDetailReportModule.AllowUserToModifyRows = true;
  489. this.dgvDetailReportModule.AllowUserToOrderColumns = true;
  490. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  491. this.dgvDetailReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  492. this.dgvDetailReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  493. | System.Windows.Forms.AnchorStyles.Left)
  494. | System.Windows.Forms.AnchorStyles.Right)));
  495. this.dgvDetailReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  496. this.dgvDetailReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  497. this.dgvDetailReportModule.CellHeight = 23;
  498. this.dgvDetailReportModule.ChildNodeColumnName = null;
  499. this.dgvDetailReportModule.ChildNodeColumnText = null;
  500. this.dgvDetailReportModule.ColumnDeep = 1;
  501. this.dgvDetailReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  502. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  503. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  504. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  506. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  507. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  508. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  509. this.dgvDetailReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  510. this.dgvDetailReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  511. this.dgvDetailReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  512. this.BarCode,
  513. this.LogoCodeName,
  514. this.dataGridViewTextBoxColumn1,
  515. this.GoodsName,
  516. this.ProductionLineID,
  517. this.ProductionLineCode,
  518. this.dataGridViewTextBoxColumn2,
  519. this.CompleteProcedureID,
  520. this.CompleteProcedureName,
  521. this.CreateTime,
  522. this.UpdateTime,
  523. this.dataGridViewTextBoxColumn3,
  524. this.inscrapflag,
  525. this.ModelType,
  526. this.ProcedureModel,
  527. this.GoodsLevelName,
  528. this.GoodsLevelTypeName,
  529. this.GroutingLineID,
  530. this.GroutingLineCode,
  531. this.GroutingLineName,
  532. this.GMouldTypeID,
  533. this.GMouldTypeName,
  534. this.GroutingMouldCode,
  535. this.GroutingDate,
  536. this.GROUTINGCOUNT,
  537. this.GROUTINGUSERCODE,
  538. this.GoodsID,
  539. this.UserID,
  540. this.UserName,
  541. this.IsPublicBody,
  542. this.IsReworked,
  543. this.SPECIALREPAIRFLAG,
  544. this.GroutingDailyID,
  545. this.GroutingDailyDetailID,
  546. this.CanManyTimes,
  547. this.GroutingLineDetailID,
  548. this.CreateUserID,
  549. this.CreateUserName,
  550. this.UpdateUserID,
  551. this.UpdateUserName,
  552. this.Remarks});
  553. this.dgvDetailReportModule.ColumnTreeView = null;
  554. this.dgvDetailReportModule.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)));
  555. this.dgvDetailReportModule.DynamicColumnName = "";
  556. this.dgvDetailReportModule.EnableHeadersVisualStyles = false;
  557. this.dgvDetailReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.dgvDetailReportModule.FormatQuantityColumns = null;
  559. this.dgvDetailReportModule.HorizontalMergeColumn = null;
  560. this.dgvDetailReportModule.IsAutoCountSum = true;
  561. this.dgvDetailReportModule.IsAutoResizeColumns = false;
  562. this.dgvDetailReportModule.IsClickF12 = false;
  563. this.dgvDetailReportModule.IsOpenMergeCellFlag = false;
  564. this.dgvDetailReportModule.IsSubTotalFlag = false;
  565. this.dgvDetailReportModule.IsTopDeep = false;
  566. this.dgvDetailReportModule.Location = new System.Drawing.Point(0, 0);
  567. this.dgvDetailReportModule.MergeColumnNames = null;
  568. this.dgvDetailReportModule.MergeDetailColumnNames = null;
  569. this.dgvDetailReportModule.MergeDetailOnlyColumn = null;
  570. this.dgvDetailReportModule.MergeOnlyColumn = null;
  571. this.dgvDetailReportModule.MultiSelect = false;
  572. this.dgvDetailReportModule.Name = "dgvDetailReportModule";
  573. this.dgvDetailReportModule.ReadOnly = true;
  574. this.dgvDetailReportModule.RefreshAtHscroll = false;
  575. this.dgvDetailReportModule.RowHeadersWidth = 50;
  576. this.dgvDetailReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  577. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  578. this.dgvDetailReportModule.RowsDefaultCellStyle = dataGridViewCellStyle11;
  579. this.dgvDetailReportModule.RowTemplate.Height = 21;
  580. this.dgvDetailReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  581. this.dgvDetailReportModule.Size = new System.Drawing.Size(999, 291);
  582. this.dgvDetailReportModule.SortOrderColumnName = null;
  583. this.dgvDetailReportModule.TabIndex = 29;
  584. this.dgvDetailReportModule.Tag = true;
  585. this.dgvDetailReportModule.TotalSumColumns = null;
  586. this.dgvDetailReportModule.ViewRowFilter = "";
  587. //
  588. // BarCode
  589. //
  590. this.BarCode.DataPropertyName = "BarCode";
  591. this.BarCode.HeaderText = "产品条码";
  592. this.BarCode.Name = "BarCode";
  593. this.BarCode.ReadOnly = true;
  594. //
  595. // LogoCodeName
  596. //
  597. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  598. this.LogoCodeName.HeaderText = "商标";
  599. this.LogoCodeName.Name = "LogoCodeName";
  600. this.LogoCodeName.ReadOnly = true;
  601. //
  602. // dataGridViewTextBoxColumn1
  603. //
  604. this.dataGridViewTextBoxColumn1.DataPropertyName = "GoodsCode";
  605. this.dataGridViewTextBoxColumn1.HeaderText = "产品编码";
  606. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  607. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  608. //
  609. // GoodsName
  610. //
  611. this.GoodsName.DataPropertyName = "GoodsName";
  612. this.GoodsName.HeaderText = "产品名称";
  613. this.GoodsName.Name = "GoodsName";
  614. this.GoodsName.ReadOnly = true;
  615. //
  616. // ProductionLineID
  617. //
  618. this.ProductionLineID.DataPropertyName = "ProductionLineID";
  619. this.ProductionLineID.HeaderText = "生产线ID";
  620. this.ProductionLineID.Name = "ProductionLineID";
  621. this.ProductionLineID.ReadOnly = true;
  622. this.ProductionLineID.Visible = false;
  623. //
  624. // ProductionLineCode
  625. //
  626. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  627. this.ProductionLineCode.HeaderText = "生产线编码";
  628. this.ProductionLineCode.Name = "ProductionLineCode";
  629. this.ProductionLineCode.ReadOnly = true;
  630. this.ProductionLineCode.Visible = false;
  631. //
  632. // dataGridViewTextBoxColumn2
  633. //
  634. this.dataGridViewTextBoxColumn2.DataPropertyName = "ProductionLineName";
  635. this.dataGridViewTextBoxColumn2.HeaderText = "生产线";
  636. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  637. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  638. //
  639. // CompleteProcedureID
  640. //
  641. this.CompleteProcedureID.DataPropertyName = "CompleteProcedureID";
  642. this.CompleteProcedureID.HeaderText = "完成工序ID";
  643. this.CompleteProcedureID.Name = "CompleteProcedureID";
  644. this.CompleteProcedureID.ReadOnly = true;
  645. this.CompleteProcedureID.Visible = false;
  646. //
  647. // CompleteProcedureName
  648. //
  649. this.CompleteProcedureName.DataPropertyName = "CompleteProcedureName";
  650. this.CompleteProcedureName.HeaderText = "完成工序";
  651. this.CompleteProcedureName.Name = "CompleteProcedureName";
  652. this.CompleteProcedureName.ReadOnly = true;
  653. //
  654. // CreateTime
  655. //
  656. this.CreateTime.DataPropertyName = "CreateTime";
  657. dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
  658. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle7;
  659. this.CreateTime.HeaderText = "交坯时间";
  660. this.CreateTime.Name = "CreateTime";
  661. this.CreateTime.ReadOnly = true;
  662. this.CreateTime.Width = 180;
  663. //
  664. // UpdateTime
  665. //
  666. this.UpdateTime.DataPropertyName = "UpdateTime";
  667. dataGridViewCellStyle8.Format = "yyyy-MM-dd HH:mm:ss";
  668. dataGridViewCellStyle8.NullValue = null;
  669. this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle8;
  670. this.UpdateTime.HeaderText = "完成时间";
  671. this.UpdateTime.Name = "UpdateTime";
  672. this.UpdateTime.ReadOnly = true;
  673. //
  674. // dataGridViewTextBoxColumn3
  675. //
  676. this.dataGridViewTextBoxColumn3.DataPropertyName = "UserCode";
  677. this.dataGridViewTextBoxColumn3.HeaderText = "生产工号";
  678. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  679. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  680. //
  681. // inscrapflag
  682. //
  683. this.inscrapflag.DataPropertyName = "inscrapflag";
  684. this.inscrapflag.HeaderText = "损坯状态";
  685. this.inscrapflag.Name = "inscrapflag";
  686. this.inscrapflag.ReadOnly = true;
  687. //
  688. // ModelType
  689. //
  690. this.ModelType.DataPropertyName = "ModelType";
  691. this.ModelType.HeaderText = "工序类别";
  692. this.ModelType.Name = "ModelType";
  693. this.ModelType.ReadOnly = true;
  694. this.ModelType.Visible = false;
  695. //
  696. // ProcedureModel
  697. //
  698. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  699. this.ProcedureModel.HeaderText = "工序模型";
  700. this.ProcedureModel.Name = "ProcedureModel";
  701. this.ProcedureModel.ReadOnly = true;
  702. this.ProcedureModel.Visible = false;
  703. //
  704. // GoodsLevelName
  705. //
  706. this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
  707. this.GoodsLevelName.HeaderText = "产品分级";
  708. this.GoodsLevelName.Name = "GoodsLevelName";
  709. this.GoodsLevelName.ReadOnly = true;
  710. //
  711. // GoodsLevelTypeName
  712. //
  713. this.GoodsLevelTypeName.DataPropertyName = "GoodsLevelTypeName";
  714. this.GoodsLevelTypeName.HeaderText = "产品分级类别";
  715. this.GoodsLevelTypeName.Name = "GoodsLevelTypeName";
  716. this.GoodsLevelTypeName.ReadOnly = true;
  717. this.GoodsLevelTypeName.Visible = false;
  718. //
  719. // GroutingLineID
  720. //
  721. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  722. this.GroutingLineID.HeaderText = "成型生产线ID";
  723. this.GroutingLineID.Name = "GroutingLineID";
  724. this.GroutingLineID.ReadOnly = true;
  725. this.GroutingLineID.Visible = false;
  726. //
  727. // GroutingLineCode
  728. //
  729. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  730. this.GroutingLineCode.HeaderText = "成型线编码";
  731. this.GroutingLineCode.Name = "GroutingLineCode";
  732. this.GroutingLineCode.ReadOnly = true;
  733. //
  734. // GroutingLineName
  735. //
  736. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  737. this.GroutingLineName.HeaderText = "成型线名称";
  738. this.GroutingLineName.Name = "GroutingLineName";
  739. this.GroutingLineName.ReadOnly = true;
  740. this.GroutingLineName.Visible = false;
  741. //
  742. // GMouldTypeID
  743. //
  744. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  745. this.GMouldTypeID.HeaderText = "成型线类型ID";
  746. this.GMouldTypeID.Name = "GMouldTypeID";
  747. this.GMouldTypeID.ReadOnly = true;
  748. this.GMouldTypeID.Visible = false;
  749. //
  750. // GMouldTypeName
  751. //
  752. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  753. this.GMouldTypeName.HeaderText = "成型线类型";
  754. this.GMouldTypeName.Name = "GMouldTypeName";
  755. this.GMouldTypeName.ReadOnly = true;
  756. //
  757. // GroutingMouldCode
  758. //
  759. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  760. this.GroutingMouldCode.HeaderText = "模具编号";
  761. this.GroutingMouldCode.Name = "GroutingMouldCode";
  762. this.GroutingMouldCode.ReadOnly = true;
  763. //
  764. // GroutingDate
  765. //
  766. this.GroutingDate.DataPropertyName = "GroutingDate";
  767. dataGridViewCellStyle9.Format = "yyyy-MM-dd";
  768. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle9;
  769. this.GroutingDate.HeaderText = "注浆日期";
  770. this.GroutingDate.Name = "GroutingDate";
  771. this.GroutingDate.ReadOnly = true;
  772. //
  773. // GROUTINGCOUNT
  774. //
  775. this.GROUTINGCOUNT.DataPropertyName = "GROUTINGCOUNT";
  776. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  777. this.GROUTINGCOUNT.DefaultCellStyle = dataGridViewCellStyle10;
  778. this.GROUTINGCOUNT.HeaderText = "注浆次数";
  779. this.GROUTINGCOUNT.Name = "GROUTINGCOUNT";
  780. this.GROUTINGCOUNT.ReadOnly = true;
  781. //
  782. // GROUTINGUSERCODE
  783. //
  784. this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
  785. this.GROUTINGUSERCODE.HeaderText = "成型工号";
  786. this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
  787. this.GROUTINGUSERCODE.ReadOnly = true;
  788. //
  789. // GoodsID
  790. //
  791. this.GoodsID.DataPropertyName = "GoodsID";
  792. this.GoodsID.HeaderText = "产品ID";
  793. this.GoodsID.Name = "GoodsID";
  794. this.GoodsID.ReadOnly = true;
  795. this.GoodsID.Visible = false;
  796. //
  797. // UserID
  798. //
  799. this.UserID.DataPropertyName = "UserID";
  800. this.UserID.HeaderText = "工号ID";
  801. this.UserID.Name = "UserID";
  802. this.UserID.ReadOnly = true;
  803. this.UserID.Visible = false;
  804. //
  805. // UserName
  806. //
  807. this.UserName.DataPropertyName = "UserName";
  808. this.UserName.HeaderText = "工号姓名";
  809. this.UserName.Name = "UserName";
  810. this.UserName.ReadOnly = true;
  811. this.UserName.Visible = false;
  812. //
  813. // IsPublicBody
  814. //
  815. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  816. this.IsPublicBody.FalseValue = "0";
  817. this.IsPublicBody.HeaderText = "公坯标识";
  818. this.IsPublicBody.Name = "IsPublicBody";
  819. this.IsPublicBody.ReadOnly = true;
  820. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  821. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  822. this.IsPublicBody.TrueValue = "1";
  823. this.IsPublicBody.Visible = false;
  824. //
  825. // IsReworked
  826. //
  827. this.IsReworked.DataPropertyName = "IsReFire";
  828. this.IsReworked.FalseValue = "0";
  829. this.IsReworked.HeaderText = "重烧标识";
  830. this.IsReworked.Name = "IsReworked";
  831. this.IsReworked.ReadOnly = true;
  832. this.IsReworked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  833. this.IsReworked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  834. this.IsReworked.TrueValue = "1";
  835. //
  836. // SPECIALREPAIRFLAG
  837. //
  838. this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
  839. this.SPECIALREPAIRFLAG.FalseValue = "0";
  840. this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
  841. this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
  842. this.SPECIALREPAIRFLAG.ReadOnly = true;
  843. this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  844. this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  845. this.SPECIALREPAIRFLAG.TrueValue = "1";
  846. //
  847. // GroutingDailyID
  848. //
  849. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  850. this.GroutingDailyID.HeaderText = "注浆日报ID";
  851. this.GroutingDailyID.Name = "GroutingDailyID";
  852. this.GroutingDailyID.ReadOnly = true;
  853. this.GroutingDailyID.Visible = false;
  854. //
  855. // GroutingDailyDetailID
  856. //
  857. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  858. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  859. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  860. this.GroutingDailyDetailID.ReadOnly = true;
  861. this.GroutingDailyDetailID.Visible = false;
  862. //
  863. // CanManyTimes
  864. //
  865. this.CanManyTimes.DataPropertyName = "CanManyTimes";
  866. this.CanManyTimes.HeaderText = "能否多次注浆";
  867. this.CanManyTimes.Name = "CanManyTimes";
  868. this.CanManyTimes.ReadOnly = true;
  869. this.CanManyTimes.Visible = false;
  870. //
  871. // GroutingLineDetailID
  872. //
  873. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  874. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  875. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  876. this.GroutingLineDetailID.ReadOnly = true;
  877. this.GroutingLineDetailID.Visible = false;
  878. //
  879. // CreateUserID
  880. //
  881. this.CreateUserID.DataPropertyName = "CreateUserID";
  882. this.CreateUserID.HeaderText = "创建数据操作员ID";
  883. this.CreateUserID.Name = "CreateUserID";
  884. this.CreateUserID.ReadOnly = true;
  885. this.CreateUserID.Visible = false;
  886. //
  887. // CreateUserName
  888. //
  889. this.CreateUserName.DataPropertyName = "CreateUserName";
  890. this.CreateUserName.HeaderText = "创建数据操作员";
  891. this.CreateUserName.Name = "CreateUserName";
  892. this.CreateUserName.ReadOnly = true;
  893. this.CreateUserName.Visible = false;
  894. //
  895. // UpdateUserID
  896. //
  897. this.UpdateUserID.DataPropertyName = "UpdateUserID";
  898. this.UpdateUserID.HeaderText = "更新数据操作员ID";
  899. this.UpdateUserID.Name = "UpdateUserID";
  900. this.UpdateUserID.ReadOnly = true;
  901. this.UpdateUserID.Visible = false;
  902. //
  903. // UpdateUserName
  904. //
  905. this.UpdateUserName.DataPropertyName = "UpdateUserName";
  906. this.UpdateUserName.HeaderText = "更新数据操作员";
  907. this.UpdateUserName.Name = "UpdateUserName";
  908. this.UpdateUserName.ReadOnly = true;
  909. this.UpdateUserName.Visible = false;
  910. //
  911. // Remarks
  912. //
  913. this.Remarks.DataPropertyName = "Remarks";
  914. this.Remarks.HeaderText = "备注";
  915. this.Remarks.Name = "Remarks";
  916. this.Remarks.ReadOnly = true;
  917. this.Remarks.Visible = false;
  918. //
  919. // F_RPT_030105
  920. //
  921. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  922. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  923. this.ClientSize = new System.Drawing.Size(1016, 417);
  924. this.Controls.Add(this.tblReportModule);
  925. this.Controls.Add(this.gbxCondition);
  926. this.Controls.Add(this.tsrOperate);
  927. this.Name = "F_RPT_030105";
  928. this.Text = "在产产品汇总表";
  929. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030101_1_FormClosed);
  930. this.Load += new System.EventHandler(this.F_RPT_030101_1_Load);
  931. this.tsrOperate.ResumeLayout(false);
  932. this.tsrOperate.PerformLayout();
  933. this.gbxCondition.ResumeLayout(false);
  934. this.gbxCondition.PerformLayout();
  935. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
  936. this.tblReportModule.ResumeLayout(false);
  937. this.tapReportModule.ResumeLayout(false);
  938. this.tapReportModuleDetail.ResumeLayout(false);
  939. ((System.ComponentModel.ISupportInitialize)(this.dgvDetailReportModule)).EndInit();
  940. this.ResumeLayout(false);
  941. }
  942. #endregion
  943. private Basics.BaseControls.C_ToolStrip tsrOperate;
  944. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  945. private System.Windows.Forms.ToolStripButton tsbtnClose;
  946. private Basics.BaseControls.C_GroupBox gbxCondition;
  947. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  948. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  949. private Basics.BaseControls.C_Button btnClearCondition;
  950. private Basics.BaseControls.C_Button btnSearch;
  951. private Basics.BaseControls.C_Label lblGoodsCode;
  952. private Basics.BaseControls.C_TextBox txtGoodsCode;
  953. private Basics.BaseControls.C_DataGridView dgvReportModule;
  954. private System.Windows.Forms.TabControl tblReportModule;
  955. private System.Windows.Forms.TabPage tapReportModule;
  956. private System.Windows.Forms.TabPage tapReportModuleDetail;
  957. private Basics.BaseControls.C_DataGridView dgvDetailReportModule;
  958. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  959. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  960. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  961. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  962. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
  963. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  964. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  965. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureID;
  966. private System.Windows.Forms.DataGridViewTextBoxColumn CompleteProcedureName;
  967. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  968. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  969. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  970. private System.Windows.Forms.DataGridViewTextBoxColumn inscrapflag;
  971. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  972. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  973. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  974. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeName;
  975. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  976. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  977. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  978. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  979. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  980. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  981. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  982. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGCOUNT;
  983. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
  984. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  985. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  986. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  987. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  988. private System.Windows.Forms.DataGridViewCheckBoxColumn IsReworked;
  989. private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
  990. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  991. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  992. private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimes;
  993. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  994. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
  995. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  996. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserID;
  997. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateUserName;
  998. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  999. private System.Windows.Forms.DataGridViewTextBoxColumn productionlinename;
  1000. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  1001. private System.Windows.Forms.DataGridViewTextBoxColumn Usercode;
  1002. private System.Windows.Forms.DataGridViewTextBoxColumn Goodstypename;
  1003. private System.Windows.Forms.DataGridViewTextBoxColumn Goodscode;
  1004. private System.Windows.Forms.DataGridViewTextBoxColumn InCount;
  1005. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureId;
  1006. private System.Windows.Forms.DataGridViewTextBoxColumn colgoodsid;
  1007. private System.Windows.Forms.DataGridViewTextBoxColumn coluserid;
  1008. private Basics.BaseControls.C_Label lblGoodsType;
  1009. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1010. }
  1011. }