SubForm.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace Optimizer
  2. {
  3. partial class SubForm
  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.txtInfo = new System.Windows.Forms.RichTextBox();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnStart = new MoonButton();
  31. this.panel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // txtInfo
  35. //
  36. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  37. | System.Windows.Forms.AnchorStyles.Left)
  38. | System.Windows.Forms.AnchorStyles.Right)));
  39. this.txtInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
  40. this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
  41. this.txtInfo.Cursor = System.Windows.Forms.Cursors.Arrow;
  42. this.txtInfo.DetectUrls = false;
  43. this.txtInfo.Font = new System.Drawing.Font("Segoe UI Semibold", 10.5F, System.Drawing.FontStyle.Bold);
  44. this.txtInfo.ForeColor = System.Drawing.Color.White;
  45. this.txtInfo.Location = new System.Drawing.Point(11, 11);
  46. this.txtInfo.Name = "txtInfo";
  47. this.txtInfo.ReadOnly = true;
  48. this.txtInfo.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  49. this.txtInfo.ShortcutsEnabled = false;
  50. this.txtInfo.Size = new System.Drawing.Size(391, 372);
  51. this.txtInfo.TabIndex = 0;
  52. this.txtInfo.Text = "";
  53. //
  54. // panel1
  55. //
  56. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  57. this.panel1.Controls.Add(this.btnStart);
  58. this.panel1.Controls.Add(this.txtInfo);
  59. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.panel1.Location = new System.Drawing.Point(0, 0);
  61. this.panel1.Name = "panel1";
  62. this.panel1.Size = new System.Drawing.Size(415, 396);
  63. this.panel1.TabIndex = 1;
  64. //
  65. // btnStart
  66. //
  67. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  68. this.btnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
  69. this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  70. this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.DarkOrchid;
  71. this.btnStart.FlatAppearance.BorderSize = 0;
  72. this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid;
  73. this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid;
  74. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  75. this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.btnStart.ForeColor = System.Drawing.Color.White;
  77. this.btnStart.Location = new System.Drawing.Point(336, 352);
  78. this.btnStart.Margin = new System.Windows.Forms.Padding(2);
  79. this.btnStart.Name = "btnStart";
  80. this.btnStart.Size = new System.Drawing.Size(67, 31);
  81. this.btnStart.TabIndex = 0;
  82. this.btnStart.Tag = "themeable";
  83. this.btnStart.Text = "✓";
  84. this.btnStart.UseVisualStyleBackColor = false;
  85. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  86. //
  87. // SubForm
  88. //
  89. this.AcceptButton = this.btnStart;
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  92. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
  93. this.CancelButton = this.btnStart;
  94. this.ClientSize = new System.Drawing.Size(415, 396);
  95. this.ControlBox = false;
  96. this.Controls.Add(this.panel1);
  97. this.DoubleBuffered = true;
  98. this.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.ForeColor = System.Drawing.Color.White;
  100. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  101. this.MaximizeBox = false;
  102. this.MinimizeBox = false;
  103. this.Name = "SubForm";
  104. this.ShowIcon = false;
  105. this.ShowInTaskbar = false;
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  107. this.Load += new System.EventHandler(this.SubForm_Load);
  108. this.panel1.ResumeLayout(false);
  109. this.ResumeLayout(false);
  110. }
  111. #endregion
  112. private System.Windows.Forms.RichTextBox txtInfo;
  113. private System.Windows.Forms.Panel panel1;
  114. private MoonButton btnStart;
  115. }
  116. }