Form1.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace Dashboard
  2. {
  3. partial class Form1
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.pnlNav = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.lbltitle = new System.Windows.Forms.Label();
  36. this.pnlFormLoader = new System.Windows.Forms.Panel();
  37. this.btnsettings = new System.Windows.Forms.Button();
  38. this.btnContactUs = new System.Windows.Forms.Button();
  39. this.btnCalender = new System.Windows.Forms.Button();
  40. this.btnAnalytics = new System.Windows.Forms.Button();
  41. this.btnDashbord = new System.Windows.Forms.Button();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. this.panel1.SuspendLayout();
  44. this.panel2.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(30)))), ((int)(((byte)(54)))));
  51. this.panel1.Controls.Add(this.pnlNav);
  52. this.panel1.Controls.Add(this.btnsettings);
  53. this.panel1.Controls.Add(this.btnContactUs);
  54. this.panel1.Controls.Add(this.btnCalender);
  55. this.panel1.Controls.Add(this.btnAnalytics);
  56. this.panel1.Controls.Add(this.btnDashbord);
  57. this.panel1.Controls.Add(this.panel2);
  58. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  59. this.panel1.Location = new System.Drawing.Point(0, 0);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(186, 552);
  62. this.panel1.TabIndex = 0;
  63. //
  64. // pnlNav
  65. //
  66. this.pnlNav.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  67. this.pnlNav.Location = new System.Drawing.Point(0, 193);
  68. this.pnlNav.Name = "pnlNav";
  69. this.pnlNav.Size = new System.Drawing.Size(3, 100);
  70. this.pnlNav.TabIndex = 2;
  71. //
  72. // panel2
  73. //
  74. this.panel2.Controls.Add(this.label2);
  75. this.panel2.Controls.Add(this.label1);
  76. this.panel2.Controls.Add(this.pictureBox1);
  77. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.panel2.Location = new System.Drawing.Point(0, 0);
  79. this.panel2.Name = "panel2";
  80. this.panel2.Size = new System.Drawing.Size(186, 154);
  81. this.panel2.TabIndex = 0;
  82. //
  83. // label2
  84. //
  85. this.label2.AutoSize = true;
  86. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  87. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  88. this.label2.Location = new System.Drawing.Point(33, 119);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(112, 12);
  91. this.label2.TabIndex = 2;
  92. this.label2.Text = "Some User Text Here";
  93. //
  94. // label1
  95. //
  96. this.label1.AutoSize = true;
  97. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  98. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  99. this.label1.Location = new System.Drawing.Point(48, 97);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(86, 16);
  102. this.label1.TabIndex = 1;
  103. this.label1.Text = "User Name";
  104. //
  105. // button1
  106. //
  107. this.button1.FlatAppearance.BorderSize = 0;
  108. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  109. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  110. this.button1.ForeColor = System.Drawing.Color.White;
  111. this.button1.Location = new System.Drawing.Point(873, 30);
  112. this.button1.Name = "button1";
  113. this.button1.Size = new System.Drawing.Size(25, 25);
  114. this.button1.TabIndex = 12;
  115. this.button1.Text = "X";
  116. this.button1.UseVisualStyleBackColor = true;
  117. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  118. //
  119. // textBox1
  120. //
  121. this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(79)))), ((int)(((byte)(99)))));
  122. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  123. this.textBox1.Font = new System.Drawing.Font("Myriad Arabic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  124. this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))));
  125. this.textBox1.Location = new System.Drawing.Point(564, 30);
  126. this.textBox1.Multiline = true;
  127. this.textBox1.Name = "textBox1";
  128. this.textBox1.Size = new System.Drawing.Size(292, 25);
  129. this.textBox1.TabIndex = 11;
  130. this.textBox1.Text = " Search for something...\r\n";
  131. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  132. this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
  133. //
  134. // lbltitle
  135. //
  136. this.lbltitle.AutoSize = true;
  137. this.lbltitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 21F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.lbltitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
  139. this.lbltitle.Location = new System.Drawing.Point(197, 23);
  140. this.lbltitle.Name = "lbltitle";
  141. this.lbltitle.Size = new System.Drawing.Size(163, 32);
  142. this.lbltitle.TabIndex = 10;
  143. this.lbltitle.Text = "Dashboard";
  144. //
  145. // pnlFormLoader
  146. //
  147. this.pnlFormLoader.Dock = System.Windows.Forms.DockStyle.Bottom;
  148. this.pnlFormLoader.Location = new System.Drawing.Point(186, 75);
  149. this.pnlFormLoader.Name = "pnlFormLoader";
  150. this.pnlFormLoader.Size = new System.Drawing.Size(733, 477);
  151. this.pnlFormLoader.TabIndex = 14;
  152. //
  153. // btnsettings
  154. //
  155. this.btnsettings.Dock = System.Windows.Forms.DockStyle.Bottom;
  156. this.btnsettings.FlatAppearance.BorderSize = 0;
  157. this.btnsettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  158. this.btnsettings.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.btnsettings.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  160. this.btnsettings.Image = global::Dashboard.Properties.Resources.settings;
  161. this.btnsettings.Location = new System.Drawing.Point(0, 510);
  162. this.btnsettings.Name = "btnsettings";
  163. this.btnsettings.Size = new System.Drawing.Size(186, 42);
  164. this.btnsettings.TabIndex = 1;
  165. this.btnsettings.Text = "Settings";
  166. this.btnsettings.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  167. this.btnsettings.UseVisualStyleBackColor = true;
  168. this.btnsettings.Click += new System.EventHandler(this.btnsettings_Click);
  169. this.btnsettings.Leave += new System.EventHandler(this.btnsettings_Leave);
  170. //
  171. // btnContactUs
  172. //
  173. this.btnContactUs.Dock = System.Windows.Forms.DockStyle.Top;
  174. this.btnContactUs.FlatAppearance.BorderSize = 0;
  175. this.btnContactUs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  176. this.btnContactUs.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  177. this.btnContactUs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  178. this.btnContactUs.Image = global::Dashboard.Properties.Resources.Conact;
  179. this.btnContactUs.Location = new System.Drawing.Point(0, 280);
  180. this.btnContactUs.Name = "btnContactUs";
  181. this.btnContactUs.Size = new System.Drawing.Size(186, 42);
  182. this.btnContactUs.TabIndex = 1;
  183. this.btnContactUs.Text = "Contact Us";
  184. this.btnContactUs.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  185. this.btnContactUs.UseVisualStyleBackColor = true;
  186. this.btnContactUs.Click += new System.EventHandler(this.btnContactUs_Click);
  187. this.btnContactUs.Leave += new System.EventHandler(this.btnContactUs_Leave);
  188. //
  189. // btnCalender
  190. //
  191. this.btnCalender.Dock = System.Windows.Forms.DockStyle.Top;
  192. this.btnCalender.FlatAppearance.BorderSize = 0;
  193. this.btnCalender.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  194. this.btnCalender.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  195. this.btnCalender.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  196. this.btnCalender.Image = global::Dashboard.Properties.Resources.calendar;
  197. this.btnCalender.Location = new System.Drawing.Point(0, 238);
  198. this.btnCalender.Name = "btnCalender";
  199. this.btnCalender.Size = new System.Drawing.Size(186, 42);
  200. this.btnCalender.TabIndex = 1;
  201. this.btnCalender.Text = "Calender";
  202. this.btnCalender.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  203. this.btnCalender.UseVisualStyleBackColor = true;
  204. this.btnCalender.Click += new System.EventHandler(this.btnCalender_Click);
  205. this.btnCalender.Leave += new System.EventHandler(this.btnCalender_Leave);
  206. //
  207. // btnAnalytics
  208. //
  209. this.btnAnalytics.Dock = System.Windows.Forms.DockStyle.Top;
  210. this.btnAnalytics.FlatAppearance.BorderSize = 0;
  211. this.btnAnalytics.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  212. this.btnAnalytics.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  213. this.btnAnalytics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  214. this.btnAnalytics.Image = global::Dashboard.Properties.Resources.diagram;
  215. this.btnAnalytics.Location = new System.Drawing.Point(0, 196);
  216. this.btnAnalytics.Name = "btnAnalytics";
  217. this.btnAnalytics.Size = new System.Drawing.Size(186, 42);
  218. this.btnAnalytics.TabIndex = 1;
  219. this.btnAnalytics.Text = "Analytics";
  220. this.btnAnalytics.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  221. this.btnAnalytics.UseVisualStyleBackColor = true;
  222. this.btnAnalytics.Click += new System.EventHandler(this.btnAnalytics_Click);
  223. this.btnAnalytics.Leave += new System.EventHandler(this.btnAnalytics_Leave);
  224. //
  225. // btnDashbord
  226. //
  227. this.btnDashbord.Dock = System.Windows.Forms.DockStyle.Top;
  228. this.btnDashbord.FlatAppearance.BorderSize = 0;
  229. this.btnDashbord.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  230. this.btnDashbord.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  231. this.btnDashbord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
  232. this.btnDashbord.Image = global::Dashboard.Properties.Resources.home;
  233. this.btnDashbord.Location = new System.Drawing.Point(0, 154);
  234. this.btnDashbord.Name = "btnDashbord";
  235. this.btnDashbord.Size = new System.Drawing.Size(186, 42);
  236. this.btnDashbord.TabIndex = 1;
  237. this.btnDashbord.Text = "Dashboard";
  238. this.btnDashbord.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  239. this.btnDashbord.UseVisualStyleBackColor = true;
  240. this.btnDashbord.Click += new System.EventHandler(this.btnDashbord_Click);
  241. this.btnDashbord.Leave += new System.EventHandler(this.btnDashbord_Leave);
  242. //
  243. // pictureBox1
  244. //
  245. this.pictureBox1.Image = global::Dashboard.Properties.Resources.Untitled_11;
  246. this.pictureBox1.Location = new System.Drawing.Point(60, 22);
  247. this.pictureBox1.Name = "pictureBox1";
  248. this.pictureBox1.Size = new System.Drawing.Size(63, 63);
  249. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  250. this.pictureBox1.TabIndex = 0;
  251. this.pictureBox1.TabStop = false;
  252. //
  253. // Form1
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
  258. this.ClientSize = new System.Drawing.Size(919, 552);
  259. this.Controls.Add(this.pnlFormLoader);
  260. this.Controls.Add(this.button1);
  261. this.Controls.Add(this.textBox1);
  262. this.Controls.Add(this.lbltitle);
  263. this.Controls.Add(this.panel1);
  264. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  265. this.Name = "Form1";
  266. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  267. this.Text = "Form1";
  268. this.Load += new System.EventHandler(this.Form1_Load);
  269. this.panel1.ResumeLayout(false);
  270. this.panel2.ResumeLayout(false);
  271. this.panel2.PerformLayout();
  272. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  273. this.ResumeLayout(false);
  274. this.PerformLayout();
  275. }
  276. #endregion
  277. private System.Windows.Forms.Panel panel1;
  278. private System.Windows.Forms.Button btnDashbord;
  279. private System.Windows.Forms.Panel panel2;
  280. private System.Windows.Forms.Label label2;
  281. private System.Windows.Forms.Label label1;
  282. private System.Windows.Forms.PictureBox pictureBox1;
  283. private System.Windows.Forms.Button btnsettings;
  284. private System.Windows.Forms.Button btnContactUs;
  285. private System.Windows.Forms.Button btnCalender;
  286. private System.Windows.Forms.Panel pnlNav;
  287. private System.Windows.Forms.Button button1;
  288. private System.Windows.Forms.TextBox textBox1;
  289. private System.Windows.Forms.Label lbltitle;
  290. private System.Windows.Forms.Button btnAnalytics;
  291. private System.Windows.Forms.Panel pnlFormLoader;
  292. }
  293. }