F_RPT_030101_1.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Procedureid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.g1GOODSMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.产量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.AccountDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.tapReportModuleDetail = new System.Windows.Forms.TabPage();
  73. this.dgvReportModuleDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  74. this.OrganizationName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.ProductionLineCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.ProductionLineName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ProcedureCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ProcedureName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.GoodsTypeName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.GoodsCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.GoodsName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.GoodsModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.GOODSSPECIFICATION1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.DICTIONARYVALUE1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.SecurityCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.LogoCodeNameNew = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.kilnCarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.KILNCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.createusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.CreateUserName = 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.GoodsTypeName,
  427. this.GoodsID,
  428. this.GoodsCode,
  429. this.GoodsName,
  430. this.GOODSSPECIFICATION,
  431. this.g1GOODSMODEL,
  432. this.DICTIONARYVALUE,
  433. this.产量,
  434. this.AccountDate});
  435. this.dgvReportModule.ColumnTreeView = null;
  436. 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)));
  437. this.dgvReportModule.Dock = System.Windows.Forms.DockStyle.Fill;
  438. this.dgvReportModule.DynamicColumnName = "";
  439. this.dgvReportModule.EnableHeadersVisualStyles = false;
  440. this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.dgvReportModule.FormatQuantityColumns = null;
  442. this.dgvReportModule.HasNode = false;
  443. this.dgvReportModule.HorizontalMergeColumn = null;
  444. this.dgvReportModule.IsAutoCountSum = true;
  445. this.dgvReportModule.IsAutoResizeColumns = false;
  446. this.dgvReportModule.IsClickF12 = false;
  447. this.dgvReportModule.IsOpenMergeCellFlag = false;
  448. this.dgvReportModule.IsSubTotalFlag = false;
  449. this.dgvReportModule.IsTopDeep = false;
  450. this.dgvReportModule.Location = new System.Drawing.Point(0, 0);
  451. this.dgvReportModule.Margin = new System.Windows.Forms.Padding(0);
  452. this.dgvReportModule.MergeColumnNames = null;
  453. this.dgvReportModule.MergeDetailColumnNames = null;
  454. this.dgvReportModule.MergeDetailOnlyColumn = null;
  455. this.dgvReportModule.MergeOnlyColumn = null;
  456. this.dgvReportModule.MultiSelect = false;
  457. this.dgvReportModule.Name = "dgvReportModule";
  458. this.dgvReportModule.ReadOnly = true;
  459. this.dgvReportModule.RefreshAtHscroll = false;
  460. this.dgvReportModule.RowHeadersWidth = 50;
  461. this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  462. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  463. this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle4;
  464. this.dgvReportModule.RowTemplate.Height = 21;
  465. this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  466. this.dgvReportModule.Size = new System.Drawing.Size(996, 270);
  467. this.dgvReportModule.SortOrderColumnName = null;
  468. this.dgvReportModule.TabIndex = 29;
  469. this.dgvReportModule.Tag = true;
  470. this.dgvReportModule.TotalSumColumns = null;
  471. this.dgvReportModule.ViewRowFilter = "";
  472. this.dgvReportModule.VirtualNodes = false;
  473. this.dgvReportModule.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvReportModule_CellDoubleClick);
  474. //
  475. // OrganizationName
  476. //
  477. this.OrganizationName.DataPropertyName = "OrganizationName";
  478. this.OrganizationName.HeaderText = "组织机构";
  479. this.OrganizationName.Name = "OrganizationName";
  480. this.OrganizationName.ReadOnly = true;
  481. this.OrganizationName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  482. //
  483. // ProductionLineCode
  484. //
  485. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  486. this.ProductionLineCode.HeaderText = "生产线编码";
  487. this.ProductionLineCode.Name = "ProductionLineCode";
  488. this.ProductionLineCode.ReadOnly = true;
  489. this.ProductionLineCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  490. this.ProductionLineCode.Visible = false;
  491. //
  492. // ProductionLineName
  493. //
  494. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  495. this.ProductionLineName.HeaderText = "生产线";
  496. this.ProductionLineName.Name = "ProductionLineName";
  497. this.ProductionLineName.ReadOnly = true;
  498. this.ProductionLineName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  499. //
  500. // Procedureid
  501. //
  502. this.Procedureid.DataPropertyName = "Procedureid";
  503. this.Procedureid.HeaderText = "工序id";
  504. this.Procedureid.Name = "Procedureid";
  505. this.Procedureid.ReadOnly = true;
  506. this.Procedureid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  507. this.Procedureid.Visible = false;
  508. //
  509. // ProcedureName
  510. //
  511. this.ProcedureName.DataPropertyName = "ProcedureName";
  512. this.ProcedureName.HeaderText = "生产工序";
  513. this.ProcedureName.Name = "ProcedureName";
  514. this.ProcedureName.ReadOnly = true;
  515. this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  516. //
  517. // GoodsTypeName
  518. //
  519. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  520. this.GoodsTypeName.HeaderText = "产品类别";
  521. this.GoodsTypeName.Name = "GoodsTypeName";
  522. this.GoodsTypeName.ReadOnly = true;
  523. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  524. //
  525. // GoodsID
  526. //
  527. this.GoodsID.DataPropertyName = "GoodsID";
  528. this.GoodsID.HeaderText = "产品ID";
  529. this.GoodsID.Name = "GoodsID";
  530. this.GoodsID.ReadOnly = true;
  531. this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  532. this.GoodsID.Visible = false;
  533. //
  534. // GoodsCode
  535. //
  536. this.GoodsCode.DataPropertyName = "GoodsCode";
  537. this.GoodsCode.HeaderText = "产品编码";
  538. this.GoodsCode.Name = "GoodsCode";
  539. this.GoodsCode.ReadOnly = true;
  540. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  541. //
  542. // GoodsName
  543. //
  544. this.GoodsName.DataPropertyName = "GoodsName";
  545. this.GoodsName.HeaderText = "产品名称";
  546. this.GoodsName.Name = "GoodsName";
  547. this.GoodsName.ReadOnly = true;
  548. this.GoodsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  549. this.GoodsName.Visible = false;
  550. //
  551. // GOODSSPECIFICATION
  552. //
  553. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  554. this.GOODSSPECIFICATION.HeaderText = "规格";
  555. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  556. this.GOODSSPECIFICATION.ReadOnly = true;
  557. this.GOODSSPECIFICATION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  558. //
  559. // g1GOODSMODEL
  560. //
  561. this.g1GOODSMODEL.DataPropertyName = "GOODSMODEL";
  562. this.g1GOODSMODEL.HeaderText = "产品型号";
  563. this.g1GOODSMODEL.Name = "g1GOODSMODEL";
  564. this.g1GOODSMODEL.ReadOnly = true;
  565. //
  566. // DICTIONARYVALUE
  567. //
  568. this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
  569. this.DICTIONARYVALUE.HeaderText = "釉色类别";
  570. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  571. this.DICTIONARYVALUE.ReadOnly = true;
  572. this.DICTIONARYVALUE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  573. //
  574. // 产量
  575. //
  576. this.产量.DataPropertyName = "产量";
  577. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  578. this.产量.DefaultCellStyle = dataGridViewCellStyle3;
  579. this.产量.HeaderText = "产量";
  580. this.产量.Name = "产量";
  581. this.产量.ReadOnly = true;
  582. this.产量.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  583. //
  584. // AccountDate
  585. //
  586. this.AccountDate.DataPropertyName = "AccountDate";
  587. this.AccountDate.HeaderText = "账务日期";
  588. this.AccountDate.Name = "AccountDate";
  589. this.AccountDate.ReadOnly = true;
  590. this.AccountDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  591. this.AccountDate.Visible = false;
  592. //
  593. // tapReportModuleDetail
  594. //
  595. this.tapReportModuleDetail.Controls.Add(this.dgvReportModuleDetail);
  596. this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
  597. this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  598. this.tapReportModuleDetail.Name = "tapReportModuleDetail";
  599. this.tapReportModuleDetail.Size = new System.Drawing.Size(996, 270);
  600. this.tapReportModuleDetail.TabIndex = 1;
  601. this.tapReportModuleDetail.Text = "产品产量明细";
  602. this.tapReportModuleDetail.UseVisualStyleBackColor = true;
  603. //
  604. // dgvReportModuleDetail
  605. //
  606. this.dgvReportModuleDetail.AllowUserToAddRows = false;
  607. this.dgvReportModuleDetail.AllowUserToDeleteRows = false;
  608. this.dgvReportModuleDetail.AllowUserToModifyRows = true;
  609. this.dgvReportModuleDetail.AllowUserToOrderColumns = true;
  610. this.dgvReportModuleDetail.AllowUserToSortRows = false;
  611. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  612. this.dgvReportModuleDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  613. this.dgvReportModuleDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  614. this.dgvReportModuleDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  615. this.dgvReportModuleDetail.CellHeight = 23;
  616. this.dgvReportModuleDetail.ChildNodeColumnName = null;
  617. this.dgvReportModuleDetail.ChildNodeColumnText = null;
  618. this.dgvReportModuleDetail.ColumnDeep = 1;
  619. this.dgvReportModuleDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  620. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  621. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  622. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  624. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  625. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  626. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  627. this.dgvReportModuleDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  628. this.dgvReportModuleDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  629. this.dgvReportModuleDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  630. this.OrganizationName1,
  631. this.ProductionLineCode1,
  632. this.ProductionLineName1,
  633. this.ProcedureCode1,
  634. this.ProcedureName1,
  635. this.GoodsTypeName1,
  636. this.GoodsCode1,
  637. this.GoodsName1,
  638. this.GoodsModel,
  639. this.GOODSSPECIFICATION1,
  640. this.DICTIONARYVALUE1,
  641. this.BarCode,
  642. this.SecurityCode,
  643. this.LogoCodeName,
  644. this.LogoCodeNameNew,
  645. this.UserCode,
  646. this.CREATETIME,
  647. this.kilnCarcode,
  648. this.KILNCODE,
  649. this.createusercode,
  650. this.CreateUserName});
  651. this.dgvReportModuleDetail.ColumnTreeView = null;
  652. 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)));
  653. this.dgvReportModuleDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  654. this.dgvReportModuleDetail.DynamicColumnName = "";
  655. this.dgvReportModuleDetail.EnableHeadersVisualStyles = false;
  656. this.dgvReportModuleDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.dgvReportModuleDetail.FormatQuantityColumns = null;
  658. this.dgvReportModuleDetail.HasNode = false;
  659. this.dgvReportModuleDetail.HorizontalMergeColumn = null;
  660. this.dgvReportModuleDetail.IsAutoCountSum = true;
  661. this.dgvReportModuleDetail.IsAutoResizeColumns = false;
  662. this.dgvReportModuleDetail.IsClickF12 = false;
  663. this.dgvReportModuleDetail.IsOpenMergeCellFlag = false;
  664. this.dgvReportModuleDetail.IsSubTotalFlag = false;
  665. this.dgvReportModuleDetail.IsTopDeep = false;
  666. this.dgvReportModuleDetail.Location = new System.Drawing.Point(0, 0);
  667. this.dgvReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  668. this.dgvReportModuleDetail.MergeColumnNames = null;
  669. this.dgvReportModuleDetail.MergeDetailColumnNames = null;
  670. this.dgvReportModuleDetail.MergeDetailOnlyColumn = null;
  671. this.dgvReportModuleDetail.MergeOnlyColumn = null;
  672. this.dgvReportModuleDetail.MultiSelect = false;
  673. this.dgvReportModuleDetail.Name = "dgvReportModuleDetail";
  674. this.dgvReportModuleDetail.ReadOnly = true;
  675. this.dgvReportModuleDetail.RefreshAtHscroll = false;
  676. this.dgvReportModuleDetail.RowHeadersWidth = 50;
  677. this.dgvReportModuleDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  678. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  679. this.dgvReportModuleDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  680. this.dgvReportModuleDetail.RowTemplate.Height = 21;
  681. this.dgvReportModuleDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  682. this.dgvReportModuleDetail.Size = new System.Drawing.Size(996, 270);
  683. this.dgvReportModuleDetail.SortOrderColumnName = null;
  684. this.dgvReportModuleDetail.TabIndex = 30;
  685. this.dgvReportModuleDetail.Tag = true;
  686. this.dgvReportModuleDetail.TotalSumColumns = null;
  687. this.dgvReportModuleDetail.ViewRowFilter = "";
  688. this.dgvReportModuleDetail.VirtualNodes = false;
  689. //
  690. // OrganizationName1
  691. //
  692. this.OrganizationName1.DataPropertyName = "OrganizationName";
  693. this.OrganizationName1.HeaderText = "组织机构";
  694. this.OrganizationName1.Name = "OrganizationName1";
  695. this.OrganizationName1.ReadOnly = true;
  696. //
  697. // ProductionLineCode1
  698. //
  699. this.ProductionLineCode1.DataPropertyName = "ProductionLineCode";
  700. this.ProductionLineCode1.HeaderText = "生产线编码";
  701. this.ProductionLineCode1.Name = "ProductionLineCode1";
  702. this.ProductionLineCode1.ReadOnly = true;
  703. this.ProductionLineCode1.Visible = false;
  704. //
  705. // ProductionLineName1
  706. //
  707. this.ProductionLineName1.DataPropertyName = "ProductionLineName";
  708. this.ProductionLineName1.HeaderText = "生产线";
  709. this.ProductionLineName1.Name = "ProductionLineName1";
  710. this.ProductionLineName1.ReadOnly = true;
  711. //
  712. // ProcedureCode1
  713. //
  714. this.ProcedureCode1.DataPropertyName = "ProcedureCode";
  715. this.ProcedureCode1.HeaderText = "工序编号";
  716. this.ProcedureCode1.Name = "ProcedureCode1";
  717. this.ProcedureCode1.ReadOnly = true;
  718. this.ProcedureCode1.Visible = false;
  719. //
  720. // ProcedureName1
  721. //
  722. this.ProcedureName1.DataPropertyName = "ProcedureName";
  723. this.ProcedureName1.HeaderText = "生产工序";
  724. this.ProcedureName1.Name = "ProcedureName1";
  725. this.ProcedureName1.ReadOnly = true;
  726. //
  727. // GoodsTypeName1
  728. //
  729. this.GoodsTypeName1.DataPropertyName = "GoodsTypeName";
  730. this.GoodsTypeName1.HeaderText = "产品类别";
  731. this.GoodsTypeName1.Name = "GoodsTypeName1";
  732. this.GoodsTypeName1.ReadOnly = true;
  733. //
  734. // GoodsCode1
  735. //
  736. this.GoodsCode1.DataPropertyName = "GoodsCode";
  737. this.GoodsCode1.HeaderText = "产品编码";
  738. this.GoodsCode1.Name = "GoodsCode1";
  739. this.GoodsCode1.ReadOnly = true;
  740. //
  741. // GoodsName1
  742. //
  743. this.GoodsName1.DataPropertyName = "GoodsName";
  744. this.GoodsName1.HeaderText = "产品名称";
  745. this.GoodsName1.Name = "GoodsName1";
  746. this.GoodsName1.ReadOnly = true;
  747. //
  748. // GoodsModel
  749. //
  750. this.GoodsModel.DataPropertyName = "GoodsModel";
  751. this.GoodsModel.HeaderText = "产品型号";
  752. this.GoodsModel.Name = "GoodsModel";
  753. this.GoodsModel.ReadOnly = true;
  754. //
  755. // GOODSSPECIFICATION1
  756. //
  757. this.GOODSSPECIFICATION1.DataPropertyName = "GOODSSPECIFICATION";
  758. this.GOODSSPECIFICATION1.HeaderText = "规格";
  759. this.GOODSSPECIFICATION1.Name = "GOODSSPECIFICATION1";
  760. this.GOODSSPECIFICATION1.ReadOnly = true;
  761. //
  762. // DICTIONARYVALUE1
  763. //
  764. this.DICTIONARYVALUE1.DataPropertyName = "DICTIONARYVALUE";
  765. this.DICTIONARYVALUE1.HeaderText = "釉色类别";
  766. this.DICTIONARYVALUE1.Name = "DICTIONARYVALUE1";
  767. this.DICTIONARYVALUE1.ReadOnly = true;
  768. //
  769. // BarCode
  770. //
  771. this.BarCode.DataPropertyName = "BarCode";
  772. this.BarCode.HeaderText = "产品条码";
  773. this.BarCode.Name = "BarCode";
  774. this.BarCode.ReadOnly = true;
  775. //
  776. // SecurityCode
  777. //
  778. this.SecurityCode.DataPropertyName = "SecurityCode";
  779. this.SecurityCode.HeaderText = "防伪码";
  780. this.SecurityCode.Name = "SecurityCode";
  781. this.SecurityCode.ReadOnly = true;
  782. //
  783. // LogoCodeName
  784. //
  785. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  786. this.LogoCodeName.HeaderText = "商标";
  787. this.LogoCodeName.Name = "LogoCodeName";
  788. this.LogoCodeName.ReadOnly = true;
  789. //
  790. // LogoCodeNameNew
  791. //
  792. this.LogoCodeNameNew.DataPropertyName = "LogoCodeNameNew";
  793. this.LogoCodeNameNew.HeaderText = "当前产品商标";
  794. this.LogoCodeNameNew.Name = "LogoCodeNameNew";
  795. this.LogoCodeNameNew.ReadOnly = true;
  796. //
  797. // UserCode
  798. //
  799. this.UserCode.DataPropertyName = "UserCode";
  800. this.UserCode.HeaderText = "生产工号";
  801. this.UserCode.Name = "UserCode";
  802. this.UserCode.ReadOnly = true;
  803. //
  804. // CREATETIME
  805. //
  806. this.CREATETIME.DataPropertyName = "CREATETIME";
  807. this.CREATETIME.HeaderText = "生产日期";
  808. this.CREATETIME.Name = "CREATETIME";
  809. this.CREATETIME.ReadOnly = true;
  810. //
  811. // kilnCarcode
  812. //
  813. this.kilnCarcode.DataPropertyName = "kilnCarcode";
  814. this.kilnCarcode.HeaderText = "窑车编码";
  815. this.kilnCarcode.Name = "kilnCarcode";
  816. this.kilnCarcode.ReadOnly = true;
  817. //
  818. // KILNCODE
  819. //
  820. this.KILNCODE.DataPropertyName = "KILNCODE";
  821. this.KILNCODE.HeaderText = "窑炉编码";
  822. this.KILNCODE.Name = "KILNCODE";
  823. this.KILNCODE.ReadOnly = true;
  824. //
  825. // createusercode
  826. //
  827. this.createusercode.DataPropertyName = "createusercode";
  828. this.createusercode.HeaderText = "操作工号";
  829. this.createusercode.Name = "createusercode";
  830. this.createusercode.ReadOnly = true;
  831. //
  832. // CreateUserName
  833. //
  834. this.CreateUserName.DataPropertyName = "CreateUserName";
  835. this.CreateUserName.HeaderText = "操作者";
  836. this.CreateUserName.Name = "CreateUserName";
  837. this.CreateUserName.ReadOnly = true;
  838. //
  839. // F_RPT_030101_1
  840. //
  841. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  842. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  843. this.ClientSize = new System.Drawing.Size(1016, 417);
  844. this.Controls.Add(this.tblReportModule);
  845. this.Controls.Add(this.gbxCondition);
  846. this.Controls.Add(this.tsrOperate);
  847. this.Name = "F_RPT_030101_1";
  848. this.Text = "产品产量汇总表";
  849. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030101_1_FormClosed);
  850. this.Load += new System.EventHandler(this.F_RPT_030101_1_Load);
  851. this.tsrOperate.ResumeLayout(false);
  852. this.tsrOperate.PerformLayout();
  853. this.gbxCondition.ResumeLayout(false);
  854. this.gbxCondition.PerformLayout();
  855. this.tblReportModule.ResumeLayout(false);
  856. this.tapReportModule.ResumeLayout(false);
  857. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
  858. this.tapReportModuleDetail.ResumeLayout(false);
  859. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModuleDetail)).EndInit();
  860. this.ResumeLayout(false);
  861. }
  862. #endregion
  863. private Basics.BaseControls.C_ToolStrip tsrOperate;
  864. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  865. private System.Windows.Forms.ToolStripButton tsbtnClose;
  866. private Basics.BaseControls.C_GroupBox gbxCondition;
  867. private Basics.BaseControls.C_Label lblAccountDateEnd;
  868. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  869. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  870. private Basics.BaseControls.C_Button btnClearCondition;
  871. private Basics.BaseControls.C_Button btnSearch;
  872. private Basics.BaseControls.C_Label lblAccountDateStart;
  873. private System.Windows.Forms.TabControl tblReportModule;
  874. private System.Windows.Forms.TabPage tapReportModule;
  875. private System.Windows.Forms.TabPage tapReportModuleDetail;
  876. private Basics.BaseControls.C_DataGridView dgvReportModule;
  877. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  878. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  879. private Basics.BaseControls.C_DataGridView dgvReportModuleDetail;
  880. private Basics.BaseControls.C_CheckBox chkFlag;
  881. private Basics.BaseControls.C_Label lblGoodsType;
  882. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  883. private Basics.BaseControls.C_Label lblOrganization;
  884. private Controls.SearchBox.ScbOrganization scbOrganization;
  885. private Controls.SearchBox.ScbGoods scbGoods;
  886. private Basics.BaseControls.C_Label lblGoods;
  887. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  888. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  889. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  890. private System.Windows.Forms.DataGridViewTextBoxColumn Procedureid;
  891. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  892. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  893. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  894. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  895. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  897. private System.Windows.Forms.DataGridViewTextBoxColumn g1GOODSMODEL;
  898. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn 产量;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn AccountDate;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName1;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode1;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName1;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode1;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName1;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName1;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode1;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName1;
  909. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsModel;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION1;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE1;
  912. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  913. private System.Windows.Forms.DataGridViewTextBoxColumn SecurityCode;
  914. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  915. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeNameNew;
  916. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  917. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  918. private System.Windows.Forms.DataGridViewTextBoxColumn kilnCarcode;
  919. private System.Windows.Forms.DataGridViewTextBoxColumn KILNCODE;
  920. private System.Windows.Forms.DataGridViewTextBoxColumn createusercode;
  921. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  922. }
  923. }