AppCard.Designer.cs 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. 
  2. namespace Optimizer
  3. {
  4. partial class AppCard
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.appTitle = new Optimizer.MoonCheck();
  30. this.appImage = new System.Windows.Forms.PictureBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.appImage)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // appTitle
  35. //
  36. this.appTitle.AutoSize = true;
  37. this.appTitle.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  38. this.appTitle.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  39. this.appTitle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  40. this.appTitle.Location = new System.Drawing.Point(36, 4);
  41. this.appTitle.Name = "appTitle";
  42. this.appTitle.Size = new System.Drawing.Size(89, 24);
  43. this.appTitle.TabIndex = 165;
  44. this.appTitle.Text = "App Title";
  45. this.appTitle.UseVisualStyleBackColor = true;
  46. //
  47. // appImage
  48. //
  49. this.appImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  50. this.appImage.Location = new System.Drawing.Point(6, 4);
  51. this.appImage.Name = "appImage";
  52. this.appImage.Size = new System.Drawing.Size(24, 24);
  53. this.appImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  54. this.appImage.TabIndex = 166;
  55. this.appImage.TabStop = false;
  56. //
  57. // AppCard
  58. //
  59. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  60. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  61. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  62. this.Controls.Add(this.appTitle);
  63. this.Controls.Add(this.appImage);
  64. this.DoubleBuffered = true;
  65. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold);
  66. this.ForeColor = System.Drawing.Color.White;
  67. this.Name = "AppCard";
  68. this.Size = new System.Drawing.Size(172, 33);
  69. ((System.ComponentModel.ISupportInitialize)(this.appImage)).EndInit();
  70. this.ResumeLayout(false);
  71. this.PerformLayout();
  72. }
  73. #endregion
  74. internal MoonCheck appTitle;
  75. internal System.Windows.Forms.PictureBox appImage;
  76. }
  77. }