革博士V2程序
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.

FChart.Designer.cs 29 KiB

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