UpdateForm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. 
  2. namespace Optimizer
  3. {
  4. partial class UpdateForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.txtMessage = new System.Windows.Forms.Label();
  30. this.btnOK = new MoonButton();
  31. this.btnNo = new MoonButton();
  32. this.txtVersions = new System.Windows.Forms.Label();
  33. this.txtChanges = new System.Windows.Forms.Label();
  34. this.txtInfo = new System.Windows.Forms.TextBox();
  35. this.SuspendLayout();
  36. //
  37. // txtMessage
  38. //
  39. this.txtMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  40. | System.Windows.Forms.AnchorStyles.Right)));
  41. this.txtMessage.Font = new System.Drawing.Font("Segoe UI Semibold", 11.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.txtMessage.ForeColor = System.Drawing.Color.DodgerBlue;
  43. this.txtMessage.Location = new System.Drawing.Point(11, 9);
  44. this.txtMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  45. this.txtMessage.Name = "txtMessage";
  46. this.txtMessage.Size = new System.Drawing.Size(562, 60);
  47. this.txtMessage.TabIndex = 62;
  48. this.txtMessage.Tag = "themeable";
  49. this.txtMessage.Text = "Message";
  50. //
  51. // btnOK
  52. //
  53. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  54. this.btnOK.BackColor = System.Drawing.Color.DodgerBlue;
  55. this.btnOK.FlatAppearance.BorderSize = 0;
  56. this.btnOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  57. this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  58. this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  59. this.btnOK.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.btnOK.ForeColor = System.Drawing.Color.White;
  61. this.btnOK.Location = new System.Drawing.Point(442, 464);
  62. this.btnOK.Margin = new System.Windows.Forms.Padding(2);
  63. this.btnOK.Name = "btnOK";
  64. this.btnOK.Size = new System.Drawing.Size(131, 31);
  65. this.btnOK.TabIndex = 63;
  66. this.btnOK.Text = "Yes";
  67. this.btnOK.UseVisualStyleBackColor = false;
  68. //
  69. // btnNo
  70. //
  71. this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  72. this.btnNo.BackColor = System.Drawing.Color.DodgerBlue;
  73. this.btnNo.FlatAppearance.BorderSize = 0;
  74. this.btnNo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
  75. this.btnNo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
  76. this.btnNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  77. this.btnNo.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.btnNo.ForeColor = System.Drawing.Color.White;
  79. this.btnNo.Location = new System.Drawing.Point(307, 464);
  80. this.btnNo.Margin = new System.Windows.Forms.Padding(2);
  81. this.btnNo.Name = "btnNo";
  82. this.btnNo.Size = new System.Drawing.Size(131, 31);
  83. this.btnNo.TabIndex = 64;
  84. this.btnNo.Text = "No";
  85. this.btnNo.UseVisualStyleBackColor = false;
  86. //
  87. // txtVersions
  88. //
  89. this.txtVersions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  90. | System.Windows.Forms.AnchorStyles.Right)));
  91. this.txtVersions.Font = new System.Drawing.Font("Segoe UI Semibold", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  92. this.txtVersions.ForeColor = System.Drawing.Color.White;
  93. this.txtVersions.Location = new System.Drawing.Point(11, 80);
  94. this.txtVersions.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  95. this.txtVersions.Name = "txtVersions";
  96. this.txtVersions.Size = new System.Drawing.Size(562, 39);
  97. this.txtVersions.TabIndex = 66;
  98. this.txtVersions.Tag = "";
  99. this.txtVersions.Text = "-";
  100. this.txtVersions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  101. //
  102. // txtChanges
  103. //
  104. this.txtChanges.AutoSize = true;
  105. this.txtChanges.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  106. this.txtChanges.ForeColor = System.Drawing.Color.DodgerBlue;
  107. this.txtChanges.Location = new System.Drawing.Point(11, 135);
  108. this.txtChanges.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  109. this.txtChanges.Name = "txtChanges";
  110. this.txtChanges.Size = new System.Drawing.Size(102, 20);
  111. this.txtChanges.TabIndex = 67;
  112. this.txtChanges.Tag = "themeable";
  113. this.txtChanges.Text = "View changes";
  114. //
  115. // txtInfo
  116. //
  117. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  118. | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.txtInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  121. this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
  122. this.txtInfo.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  123. this.txtInfo.ForeColor = System.Drawing.Color.White;
  124. this.txtInfo.Location = new System.Drawing.Point(15, 168);
  125. this.txtInfo.Margin = new System.Windows.Forms.Padding(2);
  126. this.txtInfo.Multiline = true;
  127. this.txtInfo.Name = "txtInfo";
  128. this.txtInfo.ReadOnly = true;
  129. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  130. this.txtInfo.Size = new System.Drawing.Size(558, 280);
  131. this.txtInfo.TabIndex = 68;
  132. this.txtInfo.Text = "Integrator InfoBox";
  133. //
  134. // UpdateForm
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  138. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  139. this.ClientSize = new System.Drawing.Size(584, 506);
  140. this.Controls.Add(this.txtInfo);
  141. this.Controls.Add(this.txtChanges);
  142. this.Controls.Add(this.txtVersions);
  143. this.Controls.Add(this.btnNo);
  144. this.Controls.Add(this.btnOK);
  145. this.Controls.Add(this.txtMessage);
  146. this.DoubleBuffered = true;
  147. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  148. this.ForeColor = System.Drawing.Color.White;
  149. this.MinimizeBox = false;
  150. this.Name = "UpdateForm";
  151. this.ShowIcon = false;
  152. this.ShowInTaskbar = false;
  153. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  154. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  155. this.Load += new System.EventHandler(this.UpdateForm_Load);
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private System.Windows.Forms.Label txtMessage;
  161. private MoonButton btnOK;
  162. private MoonButton btnNo;
  163. private System.Windows.Forms.Label txtVersions;
  164. private System.Windows.Forms.Label txtChanges;
  165. private System.Windows.Forms.TextBox txtInfo;
  166. }
  167. }