F_RPT_030101_1.Designer.cs 49 KB

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