forked from cdj68765/PEPlugin-Git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpdateCheck.Designer.cs
95 lines (89 loc) · 4.04 KB
/
UpdateCheck.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
namespace PE多功能信息处理插件
{
partial class TaskWindowControl2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.metroLink2 = new MetroFramework.Controls.MetroLink();
this.metroCheckBox1 = new MetroFramework.Controls.MetroCheckBox();
this.SuspendLayout();
//
// metroLabel1
//
this.metroLabel1.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.metroLabel1.AutoSize = true;
this.metroLabel1.FontSize = MetroFramework.MetroLabelSize.Tall;
this.metroLabel1.Location = new System.Drawing.Point(0, 0);
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(210, 25);
this.metroLabel1.TabIndex = 0;
this.metroLabel1.Text = "发现新版本,是否更新?";
//
// metroLink2
//
this.metroLink2.Location = new System.Drawing.Point(3, 28);
this.metroLink2.Name = "metroLink2";
this.metroLink2.Size = new System.Drawing.Size(245, 23);
this.metroLink2.TabIndex = 4;
this.metroLink2.Text = "下载地址:https://bowlroll.net/file/95442";
this.metroLink2.UseSelectable = true;
this.metroLink2.Click += new System.EventHandler(this.metroLink2_Click);
//
// metroCheckBox1
//
this.metroCheckBox1.AutoSize = true;
this.metroCheckBox1.Checked = true;
this.metroCheckBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.metroCheckBox1.Location = new System.Drawing.Point(4, 58);
this.metroCheckBox1.Name = "metroCheckBox1";
this.metroCheckBox1.Size = new System.Drawing.Size(140, 15);
this.metroCheckBox1.TabIndex = 5;
this.metroCheckBox1.Text = "是否自动检测更新?";
this.metroCheckBox1.UseSelectable = true;
this.metroCheckBox1.UseStyleColors = true;
this.metroCheckBox1.CheckedChanged += new System.EventHandler(this.metroCheckBox1_CheckedChanged);
//
// TaskWindowControl2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.metroCheckBox1);
this.Controls.Add(this.metroLink2);
this.Controls.Add(this.metroLabel1);
this.DoubleBuffered = true;
this.Location = new System.Drawing.Point(100, 100);
this.Name = "TaskWindowControl2";
this.Size = new System.Drawing.Size(327, 110);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MetroFramework.Controls.MetroLabel metroLabel1;
private MetroFramework.Controls.MetroLink metroLink2;
private MetroFramework.Controls.MetroCheckBox metroCheckBox1;
}
}