F_RPT_040101_1.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_040101_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_040101_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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  40. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  42. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  43. this.chkGDate = new System.Windows.Forms.CheckBox();
  44. this.chkGCTime = new System.Windows.Forms.CheckBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  48. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  49. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  52. this.txtDateDifference = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  53. this.lblDateDifference = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.dkUserInfoSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  55. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.dtpGCTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  57. this.dtpGCTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  58. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  59. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  60. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.dgvGroutingAdobeTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  63. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Groutinglinename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.StrippingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GSPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.DeliverNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.SDPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GDPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.chkMonitor = new System.Windows.Forms.CheckBox();
  77. this.tsrOperate.SuspendLayout();
  78. this.gbxCondition.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingAdobeTotal)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // tsrOperate
  83. //
  84. this.tsrOperate.AutoSize = false;
  85. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  86. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  88. this.tsbtnAdaptive,
  89. this.tsbtnClose});
  90. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  91. this.tsrOperate.Name = "tsrOperate";
  92. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  93. this.tsrOperate.ShowItemToolTips = false;
  94. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  95. this.tsrOperate.TabIndex = 0;
  96. this.tsrOperate.Text = "toolStrip1";
  97. //
  98. // tsbtnAdaptive
  99. //
  100. this.tsbtnAdaptive.AutoSize = false;
  101. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  103. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  105. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  106. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  107. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  108. //
  109. // tsbtnClose
  110. //
  111. this.tsbtnClose.AutoSize = false;
  112. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  114. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbtnClose.Name = "tsbtnClose";
  116. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  117. this.tsbtnClose.Text = "关闭(&X)";
  118. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  119. //
  120. // gbxCondition
  121. //
  122. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  125. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  126. this.gbxCondition.Controls.Add(this.chkGDate);
  127. this.gbxCondition.Controls.Add(this.chkMonitor);
  128. this.gbxCondition.Controls.Add(this.chkGCTime);
  129. this.gbxCondition.Controls.Add(this.c_Label1);
  130. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  131. this.gbxCondition.Controls.Add(this.scbGroutingLine);
  132. this.gbxCondition.Controls.Add(this.scbGoods);
  133. this.gbxCondition.Controls.Add(this.lblGoods);
  134. this.gbxCondition.Controls.Add(this.lblGoodsType);
  135. this.gbxCondition.Controls.Add(this.scbGoodsType);
  136. this.gbxCondition.Controls.Add(this.txtDateDifference);
  137. this.gbxCondition.Controls.Add(this.lblDateDifference);
  138. this.gbxCondition.Controls.Add(this.dkUserInfoSearchBox);
  139. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  140. this.gbxCondition.Controls.Add(this.dtpGCTimeEnd);
  141. this.gbxCondition.Controls.Add(this.dtpGCTimeBegin);
  142. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  143. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  144. this.gbxCondition.Controls.Add(this.btnClearCondition);
  145. this.gbxCondition.Controls.Add(this.btnSearch);
  146. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this.gbxCondition.IsMustInput = false;
  149. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  150. this.gbxCondition.Name = "gbxCondition";
  151. this.gbxCondition.OriginalHeight = -1;
  152. this.gbxCondition.Size = new System.Drawing.Size(1119, 80);
  153. this.gbxCondition.TabIndex = 1;
  154. this.gbxCondition.TabStop = false;
  155. this.gbxCondition.Text = "查询条件 ▼";
  156. //
  157. // chkGDate
  158. //
  159. this.chkGDate.AutoSize = true;
  160. this.chkGDate.Checked = true;
  161. this.chkGDate.CheckState = System.Windows.Forms.CheckState.Checked;
  162. this.chkGDate.Location = new System.Drawing.Point(388, 22);
  163. this.chkGDate.Name = "chkGDate";
  164. this.chkGDate.Size = new System.Drawing.Size(72, 16);
  165. this.chkGDate.TabIndex = 3;
  166. this.chkGDate.Text = "注浆日期";
  167. this.chkGDate.UseVisualStyleBackColor = true;
  168. this.chkGDate.CheckedChanged += new System.EventHandler(this.chkGDate_CheckedChanged);
  169. //
  170. // chkGCTime
  171. //
  172. this.chkGCTime.AutoSize = true;
  173. this.chkGCTime.Location = new System.Drawing.Point(388, 49);
  174. this.chkGCTime.Name = "chkGCTime";
  175. this.chkGCTime.Size = new System.Drawing.Size(96, 16);
  176. this.chkGCTime.TabIndex = 13;
  177. this.chkGCTime.Text = "注浆操作时间";
  178. this.chkGCTime.UseVisualStyleBackColor = true;
  179. this.chkGCTime.CheckedChanged += new System.EventHandler(this.chkGCTime_CheckedChanged);
  180. //
  181. // c_Label1
  182. //
  183. this.c_Label1.AutoSize = true;
  184. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  185. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  187. this.c_Label1.Location = new System.Drawing.Point(636, 51);
  188. this.c_Label1.Name = "c_Label1";
  189. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  190. this.c_Label1.TabIndex = 15;
  191. this.c_Label1.Text = "至";
  192. //
  193. // lblGroutingLine
  194. //
  195. this.lblGroutingLine.AutoSize = true;
  196. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  197. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  199. this.lblGroutingLine.Location = new System.Drawing.Point(16, 25);
  200. this.lblGroutingLine.Name = "lblGroutingLine";
  201. this.lblGroutingLine.Size = new System.Drawing.Size(53, 12);
  202. this.lblGroutingLine.TabIndex = 0;
  203. this.lblGroutingLine.Text = "成型线号";
  204. //
  205. // scbGroutingLine
  206. //
  207. this.scbGroutingLine.CheckedData = null;
  208. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  209. this.scbGroutingLine.Location = new System.Drawing.Point(75, 20);
  210. this.scbGroutingLine.MultiSelect = true;
  211. this.scbGroutingLine.Name = "scbGroutingLine";
  212. this.scbGroutingLine.Size = new System.Drawing.Size(120, 21);
  213. this.scbGroutingLine.TabIndex = 1;
  214. //
  215. // scbGoods
  216. //
  217. this.scbGoods.CheckedData = null;
  218. this.scbGoods.Location = new System.Drawing.Point(262, 47);
  219. this.scbGoods.MultiSelect = true;
  220. this.scbGoods.Name = "scbGoods";
  221. this.scbGoods.Size = new System.Drawing.Size(120, 21);
  222. this.scbGoods.TabIndex = 12;
  223. //
  224. // lblGoods
  225. //
  226. this.lblGoods.AutoSize = true;
  227. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  228. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  230. this.lblGoods.Location = new System.Drawing.Point(203, 51);
  231. this.lblGoods.Name = "lblGoods";
  232. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  233. this.lblGoods.TabIndex = 11;
  234. this.lblGoods.Text = "产品名称";
  235. //
  236. // lblGoodsType
  237. //
  238. this.lblGoodsType.AutoSize = true;
  239. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  240. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  242. this.lblGoodsType.Location = new System.Drawing.Point(16, 52);
  243. this.lblGoodsType.Name = "lblGoodsType";
  244. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  245. this.lblGoodsType.TabIndex = 9;
  246. this.lblGoodsType.Text = "产品类别";
  247. //
  248. // scbGoodsType
  249. //
  250. this.scbGoodsType.CheckedData = null;
  251. this.scbGoodsType.IsOnlyDisplayEnd = false;
  252. this.scbGoodsType.Location = new System.Drawing.Point(75, 47);
  253. this.scbGoodsType.Name = "scbGoodsType";
  254. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  255. this.scbGoodsType.TabIndex = 10;
  256. //
  257. // txtDateDifference
  258. //
  259. this.txtDateDifference.AllowNegative = false;
  260. this.txtDateDifference.BackColor = System.Drawing.SystemColors.Window;
  261. this.txtDateDifference.BackgroundColor = System.Drawing.SystemColors.Window;
  262. this.txtDateDifference.DataValue = new decimal(new int[] {
  263. 0,
  264. 0,
  265. 0,
  266. 0});
  267. this.txtDateDifference.ErrorMessage = "";
  268. this.txtDateDifference.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.txtDateDifference.ImeMode = System.Windows.Forms.ImeMode.Off;
  270. this.txtDateDifference.Location = new System.Drawing.Point(876, 20);
  271. this.txtDateDifference.MaxLength = 2;
  272. this.txtDateDifference.MaxValue = new decimal(new int[] {
  273. 99,
  274. 0,
  275. 0,
  276. 0});
  277. this.txtDateDifference.MinValue = new decimal(new int[] {
  278. 0,
  279. 0,
  280. 0,
  281. 0});
  282. this.txtDateDifference.Name = "txtDateDifference";
  283. this.txtDateDifference.Size = new System.Drawing.Size(71, 21);
  284. this.txtDateDifference.TabIndex = 8;
  285. this.txtDateDifference.Text = "0";
  286. this.txtDateDifference.TextValue = "0";
  287. //
  288. // lblDateDifference
  289. //
  290. this.lblDateDifference.AutoSize = true;
  291. this.lblDateDifference.BackColor = System.Drawing.Color.Transparent;
  292. this.lblDateDifference.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.lblDateDifference.ForeColor = System.Drawing.SystemColors.ControlText;
  294. this.lblDateDifference.Location = new System.Drawing.Point(805, 24);
  295. this.lblDateDifference.Name = "lblDateDifference";
  296. this.lblDateDifference.Size = new System.Drawing.Size(65, 12);
  297. this.lblDateDifference.TabIndex = 7;
  298. this.lblDateDifference.Text = "注交日期差";
  299. //
  300. // dkUserInfoSearchBox
  301. //
  302. this.dkUserInfoSearchBox.DataSource = null;
  303. this.dkUserInfoSearchBox.Enabled = true;
  304. this.dkUserInfoSearchBox.IsMustInput = false;
  305. this.dkUserInfoSearchBox.IsWorker = false;
  306. this.dkUserInfoSearchBox.Location = new System.Drawing.Point(203, 20);
  307. this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
  308. this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
  309. this.dkUserInfoSearchBox.SelectMore = true;
  310. this.dkUserInfoSearchBox.Size = new System.Drawing.Size(179, 21);
  311. this.dkUserInfoSearchBox.TabIndex = 2;
  312. this.dkUserInfoSearchBox.Title = "成型工号";
  313. this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
  314. this.dkUserInfoSearchBox.UserCode = "";
  315. this.dkUserInfoSearchBox.UserID = null;
  316. this.dkUserInfoSearchBox.UserIDS = null;
  317. this.dkUserInfoSearchBox.UserName = null;
  318. //
  319. // lblAccountDateEnd
  320. //
  321. this.lblAccountDateEnd.AutoSize = true;
  322. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  323. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  325. this.lblAccountDateEnd.Location = new System.Drawing.Point(636, 24);
  326. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  327. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  328. this.lblAccountDateEnd.TabIndex = 5;
  329. this.lblAccountDateEnd.Text = "至";
  330. //
  331. // dtpGCTimeEnd
  332. //
  333. this.dtpGCTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  334. this.dtpGCTimeEnd.Enabled = false;
  335. this.dtpGCTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.dtpGCTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  337. this.dtpGCTimeEnd.Location = new System.Drawing.Point(659, 47);
  338. this.dtpGCTimeEnd.Name = "dtpGCTimeEnd";
  339. this.dtpGCTimeEnd.ShowUpDown = true;
  340. this.dtpGCTimeEnd.Size = new System.Drawing.Size(140, 21);
  341. this.dtpGCTimeEnd.TabIndex = 16;
  342. //
  343. // dtpGCTimeBegin
  344. //
  345. this.dtpGCTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  346. this.dtpGCTimeBegin.Enabled = false;
  347. this.dtpGCTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.dtpGCTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  349. this.dtpGCTimeBegin.Location = new System.Drawing.Point(490, 47);
  350. this.dtpGCTimeBegin.Name = "dtpGCTimeBegin";
  351. this.dtpGCTimeBegin.ShowUpDown = true;
  352. this.dtpGCTimeBegin.Size = new System.Drawing.Size(140, 21);
  353. this.dtpGCTimeBegin.TabIndex = 14;
  354. //
  355. // dtpAccountDateEnd
  356. //
  357. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
  358. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  360. this.dtpAccountDateEnd.Location = new System.Drawing.Point(659, 20);
  361. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  362. this.dtpAccountDateEnd.Size = new System.Drawing.Size(140, 21);
  363. this.dtpAccountDateEnd.TabIndex = 6;
  364. //
  365. // dtpAccountDateStart
  366. //
  367. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
  368. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  370. this.dtpAccountDateStart.Location = new System.Drawing.Point(490, 20);
  371. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  372. this.dtpAccountDateStart.Size = new System.Drawing.Size(140, 21);
  373. this.dtpAccountDateStart.TabIndex = 4;
  374. //
  375. // btnClearCondition
  376. //
  377. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  378. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  379. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  380. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  382. this.btnClearCondition.Location = new System.Drawing.Point(1016, 45);
  383. this.btnClearCondition.Name = "btnClearCondition";
  384. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  385. this.btnClearCondition.TabIndex = 18;
  386. this.btnClearCondition.Text = "清空条件(&C)";
  387. this.btnClearCondition.UseVisualStyleBackColor = true;
  388. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  389. //
  390. // btnSearch
  391. //
  392. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  393. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  394. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  395. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.btnSearch.ForeColor = System.Drawing.Color.White;
  397. this.btnSearch.Location = new System.Drawing.Point(925, 45);
  398. this.btnSearch.Name = "btnSearch";
  399. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  400. this.btnSearch.TabIndex = 17;
  401. this.btnSearch.Text = "查询(&Q)";
  402. this.btnSearch.UseVisualStyleBackColor = true;
  403. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  404. //
  405. // dgvGroutingAdobeTotal
  406. //
  407. this.dgvGroutingAdobeTotal.AllowUserToAddRows = false;
  408. this.dgvGroutingAdobeTotal.AllowUserToDeleteRows = false;
  409. this.dgvGroutingAdobeTotal.AllowUserToModifyRows = true;
  410. this.dgvGroutingAdobeTotal.AllowUserToOrderColumns = true;
  411. this.dgvGroutingAdobeTotal.AllowUserToSortRows = false;
  412. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  413. this.dgvGroutingAdobeTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  414. this.dgvGroutingAdobeTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  415. | System.Windows.Forms.AnchorStyles.Left)
  416. | System.Windows.Forms.AnchorStyles.Right)));
  417. this.dgvGroutingAdobeTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  418. this.dgvGroutingAdobeTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  419. this.dgvGroutingAdobeTotal.CellHeight = 23;
  420. this.dgvGroutingAdobeTotal.ChildNodeColumnName = null;
  421. this.dgvGroutingAdobeTotal.ChildNodeColumnText = null;
  422. this.dgvGroutingAdobeTotal.ColumnDeep = 1;
  423. this.dgvGroutingAdobeTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  424. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  425. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  426. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  428. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  429. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  430. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  431. this.dgvGroutingAdobeTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  432. this.dgvGroutingAdobeTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  433. this.dgvGroutingAdobeTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  434. this.UserCode,
  435. this.GoodsCode,
  436. this.GoodsTypeName,
  437. this.GOODSSPECIFICATION,
  438. this.DICTIONARYVALUE,
  439. this.Groutinglinename,
  440. this.MouldQuantity,
  441. this.GroutingNum,
  442. this.StrippingNum,
  443. this.GSPercent,
  444. this.DeliverNum,
  445. this.SDPercent,
  446. this.GDPercent});
  447. this.dgvGroutingAdobeTotal.ColumnTreeView = null;
  448. this.dgvGroutingAdobeTotal.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)));
  449. this.dgvGroutingAdobeTotal.DynamicColumnName = "";
  450. this.dgvGroutingAdobeTotal.EnableHeadersVisualStyles = false;
  451. this.dgvGroutingAdobeTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.dgvGroutingAdobeTotal.FormatQuantityColumns = null;
  453. this.dgvGroutingAdobeTotal.HorizontalMergeColumn = null;
  454. this.dgvGroutingAdobeTotal.IsAutoCountSum = true;
  455. this.dgvGroutingAdobeTotal.IsAutoResizeColumns = false;
  456. this.dgvGroutingAdobeTotal.IsClickF12 = false;
  457. this.dgvGroutingAdobeTotal.IsOpenMergeCellFlag = false;
  458. this.dgvGroutingAdobeTotal.IsSubTotalFlag = false;
  459. this.dgvGroutingAdobeTotal.IsTopDeep = false;
  460. this.dgvGroutingAdobeTotal.Location = new System.Drawing.Point(0, 125);
  461. this.dgvGroutingAdobeTotal.MergeColumnNames = null;
  462. this.dgvGroutingAdobeTotal.MergeDetailColumnNames = null;
  463. this.dgvGroutingAdobeTotal.MergeDetailOnlyColumn = null;
  464. this.dgvGroutingAdobeTotal.MergeOnlyColumn = null;
  465. this.dgvGroutingAdobeTotal.MultiSelect = false;
  466. this.dgvGroutingAdobeTotal.Name = "dgvGroutingAdobeTotal";
  467. this.dgvGroutingAdobeTotal.ReadOnly = true;
  468. this.dgvGroutingAdobeTotal.RefreshAtHscroll = false;
  469. this.dgvGroutingAdobeTotal.RowHeadersWidth = 50;
  470. this.dgvGroutingAdobeTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  471. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  472. this.dgvGroutingAdobeTotal.RowsDefaultCellStyle = dataGridViewCellStyle10;
  473. this.dgvGroutingAdobeTotal.RowTemplate.Height = 21;
  474. this.dgvGroutingAdobeTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  475. this.dgvGroutingAdobeTotal.Size = new System.Drawing.Size(1119, 367);
  476. this.dgvGroutingAdobeTotal.SortOrderColumnName = null;
  477. this.dgvGroutingAdobeTotal.TabIndex = 2;
  478. this.dgvGroutingAdobeTotal.Tag = true;
  479. this.dgvGroutingAdobeTotal.TotalSumColumns = null;
  480. this.dgvGroutingAdobeTotal.ViewRowFilter = "";
  481. //
  482. // UserCode
  483. //
  484. this.UserCode.DataPropertyName = "UserCode";
  485. this.UserCode.HeaderText = "成型工号";
  486. this.UserCode.Name = "UserCode";
  487. this.UserCode.ReadOnly = true;
  488. //
  489. // GoodsCode
  490. //
  491. this.GoodsCode.DataPropertyName = "GoodsCode";
  492. this.GoodsCode.HeaderText = "产品编码";
  493. this.GoodsCode.Name = "GoodsCode";
  494. this.GoodsCode.ReadOnly = true;
  495. //
  496. // GoodsTypeName
  497. //
  498. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  499. this.GoodsTypeName.HeaderText = "产品类别";
  500. this.GoodsTypeName.Name = "GoodsTypeName";
  501. this.GoodsTypeName.ReadOnly = true;
  502. //
  503. // GOODSSPECIFICATION
  504. //
  505. this.GOODSSPECIFICATION.DataPropertyName = "goodsspecification";
  506. this.GOODSSPECIFICATION.HeaderText = "规格";
  507. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  508. this.GOODSSPECIFICATION.ReadOnly = true;
  509. //
  510. // DICTIONARYVALUE
  511. //
  512. this.DICTIONARYVALUE.DataPropertyName = "GlazeType";
  513. this.DICTIONARYVALUE.HeaderText = "釉色类别";
  514. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  515. this.DICTIONARYVALUE.ReadOnly = true;
  516. //
  517. // Groutinglinename
  518. //
  519. this.Groutinglinename.DataPropertyName = "groutinglinecode";
  520. this.Groutinglinename.HeaderText = "成型线";
  521. this.Groutinglinename.Name = "Groutinglinename";
  522. this.Groutinglinename.ReadOnly = true;
  523. //
  524. // MouldQuantity
  525. //
  526. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  527. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  528. this.MouldQuantity.DefaultCellStyle = dataGridViewCellStyle3;
  529. this.MouldQuantity.HeaderText = "模具数量";
  530. this.MouldQuantity.Name = "MouldQuantity";
  531. this.MouldQuantity.ReadOnly = true;
  532. //
  533. // GroutingNum
  534. //
  535. this.GroutingNum.DataPropertyName = "GroutingNum";
  536. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  537. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  538. this.GroutingNum.HeaderText = "注浆量";
  539. this.GroutingNum.Name = "GroutingNum";
  540. this.GroutingNum.ReadOnly = true;
  541. //
  542. // StrippingNum
  543. //
  544. this.StrippingNum.DataPropertyName = "StrippingNum";
  545. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  546. this.StrippingNum.DefaultCellStyle = dataGridViewCellStyle5;
  547. this.StrippingNum.HeaderText = "成坯量";
  548. this.StrippingNum.Name = "StrippingNum";
  549. this.StrippingNum.ReadOnly = true;
  550. //
  551. // GSPercent
  552. //
  553. this.GSPercent.DataPropertyName = "GSPercent";
  554. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  555. this.GSPercent.DefaultCellStyle = dataGridViewCellStyle6;
  556. this.GSPercent.HeaderText = "注成比";
  557. this.GSPercent.Name = "GSPercent";
  558. this.GSPercent.ReadOnly = true;
  559. //
  560. // DeliverNum
  561. //
  562. this.DeliverNum.DataPropertyName = "DeliverNum";
  563. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  564. this.DeliverNum.DefaultCellStyle = dataGridViewCellStyle7;
  565. this.DeliverNum.HeaderText = "交坯量";
  566. this.DeliverNum.Name = "DeliverNum";
  567. this.DeliverNum.ReadOnly = true;
  568. //
  569. // SDPercent
  570. //
  571. this.SDPercent.DataPropertyName = "SDPercent";
  572. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  573. this.SDPercent.DefaultCellStyle = dataGridViewCellStyle8;
  574. this.SDPercent.HeaderText = "成交比";
  575. this.SDPercent.Name = "SDPercent";
  576. this.SDPercent.ReadOnly = true;
  577. //
  578. // GDPercent
  579. //
  580. this.GDPercent.DataPropertyName = "GDPercent";
  581. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  582. this.GDPercent.DefaultCellStyle = dataGridViewCellStyle9;
  583. this.GDPercent.HeaderText = "注交比";
  584. this.GDPercent.Name = "GDPercent";
  585. this.GDPercent.ReadOnly = true;
  586. //
  587. // chkMonitor
  588. //
  589. this.chkMonitor.AutoSize = true;
  590. this.chkMonitor.Location = new System.Drawing.Point(807, 49);
  591. this.chkMonitor.Name = "chkMonitor";
  592. this.chkMonitor.Size = new System.Drawing.Size(108, 16);
  593. this.chkMonitor.TabIndex = 13;
  594. this.chkMonitor.Text = "按成型班长分析";
  595. this.chkMonitor.UseVisualStyleBackColor = true;
  596. this.chkMonitor.CheckedChanged += new System.EventHandler(this.chkGCTime_CheckedChanged);
  597. //
  598. // F_RPT_040101_1
  599. //
  600. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  601. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  602. this.ClientSize = new System.Drawing.Size(1131, 492);
  603. this.Controls.Add(this.dgvGroutingAdobeTotal);
  604. this.Controls.Add(this.gbxCondition);
  605. this.Controls.Add(this.tsrOperate);
  606. this.Name = "F_RPT_040101_1";
  607. this.Text = "注浆交坯比率分析表";
  608. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040101_1_FormClosed);
  609. this.Load += new System.EventHandler(this.F_RPT_040101_1_Load);
  610. this.tsrOperate.ResumeLayout(false);
  611. this.tsrOperate.PerformLayout();
  612. this.gbxCondition.ResumeLayout(false);
  613. this.gbxCondition.PerformLayout();
  614. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingAdobeTotal)).EndInit();
  615. this.ResumeLayout(false);
  616. }
  617. #endregion
  618. private Basics.BaseControls.C_ToolStrip tsrOperate;
  619. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  620. private System.Windows.Forms.ToolStripButton tsbtnClose;
  621. private Basics.BaseControls.C_GroupBox gbxCondition;
  622. private Basics.BaseControls.C_Label lblAccountDateEnd;
  623. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  624. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  625. private Basics.BaseControls.C_Button btnClearCondition;
  626. private Basics.BaseControls.C_Button btnSearch;
  627. private Basics.BaseControls.C_DataGridView dgvGroutingAdobeTotal;
  628. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfoSearchBox;
  629. private Basics.BaseControls.C_Label lblDateDifference;
  630. private Basics.BaseControls.C_TXT_Digital txtDateDifference;
  631. private Basics.BaseControls.C_Label lblGoodsType;
  632. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  633. private Controls.SearchBox.ScbGoods scbGoods;
  634. private Basics.BaseControls.C_Label lblGoods;
  635. private Basics.BaseControls.C_Label lblGroutingLine;
  636. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn Groutinglinename;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn StrippingNum;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn GSPercent;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverNum;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn SDPercent;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn GDPercent;
  650. private Basics.BaseControls.C_DateTimePicker dtpGCTimeEnd;
  651. private Basics.BaseControls.C_DateTimePicker dtpGCTimeBegin;
  652. private Basics.BaseControls.C_Label c_Label1;
  653. private System.Windows.Forms.CheckBox chkGCTime;
  654. private System.Windows.Forms.CheckBox chkGDate;
  655. private System.Windows.Forms.CheckBox chkMonitor;
  656. }
  657. }