F_RPT_030101_1.Designer.cs 52 KB

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