|
@@ -0,0 +1,170 @@
|
|
|
+
|
|
|
+namespace Optimizer
|
|
|
+{
|
|
|
+ partial class UpdateForm
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.txtMessage = new System.Windows.Forms.Label();
|
|
|
+ this.btnOK = new System.Windows.Forms.Button();
|
|
|
+ this.btnNo = new System.Windows.Forms.Button();
|
|
|
+ this.txtVersions = new System.Windows.Forms.Label();
|
|
|
+ this.txtChanges = new System.Windows.Forms.Label();
|
|
|
+ this.txtInfo = new System.Windows.Forms.TextBox();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // txtMessage
|
|
|
+ //
|
|
|
+ this.txtMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.txtMessage.Font = new System.Drawing.Font("Segoe UI Semibold", 11.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.txtMessage.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.txtMessage.Location = new System.Drawing.Point(11, 9);
|
|
|
+ this.txtMessage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.txtMessage.Name = "txtMessage";
|
|
|
+ this.txtMessage.Size = new System.Drawing.Size(562, 60);
|
|
|
+ this.txtMessage.TabIndex = 62;
|
|
|
+ this.txtMessage.Tag = "themeable";
|
|
|
+ this.txtMessage.Text = "Message";
|
|
|
+ //
|
|
|
+ // btnOK
|
|
|
+ //
|
|
|
+ this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnOK.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.btnOK.FlatAppearance.BorderSize = 0;
|
|
|
+ this.btnOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnOK.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnOK.Location = new System.Drawing.Point(457, 464);
|
|
|
+ this.btnOK.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnOK.Name = "btnOK";
|
|
|
+ this.btnOK.Size = new System.Drawing.Size(116, 31);
|
|
|
+ this.btnOK.TabIndex = 63;
|
|
|
+ this.btnOK.Text = "Yes";
|
|
|
+ this.btnOK.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // btnNo
|
|
|
+ //
|
|
|
+ this.btnNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.btnNo.BackColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.btnNo.FlatAppearance.BorderSize = 0;
|
|
|
+ this.btnNo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnNo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
|
|
|
+ this.btnNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
+ this.btnNo.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.btnNo.Location = new System.Drawing.Point(337, 464);
|
|
|
+ this.btnNo.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.btnNo.Name = "btnNo";
|
|
|
+ this.btnNo.Size = new System.Drawing.Size(116, 31);
|
|
|
+ this.btnNo.TabIndex = 64;
|
|
|
+ this.btnNo.Text = "No";
|
|
|
+ this.btnNo.UseVisualStyleBackColor = false;
|
|
|
+ //
|
|
|
+ // txtVersions
|
|
|
+ //
|
|
|
+ this.txtVersions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.txtVersions.Font = new System.Drawing.Font("Segoe UI Semibold", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.txtVersions.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.txtVersions.Location = new System.Drawing.Point(11, 80);
|
|
|
+ this.txtVersions.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.txtVersions.Name = "txtVersions";
|
|
|
+ this.txtVersions.Size = new System.Drawing.Size(562, 39);
|
|
|
+ this.txtVersions.TabIndex = 66;
|
|
|
+ this.txtVersions.Tag = "";
|
|
|
+ this.txtVersions.Text = "-";
|
|
|
+ this.txtVersions.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
+ //
|
|
|
+ // txtChanges
|
|
|
+ //
|
|
|
+ this.txtChanges.AutoSize = true;
|
|
|
+ this.txtChanges.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.txtChanges.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
|
+ this.txtChanges.Location = new System.Drawing.Point(11, 135);
|
|
|
+ this.txtChanges.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.txtChanges.Name = "txtChanges";
|
|
|
+ this.txtChanges.Size = new System.Drawing.Size(102, 20);
|
|
|
+ this.txtChanges.TabIndex = 67;
|
|
|
+ this.txtChanges.Tag = "themeable";
|
|
|
+ this.txtChanges.Text = "View changes";
|
|
|
+ //
|
|
|
+ // txtInfo
|
|
|
+ //
|
|
|
+ this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.txtInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
+ this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
+ this.txtInfo.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.txtInfo.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.txtInfo.Location = new System.Drawing.Point(15, 168);
|
|
|
+ this.txtInfo.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.txtInfo.Multiline = true;
|
|
|
+ this.txtInfo.Name = "txtInfo";
|
|
|
+ this.txtInfo.ReadOnly = true;
|
|
|
+ this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
|
+ this.txtInfo.Size = new System.Drawing.Size(558, 280);
|
|
|
+ this.txtInfo.TabIndex = 68;
|
|
|
+ this.txtInfo.Text = "Integrator InfoBox";
|
|
|
+ //
|
|
|
+ // UpdateForm
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
|
+ this.ClientSize = new System.Drawing.Size(584, 506);
|
|
|
+ this.Controls.Add(this.txtInfo);
|
|
|
+ this.Controls.Add(this.txtChanges);
|
|
|
+ this.Controls.Add(this.txtVersions);
|
|
|
+ this.Controls.Add(this.btnNo);
|
|
|
+ this.Controls.Add(this.btnOK);
|
|
|
+ this.Controls.Add(this.txtMessage);
|
|
|
+ this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.MinimizeBox = false;
|
|
|
+ this.Name = "UpdateForm";
|
|
|
+ this.ShowIcon = false;
|
|
|
+ this.ShowInTaskbar = false;
|
|
|
+ this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Load += new System.EventHandler(this.UpdateForm_Load);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Label txtMessage;
|
|
|
+ private System.Windows.Forms.Button btnOK;
|
|
|
+ private System.Windows.Forms.Button btnNo;
|
|
|
+ private System.Windows.Forms.Label txtVersions;
|
|
|
+ private System.Windows.Forms.Label txtChanges;
|
|
|
+ private System.Windows.Forms.TextBox txtInfo;
|
|
|
+ }
|
|
|
+}
|