| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
-
- namespace HXX.Scanner.Starter
- {
- partial class frmCheckUpdate
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckUpdate));
- this.btnDownload = new HXX.Scanner.Starter.forms.roundButton();
- this.btnCancel = new HXX.Scanner.Starter.forms.roundButton();
- this.lbl_server_version = new System.Windows.Forms.Label();
- this.lbl_current_version = new System.Windows.Forms.Label();
- this.pl_button = new System.Windows.Forms.Panel();
- this.pl_download = new System.Windows.Forms.Panel();
- this.lbl_progress = new System.Windows.Forms.Label();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.panel1 = new System.Windows.Forms.Panel();
- this.lblText = new System.Windows.Forms.Label();
- this.pl_button.SuspendLayout();
- this.pl_download.SuspendLayout();
- this.SuspendLayout();
- //
- // btnDownload
- //
- this.btnDownload.EnterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(116)))), ((int)(((byte)(252)))));
- this.btnDownload.EnterForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(244)))), ((int)(((byte)(233)))));
- this.btnDownload.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.btnDownload.FlatAppearance.BorderSize = 0;
- this.btnDownload.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.btnDownload.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.btnDownload.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDownload.Font = new System.Drawing.Font("黑体", 20F);
- this.btnDownload.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(116)))), ((int)(((byte)(252)))));
- this.btnDownload.HoverForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(244)))), ((int)(((byte)(233)))));
- this.btnDownload.Location = new System.Drawing.Point(25, 25);
- this.btnDownload.Name = "btnDownload";
- this.btnDownload.PressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(116)))), ((int)(((byte)(252)))));
- this.btnDownload.PressForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(244)))), ((int)(((byte)(233)))));
- this.btnDownload.Radius = 8;
- this.btnDownload.Size = new System.Drawing.Size(198, 59);
- this.btnDownload.TabIndex = 1;
- this.btnDownload.Text = "下载最新版本";
- this.btnDownload.UseVisualStyleBackColor = true;
- this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
- this.btnDownload.MouseEnter += new System.EventHandler(this.roundButton1_MouseEnter);
- this.btnDownload.MouseLeave += new System.EventHandler(this.roundButton1_MouseLeave);
- //
- // btnCancel
- //
- this.btnCancel.EnterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
- this.btnCancel.EnterForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(170)))), ((int)(((byte)(191)))));
- this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.btnCancel.FlatAppearance.BorderSize = 0;
- this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
- this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
- this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnCancel.Font = new System.Drawing.Font("黑体", 20F);
- this.btnCancel.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
- this.btnCancel.HoverForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(170)))), ((int)(((byte)(191)))));
- this.btnCancel.Location = new System.Drawing.Point(241, 25);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.PressBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(235)))));
- this.btnCancel.PressForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(170)))), ((int)(((byte)(191)))));
- this.btnCancel.Radius = 8;
- this.btnCancel.Size = new System.Drawing.Size(117, 59);
- this.btnCancel.TabIndex = 2;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- this.btnCancel.MouseEnter += new System.EventHandler(this.btnCancel_MouseEnter);
- this.btnCancel.MouseLeave += new System.EventHandler(this.btnCancel_MouseLeave);
- //
- // lbl_server_version
- //
- this.lbl_server_version.AutoSize = true;
- this.lbl_server_version.Font = new System.Drawing.Font("黑体", 30F);
- this.lbl_server_version.Location = new System.Drawing.Point(40, 100);
- this.lbl_server_version.Name = "lbl_server_version";
- this.lbl_server_version.Size = new System.Drawing.Size(257, 40);
- this.lbl_server_version.TabIndex = 3;
- this.lbl_server_version.Text = "发现最新版本";
- //
- // lbl_current_version
- //
- this.lbl_current_version.AutoSize = true;
- this.lbl_current_version.Font = new System.Drawing.Font("黑体", 18F);
- this.lbl_current_version.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(199)))), ((int)(((byte)(214)))));
- this.lbl_current_version.Location = new System.Drawing.Point(47, 154);
- this.lbl_current_version.Name = "lbl_current_version";
- this.lbl_current_version.Size = new System.Drawing.Size(106, 24);
- this.lbl_current_version.TabIndex = 4;
- this.lbl_current_version.Text = "当前版本";
- //
- // pl_button
- //
- this.pl_button.Controls.Add(this.btnDownload);
- this.pl_button.Controls.Add(this.btnCancel);
- this.pl_button.Location = new System.Drawing.Point(22, 416);
- this.pl_button.Name = "pl_button";
- this.pl_button.Size = new System.Drawing.Size(378, 100);
- this.pl_button.TabIndex = 5;
- //
- // pl_download
- //
- this.pl_download.Controls.Add(this.lbl_progress);
- this.pl_download.Controls.Add(this.progressBar1);
- this.pl_download.Location = new System.Drawing.Point(428, 416);
- this.pl_download.Name = "pl_download";
- this.pl_download.Size = new System.Drawing.Size(378, 100);
- this.pl_download.TabIndex = 6;
- this.pl_download.Visible = false;
- //
- // lbl_progress
- //
- this.lbl_progress.AutoSize = true;
- this.lbl_progress.Font = new System.Drawing.Font("黑体", 14F);
- this.lbl_progress.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(199)))), ((int)(((byte)(214)))));
- this.lbl_progress.Location = new System.Drawing.Point(33, 54);
- this.lbl_progress.Name = "lbl_progress";
- this.lbl_progress.Size = new System.Drawing.Size(89, 19);
- this.lbl_progress.TabIndex = 1;
- this.lbl_progress.Text = "版本更新";
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(35, 25);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(322, 10);
- this.progressBar1.TabIndex = 0;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(243)))), ((int)(((byte)(247)))));
- this.panel1.Location = new System.Drawing.Point(47, 200);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(3, 191);
- this.panel1.TabIndex = 7;
- //
- // lblText
- //
- this.lblText.Font = new System.Drawing.Font("黑体", 18F);
- this.lblText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(199)))), ((int)(((byte)(214)))));
- this.lblText.Location = new System.Drawing.Point(73, 210);
- this.lblText.Name = "lblText";
- this.lblText.Size = new System.Drawing.Size(389, 168);
- this.lblText.TabIndex = 8;
- this.lblText.Paint += new System.Windows.Forms.PaintEventHandler(this.lblText_Paint);
- //
- // frmCheckUpdate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::HXX.Scanner.Starter.Properties.Resources.弹窗;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(914, 560);
- this.Controls.Add(this.lblText);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.pl_download);
- this.Controls.Add(this.pl_button);
- this.Controls.Add(this.lbl_current_version);
- this.Controls.Add(this.lbl_server_version);
- this.DoubleBuffered = true;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "frmCheckUpdate";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "";
- this.Load += new System.EventHandler(this.frmCheckUpdate_Load);
- this.pl_button.ResumeLayout(false);
- this.pl_download.ResumeLayout(false);
- this.pl_download.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private forms.roundButton btnDownload;
- private forms.roundButton btnCancel;
- private System.Windows.Forms.Label lbl_server_version;
- private System.Windows.Forms.Label lbl_current_version;
- private System.Windows.Forms.Panel pl_button;
- private System.Windows.Forms.Panel pl_download;
- private System.Windows.Forms.Label lbl_progress;
- private System.Windows.Forms.ProgressBar progressBar1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblText;
- }
- }
|