革博士程序V1仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

435 line
28 KiB

  1. namespace LeatherApp.Page
  2. {
  3. partial class FChart
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnExport = new Sunny.UI.UISymbolButton();
  29. this.uiProcessDay = new Sunny.UI.UIRoundProcess();
  30. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  31. this.lblQualified_Day = new Sunny.UI.UILabel();
  32. this.lblTotal_Day = new Sunny.UI.UILabel();
  33. this.uiTitlePanel2 = new Sunny.UI.UITitlePanel();
  34. this.lblQualified_Month = new Sunny.UI.UILabel();
  35. this.lblTotal_Month = new Sunny.UI.UILabel();
  36. this.uiProcessMonth = new Sunny.UI.UIRoundProcess();
  37. this.uiTitlePanel3 = new Sunny.UI.UITitlePanel();
  38. this.lblQualified_Quarter = new Sunny.UI.UILabel();
  39. this.lblTotal_Quarter = new Sunny.UI.UILabel();
  40. this.uiProcessQuarter = new Sunny.UI.UIRoundProcess();
  41. this.uiTitlePanel4 = new Sunny.UI.UITitlePanel();
  42. this.lblQualified_Year = new Sunny.UI.UILabel();
  43. this.lblTotal_Year = new Sunny.UI.UILabel();
  44. this.uiProcessYear = new Sunny.UI.UIRoundProcess();
  45. this.pieDefect = new Sunny.UI.UIPieChart();
  46. this.barcharQualified = new Sunny.UI.UIBarChart();
  47. this.linecharDefect = new Sunny.UI.UILineChart();
  48. this.btnBack = new Sunny.UI.UISymbolButton();
  49. this.uiTitlePanel1.SuspendLayout();
  50. this.uiTitlePanel2.SuspendLayout();
  51. this.uiTitlePanel3.SuspendLayout();
  52. this.uiTitlePanel4.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // btnExport
  56. //
  57. this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.btnExport.Cursor = System.Windows.Forms.Cursors.Hand;
  60. this.btnExport.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  61. this.btnExport.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  62. this.btnExport.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
  63. this.btnExport.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  64. this.btnExport.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  65. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.btnExport.Location = new System.Drawing.Point(1292, 110);
  67. this.btnExport.MinimumSize = new System.Drawing.Size(1, 1);
  68. this.btnExport.Name = "btnExport";
  69. this.btnExport.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(136)))));
  70. this.btnExport.RectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(171)))), ((int)(((byte)(160)))));
  71. this.btnExport.RectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  72. this.btnExport.RectSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(120)))), ((int)(((byte)(109)))));
  73. this.btnExport.Size = new System.Drawing.Size(100, 72);
  74. this.btnExport.Style = Sunny.UI.UIStyle.LayuiGreen;
  75. this.btnExport.StyleCustomMode = true;
  76. this.btnExport.Symbol = 61509;
  77. this.btnExport.SymbolSize = 26;
  78. this.btnExport.TabIndex = 9;
  79. this.btnExport.Text = "导出";
  80. this.btnExport.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  82. //
  83. // uiProcessDay
  84. //
  85. this.uiProcessDay.BackColor = System.Drawing.Color.Transparent;
  86. this.uiProcessDay.Font = new System.Drawing.Font("微软雅黑", 10F);
  87. this.uiProcessDay.ForeColor2 = System.Drawing.Color.Black;
  88. this.uiProcessDay.Location = new System.Drawing.Point(7, 38);
  89. this.uiProcessDay.MinimumSize = new System.Drawing.Size(1, 1);
  90. this.uiProcessDay.Name = "uiProcessDay";
  91. this.uiProcessDay.ShowProcess = true;
  92. this.uiProcessDay.Size = new System.Drawing.Size(122, 131);
  93. this.uiProcessDay.Style = Sunny.UI.UIStyle.Custom;
  94. this.uiProcessDay.TabIndex = 92;
  95. this.uiProcessDay.Text = "0.0%";
  96. //
  97. // uiTitlePanel1
  98. //
  99. this.uiTitlePanel1.BackColor = System.Drawing.Color.White;
  100. this.uiTitlePanel1.Controls.Add(this.lblQualified_Day);
  101. this.uiTitlePanel1.Controls.Add(this.lblTotal_Day);
  102. this.uiTitlePanel1.Controls.Add(this.uiProcessDay);
  103. this.uiTitlePanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.uiTitlePanel1.Location = new System.Drawing.Point(12, 13);
  105. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  106. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  107. this.uiTitlePanel1.Name = "uiTitlePanel1";
  108. this.uiTitlePanel1.ShowText = false;
  109. this.uiTitlePanel1.Size = new System.Drawing.Size(311, 172);
  110. this.uiTitlePanel1.Style = Sunny.UI.UIStyle.Custom;
  111. this.uiTitlePanel1.TabIndex = 93;
  112. this.uiTitlePanel1.Text = "当日合格率";
  113. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  114. this.uiTitlePanel1.TitleColor = System.Drawing.Color.White;
  115. this.uiTitlePanel1.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
  116. //
  117. // lblQualified_Day
  118. //
  119. this.lblQualified_Day.BackColor = System.Drawing.Color.Transparent;
  120. this.lblQualified_Day.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.lblQualified_Day.Location = new System.Drawing.Point(138, 109);
  122. this.lblQualified_Day.Name = "lblQualified_Day";
  123. this.lblQualified_Day.Size = new System.Drawing.Size(170, 33);
  124. this.lblQualified_Day.Style = Sunny.UI.UIStyle.Custom;
  125. this.lblQualified_Day.TabIndex = 94;
  126. this.lblQualified_Day.Text = "合格量:";
  127. this.lblQualified_Day.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  128. //
  129. // lblTotal_Day
  130. //
  131. this.lblTotal_Day.BackColor = System.Drawing.Color.Transparent;
  132. this.lblTotal_Day.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.lblTotal_Day.Location = new System.Drawing.Point(138, 63);
  134. this.lblTotal_Day.Name = "lblTotal_Day";
  135. this.lblTotal_Day.Size = new System.Drawing.Size(170, 33);
  136. this.lblTotal_Day.Style = Sunny.UI.UIStyle.Custom;
  137. this.lblTotal_Day.TabIndex = 93;
  138. this.lblTotal_Day.Text = "检测量:";
  139. this.lblTotal_Day.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  140. //
  141. // uiTitlePanel2
  142. //
  143. this.uiTitlePanel2.BackColor = System.Drawing.Color.White;
  144. this.uiTitlePanel2.Controls.Add(this.lblQualified_Month);
  145. this.uiTitlePanel2.Controls.Add(this.lblTotal_Month);
  146. this.uiTitlePanel2.Controls.Add(this.uiProcessMonth);
  147. this.uiTitlePanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.uiTitlePanel2.Location = new System.Drawing.Point(331, 13);
  149. this.uiTitlePanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  150. this.uiTitlePanel2.MinimumSize = new System.Drawing.Size(1, 1);
  151. this.uiTitlePanel2.Name = "uiTitlePanel2";
  152. this.uiTitlePanel2.ShowText = false;
  153. this.uiTitlePanel2.Size = new System.Drawing.Size(311, 172);
  154. this.uiTitlePanel2.Style = Sunny.UI.UIStyle.Custom;
  155. this.uiTitlePanel2.TabIndex = 93;
  156. this.uiTitlePanel2.Text = "当月合格率";
  157. this.uiTitlePanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  158. this.uiTitlePanel2.TitleColor = System.Drawing.Color.White;
  159. this.uiTitlePanel2.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
  160. //
  161. // lblQualified_Month
  162. //
  163. this.lblQualified_Month.BackColor = System.Drawing.Color.Transparent;
  164. this.lblQualified_Month.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.lblQualified_Month.Location = new System.Drawing.Point(138, 109);
  166. this.lblQualified_Month.Name = "lblQualified_Month";
  167. this.lblQualified_Month.Size = new System.Drawing.Size(170, 33);
  168. this.lblQualified_Month.Style = Sunny.UI.UIStyle.Custom;
  169. this.lblQualified_Month.TabIndex = 94;
  170. this.lblQualified_Month.Text = "合格量:";
  171. this.lblQualified_Month.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  172. //
  173. // lblTotal_Month
  174. //
  175. this.lblTotal_Month.BackColor = System.Drawing.Color.Transparent;
  176. this.lblTotal_Month.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.lblTotal_Month.Location = new System.Drawing.Point(138, 63);
  178. this.lblTotal_Month.Name = "lblTotal_Month";
  179. this.lblTotal_Month.Size = new System.Drawing.Size(170, 33);
  180. this.lblTotal_Month.Style = Sunny.UI.UIStyle.Custom;
  181. this.lblTotal_Month.TabIndex = 93;
  182. this.lblTotal_Month.Text = "检测量:";
  183. this.lblTotal_Month.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  184. //
  185. // uiProcessMonth
  186. //
  187. this.uiProcessMonth.BackColor = System.Drawing.Color.Transparent;
  188. this.uiProcessMonth.Font = new System.Drawing.Font("微软雅黑", 10F);
  189. this.uiProcessMonth.ForeColor2 = System.Drawing.Color.Black;
  190. this.uiProcessMonth.Location = new System.Drawing.Point(7, 38);
  191. this.uiProcessMonth.MinimumSize = new System.Drawing.Size(1, 1);
  192. this.uiProcessMonth.Name = "uiProcessMonth";
  193. this.uiProcessMonth.ShowProcess = true;
  194. this.uiProcessMonth.Size = new System.Drawing.Size(122, 131);
  195. this.uiProcessMonth.Style = Sunny.UI.UIStyle.Custom;
  196. this.uiProcessMonth.TabIndex = 92;
  197. this.uiProcessMonth.Text = "0.0%";
  198. //
  199. // uiTitlePanel3
  200. //
  201. this.uiTitlePanel3.BackColor = System.Drawing.Color.White;
  202. this.uiTitlePanel3.Controls.Add(this.lblQualified_Quarter);
  203. this.uiTitlePanel3.Controls.Add(this.lblTotal_Quarter);
  204. this.uiTitlePanel3.Controls.Add(this.uiProcessQuarter);
  205. this.uiTitlePanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.uiTitlePanel3.Location = new System.Drawing.Point(650, 14);
  207. this.uiTitlePanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  208. this.uiTitlePanel3.MinimumSize = new System.Drawing.Size(1, 1);
  209. this.uiTitlePanel3.Name = "uiTitlePanel3";
  210. this.uiTitlePanel3.ShowText = false;
  211. this.uiTitlePanel3.Size = new System.Drawing.Size(311, 172);
  212. this.uiTitlePanel3.Style = Sunny.UI.UIStyle.Custom;
  213. this.uiTitlePanel3.TabIndex = 93;
  214. this.uiTitlePanel3.Text = "当季合格率";
  215. this.uiTitlePanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  216. this.uiTitlePanel3.TitleColor = System.Drawing.Color.White;
  217. this.uiTitlePanel3.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
  218. //
  219. // lblQualified_Quarter
  220. //
  221. this.lblQualified_Quarter.BackColor = System.Drawing.Color.Transparent;
  222. this.lblQualified_Quarter.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.lblQualified_Quarter.Location = new System.Drawing.Point(138, 109);
  224. this.lblQualified_Quarter.Name = "lblQualified_Quarter";
  225. this.lblQualified_Quarter.Size = new System.Drawing.Size(170, 33);
  226. this.lblQualified_Quarter.Style = Sunny.UI.UIStyle.Custom;
  227. this.lblQualified_Quarter.TabIndex = 94;
  228. this.lblQualified_Quarter.Text = "合格量:";
  229. this.lblQualified_Quarter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  230. //
  231. // lblTotal_Quarter
  232. //
  233. this.lblTotal_Quarter.BackColor = System.Drawing.Color.Transparent;
  234. this.lblTotal_Quarter.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.lblTotal_Quarter.Location = new System.Drawing.Point(138, 63);
  236. this.lblTotal_Quarter.Name = "lblTotal_Quarter";
  237. this.lblTotal_Quarter.Size = new System.Drawing.Size(170, 33);
  238. this.lblTotal_Quarter.Style = Sunny.UI.UIStyle.Custom;
  239. this.lblTotal_Quarter.TabIndex = 93;
  240. this.lblTotal_Quarter.Text = "检测量:";
  241. this.lblTotal_Quarter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  242. //
  243. // uiProcessQuarter
  244. //
  245. this.uiProcessQuarter.BackColor = System.Drawing.Color.Transparent;
  246. this.uiProcessQuarter.Font = new System.Drawing.Font("微软雅黑", 10F);
  247. this.uiProcessQuarter.ForeColor2 = System.Drawing.Color.Black;
  248. this.uiProcessQuarter.Location = new System.Drawing.Point(7, 38);
  249. this.uiProcessQuarter.MinimumSize = new System.Drawing.Size(1, 1);
  250. this.uiProcessQuarter.Name = "uiProcessQuarter";
  251. this.uiProcessQuarter.ShowProcess = true;
  252. this.uiProcessQuarter.Size = new System.Drawing.Size(122, 131);
  253. this.uiProcessQuarter.Style = Sunny.UI.UIStyle.Custom;
  254. this.uiProcessQuarter.TabIndex = 92;
  255. this.uiProcessQuarter.Text = "0.0%";
  256. //
  257. // uiTitlePanel4
  258. //
  259. this.uiTitlePanel4.BackColor = System.Drawing.Color.White;
  260. this.uiTitlePanel4.Controls.Add(this.lblQualified_Year);
  261. this.uiTitlePanel4.Controls.Add(this.lblTotal_Year);
  262. this.uiTitlePanel4.Controls.Add(this.uiProcessYear);
  263. this.uiTitlePanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.uiTitlePanel4.Location = new System.Drawing.Point(969, 14);
  265. this.uiTitlePanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  266. this.uiTitlePanel4.MinimumSize = new System.Drawing.Size(1, 1);
  267. this.uiTitlePanel4.Name = "uiTitlePanel4";
  268. this.uiTitlePanel4.ShowText = false;
  269. this.uiTitlePanel4.Size = new System.Drawing.Size(311, 172);
  270. this.uiTitlePanel4.Style = Sunny.UI.UIStyle.Custom;
  271. this.uiTitlePanel4.TabIndex = 93;
  272. this.uiTitlePanel4.Text = "当年合格率";
  273. this.uiTitlePanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  274. this.uiTitlePanel4.TitleColor = System.Drawing.Color.White;
  275. this.uiTitlePanel4.TitleForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
  276. //
  277. // lblQualified_Year
  278. //
  279. this.lblQualified_Year.BackColor = System.Drawing.Color.Transparent;
  280. this.lblQualified_Year.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.lblQualified_Year.Location = new System.Drawing.Point(138, 109);
  282. this.lblQualified_Year.Name = "lblQualified_Year";
  283. this.lblQualified_Year.Size = new System.Drawing.Size(170, 33);
  284. this.lblQualified_Year.Style = Sunny.UI.UIStyle.Custom;
  285. this.lblQualified_Year.TabIndex = 94;
  286. this.lblQualified_Year.Text = "合格量:";
  287. this.lblQualified_Year.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  288. //
  289. // lblTotal_Year
  290. //
  291. this.lblTotal_Year.BackColor = System.Drawing.Color.Transparent;
  292. this.lblTotal_Year.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.lblTotal_Year.Location = new System.Drawing.Point(138, 63);
  294. this.lblTotal_Year.Name = "lblTotal_Year";
  295. this.lblTotal_Year.Size = new System.Drawing.Size(170, 33);
  296. this.lblTotal_Year.Style = Sunny.UI.UIStyle.Custom;
  297. this.lblTotal_Year.TabIndex = 93;
  298. this.lblTotal_Year.Text = "检测量:";
  299. this.lblTotal_Year.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  300. //
  301. // uiProcessYear
  302. //
  303. this.uiProcessYear.BackColor = System.Drawing.Color.Transparent;
  304. this.uiProcessYear.Font = new System.Drawing.Font("微软雅黑", 10F);
  305. this.uiProcessYear.ForeColor2 = System.Drawing.Color.Black;
  306. this.uiProcessYear.Location = new System.Drawing.Point(7, 38);
  307. this.uiProcessYear.MinimumSize = new System.Drawing.Size(1, 1);
  308. this.uiProcessYear.Name = "uiProcessYear";
  309. this.uiProcessYear.ShowProcess = true;
  310. this.uiProcessYear.Size = new System.Drawing.Size(122, 131);
  311. this.uiProcessYear.Style = Sunny.UI.UIStyle.Custom;
  312. this.uiProcessYear.TabIndex = 92;
  313. this.uiProcessYear.Text = "0.0%";
  314. //
  315. // pieDefect
  316. //
  317. this.pieDefect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  318. | System.Windows.Forms.AnchorStyles.Right)));
  319. this.pieDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.pieDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.pieDefect.Location = new System.Drawing.Point(992, 194);
  322. this.pieDefect.MinimumSize = new System.Drawing.Size(1, 1);
  323. this.pieDefect.Name = "pieDefect";
  324. this.pieDefect.Size = new System.Drawing.Size(400, 396);
  325. this.pieDefect.Style = Sunny.UI.UIStyle.Custom;
  326. this.pieDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.pieDefect.TabIndex = 94;
  328. this.pieDefect.Text = "瑕疵分布图";
  329. //
  330. // barcharQualified
  331. //
  332. this.barcharQualified.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  333. | System.Windows.Forms.AnchorStyles.Right)));
  334. this.barcharQualified.ChartStyleType = Sunny.UI.UIChartStyleType.Default;
  335. this.barcharQualified.FillColor = System.Drawing.Color.White;
  336. this.barcharQualified.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.barcharQualified.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
  338. this.barcharQualified.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.barcharQualified.Location = new System.Drawing.Point(13, 194);
  340. this.barcharQualified.MinimumSize = new System.Drawing.Size(1, 1);
  341. this.barcharQualified.Name = "barcharQualified";
  342. this.barcharQualified.Size = new System.Drawing.Size(971, 183);
  343. this.barcharQualified.Style = Sunny.UI.UIStyle.Custom;
  344. this.barcharQualified.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.barcharQualified.TabIndex = 95;
  346. this.barcharQualified.Text = "合格率趋势图";
  347. //
  348. // linecharDefect
  349. //
  350. this.linecharDefect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  351. | System.Windows.Forms.AnchorStyles.Right)));
  352. this.linecharDefect.FillColor = System.Drawing.Color.White;
  353. this.linecharDefect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.linecharDefect.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.linecharDefect.Location = new System.Drawing.Point(13, 383);
  356. this.linecharDefect.MinimumSize = new System.Drawing.Size(1, 1);
  357. this.linecharDefect.Name = "linecharDefect";
  358. this.linecharDefect.Size = new System.Drawing.Size(971, 207);
  359. this.linecharDefect.Style = Sunny.UI.UIStyle.Custom;
  360. this.linecharDefect.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.linecharDefect.TabIndex = 96;
  362. this.linecharDefect.Text = "瑕疵量趋势图";
  363. //
  364. // btnBack
  365. //
  366. this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  367. | System.Windows.Forms.AnchorStyles.Right)));
  368. this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
  369. this.btnBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.btnBack.Location = new System.Drawing.Point(1293, 23);
  371. this.btnBack.MinimumSize = new System.Drawing.Size(1, 1);
  372. this.btnBack.Name = "btnBack";
  373. this.btnBack.Size = new System.Drawing.Size(100, 72);
  374. this.btnBack.Style = Sunny.UI.UIStyle.Custom;
  375. this.btnBack.Symbol = 61730;
  376. this.btnBack.SymbolSize = 26;
  377. this.btnBack.TabIndex = 97;
  378. this.btnBack.Text = "返回";
  379. this.btnBack.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  381. //
  382. // FChart
  383. //
  384. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  385. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
  386. this.ClientSize = new System.Drawing.Size(1405, 602);
  387. this.Controls.Add(this.btnBack);
  388. this.Controls.Add(this.linecharDefect);
  389. this.Controls.Add(this.barcharQualified);
  390. this.Controls.Add(this.pieDefect);
  391. this.Controls.Add(this.uiTitlePanel4);
  392. this.Controls.Add(this.uiTitlePanel3);
  393. this.Controls.Add(this.uiTitlePanel2);
  394. this.Controls.Add(this.uiTitlePanel1);
  395. this.Controls.Add(this.btnExport);
  396. this.Name = "FChart";
  397. this.PageIndex = 2;
  398. this.Style = Sunny.UI.UIStyle.Custom;
  399. this.Shown += new System.EventHandler(this.FChart_Shown);
  400. this.uiTitlePanel1.ResumeLayout(false);
  401. this.uiTitlePanel2.ResumeLayout(false);
  402. this.uiTitlePanel3.ResumeLayout(false);
  403. this.uiTitlePanel4.ResumeLayout(false);
  404. this.ResumeLayout(false);
  405. }
  406. #endregion
  407. private Sunny.UI.UISymbolButton btnExport;
  408. private Sunny.UI.UIRoundProcess uiProcessDay;
  409. private Sunny.UI.UITitlePanel uiTitlePanel1;
  410. private Sunny.UI.UILabel lblQualified_Day;
  411. private Sunny.UI.UILabel lblTotal_Day;
  412. private Sunny.UI.UITitlePanel uiTitlePanel2;
  413. private Sunny.UI.UILabel lblQualified_Month;
  414. private Sunny.UI.UILabel lblTotal_Month;
  415. private Sunny.UI.UIRoundProcess uiProcessMonth;
  416. private Sunny.UI.UITitlePanel uiTitlePanel3;
  417. private Sunny.UI.UILabel lblQualified_Quarter;
  418. private Sunny.UI.UILabel lblTotal_Quarter;
  419. private Sunny.UI.UIRoundProcess uiProcessQuarter;
  420. private Sunny.UI.UITitlePanel uiTitlePanel4;
  421. private Sunny.UI.UILabel lblQualified_Year;
  422. private Sunny.UI.UILabel lblTotal_Year;
  423. private Sunny.UI.UIRoundProcess uiProcessYear;
  424. private Sunny.UI.UIPieChart pieDefect;
  425. private Sunny.UI.UIBarChart barcharQualified;
  426. private Sunny.UI.UILineChart linecharDefect;
  427. private Sunny.UI.UISymbolButton btnBack;
  428. }
  429. }