frmDashboard.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. namespace Dashboard
  2. {
  3. partial class frmDashboard
  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(frmDashboard));
  29. this.panel6 = new System.Windows.Forms.Panel();
  30. this.circularProgressBar1 = new CircularProgressBar.CircularProgressBar();
  31. this.label12 = new System.Windows.Forms.Label();
  32. this.label10 = new System.Windows.Forms.Label();
  33. this.panel7 = new System.Windows.Forms.Panel();
  34. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  35. this.label14 = new System.Windows.Forms.Label();
  36. this.panel9 = new System.Windows.Forms.Panel();
  37. this.label11 = new System.Windows.Forms.Label();
  38. this.label16 = new System.Windows.Forms.Label();
  39. this.panel8 = new System.Windows.Forms.Panel();
  40. this.label13 = new System.Windows.Forms.Label();
  41. this.label15 = new System.Windows.Forms.Label();
  42. this.panel5 = new System.Windows.Forms.Panel();
  43. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  44. this.label7 = new System.Windows.Forms.Label();
  45. this.label8 = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.panel4 = new System.Windows.Forms.Panel();
  48. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  49. this.label5 = new System.Windows.Forms.Label();
  50. this.label6 = new System.Windows.Forms.Label();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.panel6.SuspendLayout();
  53. this.panel7.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  55. this.panel9.SuspendLayout();
  56. this.panel8.SuspendLayout();
  57. this.panel5.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  59. this.panel4.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // panel6
  64. //
  65. this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  66. this.panel6.Controls.Add(this.circularProgressBar1);
  67. this.panel6.Controls.Add(this.label12);
  68. this.panel6.Controls.Add(this.label10);
  69. this.panel6.Location = new System.Drawing.Point(18, 153);
  70. this.panel6.Name = "panel6";
  71. this.panel6.Size = new System.Drawing.Size(258, 313);
  72. this.panel6.TabIndex = 25;
  73. //
  74. // circularProgressBar1
  75. //
  76. this.circularProgressBar1.AnimationFunction = ((WinFormAnimation.AnimationFunctions.Function)(resources.GetObject("circularProgressBar1.AnimationFunction")));
  77. this.circularProgressBar1.AnimationSpeed = 500;
  78. this.circularProgressBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  79. this.circularProgressBar1.Font = new System.Drawing.Font("Myriad Arabic", 39.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  80. this.circularProgressBar1.ForeColor = System.Drawing.Color.White;
  81. this.circularProgressBar1.InnerColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  82. this.circularProgressBar1.InnerMargin = 2;
  83. this.circularProgressBar1.InnerWidth = -1;
  84. this.circularProgressBar1.Location = new System.Drawing.Point(51, 69);
  85. this.circularProgressBar1.MarqueeAnimationSpeed = 2000;
  86. this.circularProgressBar1.Name = "circularProgressBar1";
  87. this.circularProgressBar1.OuterColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(30)))), ((int)(((byte)(54)))));
  88. this.circularProgressBar1.OuterMargin = -25;
  89. this.circularProgressBar1.OuterWidth = 26;
  90. this.circularProgressBar1.ProgressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  91. this.circularProgressBar1.ProgressWidth = 7;
  92. this.circularProgressBar1.SecondaryFont = new System.Drawing.Font("Microsoft Sans Serif", 36F);
  93. this.circularProgressBar1.Size = new System.Drawing.Size(150, 150);
  94. this.circularProgressBar1.StartAngle = 270;
  95. this.circularProgressBar1.SubscriptColor = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
  96. this.circularProgressBar1.SubscriptMargin = new System.Windows.Forms.Padding(10, -35, 0, 0);
  97. this.circularProgressBar1.SubscriptText = "";
  98. this.circularProgressBar1.SuperscriptColor = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
  99. this.circularProgressBar1.SuperscriptMargin = new System.Windows.Forms.Padding(10, 35, 0, 0);
  100. this.circularProgressBar1.SuperscriptText = "";
  101. this.circularProgressBar1.TabIndex = 1;
  102. this.circularProgressBar1.Text = "67%";
  103. this.circularProgressBar1.TextMargin = new System.Windows.Forms.Padding(5, 8, 0, 0);
  104. this.circularProgressBar1.Value = 68;
  105. //
  106. // label12
  107. //
  108. this.label12.AutoSize = true;
  109. this.label12.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  110. this.label12.ForeColor = System.Drawing.Color.White;
  111. this.label12.Location = new System.Drawing.Point(18, 24);
  112. this.label12.Name = "label12";
  113. this.label12.Size = new System.Drawing.Size(137, 25);
  114. this.label12.TabIndex = 0;
  115. this.label12.Text = "Some Prograss";
  116. //
  117. // label10
  118. //
  119. this.label10.AutoSize = true;
  120. this.label10.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  121. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  122. this.label10.Location = new System.Drawing.Point(37, 238);
  123. this.label10.Name = "label10";
  124. this.label10.Size = new System.Drawing.Size(180, 51);
  125. this.label10.TabIndex = 0;
  126. this.label10.Text = "Details of Last 28 days\r\nSome extra text here to make\r\n the tab more attractive\r\n" +
  127. "";
  128. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  129. //
  130. // panel7
  131. //
  132. this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  133. this.panel7.Controls.Add(this.pictureBox4);
  134. this.panel7.Controls.Add(this.label14);
  135. this.panel7.Location = new System.Drawing.Point(289, 153);
  136. this.panel7.Name = "panel7";
  137. this.panel7.Size = new System.Drawing.Size(426, 231);
  138. this.panel7.TabIndex = 26;
  139. //
  140. // pictureBox4
  141. //
  142. this.pictureBox4.Image = global::Dashboard.Properties.Resources.chart_diagram1;
  143. this.pictureBox4.Location = new System.Drawing.Point(23, 69);
  144. this.pictureBox4.Name = "pictureBox4";
  145. this.pictureBox4.Size = new System.Drawing.Size(380, 135);
  146. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  147. this.pictureBox4.TabIndex = 2;
  148. this.pictureBox4.TabStop = false;
  149. //
  150. // label14
  151. //
  152. this.label14.AutoSize = true;
  153. this.label14.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  154. this.label14.ForeColor = System.Drawing.Color.White;
  155. this.label14.Location = new System.Drawing.Point(18, 22);
  156. this.label14.Name = "label14";
  157. this.label14.Size = new System.Drawing.Size(124, 25);
  158. this.label14.TabIndex = 0;
  159. this.label14.Text = "Some Graphs";
  160. //
  161. // panel9
  162. //
  163. this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  164. this.panel9.Controls.Add(this.label11);
  165. this.panel9.Controls.Add(this.label16);
  166. this.panel9.Location = new System.Drawing.Point(289, 396);
  167. this.panel9.Name = "panel9";
  168. this.panel9.Size = new System.Drawing.Size(426, 70);
  169. this.panel9.TabIndex = 27;
  170. //
  171. // label11
  172. //
  173. this.label11.AutoSize = true;
  174. this.label11.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  175. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  176. this.label11.Location = new System.Drawing.Point(14, 40);
  177. this.label11.Name = "label11";
  178. this.label11.Size = new System.Drawing.Size(321, 17);
  179. this.label11.TabIndex = 0;
  180. this.label11.Text = "Some extra text here to make the tab more attractive";
  181. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  182. //
  183. // label16
  184. //
  185. this.label16.AutoSize = true;
  186. this.label16.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  187. this.label16.ForeColor = System.Drawing.Color.White;
  188. this.label16.Location = new System.Drawing.Point(13, 11);
  189. this.label16.Name = "label16";
  190. this.label16.Size = new System.Drawing.Size(140, 25);
  191. this.label16.TabIndex = 0;
  192. this.label16.Text = "Some Text here";
  193. //
  194. // panel8
  195. //
  196. this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  197. this.panel8.Controls.Add(this.label13);
  198. this.panel8.Controls.Add(this.label15);
  199. this.panel8.Location = new System.Drawing.Point(561, 10);
  200. this.panel8.Name = "panel8";
  201. this.panel8.Size = new System.Drawing.Size(150, 130);
  202. this.panel8.TabIndex = 28;
  203. //
  204. // label13
  205. //
  206. this.label13.AutoSize = true;
  207. this.label13.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  208. this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  209. this.label13.Location = new System.Drawing.Point(20, 48);
  210. this.label13.Name = "label13";
  211. this.label13.Size = new System.Drawing.Size(99, 68);
  212. this.label13.TabIndex = 0;
  213. this.label13.Text = "Some extra text\r\nhere to make\r\nthe tab more \r\nattractive";
  214. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  215. //
  216. // label15
  217. //
  218. this.label15.AutoSize = true;
  219. this.label15.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  220. this.label15.ForeColor = System.Drawing.Color.White;
  221. this.label15.Location = new System.Drawing.Point(18, 22);
  222. this.label15.Name = "label15";
  223. this.label15.Size = new System.Drawing.Size(61, 25);
  224. this.label15.TabIndex = 0;
  225. this.label15.Text = "Notes";
  226. //
  227. // panel5
  228. //
  229. this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  230. this.panel5.Controls.Add(this.pictureBox3);
  231. this.panel5.Controls.Add(this.label7);
  232. this.panel5.Controls.Add(this.label8);
  233. this.panel5.Controls.Add(this.label9);
  234. this.panel5.Location = new System.Drawing.Point(289, 10);
  235. this.panel5.Name = "panel5";
  236. this.panel5.Size = new System.Drawing.Size(258, 130);
  237. this.panel5.TabIndex = 29;
  238. //
  239. // pictureBox3
  240. //
  241. this.pictureBox3.Image = global::Dashboard.Properties.Resources.downloads;
  242. this.pictureBox3.Location = new System.Drawing.Point(142, 22);
  243. this.pictureBox3.Name = "pictureBox3";
  244. this.pictureBox3.Size = new System.Drawing.Size(100, 92);
  245. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  246. this.pictureBox3.TabIndex = 2;
  247. this.pictureBox3.TabStop = false;
  248. //
  249. // label7
  250. //
  251. this.label7.AutoSize = true;
  252. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 21F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  253. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(226)))), ((int)(((byte)(178)))));
  254. this.label7.Location = new System.Drawing.Point(17, 57);
  255. this.label7.Name = "label7";
  256. this.label7.Size = new System.Drawing.Size(86, 32);
  257. this.label7.TabIndex = 1;
  258. this.label7.Text = "12K+";
  259. //
  260. // label8
  261. //
  262. this.label8.AutoSize = true;
  263. this.label8.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  264. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  265. this.label8.Location = new System.Drawing.Point(20, 97);
  266. this.label8.Name = "label8";
  267. this.label8.Size = new System.Drawing.Size(137, 17);
  268. this.label8.TabIndex = 0;
  269. this.label8.Text = "Details of last 28 Days";
  270. //
  271. // label9
  272. //
  273. this.label9.AutoSize = true;
  274. this.label9.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  275. this.label9.ForeColor = System.Drawing.Color.White;
  276. this.label9.Location = new System.Drawing.Point(18, 22);
  277. this.label9.Name = "label9";
  278. this.label9.Size = new System.Drawing.Size(106, 25);
  279. this.label9.TabIndex = 0;
  280. this.label9.Text = "Downloads";
  281. //
  282. // panel4
  283. //
  284. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
  285. this.panel4.Controls.Add(this.pictureBox2);
  286. this.panel4.Controls.Add(this.label5);
  287. this.panel4.Controls.Add(this.label6);
  288. this.panel4.Controls.Add(this.label4);
  289. this.panel4.Location = new System.Drawing.Point(18, 10);
  290. this.panel4.Name = "panel4";
  291. this.panel4.Size = new System.Drawing.Size(258, 130);
  292. this.panel4.TabIndex = 30;
  293. //
  294. // pictureBox2
  295. //
  296. this.pictureBox2.Image = global::Dashboard.Properties.Resources.money_bag;
  297. this.pictureBox2.Location = new System.Drawing.Point(142, 22);
  298. this.pictureBox2.Name = "pictureBox2";
  299. this.pictureBox2.Size = new System.Drawing.Size(100, 92);
  300. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  301. this.pictureBox2.TabIndex = 2;
  302. this.pictureBox2.TabStop = false;
  303. //
  304. // label5
  305. //
  306. this.label5.AutoSize = true;
  307. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 21F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  308. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  309. this.label5.Location = new System.Drawing.Point(17, 57);
  310. this.label5.Name = "label5";
  311. this.label5.Size = new System.Drawing.Size(100, 32);
  312. this.label5.TabIndex = 1;
  313. this.label5.Text = "$1234";
  314. //
  315. // label6
  316. //
  317. this.label6.AutoSize = true;
  318. this.label6.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  319. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  320. this.label6.Location = new System.Drawing.Point(20, 97);
  321. this.label6.Name = "label6";
  322. this.label6.Size = new System.Drawing.Size(137, 17);
  323. this.label6.TabIndex = 0;
  324. this.label6.Text = "Details of last 28 Days";
  325. //
  326. // label4
  327. //
  328. this.label4.AutoSize = true;
  329. this.label4.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  330. this.label4.ForeColor = System.Drawing.Color.White;
  331. this.label4.Location = new System.Drawing.Point(18, 22);
  332. this.label4.Name = "label4";
  333. this.label4.Size = new System.Drawing.Size(85, 25);
  334. this.label4.TabIndex = 0;
  335. this.label4.Text = "Earnings";
  336. //
  337. // frmDashboard
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
  342. this.ClientSize = new System.Drawing.Size(733, 477);
  343. this.Controls.Add(this.panel6);
  344. this.Controls.Add(this.panel7);
  345. this.Controls.Add(this.panel9);
  346. this.Controls.Add(this.panel8);
  347. this.Controls.Add(this.panel5);
  348. this.Controls.Add(this.panel4);
  349. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  350. this.Name = "frmDashboard";
  351. this.Text = "frmDashboard";
  352. this.panel6.ResumeLayout(false);
  353. this.panel6.PerformLayout();
  354. this.panel7.ResumeLayout(false);
  355. this.panel7.PerformLayout();
  356. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  357. this.panel9.ResumeLayout(false);
  358. this.panel9.PerformLayout();
  359. this.panel8.ResumeLayout(false);
  360. this.panel8.PerformLayout();
  361. this.panel5.ResumeLayout(false);
  362. this.panel5.PerformLayout();
  363. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  364. this.panel4.ResumeLayout(false);
  365. this.panel4.PerformLayout();
  366. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  367. this.ResumeLayout(false);
  368. }
  369. #endregion
  370. private System.Windows.Forms.Panel panel6;
  371. private CircularProgressBar.CircularProgressBar circularProgressBar1;
  372. private System.Windows.Forms.Label label12;
  373. private System.Windows.Forms.Label label10;
  374. private System.Windows.Forms.Panel panel7;
  375. private System.Windows.Forms.PictureBox pictureBox4;
  376. private System.Windows.Forms.Label label14;
  377. private System.Windows.Forms.Panel panel9;
  378. private System.Windows.Forms.Label label11;
  379. private System.Windows.Forms.Label label16;
  380. private System.Windows.Forms.Panel panel8;
  381. private System.Windows.Forms.Label label13;
  382. private System.Windows.Forms.Label label15;
  383. private System.Windows.Forms.Panel panel5;
  384. private System.Windows.Forms.PictureBox pictureBox3;
  385. private System.Windows.Forms.Label label7;
  386. private System.Windows.Forms.Label label8;
  387. private System.Windows.Forms.Label label9;
  388. private System.Windows.Forms.Panel panel4;
  389. private System.Windows.Forms.PictureBox pictureBox2;
  390. private System.Windows.Forms.Label label5;
  391. private System.Windows.Forms.Label label6;
  392. private System.Windows.Forms.Label label4;
  393. }
  394. }