AboutForm.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. namespace Optimizer
  2. {
  3. partial class AboutForm
  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.components = new System.ComponentModel.Container();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.l1 = new System.Windows.Forms.Label();
  31. this.l2 = new System.Windows.Forms.LinkLabel();
  32. this.btnAbout = new System.Windows.Forms.Button();
  33. this.t1 = new System.Windows.Forms.Timer(this.components);
  34. this.t2 = new System.Windows.Forms.Timer(this.components);
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // pictureBox1
  39. //
  40. this.pictureBox1.Image = global::Optimizer.Properties.Resources.logo;
  41. this.pictureBox1.Location = new System.Drawing.Point(10, 10);
  42. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  43. this.pictureBox1.Name = "pictureBox1";
  44. this.pictureBox1.Size = new System.Drawing.Size(88, 86);
  45. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  46. this.pictureBox1.TabIndex = 2;
  47. this.pictureBox1.TabStop = false;
  48. //
  49. // l1
  50. //
  51. this.l1.AutoSize = true;
  52. this.l1.Font = new System.Drawing.Font("Segoe UI Semibold", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  53. this.l1.ForeColor = System.Drawing.Color.White;
  54. this.l1.Location = new System.Drawing.Point(102, 10);
  55. this.l1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  56. this.l1.Name = "l1";
  57. this.l1.Size = new System.Drawing.Size(0, 25);
  58. this.l1.TabIndex = 3;
  59. //
  60. // l2
  61. //
  62. this.l2.AutoSize = true;
  63. this.l2.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.l2.ForeColor = System.Drawing.Color.DodgerBlue;
  65. this.l2.Location = new System.Drawing.Point(102, 68);
  66. this.l2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  67. this.l2.Name = "l2";
  68. this.l2.Size = new System.Drawing.Size(0, 28);
  69. this.l2.TabIndex = 35;
  70. this.l2.Tag = "themeable";
  71. this.l2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.l2_LinkClicked);
  72. //
  73. // btnAbout
  74. //
  75. this.btnAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  76. this.btnAbout.BackColor = System.Drawing.Color.DodgerBlue;
  77. this.btnAbout.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  78. this.btnAbout.FlatAppearance.BorderSize = 0;
  79. this.btnAbout.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  80. this.btnAbout.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  81. this.btnAbout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.btnAbout.ForeColor = System.Drawing.Color.White;
  83. this.btnAbout.Location = new System.Drawing.Point(274, 10);
  84. this.btnAbout.Margin = new System.Windows.Forms.Padding(2);
  85. this.btnAbout.Name = "btnAbout";
  86. this.btnAbout.Size = new System.Drawing.Size(103, 31);
  87. this.btnAbout.TabIndex = 36;
  88. this.btnAbout.Tag = "themeable";
  89. this.btnAbout.Text = "OK";
  90. this.btnAbout.UseVisualStyleBackColor = false;
  91. this.btnAbout.Click += new System.EventHandler(this.button7_Click);
  92. //
  93. // t1
  94. //
  95. this.t1.Interval = 350;
  96. this.t1.Tick += new System.EventHandler(this.t1_Tick);
  97. //
  98. // t2
  99. //
  100. this.t2.Interval = 350;
  101. this.t2.Tick += new System.EventHandler(this.t2_Tick);
  102. //
  103. // AboutForm
  104. //
  105. this.AcceptButton = this.btnAbout;
  106. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  108. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  109. this.CancelButton = this.btnAbout;
  110. this.ClientSize = new System.Drawing.Size(387, 108);
  111. this.Controls.Add(this.btnAbout);
  112. this.Controls.Add(this.l2);
  113. this.Controls.Add(this.l1);
  114. this.Controls.Add(this.pictureBox1);
  115. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
  116. this.ForeColor = System.Drawing.Color.White;
  117. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  118. this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  119. this.MaximizeBox = false;
  120. this.MinimizeBox = false;
  121. this.Name = "AboutForm";
  122. this.ShowIcon = false;
  123. this.ShowInTaskbar = false;
  124. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  125. this.Text = "Optimizer";
  126. this.Load += new System.EventHandler(this.About_Load);
  127. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private System.Windows.Forms.PictureBox pictureBox1;
  133. private System.Windows.Forms.Label l1;
  134. private System.Windows.Forms.LinkLabel l2;
  135. private System.Windows.Forms.Button btnAbout;
  136. private System.Windows.Forms.Timer t1;
  137. private System.Windows.Forms.Timer t2;
  138. }
  139. }