-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
315 lines (308 loc) · 14.8 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
namespace ChangeIP
{
partial class MainForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.BoxSaveAdapter = new System.Windows.Forms.CheckBox();
this.AdaptersComboBox = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.BtnSiemensComar = new System.Windows.Forms.Button();
this.BtnDHCP = new System.Windows.Forms.Button();
this.BtnSiemens = new System.Windows.Forms.Button();
this.BtnLenzeFirst = new System.Windows.Forms.Button();
this.BtnLenze = new System.Windows.Forms.Button();
this.BtnMitsubishi = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.TxtCustomIP = new System.Windows.Forms.TextBox();
this.BtnCustomIP = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.LblConfigType = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.LblIpAddress = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.LblAbout = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.BoxSaveAdapter);
this.groupBox1.Controls.Add(this.AdaptersComboBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(281, 80);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Adattatore di rete";
//
// BoxSaveAdapter
//
this.BoxSaveAdapter.AutoSize = true;
this.BoxSaveAdapter.Location = new System.Drawing.Point(7, 53);
this.BoxSaveAdapter.Name = "BoxSaveAdapter";
this.BoxSaveAdapter.Size = new System.Drawing.Size(159, 19);
this.BoxSaveAdapter.TabIndex = 1;
this.BoxSaveAdapter.Text = "Ricorda adattatore di rete";
this.BoxSaveAdapter.UseVisualStyleBackColor = true;
//
// AdaptersComboBox
//
this.AdaptersComboBox.FormattingEnabled = true;
this.AdaptersComboBox.Location = new System.Drawing.Point(7, 23);
this.AdaptersComboBox.Name = "AdaptersComboBox";
this.AdaptersComboBox.Size = new System.Drawing.Size(264, 23);
this.AdaptersComboBox.TabIndex = 0;
this.AdaptersComboBox.SelectedIndexChanged += new System.EventHandler(this.AdaptersComboBox_SelectedIndexChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.BtnSiemensComar);
this.groupBox2.Controls.Add(this.BtnDHCP);
this.groupBox2.Controls.Add(this.BtnSiemens);
this.groupBox2.Controls.Add(this.BtnLenzeFirst);
this.groupBox2.Controls.Add(this.BtnLenze);
this.groupBox2.Controls.Add(this.BtnMitsubishi);
this.groupBox2.Location = new System.Drawing.Point(12, 93);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(281, 85);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Configurazione di rete";
//
// BtnSiemensComar
//
this.BtnSiemensComar.Location = new System.Drawing.Point(169, 51);
this.BtnSiemensComar.Name = "BtnSiemensComar";
this.BtnSiemensComar.Size = new System.Drawing.Size(102, 23);
this.BtnSiemensComar.TabIndex = 5;
this.BtnSiemensComar.Text = "Siemens Comar";
this.BtnSiemensComar.UseVisualStyleBackColor = true;
this.BtnSiemensComar.Click += new System.EventHandler(this.BtnSiemensComar_Click);
//
// BtnDHCP
//
this.BtnDHCP.Location = new System.Drawing.Point(7, 51);
this.BtnDHCP.Name = "BtnDHCP";
this.BtnDHCP.Size = new System.Drawing.Size(75, 23);
this.BtnDHCP.TabIndex = 4;
this.BtnDHCP.Text = "DHCP";
this.BtnDHCP.UseVisualStyleBackColor = true;
this.BtnDHCP.Click += new System.EventHandler(this.BtnDHCP_Click);
//
// BtnSiemens
//
this.BtnSiemens.Location = new System.Drawing.Point(88, 51);
this.BtnSiemens.Name = "BtnSiemens";
this.BtnSiemens.Size = new System.Drawing.Size(75, 23);
this.BtnSiemens.TabIndex = 3;
this.BtnSiemens.Text = "Siemens";
this.BtnSiemens.UseVisualStyleBackColor = true;
this.BtnSiemens.Click += new System.EventHandler(this.BtnLenzeSiemens_Click);
//
// BtnLenzeFirst
//
this.BtnLenzeFirst.Location = new System.Drawing.Point(169, 22);
this.BtnLenzeFirst.Name = "BtnLenzeFirst";
this.BtnLenzeFirst.Size = new System.Drawing.Size(102, 23);
this.BtnLenzeFirst.TabIndex = 2;
this.BtnLenzeFirst.Text = "Lenze 1° avvio";
this.BtnLenzeFirst.UseVisualStyleBackColor = true;
this.BtnLenzeFirst.Click += new System.EventHandler(this.BtnLenzeFirst_Click);
//
// BtnLenze
//
this.BtnLenze.Location = new System.Drawing.Point(88, 22);
this.BtnLenze.Name = "BtnLenze";
this.BtnLenze.Size = new System.Drawing.Size(75, 23);
this.BtnLenze.TabIndex = 1;
this.BtnLenze.Text = "Lenze";
this.BtnLenze.UseVisualStyleBackColor = true;
this.BtnLenze.Click += new System.EventHandler(this.BtnLenzeSiemens_Click);
//
// BtnMitsubishi
//
this.BtnMitsubishi.Location = new System.Drawing.Point(7, 23);
this.BtnMitsubishi.Name = "BtnMitsubishi";
this.BtnMitsubishi.Size = new System.Drawing.Size(75, 23);
this.BtnMitsubishi.TabIndex = 0;
this.BtnMitsubishi.Text = "Mitsubishi";
this.BtnMitsubishi.UseVisualStyleBackColor = true;
this.BtnMitsubishi.Click += new System.EventHandler(this.BtnMitsubishi_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.TxtCustomIP);
this.groupBox3.Controls.Add(this.BtnCustomIP);
this.groupBox3.Location = new System.Drawing.Point(12, 185);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(281, 53);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Configurazione custom";
//
// TxtCustomIP
//
this.TxtCustomIP.Location = new System.Drawing.Point(7, 21);
this.TxtCustomIP.Name = "TxtCustomIP";
this.TxtCustomIP.Size = new System.Drawing.Size(156, 23);
this.TxtCustomIP.TabIndex = 6;
//
// BtnCustomIP
//
this.BtnCustomIP.Location = new System.Drawing.Point(169, 21);
this.BtnCustomIP.Name = "BtnCustomIP";
this.BtnCustomIP.Size = new System.Drawing.Size(102, 23);
this.BtnCustomIP.TabIndex = 5;
this.BtnCustomIP.Text = "Applica";
this.BtnCustomIP.UseVisualStyleBackColor = true;
this.BtnCustomIP.Click += new System.EventHandler(this.BtnCustomIP_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.LblConfigType);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Controls.Add(this.LblIpAddress);
this.groupBox4.Controls.Add(this.label1);
this.groupBox4.Location = new System.Drawing.Point(299, 13);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(152, 126);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Configurazione attuale";
//
// LblConfigType
//
this.LblConfigType.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.LblConfigType.Location = new System.Drawing.Point(6, 88);
this.LblConfigType.Name = "LblConfigType";
this.LblConfigType.Size = new System.Drawing.Size(140, 23);
this.LblConfigType.TabIndex = 3;
this.LblConfigType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Location = new System.Drawing.Point(6, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(142, 23);
this.label3.TabIndex = 2;
this.label3.Text = "Configurazione";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LblIpAddress
//
this.LblIpAddress.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
this.LblIpAddress.Location = new System.Drawing.Point(6, 42);
this.LblIpAddress.Name = "LblIpAddress";
this.LblIpAddress.Size = new System.Drawing.Size(140, 23);
this.LblIpAddress.TabIndex = 1;
this.LblIpAddress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(140, 23);
this.label1.TabIndex = 0;
this.label1.Text = "Indirizzo IP";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.LblAbout);
this.groupBox5.Location = new System.Drawing.Point(299, 146);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(152, 92);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "About";
//
// LblAbout
//
this.LblAbout.Cursor = System.Windows.Forms.Cursors.Hand;
this.LblAbout.ForeColor = System.Drawing.SystemColors.GrayText;
this.LblAbout.Location = new System.Drawing.Point(7, 19);
this.LblAbout.Name = "LblAbout";
this.LblAbout.Size = new System.Drawing.Size(139, 64);
this.LblAbout.TabIndex = 0;
this.LblAbout.Text = "© Ivan Mazzoli\r\n2020 - 2021\r\nSource on GitHub.com";
this.LblAbout.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.LblAbout.Click += new System.EventHandler(this.LblAbout_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(460, 246);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "MainForm";
this.Text = "ChangeIP";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox BoxSaveAdapter;
private System.Windows.Forms.ComboBox AdaptersComboBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button BtnSiemens;
private System.Windows.Forms.Button BtnLenzeFirst;
private System.Windows.Forms.Button BtnLenze;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button BtnDHCP;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button BtnCustomIP;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label LblConfigType;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label LblIpAddress;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label LblAbout;
private System.Windows.Forms.Button BtnMitsubishi;
private System.Windows.Forms.TextBox TxtCustomIP;
private System.Windows.Forms.Button BtnSiemensComar;
}
}