2
0

AboutForm.Designer.cs 6.6 KB

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