InfoForm.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. namespace Optimizer
  2. {
  3. partial class InfoForm
  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.btnOK = new MoonButton();
  29. this.txtInfo = new System.Windows.Forms.TextBox();
  30. this.copyIPB = new MoonButton();
  31. this.SuspendLayout();
  32. //
  33. // btnOK
  34. //
  35. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  36. this.btnOK.BackColor = System.Drawing.Color.DodgerBlue;
  37. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Yes;
  38. this.btnOK.FlatAppearance.BorderSize = 0;
  39. this.btnOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  40. this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  41. this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  42. this.btnOK.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  43. this.btnOK.ForeColor = System.Drawing.Color.White;
  44. this.btnOK.Location = new System.Drawing.Point(522, 492);
  45. this.btnOK.Margin = new System.Windows.Forms.Padding(2);
  46. this.btnOK.Name = "btnOK";
  47. this.btnOK.Size = new System.Drawing.Size(159, 31);
  48. this.btnOK.TabIndex = 32;
  49. this.btnOK.Tag = "themeable";
  50. this.btnOK.Text = "OK";
  51. this.btnOK.UseVisualStyleBackColor = false;
  52. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  53. //
  54. // txtInfo
  55. //
  56. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.txtInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  60. this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
  61. this.txtInfo.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.txtInfo.ForeColor = System.Drawing.Color.White;
  63. this.txtInfo.Location = new System.Drawing.Point(10, 10);
  64. this.txtInfo.Margin = new System.Windows.Forms.Padding(2);
  65. this.txtInfo.Multiline = true;
  66. this.txtInfo.Name = "txtInfo";
  67. this.txtInfo.ReadOnly = true;
  68. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  69. this.txtInfo.Size = new System.Drawing.Size(671, 471);
  70. this.txtInfo.TabIndex = 33;
  71. this.txtInfo.Text = "Integrator InfoBox";
  72. //
  73. // copyIPB
  74. //
  75. this.copyIPB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  76. this.copyIPB.BackColor = System.Drawing.Color.DodgerBlue;
  77. this.copyIPB.DialogResult = System.Windows.Forms.DialogResult.Yes;
  78. this.copyIPB.FlatAppearance.BorderSize = 0;
  79. this.copyIPB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  80. this.copyIPB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  81. this.copyIPB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  82. this.copyIPB.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  83. this.copyIPB.ForeColor = System.Drawing.Color.White;
  84. this.copyIPB.Location = new System.Drawing.Point(359, 492);
  85. this.copyIPB.Margin = new System.Windows.Forms.Padding(2);
  86. this.copyIPB.Name = "copyIPB";
  87. this.copyIPB.Size = new System.Drawing.Size(159, 31);
  88. this.copyIPB.TabIndex = 34;
  89. this.copyIPB.Tag = "themeable";
  90. this.copyIPB.Text = "Copy";
  91. this.copyIPB.UseVisualStyleBackColor = false;
  92. this.copyIPB.Click += new System.EventHandler(this.copyIPB_Click);
  93. //
  94. // InfoForm
  95. //
  96. this.AcceptButton = this.btnOK;
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  99. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  100. this.CancelButton = this.btnOK;
  101. this.ClientSize = new System.Drawing.Size(692, 534);
  102. this.Controls.Add(this.copyIPB);
  103. this.Controls.Add(this.txtInfo);
  104. this.Controls.Add(this.btnOK);
  105. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.ForeColor = System.Drawing.Color.White;
  107. this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  108. this.MinimizeBox = false;
  109. this.Name = "InfoForm";
  110. this.ShowIcon = false;
  111. this.ShowInTaskbar = false;
  112. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  113. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  114. this.Load += new System.EventHandler(this.Info_Load);
  115. this.ResumeLayout(false);
  116. this.PerformLayout();
  117. }
  118. #endregion
  119. private MoonButton btnOK;
  120. private System.Windows.Forms.TextBox txtInfo;
  121. private MoonButton copyIPB;
  122. }
  123. }