-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainForm.Designer.cs
More file actions
234 lines (229 loc) · 15.2 KB
/
MainForm.Designer.cs
File metadata and controls
234 lines (229 loc) · 15.2 KB
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
partial class MainForm
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.guna2ControlBox1 = new Guna.UI2.WinForms.Guna2ControlBox();
this.guna2ControlBox2 = new Guna.UI2.WinForms.Guna2ControlBox();
this.label1 = new System.Windows.Forms.Label();
this.guna2Button1 = new Guna.UI2.WinForms.Guna2Button();
this.guna2CheckBox1 = new Guna.UI2.WinForms.Guna2CheckBox();
this.guna2CheckBox2 = new Guna.UI2.WinForms.Guna2CheckBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.guna2Button2 = new Guna.UI2.WinForms.Guna2Button();
this.guna2Button3 = new Guna.UI2.WinForms.Guna2Button();
this.guna2ComboBox1 = new Guna.UI2.WinForms.Guna2ComboBox();
this.SuspendLayout();
//
// guna2ControlBox1
//
this.guna2ControlBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.guna2ControlBox1.Animated = true;
this.guna2ControlBox1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.guna2ControlBox1.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2ControlBox1.IconColor = System.Drawing.Color.White;
this.guna2ControlBox1.Location = new System.Drawing.Point(440, 11);
this.guna2ControlBox1.Name = "guna2ControlBox1";
this.guna2ControlBox1.Size = new System.Drawing.Size(45, 29);
this.guna2ControlBox1.TabIndex = 0;
//
// guna2ControlBox2
//
this.guna2ControlBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.guna2ControlBox2.Animated = true;
this.guna2ControlBox2.ControlBoxType = Guna.UI2.WinForms.Enums.ControlBoxType.MinimizeBox;
this.guna2ControlBox2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.guna2ControlBox2.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2ControlBox2.IconColor = System.Drawing.Color.White;
this.guna2ControlBox2.Location = new System.Drawing.Point(389, 11);
this.guna2ControlBox2.Name = "guna2ControlBox2";
this.guna2ControlBox2.Size = new System.Drawing.Size(45, 29);
this.guna2ControlBox2.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(20, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(459, 45);
this.label1.TabIndex = 2;
this.label1.Text = resources.GetString("label1.Text");
//
// guna2Button1
//
this.guna2Button1.Animated = true;
this.guna2Button1.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
this.guna2Button1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
this.guna2Button1.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
this.guna2Button1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
this.guna2Button1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2Button1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2Button1.ForeColor = System.Drawing.Color.White;
this.guna2Button1.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(128)))), ((int)(((byte)(90)))));
this.guna2Button1.Location = new System.Drawing.Point(23, 106);
this.guna2Button1.Name = "guna2Button1";
this.guna2Button1.Size = new System.Drawing.Size(456, 45);
this.guna2Button1.TabIndex = 3;
this.guna2Button1.Text = "Process your input images now!";
this.guna2Button1.Click += new System.EventHandler(this.guna2Button1_Click);
//
// guna2CheckBox1
//
this.guna2CheckBox1.Animated = true;
this.guna2CheckBox1.AutoSize = true;
this.guna2CheckBox1.Checked = true;
this.guna2CheckBox1.CheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2CheckBox1.CheckedState.BorderRadius = 0;
this.guna2CheckBox1.CheckedState.BorderThickness = 0;
this.guna2CheckBox1.CheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.guna2CheckBox1.Location = new System.Drawing.Point(23, 163);
this.guna2CheckBox1.Name = "guna2CheckBox1";
this.guna2CheckBox1.Size = new System.Drawing.Size(217, 19);
this.guna2CheckBox1.TabIndex = 4;
this.guna2CheckBox1.Text = "Support for PNG transparent images";
this.guna2CheckBox1.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
this.guna2CheckBox1.UncheckedState.BorderRadius = 0;
this.guna2CheckBox1.UncheckedState.BorderThickness = 0;
this.guna2CheckBox1.UncheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
//
// guna2CheckBox2
//
this.guna2CheckBox2.Animated = true;
this.guna2CheckBox2.AutoSize = true;
this.guna2CheckBox2.Checked = true;
this.guna2CheckBox2.CheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2CheckBox2.CheckedState.BorderRadius = 0;
this.guna2CheckBox2.CheckedState.BorderThickness = 0;
this.guna2CheckBox2.CheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked;
this.guna2CheckBox2.Location = new System.Drawing.Point(246, 163);
this.guna2CheckBox2.Name = "guna2CheckBox2";
this.guna2CheckBox2.Size = new System.Drawing.Size(196, 19);
this.guna2CheckBox2.TabIndex = 5;
this.guna2CheckBox2.Text = "Activate multi-threading feature";
this.guna2CheckBox2.UncheckedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
this.guna2CheckBox2.UncheckedState.BorderRadius = 0;
this.guna2CheckBox2.UncheckedState.BorderThickness = 0;
this.guna2CheckBox2.UncheckedState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(137)))), ((int)(((byte)(149)))));
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.linkLabel1.Location = new System.Drawing.Point(20, 291);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(170, 15);
this.linkLabel1.TabIndex = 6;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "Support the project on GitHub!";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// guna2Button2
//
this.guna2Button2.Animated = true;
this.guna2Button2.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
this.guna2Button2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
this.guna2Button2.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
this.guna2Button2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
this.guna2Button2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2Button2.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2Button2.ForeColor = System.Drawing.Color.White;
this.guna2Button2.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(128)))), ((int)(((byte)(90)))));
this.guna2Button2.Location = new System.Drawing.Point(23, 188);
this.guna2Button2.Name = "guna2Button2";
this.guna2Button2.Size = new System.Drawing.Size(226, 45);
this.guna2Button2.TabIndex = 7;
this.guna2Button2.Text = "Open input images\' folder";
this.guna2Button2.Click += new System.EventHandler(this.guna2Button2_Click);
//
// guna2Button3
//
this.guna2Button3.Animated = true;
this.guna2Button3.DisabledState.BorderColor = System.Drawing.Color.DarkGray;
this.guna2Button3.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray;
this.guna2Button3.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
this.guna2Button3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141)))));
this.guna2Button3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2Button3.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2Button3.ForeColor = System.Drawing.Color.White;
this.guna2Button3.HoverState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(128)))), ((int)(((byte)(90)))));
this.guna2Button3.Location = new System.Drawing.Point(253, 188);
this.guna2Button3.Name = "guna2Button3";
this.guna2Button3.Size = new System.Drawing.Size(226, 45);
this.guna2Button3.TabIndex = 8;
this.guna2Button3.Text = "Open output images\' folder";
this.guna2Button3.Click += new System.EventHandler(this.guna2Button3_Click);
//
// guna2ComboBox1
//
this.guna2ComboBox1.BackColor = System.Drawing.Color.Transparent;
this.guna2ComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.guna2ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.guna2ComboBox1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.guna2ComboBox1.FocusedColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2ComboBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(147)))), ((int)(((byte)(103)))));
this.guna2ComboBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.guna2ComboBox1.ForeColor = System.Drawing.Color.White;
this.guna2ComboBox1.ItemHeight = 30;
this.guna2ComboBox1.Items.AddRange(new object[] {
"Compression level 1 (JPG)",
"Compression level 2 (WEBP)",
"Compression level 3 (AVIF)",
"Compression level 4 (JXL)"});
this.guna2ComboBox1.Location = new System.Drawing.Point(23, 243);
this.guna2ComboBox1.Name = "guna2ComboBox1";
this.guna2ComboBox1.Size = new System.Drawing.Size(456, 36);
this.guna2ComboBox1.TabIndex = 9;
//
// MainForm
//
this.AccentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(196)))), ((int)(((byte)(156)))));
this.AllowResize = false;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(496, 327);
this.Controls.Add(this.guna2ComboBox1);
this.Controls.Add(this.guna2Button3);
this.Controls.Add(this.guna2Button2);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.guna2CheckBox2);
this.Controls.Add(this.guna2CheckBox1);
this.Controls.Add(this.guna2Button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.guna2ControlBox2);
this.Controls.Add(this.guna2ControlBox1);
this.Cursor = System.Windows.Forms.Cursors.Arrow;
this.ForeColor = System.Drawing.SystemColors.ControlDark;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.State = MetroSuite.MetroForm.FormState.Custom;
this.Style = MetroSuite.Design.Style.Dark;
this.Text = "IMGCompress V6 | Made by https://github.com/ZygoteCode/";
this.ResumeLayout(false);
this.PerformLayout();
}
private Guna.UI2.WinForms.Guna2ControlBox guna2ControlBox1;
private Guna.UI2.WinForms.Guna2ControlBox guna2ControlBox2;
private System.Windows.Forms.Label label1;
private Guna.UI2.WinForms.Guna2Button guna2Button1;
private Guna.UI2.WinForms.Guna2CheckBox guna2CheckBox1;
private Guna.UI2.WinForms.Guna2CheckBox guna2CheckBox2;
private System.Windows.Forms.LinkLabel linkLabel1;
private Guna.UI2.WinForms.Guna2Button guna2Button2;
private Guna.UI2.WinForms.Guna2Button guna2Button3;
private Guna.UI2.WinForms.Guna2ComboBox guna2ComboBox1;
}