F_RPT_030101_1.Designer.cs 47 KB

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