-
Notifications
You must be signed in to change notification settings - Fork 0
/
CheckSummer.Designer.cs
376 lines (371 loc) · 17.1 KB
/
CheckSummer.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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
namespace LLM.MD5_CheckSummer
{
partial class CheckSummer
{
/// <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(CheckSummer));
browseButton = new Button();
pathBox = new TextBox();
folderBrowser = new FolderBrowserDialog();
startEncodeButton = new Button();
loadingAnimation = new PictureBox();
separatorBox = new TextBox();
closeButton = new Button();
filenameBox = new TextBox();
themeBox = new ComboBox();
compareModeButton = new Button();
encodeModeButton = new Button();
labelOr = new Label();
compareBox2 = new TextBox();
startCompareButton = new Button();
menuButton = new Button();
separatorCompare1 = new TextBox();
separatorCompare2 = new TextBox();
compareBox1 = new TextBox();
browseFirstFile = new Button();
browseSecondFile = new Button();
((System.ComponentModel.ISupportInitialize)loadingAnimation).BeginInit();
SuspendLayout();
//
// browseButton
//
browseButton.BackColor = SystemColors.Control;
browseButton.BackgroundImageLayout = ImageLayout.Stretch;
browseButton.FlatAppearance.BorderSize = 0;
browseButton.Font = new Font("Century Gothic", 8.5F, FontStyle.Bold, GraphicsUnit.Point);
browseButton.Location = new Point(145, 491);
browseButton.Name = "browseButton";
browseButton.Size = new Size(101, 28);
browseButton.TabIndex = 0;
browseButton.Text = "Browse Folder";
browseButton.TextImageRelation = TextImageRelation.TextAboveImage;
browseButton.UseVisualStyleBackColor = false;
browseButton.Visible = false;
browseButton.Click += button1_Click;
//
// pathBox
//
pathBox.Enabled = false;
pathBox.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
pathBox.ForeColor = Color.DarkRed;
pathBox.Location = new Point(-5, 201);
pathBox.Multiline = true;
pathBox.Name = "pathBox";
pathBox.Size = new Size(397, 36);
pathBox.TabIndex = 1;
pathBox.TextAlign = HorizontalAlignment.Center;
pathBox.Visible = false;
//
// startEncodeButton
//
startEncodeButton.BackColor = SystemColors.Control;
startEncodeButton.FlatAppearance.BorderSize = 0;
startEncodeButton.Font = new Font("Century Gothic", 11.25F, FontStyle.Bold, GraphicsUnit.Point);
startEncodeButton.Location = new Point(117, 519);
startEncodeButton.Name = "startEncodeButton";
startEncodeButton.Size = new Size(155, 30);
startEncodeButton.TabIndex = 2;
startEncodeButton.Text = "Start Encoding";
startEncodeButton.UseVisualStyleBackColor = false;
startEncodeButton.Visible = false;
startEncodeButton.Click += startButton_Click;
//
// loadingAnimation
//
loadingAnimation.BackColor = Color.Transparent;
loadingAnimation.BackgroundImageLayout = ImageLayout.Stretch;
loadingAnimation.Enabled = false;
loadingAnimation.Image = Properties.Resources.loading;
loadingAnimation.Location = new Point(119, 339);
loadingAnimation.Name = "loadingAnimation";
loadingAnimation.Size = new Size(155, 146);
loadingAnimation.SizeMode = PictureBoxSizeMode.StretchImage;
loadingAnimation.TabIndex = 3;
loadingAnimation.TabStop = false;
loadingAnimation.Visible = false;
//
// separatorBox
//
separatorBox.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
separatorBox.ForeColor = SystemColors.ActiveCaptionText;
separatorBox.Location = new Point(23, 253);
separatorBox.MaxLength = 27000;
separatorBox.Name = "separatorBox";
separatorBox.PlaceholderText = "Custom Separator";
separatorBox.Size = new Size(154, 20);
separatorBox.TabIndex = 4;
separatorBox.TextAlign = HorizontalAlignment.Center;
separatorBox.Visible = false;
//
// closeButton
//
closeButton.BackColor = SystemColors.Control;
closeButton.BackgroundImageLayout = ImageLayout.Stretch;
closeButton.FlatAppearance.BorderSize = 0;
closeButton.Font = new Font("Century Gothic", 11.25F, FontStyle.Bold, GraphicsUnit.Point);
closeButton.Location = new Point(363, 2);
closeButton.Name = "closeButton";
closeButton.Size = new Size(26, 26);
closeButton.TabIndex = 6;
closeButton.Text = "X";
closeButton.TextImageRelation = TextImageRelation.TextAboveImage;
closeButton.UseVisualStyleBackColor = false;
closeButton.Click += closeButton_Click;
//
// filenameBox
//
filenameBox.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
filenameBox.ForeColor = SystemColors.ActiveCaptionText;
filenameBox.Location = new Point(225, 254);
filenameBox.MaxLength = 27000;
filenameBox.Name = "filenameBox";
filenameBox.PlaceholderText = "Custom File Name";
filenameBox.Size = new Size(131, 20);
filenameBox.TabIndex = 8;
filenameBox.TextAlign = HorizontalAlignment.Center;
filenameBox.Visible = false;
//
// themeBox
//
themeBox.BackColor = Color.RosyBrown;
themeBox.DropDownStyle = ComboBoxStyle.DropDownList;
themeBox.FlatStyle = FlatStyle.Flat;
themeBox.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
themeBox.ForeColor = Color.Indigo;
themeBox.FormattingEnabled = true;
themeBox.Items.AddRange(new object[] { "Maf with Beer", "Underwater Flow", "Elf Forest", "Church Goth", "Ayaka Black Bra [16+]", "Sona Cyan Bra [16+]", "Raiden Purple Bra [16+]" });
themeBox.Location = new Point(-143, 541);
themeBox.Name = "themeBox";
themeBox.Size = new Size(161, 21);
themeBox.TabIndex = 10;
//
// compareModeButton
//
compareModeButton.BackColor = SystemColors.Control;
compareModeButton.FlatAppearance.BorderSize = 0;
compareModeButton.Font = new Font("Century Gothic", 11.25F, FontStyle.Bold, GraphicsUnit.Point);
compareModeButton.Location = new Point(119, 193);
compareModeButton.Name = "compareModeButton";
compareModeButton.Size = new Size(166, 51);
compareModeButton.TabIndex = 12;
compareModeButton.Text = "Compare 2 checksum files";
compareModeButton.UseVisualStyleBackColor = false;
compareModeButton.Click += compareModeButton_Click;
//
// encodeModeButton
//
encodeModeButton.BackColor = SystemColors.Control;
encodeModeButton.FlatAppearance.BorderSize = 0;
encodeModeButton.Font = new Font("Century Gothic", 11.25F, FontStyle.Bold, GraphicsUnit.Point);
encodeModeButton.Location = new Point(117, 281);
encodeModeButton.Name = "encodeModeButton";
encodeModeButton.Size = new Size(166, 52);
encodeModeButton.TabIndex = 13;
encodeModeButton.Text = "Encode checksums from folder";
encodeModeButton.UseVisualStyleBackColor = false;
encodeModeButton.Click += encodeModeButton_Click;
//
// labelOr
//
labelOr.AutoSize = true;
labelOr.BackColor = Color.IndianRed;
labelOr.Font = new Font("Perpetua Titling MT", 12F, FontStyle.Bold, GraphicsUnit.Point);
labelOr.Location = new Point(184, 253);
labelOr.Name = "labelOr";
labelOr.Size = new Size(35, 20);
labelOr.TabIndex = 14;
labelOr.Text = "OR";
//
// compareBox2
//
compareBox2.Enabled = false;
compareBox2.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
compareBox2.ForeColor = Color.DarkRed;
compareBox2.Location = new Point(-4, 291);
compareBox2.Multiline = true;
compareBox2.Name = "compareBox2";
compareBox2.Size = new Size(397, 36);
compareBox2.TabIndex = 15;
compareBox2.TextAlign = HorizontalAlignment.Center;
compareBox2.Visible = false;
//
// startCompareButton
//
startCompareButton.BackColor = SystemColors.Control;
startCompareButton.FlatAppearance.BorderSize = 0;
startCompareButton.Font = new Font("Century Gothic", 11.25F, FontStyle.Bold, GraphicsUnit.Point);
startCompareButton.Location = new Point(117, 519);
startCompareButton.Name = "startCompareButton";
startCompareButton.Size = new Size(155, 30);
startCompareButton.TabIndex = 16;
startCompareButton.Text = "Start Comparing";
startCompareButton.UseVisualStyleBackColor = false;
startCompareButton.Visible = false;
//
// menuButton
//
menuButton.Location = new Point(4, 2);
menuButton.Name = "menuButton";
menuButton.Size = new Size(56, 27);
menuButton.TabIndex = 17;
menuButton.Text = "<";
menuButton.UseVisualStyleBackColor = true;
menuButton.Click += menuButton_Click;
//
// separatorCompare1
//
separatorCompare1.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
separatorCompare1.ForeColor = SystemColors.ActiveCaptionText;
separatorCompare1.Location = new Point(120, 167);
separatorCompare1.MaxLength = 27000;
separatorCompare1.Name = "separatorCompare1";
separatorCompare1.PlaceholderText = "Custom Separator ':'";
separatorCompare1.Size = new Size(154, 20);
separatorCompare1.TabIndex = 18;
separatorCompare1.TextAlign = HorizontalAlignment.Center;
separatorCompare1.Visible = false;
//
// separatorCompare2
//
separatorCompare2.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
separatorCompare2.ForeColor = SystemColors.ActiveCaptionText;
separatorCompare2.Location = new Point(118, 339);
separatorCompare2.MaxLength = 27000;
separatorCompare2.Name = "separatorCompare2";
separatorCompare2.PlaceholderText = "Custom Separator ':'";
separatorCompare2.Size = new Size(154, 20);
separatorCompare2.TabIndex = 19;
separatorCompare2.TextAlign = HorizontalAlignment.Center;
separatorCompare2.Visible = false;
//
// compareBox1
//
compareBox1.Enabled = false;
compareBox1.Font = new Font("Perpetua Titling MT", 8F, FontStyle.Bold, GraphicsUnit.Point);
compareBox1.ForeColor = Color.DarkRed;
compareBox1.Location = new Point(-4, 201);
compareBox1.Multiline = true;
compareBox1.Name = "compareBox1";
compareBox1.Size = new Size(397, 36);
compareBox1.TabIndex = 20;
compareBox1.TextAlign = HorizontalAlignment.Center;
compareBox1.Visible = false;
//
// browseFirstFile
//
browseFirstFile.BackColor = SystemColors.Control;
browseFirstFile.BackgroundImageLayout = ImageLayout.Stretch;
browseFirstFile.FlatAppearance.BorderSize = 0;
browseFirstFile.Font = new Font("Century Gothic", 8.5F, FontStyle.Bold, GraphicsUnit.Point);
browseFirstFile.Location = new Point(149, 133);
browseFirstFile.Name = "browseFirstFile";
browseFirstFile.Size = new Size(101, 28);
browseFirstFile.TabIndex = 21;
browseFirstFile.Text = "Browse File 1";
browseFirstFile.TextImageRelation = TextImageRelation.TextAboveImage;
browseFirstFile.UseVisualStyleBackColor = false;
browseFirstFile.Visible = false;
//
// browseSecondFile
//
browseSecondFile.BackColor = SystemColors.Control;
browseSecondFile.BackgroundImageLayout = ImageLayout.Stretch;
browseSecondFile.FlatAppearance.BorderSize = 0;
browseSecondFile.Font = new Font("Century Gothic", 8.5F, FontStyle.Bold, GraphicsUnit.Point);
browseSecondFile.Location = new Point(145, 365);
browseSecondFile.Name = "browseSecondFile";
browseSecondFile.Size = new Size(101, 28);
browseSecondFile.TabIndex = 22;
browseSecondFile.Text = "Browse File 2";
browseSecondFile.TextImageRelation = TextImageRelation.TextAboveImage;
browseSecondFile.UseVisualStyleBackColor = false;
browseSecondFile.Visible = false;
//
// MS4SMD5Hasher
//
AutoScaleDimensions = new SizeF(10F, 16F);
AutoScaleMode = AutoScaleMode.Font;
BackgroundImage = Properties.Resources.beermaf;
BackgroundImageLayout = ImageLayout.Stretch;
ClientSize = new Size(390, 561);
Controls.Add(browseSecondFile);
Controls.Add(browseFirstFile);
Controls.Add(compareBox1);
Controls.Add(separatorCompare2);
Controls.Add(separatorCompare1);
Controls.Add(menuButton);
Controls.Add(labelOr);
Controls.Add(encodeModeButton);
Controls.Add(compareModeButton);
Controls.Add(themeBox);
Controls.Add(filenameBox);
Controls.Add(closeButton);
Controls.Add(separatorBox);
Controls.Add(loadingAnimation);
Controls.Add(browseButton);
Controls.Add(pathBox);
Controls.Add(compareBox2);
Controls.Add(startEncodeButton);
Controls.Add(startCompareButton);
DoubleBuffered = true;
Font = new Font("Perpetua Titling MT", 9.75F, FontStyle.Bold, GraphicsUnit.Point);
FormBorderStyle = FormBorderStyle.None;
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 3, 4, 3);
Name = "MS4SMD5Hasher";
SizeGripStyle = SizeGripStyle.Hide;
StartPosition = FormStartPosition.CenterScreen;
Text = "MS4S MD5 Hasher";
((System.ComponentModel.ISupportInitialize)loadingAnimation).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private FileSystemWatcher fileSystemWatcher1;
private Button browseButton;
private TextBox pathBox;
private FolderBrowserDialog folderBrowser;
private Button startEncodeButton;
private PictureBox loadingAnimation;
private TextBox separatorBox;
private Button closeButton;
private CheckBox checkBox1;
private TextBox filenameBox;
private CheckBox checkBox2;
private ComboBox themeBox;
private Label orLabel;
private Button compareModeButton;
private Button encodeModeButton;
private Label labelOr;
private TextBox compareBox2;
private Button startCompareButton;
private Button menuButton;
private TextBox separatorCompare1;
private TextBox separatorCompare2;
private TextBox compareBox1;
private Button browseFirstFile;
private Button browseSecondFile;
}
}