-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathWelcome.Designer.cs
102 lines (96 loc) · 5.18 KB
/
Welcome.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
96
97
98
99
100
101
102
namespace WindowsBaselineAssistant
{
partial class Welcome
{
/// <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(Welcome));
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiLabel2 = new Sunny.UI.UILabel();
this.WelcomeBtn = new Sunny.UI.UISymbolButton();
this.SuspendLayout();
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34)))));
this.uiLabel1.Location = new System.Drawing.Point(66, 54);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(247, 114);
this.uiLabel1.TabIndex = 0;
this.uiLabel1.Text = "道路千万条,安全第一条.\r\n\r\n加固不规范,亲人两行泪.";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34)))));
this.uiLabel2.Location = new System.Drawing.Point(17, 165);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(377, 77);
this.uiLabel2.TabIndex = 1;
this.uiLabel2.Text = "本软件完全免费,如果您是通过收费获得该软件.\r\n\r\n 那么请问候他的全家";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// WelcomeBtn
//
this.WelcomeBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.WelcomeBtn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.WelcomeBtn.Location = new System.Drawing.Point(94, 281);
this.WelcomeBtn.MinimumSize = new System.Drawing.Size(1, 1);
this.WelcomeBtn.Name = "WelcomeBtn";
this.WelcomeBtn.Size = new System.Drawing.Size(181, 54);
this.WelcomeBtn.TabIndex = 2;
this.WelcomeBtn.Text = "我已知晓";
this.WelcomeBtn.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.WelcomeBtn.Click += new System.EventHandler(this.WelcomeBtn_Click);
//
// Welcome
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(240)))));
this.ClientSize = new System.Drawing.Size(403, 372);
this.ControlBoxFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(121)))), ((int)(((byte)(78)))));
this.Controls.Add(this.WelcomeBtn);
this.Controls.Add(this.uiLabel2);
this.Controls.Add(this.uiLabel1);
this.ForeColor = System.Drawing.Color.Black;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Welcome";
this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34)))));
this.Style = Sunny.UI.UIStyle.Custom;
this.Text = "欢迎";
this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(87)))), ((int)(((byte)(34)))));
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.Load += new System.EventHandler(this.Welcome_Load);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UILabel uiLabel2;
private Sunny.UI.UISymbolButton WelcomeBtn;
}
}