F_RPT_030120.Designer.cs 50 KB

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