253 lines
14 KiB
C#
253 lines
14 KiB
C#
|
namespace SharedUI
|
|||
|
{
|
|||
|
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.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.btUpgrade = new System.Windows.Forms.Button();
|
|||
|
this.progressBar = new System.Windows.Forms.ProgressBar();
|
|||
|
this.labelCurrentStatus = new System.Windows.Forms.Label();
|
|||
|
this.btCancel = new System.Windows.Forms.Button();
|
|||
|
this.panel3 = new System.Windows.Forms.Panel();
|
|||
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|||
|
this.pictureBoxClose = new System.Windows.Forms.PictureBox();
|
|||
|
this.labelMainOperation = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.panel2 = new System.Windows.Forms.Panel();
|
|||
|
this.labelCurrentSize = new System.Windows.Forms.Label();
|
|||
|
this.labelTotalSize = new System.Windows.Forms.Label();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|||
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.panel1.Controls.Add(this.btUpgrade);
|
|||
|
this.panel1.Controls.Add(this.progressBar);
|
|||
|
this.panel1.Controls.Add(this.btCancel);
|
|||
|
this.panel1.Controls.Add(this.panel3);
|
|||
|
this.panel1.Controls.Add(this.pictureBox2);
|
|||
|
this.panel1.Controls.Add(this.pictureBoxClose);
|
|||
|
this.panel1.Controls.Add(this.labelMainOperation);
|
|||
|
this.panel1.Controls.Add(this.label2);
|
|||
|
this.panel1.Controls.Add(this.panel2);
|
|||
|
this.panel1.Controls.Add(this.labelCurrentSize);
|
|||
|
this.panel1.Controls.Add(this.labelTotalSize);
|
|||
|
this.panel1.Controls.Add(this.labelCurrentStatus);
|
|||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.panel1.Location = new System.Drawing.Point(1, 1);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(516, 282);
|
|||
|
this.panel1.TabIndex = 21;
|
|||
|
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// btUpgrade
|
|||
|
//
|
|||
|
this.btUpgrade.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|||
|
this.btUpgrade.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.btUpgrade.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btUpgrade.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btUpgrade.ForeColor = System.Drawing.Color.Transparent;
|
|||
|
this.btUpgrade.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.btUpgrade.Location = new System.Drawing.Point(254, 236);
|
|||
|
this.btUpgrade.Name = "btUpgrade";
|
|||
|
this.btUpgrade.Size = new System.Drawing.Size(117, 32);
|
|||
|
this.btUpgrade.TabIndex = 41;
|
|||
|
this.btUpgrade.Text = "Upgrade";
|
|||
|
this.btUpgrade.UseVisualStyleBackColor = false;
|
|||
|
this.btUpgrade.Click += new System.EventHandler(this.btUpgrade_Click);
|
|||
|
//
|
|||
|
// progressBar
|
|||
|
//
|
|||
|
this.progressBar.Location = new System.Drawing.Point(86, 159);
|
|||
|
this.progressBar.Name = "progressBar";
|
|||
|
this.progressBar.Size = new System.Drawing.Size(358, 22);
|
|||
|
this.progressBar.TabIndex = 38;
|
|||
|
this.progressBar.Value = 50;
|
|||
|
//
|
|||
|
// labelCurrentStatus
|
|||
|
//
|
|||
|
this.labelCurrentStatus.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelCurrentStatus.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelCurrentStatus.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.labelCurrentStatus.Location = new System.Drawing.Point(85, 111);
|
|||
|
this.labelCurrentStatus.Name = "labelCurrentStatus";
|
|||
|
this.labelCurrentStatus.Size = new System.Drawing.Size(398, 109);
|
|||
|
this.labelCurrentStatus.TabIndex = 37;
|
|||
|
this.labelCurrentStatus.Text = "Please while checking for new App Server version.";
|
|||
|
//
|
|||
|
// btCancel
|
|||
|
//
|
|||
|
this.btCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
|
|||
|
this.btCancel.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.btCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
this.btCancel.Font = new System.Drawing.Font("Calibri", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btCancel.ForeColor = System.Drawing.Color.Transparent;
|
|||
|
this.btCancel.Location = new System.Drawing.Point(386, 236);
|
|||
|
this.btCancel.Name = "btCancel";
|
|||
|
this.btCancel.Size = new System.Drawing.Size(117, 32);
|
|||
|
this.btCancel.TabIndex = 31;
|
|||
|
this.btCancel.Text = "Cancel";
|
|||
|
this.btCancel.UseVisualStyleBackColor = false;
|
|||
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|||
|
//
|
|||
|
// panel3
|
|||
|
//
|
|||
|
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.panel3.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel3.Location = new System.Drawing.Point(86, 86);
|
|||
|
this.panel3.Name = "panel3";
|
|||
|
this.panel3.Size = new System.Drawing.Size(417, 3);
|
|||
|
this.panel3.TabIndex = 30;
|
|||
|
//
|
|||
|
// pictureBox2
|
|||
|
//
|
|||
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBox2.Location = new System.Drawing.Point(26, 54);
|
|||
|
this.pictureBox2.Name = "pictureBox2";
|
|||
|
this.pictureBox2.Size = new System.Drawing.Size(45, 45);
|
|||
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBox2.TabIndex = 27;
|
|||
|
this.pictureBox2.TabStop = false;
|
|||
|
this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// pictureBoxClose
|
|||
|
//
|
|||
|
this.pictureBoxClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pictureBoxClose.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.pictureBoxClose.Cursor = System.Windows.Forms.Cursors.Hand;
|
|||
|
this.pictureBoxClose.Location = new System.Drawing.Point(493, 3);
|
|||
|
this.pictureBoxClose.Name = "pictureBoxClose";
|
|||
|
this.pictureBoxClose.Size = new System.Drawing.Size(20, 22);
|
|||
|
this.pictureBoxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|||
|
this.pictureBoxClose.TabIndex = 21;
|
|||
|
this.pictureBoxClose.TabStop = false;
|
|||
|
this.pictureBoxClose.Click += new System.EventHandler(this.pictureBoxClose_Click);
|
|||
|
//
|
|||
|
// labelMainOperation
|
|||
|
//
|
|||
|
this.labelMainOperation.AutoSize = true;
|
|||
|
this.labelMainOperation.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelMainOperation.Font = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelMainOperation.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.labelMainOperation.Location = new System.Drawing.Point(84, 60);
|
|||
|
this.labelMainOperation.Name = "labelMainOperation";
|
|||
|
this.labelMainOperation.Size = new System.Drawing.Size(159, 22);
|
|||
|
this.labelMainOperation.TabIndex = 16;
|
|||
|
this.labelMainOperation.Text = "Checking updates...";
|
|||
|
this.labelMainOperation.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.label2.Font = new System.Drawing.Font("Calibri", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.label2.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.label2.Location = new System.Drawing.Point(12, 14);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(93, 29);
|
|||
|
this.label2.TabIndex = 1;
|
|||
|
this.label2.Text = "UPDATE";
|
|||
|
this.label2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
//
|
|||
|
// panel2
|
|||
|
//
|
|||
|
this.panel2.BackColor = System.Drawing.Color.DeepSkyBlue;
|
|||
|
this.panel2.Location = new System.Drawing.Point(0, 13);
|
|||
|
this.panel2.Name = "panel2";
|
|||
|
this.panel2.Size = new System.Drawing.Size(9, 31);
|
|||
|
this.panel2.TabIndex = 0;
|
|||
|
//
|
|||
|
// labelCurrentSize
|
|||
|
//
|
|||
|
this.labelCurrentSize.AutoSize = true;
|
|||
|
this.labelCurrentSize.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelCurrentSize.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelCurrentSize.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.labelCurrentSize.Location = new System.Drawing.Point(88, 142);
|
|||
|
this.labelCurrentSize.Name = "labelCurrentSize";
|
|||
|
this.labelCurrentSize.Size = new System.Drawing.Size(145, 14);
|
|||
|
this.labelCurrentSize.TabIndex = 39;
|
|||
|
this.labelCurrentSize.Text = "downloaded 80% (254 KB)";
|
|||
|
//
|
|||
|
// labelTotalSize
|
|||
|
//
|
|||
|
this.labelTotalSize.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.labelTotalSize.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.labelTotalSize.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.labelTotalSize.Location = new System.Drawing.Point(291, 182);
|
|||
|
this.labelTotalSize.Name = "labelTotalSize";
|
|||
|
this.labelTotalSize.Size = new System.Drawing.Size(154, 17);
|
|||
|
this.labelTotalSize.TabIndex = 40;
|
|||
|
this.labelTotalSize.Text = "File size 368KB";
|
|||
|
this.labelTotalSize.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|||
|
//
|
|||
|
// UpdateForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.DarkGray;
|
|||
|
this.ClientSize = new System.Drawing.Size(518, 284);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "UpdateForm";
|
|||
|
this.Padding = new System.Windows.Forms.Padding(1);
|
|||
|
this.Text = "Settings";
|
|||
|
this.TopMost = true;
|
|||
|
this.Load += new System.EventHandler(this.SettingsForm_Load);
|
|||
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SettingsForm_MouseMove);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.panel1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxClose)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label labelMainOperation;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.Panel panel2;
|
|||
|
private System.Windows.Forms.PictureBox pictureBoxClose;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|||
|
private System.Windows.Forms.Panel panel3;
|
|||
|
private System.Windows.Forms.Button btCancel;
|
|||
|
private System.Windows.Forms.Label labelCurrentStatus;
|
|||
|
private System.Windows.Forms.Button btUpgrade;
|
|||
|
private System.Windows.Forms.Label labelTotalSize;
|
|||
|
private System.Windows.Forms.Label labelCurrentSize;
|
|||
|
private System.Windows.Forms.ProgressBar progressBar;
|
|||
|
}
|
|||
|
}
|