-
Notifications
You must be signed in to change notification settings - Fork 1
/
InstallerForm.Designer.cs
141 lines (134 loc) · 6.97 KB
/
InstallerForm.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
namespace Updater
{
partial class Installer
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Installer));
this.label = new System.Windows.Forms.Label();
this.btn_yes = new System.Windows.Forms.Button();
this.prog_DownloadBar = new System.Windows.Forms.ProgressBar();
this.btn_no = new System.Windows.Forms.Button();
this.label_changelog = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label
//
this.label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label.AutoSize = true;
this.label.BackColor = System.Drawing.Color.Transparent;
this.label.ForeColor = System.Drawing.Color.White;
this.label.Location = new System.Drawing.Point(130, 9);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(0, 13);
this.label.TabIndex = 0;
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_yes
//
this.btn_yes.BackColor = System.Drawing.Color.Transparent;
this.btn_yes.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.btn_yes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_yes.ForeColor = System.Drawing.Color.White;
this.btn_yes.Location = new System.Drawing.Point(31, 39);
this.btn_yes.Name = "btn_yes";
this.btn_yes.Size = new System.Drawing.Size(100, 23);
this.btn_yes.TabIndex = 1;
this.btn_yes.Text = "Yes";
this.btn_yes.UseVisualStyleBackColor = false;
this.btn_yes.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btn_yes_MouseClick);
//
// prog_DownloadBar
//
this.prog_DownloadBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.prog_DownloadBar.ForeColor = System.Drawing.Color.Black;
this.prog_DownloadBar.Location = new System.Drawing.Point(31, 39);
this.prog_DownloadBar.Name = "prog_DownloadBar";
this.prog_DownloadBar.Size = new System.Drawing.Size(207, 23);
this.prog_DownloadBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.prog_DownloadBar.TabIndex = 2;
this.prog_DownloadBar.Visible = false;
//
// btn_no
//
this.btn_no.BackColor = System.Drawing.Color.Transparent;
this.btn_no.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.btn_no.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_no.ForeColor = System.Drawing.Color.White;
this.btn_no.Location = new System.Drawing.Point(137, 39);
this.btn_no.Name = "btn_no";
this.btn_no.Size = new System.Drawing.Size(100, 23);
this.btn_no.TabIndex = 3;
this.btn_no.Text = "No";
this.btn_no.UseVisualStyleBackColor = false;
this.btn_no.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btn_no_MouseClick);
//
// label_changelog
//
this.label_changelog.AutoSize = true;
this.label_changelog.BackColor = System.Drawing.Color.Transparent;
this.label_changelog.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label_changelog.ForeColor = System.Drawing.Color.Yellow;
this.label_changelog.Location = new System.Drawing.Point(217, 65);
this.label_changelog.Name = "label_changelog";
this.label_changelog.Size = new System.Drawing.Size(49, 12);
this.label_changelog.TabIndex = 5;
this.label_changelog.Text = "Changelog";
this.label_changelog.Click += new System.EventHandler(this.label_changelog_Click);
//
// Installer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImage = global::Installer.Properties.Resources.updaterBack1;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(267, 80);
this.Controls.Add(this.label_changelog);
this.Controls.Add(this.btn_no);
this.Controls.Add(this.label);
this.Controls.Add(this.btn_yes);
this.Controls.Add(this.prog_DownloadBar);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(283, 119);
this.MinimumSize = new System.Drawing.Size(283, 107);
this.Name = "Installer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Nucleus Installer";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Updater_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label;
private System.Windows.Forms.Button btn_yes;
private System.Windows.Forms.ProgressBar prog_DownloadBar;
private System.Windows.Forms.Button btn_no;
private System.Windows.Forms.Label label_changelog;
}
}