F_RPT_030101_1.Designer.cs 53 KB

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