-
Notifications
You must be signed in to change notification settings - Fork 1
/
Form1.Designer.cs
330 lines (323 loc) · 18.6 KB
/
Form1.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
namespace Portable_Libre_Office
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.button3 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.extrasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.registerLibreOfficeAsStandardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeLibreOfficeAsStandardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.createAShortcutOnTheDesktopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.onTheDesktopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inTheStartmenuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.forTheUpdaterToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.onTheDesktopToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.inTheStartmenuToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.removeAllShortcutsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1.SuspendLayout();
this.groupBox4.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.AutoSize = true;
this.groupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
this.groupBox1.Location = new System.Drawing.Point(8, 33);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(5);
this.groupBox1.Size = new System.Drawing.Size(322, 166);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Libre Office";
//
// groupBox3
//
this.groupBox3.AutoSize = true;
this.groupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(9, 81);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(5);
this.groupBox3.Size = new System.Drawing.Size(305, 63);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Stable Versions";
//
// groupBox2
//
this.groupBox2.AutoSize = true;
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(8, 21);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(5);
this.groupBox2.Size = new System.Drawing.Size(306, 53);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Preview Versions";
//
// button1
//
this.button1.Location = new System.Drawing.Point(354, 231);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
this.button1.Text = "Quit";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.Button1_Click);
//
// groupBox4
//
this.groupBox4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.groupBox4.Controls.Add(this.groupBox6);
this.groupBox4.Controls.Add(this.groupBox5);
this.groupBox4.Location = new System.Drawing.Point(336, 33);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(5);
this.groupBox4.Size = new System.Drawing.Size(93, 166);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Helppack";
//
// groupBox6
//
this.groupBox6.AutoSize = true;
this.groupBox6.Location = new System.Drawing.Point(9, 82);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Padding = new System.Windows.Forms.Padding(5);
this.groupBox6.Size = new System.Drawing.Size(76, 63);
this.groupBox6.TabIndex = 1;
this.groupBox6.TabStop = false;
//
// groupBox5
//
this.groupBox5.AutoSize = true;
this.groupBox5.Location = new System.Drawing.Point(9, 22);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Padding = new System.Windows.Forms.Padding(5);
this.groupBox5.Size = new System.Drawing.Size(76, 53);
this.groupBox5.TabIndex = 0;
this.groupBox5.TabStop = false;
//
// button3
//
this.button3.Location = new System.Drawing.Point(118, 231);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(50, 23);
this.button3.TabIndex = 5;
this.button3.Text = "Yes";
this.button3.UseVisualStyleBackColor = true;
this.button3.Visible = false;
this.button3.Click += new System.EventHandler(this.Button3_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(2, 236);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Change install options";
this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
this.label1.Visible = false;
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.Silver;
this.menuStrip1.Enabled = false;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.extrasToolStripMenuItem,
this.createAShortcutOnTheDesktopToolStripMenuItem,
this.infoToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(5, 5);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(913, 24);
this.menuStrip1.TabIndex = 7;
this.menuStrip1.Text = "menuStrip1";
//
// extrasToolStripMenuItem
//
this.extrasToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.registerLibreOfficeAsStandardToolStripMenuItem,
this.removeLibreOfficeAsStandardToolStripMenuItem});
this.extrasToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.extrasToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.extrasToolStripMenuItem.Name = "extrasToolStripMenuItem";
this.extrasToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
this.extrasToolStripMenuItem.Text = "Extras";
this.extrasToolStripMenuItem.Click += new System.EventHandler(this.ExtrasToolStripMenuItem_Click);
//
// registerLibreOfficeAsStandardToolStripMenuItem
//
this.registerLibreOfficeAsStandardToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.registerLibreOfficeAsStandardToolStripMenuItem.Name = "registerLibreOfficeAsStandardToolStripMenuItem";
this.registerLibreOfficeAsStandardToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
this.registerLibreOfficeAsStandardToolStripMenuItem.Text = "Register Libre Office as standard";
this.registerLibreOfficeAsStandardToolStripMenuItem.Click += new System.EventHandler(this.RegisterLibreOfficeAsStandardToolStripMenuItem_Click);
//
// removeLibreOfficeAsStandardToolStripMenuItem
//
this.removeLibreOfficeAsStandardToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.removeLibreOfficeAsStandardToolStripMenuItem.Name = "removeLibreOfficeAsStandardToolStripMenuItem";
this.removeLibreOfficeAsStandardToolStripMenuItem.Size = new System.Drawing.Size(244, 22);
this.removeLibreOfficeAsStandardToolStripMenuItem.Text = "Remove Libre Office as standard";
this.removeLibreOfficeAsStandardToolStripMenuItem.Click += new System.EventHandler(this.RemoveLibreOfficeAsStandardToolStripMenuItem_Click);
//
// createAShortcutOnTheDesktopToolStripMenuItem
//
this.createAShortcutOnTheDesktopToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.onTheDesktopToolStripMenuItem,
this.inTheStartmenuToolStripMenuItem,
this.forTheUpdaterToolStripMenuItem,
this.removeAllShortcutsToolStripMenuItem});
this.createAShortcutOnTheDesktopToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.createAShortcutOnTheDesktopToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.createAShortcutOnTheDesktopToolStripMenuItem.Name = "createAShortcutOnTheDesktopToolStripMenuItem";
this.createAShortcutOnTheDesktopToolStripMenuItem.Size = new System.Drawing.Size(115, 20);
this.createAShortcutOnTheDesktopToolStripMenuItem.Text = "Create a shortcut";
//
// onTheDesktopToolStripMenuItem
//
this.onTheDesktopToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.onTheDesktopToolStripMenuItem.Name = "onTheDesktopToolStripMenuItem";
this.onTheDesktopToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.onTheDesktopToolStripMenuItem.Text = "On the Desktop";
this.onTheDesktopToolStripMenuItem.Click += new System.EventHandler(this.OnTheDesktopToolStripMenuItem_Click);
//
// inTheStartmenuToolStripMenuItem
//
this.inTheStartmenuToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.inTheStartmenuToolStripMenuItem.Name = "inTheStartmenuToolStripMenuItem";
this.inTheStartmenuToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.inTheStartmenuToolStripMenuItem.Text = "In the Startmenu";
this.inTheStartmenuToolStripMenuItem.Click += new System.EventHandler(this.InTheStartmenuToolStripMenuItem_Click);
//
// forTheUpdaterToolStripMenuItem
//
this.forTheUpdaterToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.onTheDesktopToolStripMenuItem1,
this.inTheStartmenuToolStripMenuItem1});
this.forTheUpdaterToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.forTheUpdaterToolStripMenuItem.Name = "forTheUpdaterToolStripMenuItem";
this.forTheUpdaterToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.forTheUpdaterToolStripMenuItem.Text = "For the Updater";
//
// onTheDesktopToolStripMenuItem1
//
this.onTheDesktopToolStripMenuItem1.Name = "onTheDesktopToolStripMenuItem1";
this.onTheDesktopToolStripMenuItem1.Size = new System.Drawing.Size(162, 22);
this.onTheDesktopToolStripMenuItem1.Text = "On the Desktop";
this.onTheDesktopToolStripMenuItem1.Click += new System.EventHandler(this.OnTheDesktopToolStripMenuItem1_Click);
//
// inTheStartmenuToolStripMenuItem1
//
this.inTheStartmenuToolStripMenuItem1.Name = "inTheStartmenuToolStripMenuItem1";
this.inTheStartmenuToolStripMenuItem1.Size = new System.Drawing.Size(162, 22);
this.inTheStartmenuToolStripMenuItem1.Text = "In the Startmenu";
this.inTheStartmenuToolStripMenuItem1.Click += new System.EventHandler(this.InTheStartmenuToolStripMenuItem1_Click);
//
// removeAllShortcutsToolStripMenuItem
//
this.removeAllShortcutsToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F);
this.removeAllShortcutsToolStripMenuItem.Name = "removeAllShortcutsToolStripMenuItem";
this.removeAllShortcutsToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.removeAllShortcutsToolStripMenuItem.Text = "Remove all shortcuts";
this.removeAllShortcutsToolStripMenuItem.Click += new System.EventHandler(this.RemoveAllShortcutsToolStripMenuItem_Click);
//
// infoToolStripMenuItem
//
this.infoToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
this.infoToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
this.infoToolStripMenuItem.Size = new System.Drawing.Size(86, 20);
this.infoToolStripMenuItem.Text = "Version Info";
this.infoToolStripMenuItem.Click += new System.EventHandler(this.InfoToolStripMenuItem_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(923, 472);
this.Controls.Add(this.label1);
this.Controls.Add(this.button3);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Padding = new System.Windows.Forms.Padding(5);
this.Text = "Portable Libre Office Updater";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem extrasToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem registerLibreOfficeAsStandardToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem removeLibreOfficeAsStandardToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem createAShortcutOnTheDesktopToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem onTheDesktopToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem inTheStartmenuToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem forTheUpdaterToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem removeAllShortcutsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem onTheDesktopToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem inTheStartmenuToolStripMenuItem1;
public static System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
}
}