-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutForm.Designer.cs
195 lines (190 loc) · 7.37 KB
/
AboutForm.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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
namespace GH3MLGUI
{
partial class AboutForm
{
/// <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()
{
discordLinkLabel = new LinkLabel();
versionLabel = new Label();
twitterLinkLabel = new LinkLabel();
kofiLinkLabel = new LinkLabel();
panHandleLabel = new Label();
needHelpLabel = new Label();
linkLabel1 = new LinkLabel();
label1 = new Label();
linkLabel2 = new LinkLabel();
gh3mlGithubLinkLabel = new LinkLabel();
gh3mlGUILinkLabel = new LinkLabel();
SuspendLayout();
//
// discordLinkLabel
//
discordLinkLabel.AutoSize = true;
discordLinkLabel.Location = new Point(86, 39);
discordLinkLabel.Name = "discordLinkLabel";
discordLinkLabel.Size = new Size(47, 15);
discordLinkLabel.TabIndex = 0;
discordLinkLabel.TabStop = true;
discordLinkLabel.Tag = "https://discord.gg/gEszrxW5PS";
discordLinkLabel.Text = "Discord";
discordLinkLabel.LinkClicked += LinkLabel_LinkClicked;
//
// versionLabel
//
versionLabel.AutoSize = true;
versionLabel.Location = new Point(12, 24);
versionLabel.Name = "versionLabel";
versionLabel.Size = new Size(48, 15);
versionLabel.TabIndex = 1;
versionLabel.Text = "Version:";
//
// twitterLinkLabel
//
twitterLinkLabel.AutoSize = true;
twitterLinkLabel.Location = new Point(100, 69);
twitterLinkLabel.Name = "twitterLinkLabel";
twitterLinkLabel.Size = new Size(43, 15);
twitterLinkLabel.TabIndex = 3;
twitterLinkLabel.TabStop = true;
twitterLinkLabel.Tag = "https://x.com/vultumast";
twitterLinkLabel.Text = "Twitter";
//
// kofiLinkLabel
//
kofiLinkLabel.AutoSize = true;
kofiLinkLabel.Location = new Point(61, 69);
kofiLinkLabel.Name = "kofiLinkLabel";
kofiLinkLabel.Size = new Size(33, 15);
kofiLinkLabel.TabIndex = 4;
kofiLinkLabel.TabStop = true;
kofiLinkLabel.Tag = "https://ko-fi.com/vultumast";
kofiLinkLabel.Text = "Ko-fi";
//
// panHandleLabel
//
panHandleLabel.AutoSize = true;
panHandleLabel.Location = new Point(12, 54);
panHandleLabel.Name = "panHandleLabel";
panHandleLabel.Size = new Size(367, 15);
panHandleLabel.TabIndex = 5;
panHandleLabel.Text = "If you like this or anything I've made, please consder the links below!";
//
// needHelpLabel
//
needHelpLabel.AutoSize = true;
needHelpLabel.Location = new Point(12, 39);
needHelpLabel.Name = "needHelpLabel";
needHelpLabel.Size = new Size(68, 15);
needHelpLabel.TabIndex = 6;
needHelpLabel.Text = "Need Help?";
//
// linkLabel1
//
linkLabel1.AutoSize = true;
linkLabel1.Location = new Point(12, 69);
linkLabel1.Name = "linkLabel1";
linkLabel1.Size = new Size(43, 15);
linkLabel1.TabIndex = 7;
linkLabel1.TabStop = true;
linkLabel1.Tag = "https://github.com/Vultumast";
linkLabel1.Text = "Github";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(12, 9);
label1.Name = "label1";
label1.Size = new Size(275, 15);
label1.TabIndex = 8;
label1.Text = "GH3 ML and GH3 ML GUI are created by Vultumast";
//
// linkLabel2
//
linkLabel2.AutoSize = true;
linkLabel2.Location = new Point(149, 69);
linkLabel2.Name = "linkLabel2";
linkLabel2.Size = new Size(47, 15);
linkLabel2.TabIndex = 9;
linkLabel2.TabStop = true;
linkLabel2.Tag = "https://bsky.app/profile/vultumast.dev";
linkLabel2.Text = "Bluesky";
//
// gh3mlGithubLinkLabel
//
gh3mlGithubLinkLabel.AutoSize = true;
gh3mlGithubLinkLabel.Location = new Point(139, 39);
gh3mlGithubLinkLabel.Name = "gh3mlGithubLinkLabel";
gh3mlGithubLinkLabel.Size = new Size(86, 15);
gh3mlGithubLinkLabel.TabIndex = 10;
gh3mlGithubLinkLabel.TabStop = true;
gh3mlGithubLinkLabel.Tag = "https://github.com/Vultumast/gh3ml";
gh3mlGithubLinkLabel.Text = "GH3ML Github";
//
// gh3mlGUILinkLabel
//
gh3mlGUILinkLabel.AutoSize = true;
gh3mlGUILinkLabel.Location = new Point(231, 39);
gh3mlGUILinkLabel.Name = "gh3mlGUILinkLabel";
gh3mlGUILinkLabel.Size = new Size(105, 15);
gh3mlGUILinkLabel.TabIndex = 11;
gh3mlGUILinkLabel.TabStop = true;
gh3mlGUILinkLabel.Tag = "https://github.com/Vultumast/GH3MLGUI";
gh3mlGUILinkLabel.Text = "GH3MLGUI Github";
//
// AboutForm
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(390, 94);
Controls.Add(gh3mlGUILinkLabel);
Controls.Add(gh3mlGithubLinkLabel);
Controls.Add(linkLabel2);
Controls.Add(label1);
Controls.Add(linkLabel1);
Controls.Add(needHelpLabel);
Controls.Add(panHandleLabel);
Controls.Add(kofiLinkLabel);
Controls.Add(twitterLinkLabel);
Controls.Add(discordLinkLabel);
Controls.Add(versionLabel);
Name = "AboutForm";
Text = "About GH3 Mod Loader GUI";
Load += AboutForm_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private LinkLabel discordLinkLabel;
private Label versionLabel;
private LinkLabel twitterLinkLabel;
private LinkLabel kofiLinkLabel;
private Label panHandleLabel;
private Label needHelpLabel;
private LinkLabel linkLabel1;
private Label label1;
private LinkLabel linkLabel2;
private LinkLabel gh3mlGithubLinkLabel;
private LinkLabel gh3mlGUILinkLabel;
}
}