13 Star 20 Fork 9

sunbingzibo/autoupdate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AutoUpdater.Designer.cs 4.43 KB
一键复制 编辑 原始数据 按行查看 历史
sunbingzibo 提交于 2014-10-13 11:24 +08:00 . init the lib
namespace Yesuo
{
partial class AutoUpdater
{
/// <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.label1 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.progressBar2 = new System.Windows.Forms.ProgressBar();
this.label2 = new System.Windows.Forms.Label();
this.btn_update = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "更新进度 0/0";
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(14, 37);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(350, 13);
this.progressBar1.TabIndex = 1;
//
// progressBar2
//
this.progressBar2.Location = new System.Drawing.Point(14, 91);
this.progressBar2.Name = "progressBar2";
this.progressBar2.Size = new System.Drawing.Size(350, 13);
this.progressBar2.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 72);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "正在下载:";
//
// btn_update
//
this.btn_update.Location = new System.Drawing.Point(58, 188);
this.btn_update.Name = "btn_update";
this.btn_update.Size = new System.Drawing.Size(252, 69);
this.btn_update.TabIndex = 4;
this.btn_update.Text = "开始升级";
this.btn_update.UseVisualStyleBackColor = true;
this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
//
// AutoUpdater
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(378, 363);
this.ControlBox = false;
this.Controls.Add(this.btn_update);
this.Controls.Add(this.progressBar2);
this.Controls.Add(this.label2);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AutoUpdater";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "自动更新";
this.TopMost = true;
this.Load += new System.EventHandler(this.ComCirUpdate_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.ProgressBar progressBar2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_update;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/9786/autoupdate.git
git@gitee.com:9786/autoupdate.git
9786
autoupdate
autoupdate
master

搜索帮助