forked from MikeG621/YOGEME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutDialog.Designer.cs
228 lines (222 loc) · 8.69 KB
/
AboutDialog.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
namespace Idmr.Yogeme
{
partial class AboutDialog
{
private System.ComponentModel.IContainer components = null;
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(AboutDialog));
this.pctBanner = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.lblVersion = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lnkGE = new System.Windows.Forms.LinkLabel();
this.lnkIdmr = new System.Windows.Forms.LinkLabel();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.cmdClose = new System.Windows.Forms.Button();
this.lnkMail = new System.Windows.Forms.LinkLabel();
this.label6 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pctBanner)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// pctBanner
//
this.pctBanner.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pctBanner.BackgroundImage")));
this.pctBanner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pctBanner.Location = new System.Drawing.Point(12, 6);
this.pctBanner.Name = "pctBanner";
this.pctBanner.Size = new System.Drawing.Size(471, 62);
this.pctBanner.TabIndex = 0;
this.pctBanner.TabStop = false;
this.pctBanner.Click += new System.EventHandler(this.pctBanner_Click);
//
// pictureBox2
//
this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(383, 74);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(100, 100);
this.pictureBox2.TabIndex = 1;
this.pictureBox2.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(19, 74);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(323, 20);
this.label1.TabIndex = 2;
this.label1.Text = "Ye Olde Galactic Empire Mission Editor";
//
// lblVersion
//
this.lblVersion.AutoSize = true;
this.lblVersion.Location = new System.Drawing.Point(20, 94);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(45, 13);
this.lblVersion.TabIndex = 3;
this.lblVersion.Text = "Version ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(20, 110);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Produced by";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(20, 126);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Copyright by";
//
// lnkGE
//
this.lnkGE.AutoSize = true;
this.lnkGE.LinkColor = System.Drawing.Color.Blue;
this.lnkGE.Location = new System.Drawing.Point(91, 126);
this.lnkGE.Name = "lnkGE";
this.lnkGE.Size = new System.Drawing.Size(179, 13);
this.lnkGE.TabIndex = 5;
this.lnkGE.TabStop = true;
this.lnkGE.Text = "The Galactic Empire: Empire Reborn";
this.lnkGE.VisitedLinkColor = System.Drawing.Color.Blue;
this.lnkGE.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkGE_LinkClicked);
//
// lnkIdmr
//
this.lnkIdmr.AutoSize = true;
this.lnkIdmr.LinkColor = System.Drawing.Color.Blue;
this.lnkIdmr.Location = new System.Drawing.Point(91, 110);
this.lnkIdmr.Name = "lnkIdmr";
this.lnkIdmr.Size = new System.Drawing.Size(219, 13);
this.lnkIdmr.TabIndex = 5;
this.lnkIdmr.TabStop = true;
this.lnkIdmr.Text = "The Imperial Department of Military Research";
this.lnkIdmr.VisitedLinkColor = System.Drawing.Color.Blue;
this.lnkIdmr.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkIdmr_LinkClicked);
//
// label4
//
this.label4.Location = new System.Drawing.Point(20, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(162, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Lead Designer: Imperial Officer";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(20, 158);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(345, 13);
this.label5.TabIndex = 6;
this.label5.Text = "This product is not affiliated with LucasArts Entertainment Company LLC";
//
// cmdClose
//
this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cmdClose.Location = new System.Drawing.Point(78, 231);
this.cmdClose.Name = "cmdClose";
this.cmdClose.Size = new System.Drawing.Size(75, 23);
this.cmdClose.TabIndex = 0;
this.cmdClose.Text = "Close";
this.cmdClose.UseVisualStyleBackColor = true;
this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
//
// lnkMail
//
this.lnkMail.AutoSize = true;
this.lnkMail.LinkColor = System.Drawing.Color.Blue;
this.lnkMail.Location = new System.Drawing.Point(178, 142);
this.lnkMail.Name = "lnkMail";
this.lnkMail.Size = new System.Drawing.Size(59, 13);
this.lnkMail.TabIndex = 7;
this.lnkMail.TabStop = true;
this.lnkMail.Text = "Jagged Fel";
this.lnkMail.VisitedLinkColor = System.Drawing.Color.Blue;
this.lnkMail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMail_LinkClicked);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(20, 174);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(428, 13);
this.label6.TabIndex = 8;
this.label6.Text = "Many thanks to the programmers and modders before me who made much of this possib" +
"le";
//
// AboutDialog
//
this.AcceptButton = this.cmdClose;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cmdClose;
this.ClientSize = new System.Drawing.Size(495, 282);
this.Controls.Add(this.label6);
this.Controls.Add(this.lnkMail);
this.Controls.Add(this.cmdClose);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.lnkIdmr);
this.Controls.Add(this.lnkGE);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pctBanner);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutDialog";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About";
((System.ComponentModel.ISupportInitialize)(this.pctBanner)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pctBanner;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.LinkLabel lnkGE;
private System.Windows.Forms.LinkLabel lnkIdmr;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button cmdClose;
private System.Windows.Forms.LinkLabel lnkMail;
private System.Windows.Forms.Label label6;
}
}