-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAboutBox.Designer.cs
143 lines (136 loc) · 6.32 KB
/
AboutBox.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
namespace RCTDataEditor {
partial class AboutBox {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
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.pictureBox1 = new System.Windows.Forms.PictureBox();
this.rctLabel1 = new CustomControls.RCTLabel();
this.labelCopyright = new CustomControls.RCTLabel();
this.labelVersion = new CustomControls.RCTLabel();
this.rctLabel4 = new CustomControls.RCTLabel();
this.labelTitle = new CustomControls.RCTLabel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Image = global::RCTDataEditor.Properties.Resources.AboutImage;
this.pictureBox1.Location = new System.Drawing.Point(160, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(160, 160);
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// rctLabel1
//
this.rctLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
this.rctLabel1.FontType = CustomControls.Visuals.FontType.Bold;
this.rctLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
this.rctLabel1.Location = new System.Drawing.Point(12, 189);
this.rctLabel1.Name = "rctLabel1";
this.rctLabel1.OutlineColor = System.Drawing.Color.Transparent;
this.rctLabel1.Size = new System.Drawing.Size(290, 14);
this.rctLabel1.TabIndex = 8;
this.rctLabel1.Text = "Website: http://trigger-death.github.io/RCT2Tools/";
this.rctLabel1.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.rctLabel1.Click += new System.EventHandler(this.OpenWebsitePage);
//
// labelCopyright
//
this.labelCopyright.FontType = CustomControls.Visuals.FontType.Bold;
this.labelCopyright.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(187)))), ((int)(((byte)(239)))));
this.labelCopyright.Location = new System.Drawing.Point(0, 93);
this.labelCopyright.Name = "labelCopyright";
this.labelCopyright.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
this.labelCopyright.Size = new System.Drawing.Size(160, 14);
this.labelCopyright.TabIndex = 7;
this.labelCopyright.Text = "© Robert Jordan 2015";
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// labelVersion
//
this.labelVersion.FontType = CustomControls.Visuals.FontType.Bold;
this.labelVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(187)))), ((int)(((byte)(239)))));
this.labelVersion.Location = new System.Drawing.Point(0, 73);
this.labelVersion.Name = "labelVersion";
this.labelVersion.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
this.labelVersion.Size = new System.Drawing.Size(160, 14);
this.labelVersion.TabIndex = 6;
this.labelVersion.Text = "Version 1.0.0.0";
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// rctLabel4
//
this.rctLabel4.Cursor = System.Windows.Forms.Cursors.Hand;
this.rctLabel4.FontType = CustomControls.Visuals.FontType.Bold;
this.rctLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
this.rctLabel4.Location = new System.Drawing.Point(12, 169);
this.rctLabel4.Name = "rctLabel4";
this.rctLabel4.OutlineColor = System.Drawing.Color.Transparent;
this.rctLabel4.Size = new System.Drawing.Size(290, 14);
this.rctLabel4.TabIndex = 4;
this.rctLabel4.Text = "GitHub: https://github.com/trigger-death/RCT2Tools";
this.rctLabel4.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.rctLabel4.Click += new System.EventHandler(this.OpenGitHubPage);
//
// labelTitle
//
this.labelTitle.FontType = CustomControls.Visuals.FontType.Bold;
this.labelTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(187)))), ((int)(((byte)(239)))));
this.labelTitle.Location = new System.Drawing.Point(0, 53);
this.labelTitle.Name = "labelTitle";
this.labelTitle.OutlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
this.labelTitle.Size = new System.Drawing.Size(160, 14);
this.labelTitle.TabIndex = 3;
this.labelTitle.Text = "RCT2 Program";
this.labelTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// AboutBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(155)))), ((int)(((byte)(119)))));
this.ClientSize = new System.Drawing.Size(323, 210);
this.Controls.Add(this.rctLabel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.labelCopyright);
this.Controls.Add(this.labelVersion);
this.Controls.Add(this.rctLabel4);
this.Controls.Add(this.labelTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutBox";
this.Padding = new System.Windows.Forms.Padding(9);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private CustomControls.RCTLabel rctLabel4;
private CustomControls.RCTLabel labelTitle;
private CustomControls.RCTLabel labelCopyright;
private CustomControls.RCTLabel labelVersion;
private CustomControls.RCTLabel rctLabel1;
}
}