F_RPT_030101_1.Designer.cs 54 KB

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