AboutForm.Designer.cs 6.9 KB

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