forked from nefarius/ScpToolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScpForm.Designer.cs
230 lines (223 loc) · 11.6 KB
/
ScpForm.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
namespace ScpDriver
{
partial class ScpForm
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.btnUninstall = new System.Windows.Forms.Button();
this.btnInstall = new System.Windows.Forms.Button();
this.tbOutput = new System.Windows.Forms.TextBox();
this.pbRunning = new System.Windows.Forms.ProgressBar();
this.btnExit = new System.Windows.Forms.Button();
this.cbService = new System.Windows.Forms.CheckBox();
this.cbBluetooth = new System.Windows.Forms.CheckBox();
this.cbForce = new System.Windows.Forms.CheckBox();
this.cbDS3 = new System.Windows.Forms.CheckBox();
this.cbBus = new System.Windows.Forms.CheckBox();
this.cbDs4 = new System.Windows.Forms.CheckBox();
this.toolTips = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// btnUninstall
//
this.btnUninstall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnUninstall.Location = new System.Drawing.Point(581, 376);
this.btnUninstall.Name = "btnUninstall";
this.btnUninstall.Size = new System.Drawing.Size(75, 23);
this.btnUninstall.TabIndex = 3;
this.btnUninstall.Text = "&Uninstall";
this.btnUninstall.UseVisualStyleBackColor = true;
this.btnUninstall.Click += new System.EventHandler(this.btnUninstall_Click);
//
// btnInstall
//
this.btnInstall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnInstall.Location = new System.Drawing.Point(500, 376);
this.btnInstall.Name = "btnInstall";
this.btnInstall.Size = new System.Drawing.Size(75, 23);
this.btnInstall.TabIndex = 2;
this.btnInstall.Text = "&Install";
this.toolTips.SetToolTip(this.btnInstall, "Start installation.");
this.btnInstall.UseVisualStyleBackColor = true;
this.btnInstall.Click += new System.EventHandler(this.btnInstall_Click);
//
// tbOutput
//
this.tbOutput.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.tbOutput.BackColor = System.Drawing.SystemColors.Window;
this.tbOutput.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tbOutput.Location = new System.Drawing.Point(13, 13);
this.tbOutput.Multiline = true;
this.tbOutput.Name = "tbOutput";
this.tbOutput.ReadOnly = true;
this.tbOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbOutput.Size = new System.Drawing.Size(724, 334);
this.tbOutput.TabIndex = 4;
this.tbOutput.TabStop = false;
this.tbOutput.WordWrap = false;
//
// pbRunning
//
this.pbRunning.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pbRunning.Location = new System.Drawing.Point(13, 353);
this.pbRunning.Name = "pbRunning";
this.pbRunning.Size = new System.Drawing.Size(724, 17);
this.pbRunning.TabIndex = 5;
//
// btnExit
//
this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnExit.Location = new System.Drawing.Point(662, 376);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 0;
this.btnExit.Text = "E&xit";
this.toolTips.SetToolTip(this.btnExit, "Abort.");
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// cbService
//
this.cbService.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbService.AutoSize = true;
this.cbService.Checked = true;
this.cbService.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbService.Location = new System.Drawing.Point(102, 380);
this.cbService.Name = "cbService";
this.cbService.Size = new System.Drawing.Size(110, 17);
this.cbService.TabIndex = 6;
this.cbService.Text = "Configure Service";
this.toolTips.SetToolTip(this.cbService, "Installes a Windows Service which automatically keeps drivers up-to-date and auto" +
"-connects controllers.");
this.cbService.UseVisualStyleBackColor = true;
//
// cbBluetooth
//
this.cbBluetooth.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbBluetooth.AutoSize = true;
this.cbBluetooth.Checked = true;
this.cbBluetooth.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbBluetooth.Location = new System.Drawing.Point(218, 380);
this.cbBluetooth.Name = "cbBluetooth";
this.cbBluetooth.Size = new System.Drawing.Size(102, 17);
this.cbBluetooth.TabIndex = 7;
this.cbBluetooth.Text = "Bluetooth Driver";
this.toolTips.SetToolTip(this.cbBluetooth, "Installes the driver on all supported plugged-in Bluetooth dongles.");
this.cbBluetooth.UseVisualStyleBackColor = true;
//
// cbForce
//
this.cbForce.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbForce.AutoSize = true;
this.cbForce.Location = new System.Drawing.Point(13, 380);
this.cbForce.Name = "cbForce";
this.cbForce.Size = new System.Drawing.Size(83, 17);
this.cbForce.TabIndex = 8;
this.cbForce.Text = "Force Install";
this.cbForce.UseVisualStyleBackColor = true;
//
// cbDS3
//
this.cbDS3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbDS3.AutoSize = true;
this.cbDS3.Checked = true;
this.cbDS3.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbDS3.Location = new System.Drawing.Point(326, 380);
this.cbDS3.Name = "cbDS3";
this.cbDS3.Size = new System.Drawing.Size(78, 17);
this.cbDS3.TabIndex = 9;
this.cbDS3.Text = "DS3 Driver";
this.toolTips.SetToolTip(this.cbDS3, "Installs all plugged-in DualShock 3 controllers.");
this.cbDS3.UseVisualStyleBackColor = true;
//
// cbBus
//
this.cbBus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbBus.AutoSize = true;
this.cbBus.Checked = true;
this.cbBus.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbBus.Location = new System.Drawing.Point(102, 449);
this.cbBus.Name = "cbBus";
this.cbBus.Size = new System.Drawing.Size(75, 17);
this.cbBus.TabIndex = 10;
this.cbBus.Text = "Bus Driver";
this.cbBus.UseVisualStyleBackColor = true;
//
// cbDs4
//
this.cbDs4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbDs4.AutoSize = true;
this.cbDs4.Checked = true;
this.cbDs4.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbDs4.Location = new System.Drawing.Point(410, 380);
this.cbDs4.Name = "cbDs4";
this.cbDs4.Size = new System.Drawing.Size(78, 17);
this.cbDs4.TabIndex = 11;
this.cbDs4.Text = "DS4 Driver";
this.toolTips.SetToolTip(this.cbDs4, "Installs all plugged-in DualShock 4 controllers.");
this.cbDs4.UseVisualStyleBackColor = true;
//
// ScpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(749, 411);
this.Controls.Add(this.cbDs4);
this.Controls.Add(this.cbBus);
this.Controls.Add(this.cbDS3);
this.Controls.Add(this.cbForce);
this.Controls.Add(this.cbBluetooth);
this.Controls.Add(this.cbService);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.pbRunning);
this.Controls.Add(this.tbOutput);
this.Controls.Add(this.btnInstall);
this.Controls.Add(this.btnUninstall);
this.MinimumSize = new System.Drawing.Size(765, 450);
this.Name = "ScpForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.Text = "SCP Driver Installer";
this.Load += new System.EventHandler(this.ScpForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnUninstall;
private System.Windows.Forms.Button btnInstall;
private System.Windows.Forms.TextBox tbOutput;
private System.Windows.Forms.ProgressBar pbRunning;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.CheckBox cbService;
private System.Windows.Forms.CheckBox cbBluetooth;
private System.Windows.Forms.CheckBox cbForce;
private System.Windows.Forms.CheckBox cbDS3;
private System.Windows.Forms.CheckBox cbBus;
private System.Windows.Forms.CheckBox cbDs4;
private System.Windows.Forms.ToolTip toolTips;
}
}