📄 formupdate.designer.cs
字号:
namespace LanMsg
{
partial class FormUpdate
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUpdate));
this.xpProgressBar1 = new IMLibrary.XpProgressBar();
this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
this.sockUDP1 = new IMLibrary.SockUDP(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// xpProgressBar1
//
this.xpProgressBar1.ColorBackGround = System.Drawing.Color.White;
this.xpProgressBar1.ColorBarBorder = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(240)))), ((int)(((byte)(170)))));
this.xpProgressBar1.ColorBarCenter = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(150)))), ((int)(((byte)(10)))));
this.xpProgressBar1.ColorText = System.Drawing.Color.Black;
this.xpProgressBar1.Location = new System.Drawing.Point(42, 35);
this.xpProgressBar1.Name = "xpProgressBar1";
this.xpProgressBar1.Position = 0;
this.xpProgressBar1.PositionMax = 100;
this.xpProgressBar1.PositionMin = 0;
this.xpProgressBar1.Size = new System.Drawing.Size(214, 18);
this.xpProgressBar1.TabIndex = 0;
//
// buttonX1
//
this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.buttonX1.Location = new System.Drawing.Point(103, 81);
this.buttonX1.Name = "buttonX1";
this.buttonX1.Size = new System.Drawing.Size(92, 28);
this.buttonX1.TabIndex = 1;
this.buttonX1.Text = "开始升级";
this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
//
// sockUDP1
//
this.sockUDP1.Server = ((System.Net.IPEndPoint)(resources.GetObject("sockUDP1.Server")));
this.sockUDP1.DataArrival += new IMLibrary.SockUDP.DataArrivalEventHandler(this.sockUDP1_DataArrival);
//
// FormUpdate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(301, 135);
this.ControlBox = false;
this.Controls.Add(this.buttonX1);
this.Controls.Add(this.xpProgressBar1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "FormUpdate";
this.Text = "LanMsg 智能升级程序";
this.Load += new System.EventHandler(this.FormUpdate_Load);
this.ResumeLayout(false);
}
#endregion
private IMLibrary.XpProgressBar xpProgressBar1;
private DevComponents.DotNetBar.ButtonX buttonX1;
private IMLibrary.SockUDP sockUDP1;
private System.Windows.Forms.Timer timer1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -