F_RPT_030121.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.ReportModule
  3. {
  4. partial class F_RPT_030121
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.dgvSum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.产品分级 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.部门 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.产量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.合格率 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  38. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  40. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  41. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  42. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  43. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).BeginInit();
  49. this.grpCollapsible1.SuspendLayout();
  50. this.tsrToolStrip1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // dgvSum
  54. //
  55. this.dgvSum.AllowUserToAddRows = false;
  56. this.dgvSum.AllowUserToDeleteRows = false;
  57. this.dgvSum.AllowUserToModifyRows = true;
  58. this.dgvSum.AllowUserToOrderColumns = true;
  59. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  60. this.dgvSum.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  61. this.dgvSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.dgvSum.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  65. this.dgvSum.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  66. this.dgvSum.CellHeight = 23;
  67. this.dgvSum.ChildNodeColumnName = null;
  68. this.dgvSum.ChildNodeColumnText = null;
  69. this.dgvSum.ColumnDeep = 1;
  70. this.dgvSum.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  71. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  72. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  73. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  75. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  76. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  77. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  78. this.dgvSum.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  79. this.dgvSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  80. this.dgvSum.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  81. this.产品分级,
  82. this.部门,
  83. this.产量,
  84. this.合格率});
  85. this.dgvSum.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  86. this.dgvSum.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)));
  87. this.dgvSum.DynamicColumnName = "";
  88. this.dgvSum.EnableHeadersVisualStyles = false;
  89. this.dgvSum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.dgvSum.FormatQuantityColumns = null;
  91. this.dgvSum.HasNode = false;
  92. this.dgvSum.HorizontalMergeColumn = null;
  93. this.dgvSum.IsAutoCountSum = true;
  94. this.dgvSum.IsAutoResizeColumns = false;
  95. this.dgvSum.IsClickF12 = false;
  96. this.dgvSum.IsOpenMergeCellFlag = false;
  97. this.dgvSum.IsSubTotalFlag = false;
  98. this.dgvSum.IsTopDeep = false;
  99. this.dgvSum.Location = new System.Drawing.Point(0, 96);
  100. this.dgvSum.MergeColumnNames = null;
  101. this.dgvSum.MergeDetailColumnNames = null;
  102. this.dgvSum.MergeDetailOnlyColumn = null;
  103. this.dgvSum.MergeOnlyColumn = null;
  104. this.dgvSum.MultiSelect = false;
  105. this.dgvSum.Name = "dgvSum";
  106. this.dgvSum.ReadOnly = true;
  107. this.dgvSum.RefreshAtHscroll = false;
  108. this.dgvSum.RowHeadersWidth = 50;
  109. this.dgvSum.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  110. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  111. this.dgvSum.RowsDefaultCellStyle = dataGridViewCellStyle3;
  112. this.dgvSum.RowTemplate.Height = 21;
  113. this.dgvSum.Size = new System.Drawing.Size(1061, 261);
  114. this.dgvSum.SortOrderColumnName = null;
  115. this.dgvSum.TabIndex = 0;
  116. this.dgvSum.Tag = "";
  117. this.dgvSum.TotalSumColumns = null;
  118. this.dgvSum.ViewRowFilter = "";
  119. this.dgvSum.VirtualNodes = false;
  120. //
  121. // 产品分级
  122. //
  123. this.产品分级.DataPropertyName = "产品分级";
  124. this.产品分级.HeaderText = "产品分级";
  125. this.产品分级.Name = "产品分级";
  126. this.产品分级.ReadOnly = true;
  127. //
  128. // 部门
  129. //
  130. this.部门.DataPropertyName = "部门";
  131. this.部门.HeaderText = "部门";
  132. this.部门.Name = "部门";
  133. this.部门.ReadOnly = true;
  134. //
  135. // 产量
  136. //
  137. this.产量.DataPropertyName = "产量";
  138. this.产量.HeaderText = "产量";
  139. this.产量.Name = "产量";
  140. this.产量.ReadOnly = true;
  141. //
  142. // 合格率
  143. //
  144. this.合格率.DataPropertyName = "合格率";
  145. this.合格率.HeaderText = "占比率";
  146. this.合格率.Name = "合格率";
  147. this.合格率.ReadOnly = true;
  148. //
  149. // grpCollapsible1
  150. //
  151. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  152. | System.Windows.Forms.AnchorStyles.Right)));
  153. this.grpCollapsible1.Controls.Add(this.lblAccountDateEnd);
  154. this.grpCollapsible1.Controls.Add(this.dtpEndTime);
  155. this.grpCollapsible1.Controls.Add(this.dtpStartTime);
  156. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  157. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  158. this.grpCollapsible1.Name = "grpCollapsible1";
  159. this.grpCollapsible1.Size = new System.Drawing.Size(1061, 52);
  160. this.grpCollapsible1.TabIndex = 1;
  161. this.grpCollapsible1.TabStop = false;
  162. this.grpCollapsible1.Text = "查询条件";
  163. //
  164. // lblAccountDateEnd
  165. //
  166. this.lblAccountDateEnd.AutoSize = true;
  167. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  168. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.lblAccountDateEnd.Location = new System.Drawing.Point(235, 26);
  171. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  172. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  173. this.lblAccountDateEnd.TabIndex = 9;
  174. this.lblAccountDateEnd.Text = "至";
  175. //
  176. // dtpEndTime
  177. //
  178. this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  179. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  180. this.dtpEndTime.Location = new System.Drawing.Point(258, 20);
  181. this.dtpEndTime.Name = "dtpEndTime";
  182. this.dtpEndTime.Size = new System.Drawing.Size(155, 21);
  183. this.dtpEndTime.TabIndex = 10;
  184. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  185. //
  186. // dtpStartTime
  187. //
  188. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  189. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  190. this.dtpStartTime.Location = new System.Drawing.Point(69, 20);
  191. this.dtpStartTime.Name = "dtpStartTime";
  192. this.dtpStartTime.Size = new System.Drawing.Size(160, 21);
  193. this.dtpStartTime.TabIndex = 8;
  194. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  195. //
  196. // lblLabel1
  197. //
  198. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  199. this.lblLabel1.Name = "lblLabel1";
  200. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  201. this.lblLabel1.TabIndex = 0;
  202. this.lblLabel1.Text = "回收日期";
  203. //
  204. // tsrToolStrip1
  205. //
  206. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  208. this.tsbtnSearch,
  209. this.tsbtnClearCondition,
  210. this.toolStripSeparator4,
  211. this.tsbtnAdaptive,
  212. this.tsbtnClose});
  213. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  214. this.tsrToolStrip1.Name = "tsrToolStrip1";
  215. this.tsrToolStrip1.Size = new System.Drawing.Size(1073, 35);
  216. this.tsrToolStrip1.TabIndex = 0;
  217. //
  218. // tsbtnSearch
  219. //
  220. this.tsbtnSearch.AutoSize = false;
  221. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  223. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  224. this.tsbtnSearch.Name = "tsbtnSearch";
  225. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  226. this.tsbtnSearch.Text = "查询(&Q)";
  227. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  228. //
  229. // tsbtnClearCondition
  230. //
  231. this.tsbtnClearCondition.AutoSize = false;
  232. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  234. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  235. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  236. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  237. this.tsbtnClearCondition.Text = "清空条件(&C)";
  238. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  239. //
  240. // toolStripSeparator4
  241. //
  242. this.toolStripSeparator4.AutoSize = false;
  243. this.toolStripSeparator4.Name = "toolStripSeparator4";
  244. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  245. //
  246. // tsbtnAdaptive
  247. //
  248. this.tsbtnAdaptive.AutoSize = false;
  249. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  251. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  252. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  253. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  254. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  255. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  256. //
  257. // tsbtnClose
  258. //
  259. this.tsbtnClose.AutoSize = false;
  260. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  262. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  263. this.tsbtnClose.Name = "tsbtnClose";
  264. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  265. this.tsbtnClose.Text = "关闭(&X)";
  266. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  267. //
  268. // F_RPT_030121
  269. //
  270. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  271. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  272. this.ClientSize = new System.Drawing.Size(1073, 357);
  273. this.Controls.Add(this.dgvSum);
  274. this.Controls.Add(this.grpCollapsible1);
  275. this.Controls.Add(this.tsrToolStrip1);
  276. this.Name = "F_RPT_030121";
  277. this.Text = "废弃产品汇总表";
  278. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  279. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  280. ((System.ComponentModel.ISupportInitialize)(this.dgvSum)).EndInit();
  281. this.grpCollapsible1.ResumeLayout(false);
  282. this.grpCollapsible1.PerformLayout();
  283. this.tsrToolStrip1.ResumeLayout(false);
  284. this.tsrToolStrip1.PerformLayout();
  285. this.ResumeLayout(false);
  286. }
  287. #endregion
  288. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  289. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  290. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  291. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  292. private System.Windows.Forms.ToolStripButton tsbtnClose;
  293. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  294. private Basics.BaseControls.C_DataGridView dgvSum;
  295. private WinForm.Controls.LblLabel lblLabel1;
  296. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  297. private Basics.BaseControls.C_Label lblAccountDateEnd;
  298. private System.Windows.Forms.DateTimePicker dtpEndTime;
  299. private System.Windows.Forms.DateTimePicker dtpStartTime;
  300. private System.Windows.Forms.DataGridViewTextBoxColumn 产品分级;
  301. private System.Windows.Forms.DataGridViewTextBoxColumn 部门;
  302. private System.Windows.Forms.DataGridViewTextBoxColumn 产量;
  303. private System.Windows.Forms.DataGridViewTextBoxColumn 合格率;
  304. }
  305. }