frmAnalytics.Designer.cs 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. namespace Dashboard
  2. {
  3. partial class frmAnalytics
  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.label1 = new System.Windows.Forms.Label();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // label1
  34. //
  35. this.label1.AutoSize = true;
  36. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  37. this.label1.ForeColor = System.Drawing.Color.White;
  38. this.label1.Location = new System.Drawing.Point(241, 141);
  39. this.label1.Name = "label1";
  40. this.label1.Size = new System.Drawing.Size(273, 31);
  41. this.label1.TabIndex = 0;
  42. this.label1.Text = "Your Analytics Here";
  43. //
  44. // pictureBox1
  45. //
  46. this.pictureBox1.Image = global::Dashboard.Properties.Resources.Lrg_diagram;
  47. this.pictureBox1.Location = new System.Drawing.Point(264, 175);
  48. this.pictureBox1.Name = "pictureBox1";
  49. this.pictureBox1.Size = new System.Drawing.Size(199, 155);
  50. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  51. this.pictureBox1.TabIndex = 1;
  52. this.pictureBox1.TabStop = false;
  53. //
  54. // frmAnalytics
  55. //
  56. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  57. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  58. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
  59. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  60. this.ClientSize = new System.Drawing.Size(733, 482);
  61. this.Controls.Add(this.pictureBox1);
  62. this.Controls.Add(this.label1);
  63. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  64. this.Name = "frmAnalytics";
  65. this.Text = "frmAnalytics";
  66. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  67. this.ResumeLayout(false);
  68. this.PerformLayout();
  69. }
  70. #endregion
  71. private System.Windows.Forms.Label label1;
  72. private System.Windows.Forms.PictureBox pictureBox1;
  73. }
  74. }