-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDownloadUpdateForm.Designer.cs
457 lines (451 loc) · 19.9 KB
/
DownloadUpdateForm.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
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
using Krypton.Toolkit;
namespace Planetoid_DB
{
partial class DownloadUpdateForm
{
/// <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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadUpdateForm));
progressBarDownload = new KryptonProgressBar();
labelStatusValue = new KryptonLabel();
labelDownload = new KryptonLabel();
buttonCancelDownload = new KryptonButton();
buttonDownload = new KryptonButton();
labelSourceValue = new KryptonLabel();
buttonCheckForUpdate = new KryptonButton();
labelDateValue = new KryptonLabel();
labelSizeValue = new KryptonLabel();
toolTip = new ToolTip(components);
labelStatusText = new KryptonLabel();
labelDateText = new KryptonLabel();
labelSourceText = new KryptonLabel();
labelSizeText = new KryptonLabel();
tableLayoutPanel = new KryptonTableLayoutPanel();
panel = new KryptonPanel();
statusStrip = new KryptonStatusStrip();
labelInformation = new ToolStripStatusLabel();
toolStripContainer = new ToolStripContainer();
tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)panel).BeginInit();
panel.SuspendLayout();
statusStrip.SuspendLayout();
toolStripContainer.BottomToolStripPanel.SuspendLayout();
toolStripContainer.ContentPanel.SuspendLayout();
toolStripContainer.SuspendLayout();
SuspendLayout();
//
// progressBarDownload
//
progressBarDownload.AccessibleDescription = "Shows the progress of the download";
progressBarDownload.AccessibleName = "Progress of the download";
progressBarDownload.AccessibleRole = AccessibleRole.ProgressBar;
progressBarDownload.Location = new Point(12, 121);
progressBarDownload.Name = "progressBarDownload";
progressBarDownload.Size = new Size(408, 18);
progressBarDownload.TabIndex = 1;
toolTip.SetToolTip(progressBarDownload, "Shows the progress of the download");
progressBarDownload.MouseEnter += SetStatusbar_Enter;
progressBarDownload.MouseLeave += ClearStatusbar_Leave;
//
// labelStatusValue
//
labelStatusValue.AccessibleDescription = "Shows the status of the download";
labelStatusValue.AccessibleName = "Status of the download";
labelStatusValue.AccessibleRole = AccessibleRole.Text;
labelStatusValue.Dock = DockStyle.Fill;
labelStatusValue.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
labelStatusValue.Location = new Point(59, 3);
labelStatusValue.Name = "labelStatusValue";
labelStatusValue.Size = new Size(411, 20);
labelStatusValue.TabIndex = 1;
toolTip.SetToolTip(labelStatusValue, "Shows the status of the download");
labelStatusValue.Values.Text = "...";
labelStatusValue.DoubleClick += CopyToClipboard_DoubleClick;
labelStatusValue.Enter += SetStatusbar_Enter;
labelStatusValue.Leave += ClearStatusbar_Leave;
labelStatusValue.MouseEnter += SetStatusbar_Enter;
labelStatusValue.MouseLeave += ClearStatusbar_Leave;
//
// labelDownload
//
labelDownload.AccessibleDescription = "Shows the percent of the downloaded bytes";
labelDownload.AccessibleName = "Download in percent";
labelDownload.AccessibleRole = AccessibleRole.Text;
labelDownload.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
labelDownload.Location = new Point(426, 124);
labelDownload.Name = "labelDownload";
labelDownload.Size = new Size(41, 20);
labelDownload.TabIndex = 2;
toolTip.SetToolTip(labelDownload, "Shows the percent of the downloaded bytes");
labelDownload.Values.Text = "xxx %";
labelDownload.DoubleClick += CopyToClipboard_DoubleClick;
labelDownload.Enter += SetStatusbar_Enter;
labelDownload.Leave += ClearStatusbar_Leave;
labelDownload.MouseEnter += SetStatusbar_Enter;
labelDownload.MouseLeave += ClearStatusbar_Leave;
//
// buttonCancelDownload
//
buttonCancelDownload.AccessibleDescription = "Cancels the download";
buttonCancelDownload.AccessibleName = "Cancel download";
buttonCancelDownload.AccessibleRole = AccessibleRole.PushButton;
buttonCancelDownload.CornerRoundingRadius = -1F;
buttonCancelDownload.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
buttonCancelDownload.Location = new Point(333, 155);
buttonCancelDownload.Name = "buttonCancelDownload";
buttonCancelDownload.Size = new Size(128, 36);
buttonCancelDownload.TabIndex = 5;
toolTip.SetToolTip(buttonCancelDownload, "Cancel download");
buttonCancelDownload.Values.Image = Properties.Resources.silk_cancel;
buttonCancelDownload.Values.Text = "&Cancel download";
buttonCancelDownload.Click += ButtonCancelDownload_Click;
buttonCancelDownload.Enter += SetStatusbar_Enter;
buttonCancelDownload.Leave += ClearStatusbar_Leave;
buttonCancelDownload.MouseEnter += SetStatusbar_Enter;
buttonCancelDownload.MouseLeave += ClearStatusbar_Leave;
//
// buttonDownload
//
buttonDownload.AccessibleDescription = "Downloads the database";
buttonDownload.AccessibleName = "Download MPCORB.DAT";
buttonDownload.AccessibleRole = AccessibleRole.PushButton;
buttonDownload.CornerRoundingRadius = -1F;
buttonDownload.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
buttonDownload.Location = new Point(150, 155);
buttonDownload.Name = "buttonDownload";
buttonDownload.Size = new Size(177, 36);
buttonDownload.TabIndex = 4;
toolTip.SetToolTip(buttonDownload, "Download MPCORB.DAT");
buttonDownload.Values.Image = Properties.Resources.silk_package_go;
buttonDownload.Values.Text = "&Download MPCORB.DAT";
buttonDownload.Click += ButtonDownload_Click;
buttonDownload.Enter += SetStatusbar_Enter;
buttonDownload.Leave += ClearStatusbar_Leave;
buttonDownload.MouseEnter += SetStatusbar_Enter;
buttonDownload.MouseLeave += ClearStatusbar_Leave;
//
// labelSourceValue
//
labelSourceValue.AccessibleDescription = "Shows the download source";
labelSourceValue.AccessibleName = "Source of the download";
labelSourceValue.AccessibleRole = AccessibleRole.Text;
labelSourceValue.Dock = DockStyle.Fill;
labelSourceValue.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
labelSourceValue.Location = new Point(59, 55);
labelSourceValue.Name = "labelSourceValue";
labelSourceValue.Size = new Size(411, 20);
labelSourceValue.TabIndex = 5;
toolTip.SetToolTip(labelSourceValue, "Shows the download source");
labelSourceValue.Values.Text = "...";
labelSourceValue.DoubleClick += CopyToClipboard_DoubleClick;
labelSourceValue.Enter += SetStatusbar_Enter;
labelSourceValue.Leave += ClearStatusbar_Leave;
labelSourceValue.MouseEnter += SetStatusbar_Enter;
labelSourceValue.MouseLeave += ClearStatusbar_Leave;
//
// buttonCheckForUpdate
//
buttonCheckForUpdate.AccessibleDescription = "Checks updates of the database";
buttonCheckForUpdate.AccessibleName = "Check updates";
buttonCheckForUpdate.AccessibleRole = AccessibleRole.PushButton;
buttonCheckForUpdate.CornerRoundingRadius = -1F;
buttonCheckForUpdate.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
buttonCheckForUpdate.Location = new Point(12, 155);
buttonCheckForUpdate.Name = "buttonCheckForUpdate";
buttonCheckForUpdate.Size = new Size(132, 36);
buttonCheckForUpdate.TabIndex = 3;
toolTip.SetToolTip(buttonCheckForUpdate, "Check updates");
buttonCheckForUpdate.Values.Image = Properties.Resources.silk_lightning;
buttonCheckForUpdate.Values.Text = "C&heck for update";
buttonCheckForUpdate.Click += ButtonCheckForUpdate_Click;
buttonCheckForUpdate.Enter += SetStatusbar_Enter;
buttonCheckForUpdate.Leave += ClearStatusbar_Leave;
buttonCheckForUpdate.MouseEnter += SetStatusbar_Enter;
buttonCheckForUpdate.MouseLeave += ClearStatusbar_Leave;
//
// labelDateValue
//
labelDateValue.AccessibleDescription = "Shows the last modified date of the download file";
labelDateValue.AccessibleName = "Date of the download file";
labelDateValue.AccessibleRole = AccessibleRole.Text;
labelDateValue.Dock = DockStyle.Fill;
labelDateValue.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
labelDateValue.Location = new Point(59, 29);
labelDateValue.Name = "labelDateValue";
labelDateValue.Size = new Size(411, 20);
labelDateValue.TabIndex = 3;
toolTip.SetToolTip(labelDateValue, "Shows the last modified date of the download");
labelDateValue.Values.Text = "...";
labelDateValue.DoubleClick += CopyToClipboard_DoubleClick;
labelDateValue.Enter += SetStatusbar_Enter;
labelDateValue.Leave += ClearStatusbar_Leave;
labelDateValue.MouseEnter += SetStatusbar_Enter;
labelDateValue.MouseLeave += ClearStatusbar_Leave;
//
// labelSizeValue
//
labelSizeValue.AccessibleDescription = "Shows the file size of the download";
labelSizeValue.AccessibleName = "Size of the dowload file";
labelSizeValue.AccessibleRole = AccessibleRole.Text;
labelSizeValue.Dock = DockStyle.Fill;
labelSizeValue.Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
labelSizeValue.Location = new Point(59, 81);
labelSizeValue.Name = "labelSizeValue";
labelSizeValue.Size = new Size(411, 22);
labelSizeValue.TabIndex = 7;
toolTip.SetToolTip(labelSizeValue, "Shows the file size of the download");
labelSizeValue.Values.Text = "...";
labelSizeValue.DoubleClick += CopyToClipboard_DoubleClick;
labelSizeValue.Enter += SetStatusbar_Enter;
labelSizeValue.Leave += ClearStatusbar_Leave;
labelSizeValue.MouseEnter += SetStatusbar_Enter;
labelSizeValue.MouseLeave += ClearStatusbar_Leave;
//
// labelStatusText
//
labelStatusText.AccessibleDescription = "Status of the download";
labelStatusText.AccessibleName = "Status";
labelStatusText.AccessibleRole = AccessibleRole.Text;
labelStatusText.Dock = DockStyle.Fill;
labelStatusText.Location = new Point(3, 3);
labelStatusText.Name = "labelStatusText";
labelStatusText.Size = new Size(50, 20);
labelStatusText.TabIndex = 0;
toolTip.SetToolTip(labelStatusText, "Status");
labelStatusText.Values.Text = "Status:";
labelStatusText.DoubleClick += CopyToClipboard_DoubleClick;
labelStatusText.Enter += SetStatusbar_Enter;
labelStatusText.Leave += ClearStatusbar_Leave;
labelStatusText.MouseEnter += SetStatusbar_Enter;
labelStatusText.MouseLeave += ClearStatusbar_Leave;
//
// labelDateText
//
labelDateText.AccessibleDescription = "Date of the download file";
labelDateText.AccessibleName = "Date";
labelDateText.AccessibleRole = AccessibleRole.Text;
labelDateText.Dock = DockStyle.Fill;
labelDateText.Location = new Point(3, 29);
labelDateText.Name = "labelDateText";
labelDateText.Size = new Size(50, 20);
labelDateText.TabIndex = 2;
toolTip.SetToolTip(labelDateText, "Date");
labelDateText.Values.Text = "Date:";
labelDateText.DoubleClick += CopyToClipboard_DoubleClick;
labelDateText.Enter += SetStatusbar_Enter;
labelDateText.Leave += ClearStatusbar_Leave;
labelDateText.MouseEnter += SetStatusbar_Enter;
labelDateText.MouseLeave += ClearStatusbar_Leave;
//
// labelSourceText
//
labelSourceText.AccessibleDescription = "Shows the download source";
labelSourceText.AccessibleName = "Source";
labelSourceText.AccessibleRole = AccessibleRole.Text;
labelSourceText.Dock = DockStyle.Fill;
labelSourceText.Location = new Point(3, 55);
labelSourceText.Name = "labelSourceText";
labelSourceText.Size = new Size(50, 20);
labelSourceText.TabIndex = 4;
toolTip.SetToolTip(labelSourceText, "Source");
labelSourceText.Values.Text = "Source:";
labelSourceText.DoubleClick += CopyToClipboard_DoubleClick;
labelSourceText.Enter += SetStatusbar_Enter;
labelSourceText.Leave += ClearStatusbar_Leave;
labelSourceText.MouseEnter += SetStatusbar_Enter;
labelSourceText.MouseLeave += ClearStatusbar_Leave;
//
// labelSizeText
//
labelSizeText.AccessibleDescription = "Shows the file size of the download";
labelSizeText.AccessibleName = "Size";
labelSizeText.AccessibleRole = AccessibleRole.Text;
labelSizeText.Dock = DockStyle.Fill;
labelSizeText.Location = new Point(3, 81);
labelSizeText.Name = "labelSizeText";
labelSizeText.Size = new Size(50, 22);
labelSizeText.TabIndex = 6;
toolTip.SetToolTip(labelSizeText, "Size");
labelSizeText.Values.Text = "Size:";
labelSizeText.DoubleClick += CopyToClipboard_DoubleClick;
labelSizeText.Enter += SetStatusbar_Enter;
labelSizeText.Leave += ClearStatusbar_Leave;
labelSizeText.MouseEnter += SetStatusbar_Enter;
labelSizeText.MouseLeave += ClearStatusbar_Leave;
//
// tableLayoutPanel
//
tableLayoutPanel.AccessibleDescription = "Groups the data";
tableLayoutPanel.AccessibleName = "Information";
tableLayoutPanel.AccessibleRole = AccessibleRole.Pane;
tableLayoutPanel.BackgroundImage = (Image)resources.GetObject("tableLayoutPanel.BackgroundImage");
tableLayoutPanel.BackgroundImageLayout = ImageLayout.None;
tableLayoutPanel.ColumnCount = 2;
tableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel.ColumnStyles.Add(new ColumnStyle());
tableLayoutPanel.Controls.Add(labelStatusText, 0, 0);
tableLayoutPanel.Controls.Add(labelSizeValue, 1, 3);
tableLayoutPanel.Controls.Add(labelSizeText, 0, 3);
tableLayoutPanel.Controls.Add(labelDateValue, 1, 1);
tableLayoutPanel.Controls.Add(labelSourceValue, 1, 2);
tableLayoutPanel.Controls.Add(labelDateText, 0, 1);
tableLayoutPanel.Controls.Add(labelSourceText, 0, 2);
tableLayoutPanel.Controls.Add(labelStatusValue, 1, 0);
tableLayoutPanel.Dock = DockStyle.Top;
tableLayoutPanel.Location = new Point(0, 0);
tableLayoutPanel.Name = "tableLayoutPanel";
tableLayoutPanel.RowCount = 4;
tableLayoutPanel.RowStyles.Add(new RowStyle());
tableLayoutPanel.RowStyles.Add(new RowStyle());
tableLayoutPanel.RowStyles.Add(new RowStyle());
tableLayoutPanel.RowStyles.Add(new RowStyle());
tableLayoutPanel.Size = new Size(473, 106);
tableLayoutPanel.TabIndex = 0;
toolTip.SetToolTip(tableLayoutPanel, "Groups the data");
//
// panel
//
panel.AccessibleDescription = "Groups the data";
panel.AccessibleName = "pane";
panel.AccessibleRole = AccessibleRole.Pane;
panel.Controls.Add(tableLayoutPanel);
panel.Controls.Add(progressBarDownload);
panel.Controls.Add(labelDownload);
panel.Controls.Add(buttonCheckForUpdate);
panel.Controls.Add(buttonCancelDownload);
panel.Controls.Add(buttonDownload);
panel.Dock = DockStyle.Fill;
panel.Location = new Point(0, 0);
panel.Name = "panel";
panel.PanelBackStyle = PaletteBackStyle.FormMain;
panel.Size = new Size(473, 194);
panel.TabIndex = 0;
panel.TabStop = true;
//
// statusStrip
//
statusStrip.AccessibleDescription = "Showss some information";
statusStrip.AccessibleName = "Status bar of some information";
statusStrip.AccessibleRole = AccessibleRole.StatusBar;
statusStrip.Dock = DockStyle.None;
statusStrip.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
statusStrip.Items.AddRange(new ToolStripItem[] { labelInformation });
statusStrip.Location = new Point(0, 0);
statusStrip.Name = "statusStrip";
statusStrip.ProgressBars = null;
statusStrip.RenderMode = ToolStripRenderMode.ManagerRenderMode;
statusStrip.Size = new Size(473, 22);
statusStrip.SizingGrip = false;
statusStrip.TabIndex = 6;
statusStrip.Text = "status bar";
//
// labelInformation
//
labelInformation.AccessibleDescription = "Shows some information";
labelInformation.AccessibleName = "Shows some information";
labelInformation.AccessibleRole = AccessibleRole.StaticText;
labelInformation.AutoToolTip = true;
labelInformation.Image = Properties.Resources.silk_lightbulb;
labelInformation.Margin = new Padding(5, 3, 0, 2);
labelInformation.Name = "labelInformation";
labelInformation.Size = new Size(144, 17);
labelInformation.Text = "some information here";
labelInformation.ToolTipText = "Shows some information";
//
// toolStripContainer
//
//
// toolStripContainer.BottomToolStripPanel
//
toolStripContainer.BottomToolStripPanel.Controls.Add(statusStrip);
//
// toolStripContainer.ContentPanel
//
toolStripContainer.ContentPanel.Controls.Add(panel);
toolStripContainer.ContentPanel.Size = new Size(473, 194);
toolStripContainer.Dock = DockStyle.Fill;
toolStripContainer.Location = new Point(0, 0);
toolStripContainer.Name = "toolStripContainer";
toolStripContainer.Size = new Size(473, 216);
toolStripContainer.TabIndex = 1;
//
// DownloadUpdateForm
//
AccessibleDescription = "Downloads the MPCORB.DAT";
AccessibleName = "Download MPCORB.DAT";
AccessibleRole = AccessibleRole.Dialog;
AutoScaleDimensions = new SizeF(6F, 13F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(473, 216);
Controls.Add(toolStripContainer);
Font = new Font("Segoe UI", 8.5F, FontStyle.Regular, GraphicsUnit.Point);
FormBorderStyle = FormBorderStyle.FixedToolWindow;
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false;
MinimizeBox = false;
Name = "DownloadUpdateForm";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterParent;
Text = "Download MPCORB.DAT";
toolTip.SetToolTip(this, "Download MPCORB.DAT");
FormClosing += DownloadUpdateForm_FormClosing;
FormClosed += DownloadUpdateForm_FormClosed;
Load += DownloadUpdateForm_Load;
tableLayoutPanel.ResumeLayout(false);
tableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)panel).EndInit();
panel.ResumeLayout(false);
panel.PerformLayout();
statusStrip.ResumeLayout(false);
statusStrip.PerformLayout();
toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
toolStripContainer.BottomToolStripPanel.PerformLayout();
toolStripContainer.ContentPanel.ResumeLayout(false);
toolStripContainer.ResumeLayout(false);
toolStripContainer.PerformLayout();
ResumeLayout(false);
}
#endregion
private KryptonButton buttonDownload;
private KryptonLabel labelStatusValue;
private KryptonLabel labelDownload;
private KryptonButton buttonCancelDownload;
private KryptonLabel labelSourceValue;
private KryptonButton buttonCheckForUpdate;
private KryptonLabel labelDateValue;
private KryptonLabel labelSizeValue;
private ToolTip toolTip;
private KryptonLabel labelStatusText;
private KryptonLabel labelDateText;
private KryptonLabel labelSourceText;
private KryptonLabel labelSizeText;
private KryptonTableLayoutPanel tableLayoutPanel;
private KryptonPanel panel;
private KryptonStatusStrip statusStrip;
private ToolStripStatusLabel labelInformation;
private KryptonProgressBar progressBarDownload;
private ToolStripContainer toolStripContainer;
}
}