-
Notifications
You must be signed in to change notification settings - Fork 5
/
BedLeveler.Designer.cs
586 lines (579 loc) · 26.7 KB
/
BedLeveler.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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
using System;
namespace BedLeveler
{
partial class BedLeveler
{
/// <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.Windows.Forms.Label measureEveryUnits;
System.Windows.Forms.TabPage tabPrinter;
System.Windows.Forms.Label rightLabel;
System.Windows.Forms.Label bottomLabel;
System.Windows.Forms.Label leftLabel;
System.Windows.Forms.Label topLabel;
System.Windows.Forms.Label widthLabel;
System.Windows.Forms.TabPage tabColors;
System.Windows.Forms.Label autoColorLabel;
System.Windows.Forms.Label maxZUnits;
System.Windows.Forms.Label maxZLabel;
System.Windows.Forms.Label minZUnits;
System.Windows.Forms.Label minZLabel;
System.Windows.Forms.TabControl tabs;
this.bottomText = new System.Windows.Forms.TextBox();
this.rightText = new System.Windows.Forms.TextBox();
this.autolevelCheckBox = new System.Windows.Forms.CheckBox();
this.autolevelLabel = new System.Windows.Forms.Label();
this.topText = new System.Windows.Forms.TextBox();
this.leftText = new System.Windows.Forms.TextBox();
this.maxZText = new System.Windows.Forms.TextBox();
this.minZText = new System.Windows.Forms.TextBox();
this.tabDetection = new System.Windows.Forms.TabPage();
this.checkCustom = new System.Windows.Forms.CheckBox();
this.checkMarlin2 = new System.Windows.Forms.CheckBox();
this.checkMarlin1 = new System.Windows.Forms.CheckBox();
this.textCustom = new System.Windows.Forms.RichTextBox();
this.portText = new System.Windows.Forms.TextBox();
this.connectButton = new System.Windows.Forms.Button();
this.outputText = new System.Windows.Forms.TextBox();
this.disconnectButton = new System.Windows.Forms.Button();
this.bedPicture = new System.Windows.Forms.PictureBox();
this.measureEveryText = new System.Windows.Forms.TextBox();
this.measureEveryButton = new System.Windows.Forms.Button();
this.setZ5Button = new System.Windows.Forms.Button();
this.measureCornersButton = new System.Windows.Forms.Button();
this.recenterButton = new System.Windows.Forms.Button();
this.commandBox = new System.Windows.Forms.TextBox();
this.sendCommandButton = new System.Windows.Forms.Button();
this.settingsButton = new System.Windows.Forms.Button();
measureEveryUnits = new System.Windows.Forms.Label();
tabPrinter = new System.Windows.Forms.TabPage();
rightLabel = new System.Windows.Forms.Label();
bottomLabel = new System.Windows.Forms.Label();
leftLabel = new System.Windows.Forms.Label();
topLabel = new System.Windows.Forms.Label();
widthLabel = new System.Windows.Forms.Label();
tabColors = new System.Windows.Forms.TabPage();
autoColorLabel = new System.Windows.Forms.Label();
maxZUnits = new System.Windows.Forms.Label();
maxZLabel = new System.Windows.Forms.Label();
minZUnits = new System.Windows.Forms.Label();
minZLabel = new System.Windows.Forms.Label();
tabs = new System.Windows.Forms.TabControl();
tabPrinter.SuspendLayout();
tabColors.SuspendLayout();
tabs.SuspendLayout();
this.tabDetection.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bedPicture)).BeginInit();
this.SuspendLayout();
//
// measureEveryUnits
//
measureEveryUnits.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
measureEveryUnits.AutoSize = true;
measureEveryUnits.Location = new System.Drawing.Point(251, 770);
measureEveryUnits.Name = "measureEveryUnits";
measureEveryUnits.Size = new System.Drawing.Size(23, 13);
measureEveryUnits.TabIndex = 13;
measureEveryUnits.Text = "mm";
//
// tabPrinter
//
tabPrinter.Controls.Add(rightLabel);
tabPrinter.Controls.Add(this.bottomText);
tabPrinter.Controls.Add(bottomLabel);
tabPrinter.Controls.Add(this.rightText);
tabPrinter.Controls.Add(leftLabel);
tabPrinter.Controls.Add(this.autolevelCheckBox);
tabPrinter.Controls.Add(this.autolevelLabel);
tabPrinter.Controls.Add(this.topText);
tabPrinter.Controls.Add(topLabel);
tabPrinter.Controls.Add(this.leftText);
tabPrinter.Controls.Add(widthLabel);
tabPrinter.Location = new System.Drawing.Point(4, 22);
tabPrinter.Name = "tabPrinter";
tabPrinter.Padding = new System.Windows.Forms.Padding(3);
tabPrinter.Size = new System.Drawing.Size(257, 141);
tabPrinter.TabIndex = 0;
tabPrinter.Text = "Printer Settings";
tabPrinter.UseVisualStyleBackColor = true;
//
// rightLabel
//
rightLabel.AutoSize = true;
rightLabel.Location = new System.Drawing.Point(93, 37);
rightLabel.Name = "rightLabel";
rightLabel.Size = new System.Drawing.Size(13, 13);
rightLabel.TabIndex = 3;
rightLabel.Text = "..";
//
// bottomText
//
this.bottomText.Location = new System.Drawing.Point(111, 61);
this.bottomText.Name = "bottomText";
this.bottomText.Size = new System.Drawing.Size(38, 20);
this.bottomText.TabIndex = 8;
this.bottomText.Text = "150";
this.bottomText.TextChanged += new System.EventHandler(this.RedrawBedImage);
//
// bottomLabel
//
bottomLabel.AutoSize = true;
bottomLabel.Location = new System.Drawing.Point(93, 63);
bottomLabel.Name = "bottomLabel";
bottomLabel.Size = new System.Drawing.Size(13, 13);
bottomLabel.TabIndex = 7;
bottomLabel.Text = "..";
//
// rightText
//
this.rightText.Location = new System.Drawing.Point(111, 35);
this.rightText.Name = "rightText";
this.rightText.Size = new System.Drawing.Size(38, 20);
this.rightText.TabIndex = 4;
this.rightText.Text = "150";
this.rightText.TextChanged += new System.EventHandler(this.RedrawBedImage);
//
// leftLabel
//
leftLabel.AutoSize = true;
leftLabel.Location = new System.Drawing.Point(6, 37);
leftLabel.Name = "leftLabel";
leftLabel.Size = new System.Drawing.Size(39, 13);
leftLabel.TabIndex = 1;
leftLabel.Text = "X Axis:";
//
// autolevelCheckBox
//
this.autolevelCheckBox.AutoSize = true;
this.autolevelCheckBox.Location = new System.Drawing.Point(69, 96);
this.autolevelCheckBox.Name = "autolevelCheckBox";
this.autolevelCheckBox.Size = new System.Drawing.Size(15, 14);
this.autolevelCheckBox.TabIndex = 10;
this.autolevelCheckBox.UseVisualStyleBackColor = true;
//
// autolevelLabel
//
this.autolevelLabel.AutoSize = true;
this.autolevelLabel.Location = new System.Drawing.Point(6, 95);
this.autolevelLabel.Name = "autolevelLabel";
this.autolevelLabel.Size = new System.Drawing.Size(57, 13);
this.autolevelLabel.TabIndex = 9;
this.autolevelLabel.Text = "Auto-level:";
//
// topText
//
this.topText.Location = new System.Drawing.Point(49, 62);
this.topText.Name = "topText";
this.topText.Size = new System.Drawing.Size(38, 20);
this.topText.TabIndex = 6;
this.topText.Text = "0";
this.topText.TextChanged += new System.EventHandler(this.RedrawBedImage);
//
// topLabel
//
topLabel.AutoSize = true;
topLabel.Location = new System.Drawing.Point(6, 63);
topLabel.Name = "topLabel";
topLabel.Size = new System.Drawing.Size(39, 13);
topLabel.TabIndex = 5;
topLabel.Text = "Y Axis:";
//
// leftText
//
this.leftText.Location = new System.Drawing.Point(49, 35);
this.leftText.Name = "leftText";
this.leftText.Size = new System.Drawing.Size(38, 20);
this.leftText.TabIndex = 2;
this.leftText.Text = "0";
this.leftText.TextChanged += new System.EventHandler(this.RedrawBedImage);
//
// widthLabel
//
widthLabel.AutoSize = true;
widthLabel.Location = new System.Drawing.Point(6, 9);
widthLabel.Name = "widthLabel";
widthLabel.Size = new System.Drawing.Size(108, 13);
widthLabel.TabIndex = 0;
widthLabel.Text = "Bed Dimensions (mm)";
//
// tabColors
//
tabColors.Controls.Add(autoColorLabel);
tabColors.Controls.Add(maxZUnits);
tabColors.Controls.Add(this.maxZText);
tabColors.Controls.Add(maxZLabel);
tabColors.Controls.Add(minZUnits);
tabColors.Controls.Add(this.minZText);
tabColors.Controls.Add(minZLabel);
tabColors.Location = new System.Drawing.Point(4, 22);
tabColors.Name = "tabColors";
tabColors.Padding = new System.Windows.Forms.Padding(3);
tabColors.Size = new System.Drawing.Size(257, 141);
tabColors.TabIndex = 1;
tabColors.Text = "Colors";
tabColors.UseVisualStyleBackColor = true;
//
// autoColorLabel
//
autoColorLabel.AutoSize = true;
autoColorLabel.Location = new System.Drawing.Point(6, 70);
autoColorLabel.Name = "autoColorLabel";
autoColorLabel.Size = new System.Drawing.Size(161, 13);
autoColorLabel.TabIndex = 6;
autoColorLabel.Text = "Leave blank for automatic colors";
//
// maxZUnits
//
maxZUnits.AutoSize = true;
maxZUnits.Location = new System.Drawing.Point(168, 43);
maxZUnits.Name = "maxZUnits";
maxZUnits.Size = new System.Drawing.Size(23, 13);
maxZUnits.TabIndex = 5;
maxZUnits.Text = "mm";
//
// maxZText
//
this.maxZText.Location = new System.Drawing.Point(113, 40);
this.maxZText.Name = "maxZText";
this.maxZText.Size = new System.Drawing.Size(49, 20);
this.maxZText.TabIndex = 4;
this.maxZText.TextChanged += new System.EventHandler(this.RedrawBedImage);
//
// maxZLabel
//
maxZLabel.AutoSize = true;
maxZLabel.Location = new System.Drawing.Point(6, 43);
maxZLabel.Name = "maxZLabel";
maxZLabel.Size = new System.Drawing.Size(95, 13);
maxZLabel.TabIndex = 3;
maxZLabel.Text = "Force max Z color:";
//
// minZUnits
//
minZUnits.AutoSize = true;
minZUnits.Location = new System.Drawing.Point(168, 17);
minZUnits.Name = "minZUnits";
minZUnits.Size = new System.Drawing.Size(23, 13);
minZUnits.TabIndex = 2;
minZUnits.Text = "mm";
//
// minZText
//
this.minZText.Location = new System.Drawing.Point(113, 14);
this.minZText.Name = "minZText";
this.minZText.Size = new System.Drawing.Size(49, 20);
this.minZText.TabIndex = 1;
this.minZText.TextChanged += new System.EventHandler(this.RedrawBedImage);
//
// minZLabel
//
minZLabel.AutoSize = true;
minZLabel.Location = new System.Drawing.Point(6, 17);
minZLabel.Name = "minZLabel";
minZLabel.Size = new System.Drawing.Size(92, 13);
minZLabel.TabIndex = 0;
minZLabel.Text = "Force min Z color:";
//
// tabs
//
tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
tabs.Controls.Add(tabPrinter);
tabs.Controls.Add(tabColors);
tabs.Controls.Add(this.tabDetection);
tabs.Location = new System.Drawing.Point(12, 488);
tabs.Name = "tabs";
tabs.SelectedIndex = 0;
tabs.Size = new System.Drawing.Size(265, 167);
tabs.TabIndex = 7;
//
// tabDetection
//
this.tabDetection.Controls.Add(this.checkCustom);
this.tabDetection.Controls.Add(this.checkMarlin2);
this.tabDetection.Controls.Add(this.checkMarlin1);
this.tabDetection.Controls.Add(this.textCustom);
this.tabDetection.Location = new System.Drawing.Point(4, 22);
this.tabDetection.Name = "tabDetection";
this.tabDetection.Size = new System.Drawing.Size(257, 141);
this.tabDetection.TabIndex = 2;
this.tabDetection.Text = "Detection";
this.tabDetection.UseVisualStyleBackColor = true;
//
// checkCustom
//
this.checkCustom.AutoSize = true;
this.checkCustom.Location = new System.Drawing.Point(6, 63);
this.checkCustom.Name = "checkCustom";
this.checkCustom.Size = new System.Drawing.Size(61, 17);
this.checkCustom.TabIndex = 2;
this.checkCustom.Text = "Custom";
this.checkCustom.UseVisualStyleBackColor = true;
this.checkCustom.CheckedChanged += new System.EventHandler(this.CheckCustomChanged);
//
// checkMarlin2
//
this.checkMarlin2.AutoSize = true;
this.checkMarlin2.Checked = true;
this.checkMarlin2.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkMarlin2.Location = new System.Drawing.Point(6, 40);
this.checkMarlin2.Name = "checkMarlin2";
this.checkMarlin2.Size = new System.Drawing.Size(71, 17);
this.checkMarlin2.TabIndex = 1;
this.checkMarlin2.Text = "Marlin 2.x";
this.checkMarlin2.UseVisualStyleBackColor = true;
this.checkMarlin2.CheckedChanged += new System.EventHandler(this.RedrawBedImage);
//
// checkMarlin1
//
this.checkMarlin1.AutoSize = true;
this.checkMarlin1.Checked = true;
this.checkMarlin1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkMarlin1.Location = new System.Drawing.Point(6, 17);
this.checkMarlin1.Name = "checkMarlin1";
this.checkMarlin1.Size = new System.Drawing.Size(71, 17);
this.checkMarlin1.TabIndex = 0;
this.checkMarlin1.Text = "Marlin 1.x";
this.checkMarlin1.UseVisualStyleBackColor = true;
this.checkMarlin1.CheckedChanged += new System.EventHandler(this.RedrawBedImage);
//
// textCustom
//
this.textCustom.DetectUrls = false;
this.textCustom.Enabled = false;
this.textCustom.Font = new System.Drawing.Font("Courier New", 9.75F);
this.textCustom.Location = new System.Drawing.Point(23, 86);
this.textCustom.Multiline = false;
this.textCustom.Name = "textCustom";
this.textCustom.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.textCustom.ShortcutsEnabled = false;
this.textCustom.Size = new System.Drawing.Size(220, 22);
this.textCustom.TabIndex = 3;
this.textCustom.Text = "Bed X: {X} Y: {Y} Z: {Z}";
this.textCustom.WordWrap = false;
this.textCustom.TextChanged += new System.EventHandler(this.CustomDetectionChanged);
//
// portText
//
this.portText.Location = new System.Drawing.Point(12, 14);
this.portText.Name = "portText";
this.portText.Size = new System.Drawing.Size(67, 20);
this.portText.TabIndex = 0;
//
// connectButton
//
this.connectButton.Location = new System.Drawing.Point(118, 12);
this.connectButton.Name = "connectButton";
this.connectButton.Size = new System.Drawing.Size(75, 23);
this.connectButton.TabIndex = 2;
this.connectButton.Text = "&Connect";
this.connectButton.UseVisualStyleBackColor = true;
this.connectButton.Click += new System.EventHandler(this.ConnectButton_Click);
//
// outputText
//
this.outputText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.outputText.Location = new System.Drawing.Point(12, 41);
this.outputText.Multiline = true;
this.outputText.Name = "outputText";
this.outputText.ReadOnly = true;
this.outputText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.outputText.Size = new System.Drawing.Size(262, 416);
this.outputText.TabIndex = 4;
//
// disconnectButton
//
this.disconnectButton.Enabled = false;
this.disconnectButton.Location = new System.Drawing.Point(199, 12);
this.disconnectButton.Name = "disconnectButton";
this.disconnectButton.Size = new System.Drawing.Size(75, 23);
this.disconnectButton.TabIndex = 3;
this.disconnectButton.Text = "&Disconnect";
this.disconnectButton.UseVisualStyleBackColor = true;
this.disconnectButton.Click += new System.EventHandler(this.DisconnectButton_Click);
//
// bedPicture
//
this.bedPicture.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.bedPicture.Location = new System.Drawing.Point(284, 0);
this.bedPicture.Name = "bedPicture";
this.bedPicture.Size = new System.Drawing.Size(800, 800);
this.bedPicture.TabIndex = 5;
this.bedPicture.TabStop = false;
this.bedPicture.Paint += new System.Windows.Forms.PaintEventHandler(this.BedPaint);
this.bedPicture.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BedClick);
this.bedPicture.Resize += new System.EventHandler(this.RedrawBedImage);
//
// measureEveryText
//
this.measureEveryText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.measureEveryText.Location = new System.Drawing.Point(196, 767);
this.measureEveryText.Name = "measureEveryText";
this.measureEveryText.Size = new System.Drawing.Size(49, 20);
this.measureEveryText.TabIndex = 12;
this.measureEveryText.Text = "10";
//
// measureEveryButton
//
this.measureEveryButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.measureEveryButton.Location = new System.Drawing.Point(12, 765);
this.measureEveryButton.Name = "measureEveryButton";
this.measureEveryButton.Size = new System.Drawing.Size(178, 23);
this.measureEveryButton.TabIndex = 11;
this.measureEveryButton.Text = "Measure every:";
this.measureEveryButton.UseVisualStyleBackColor = true;
this.measureEveryButton.Click += new System.EventHandler(this.GeneratePattern);
//
// setZ5Button
//
this.setZ5Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.setZ5Button.Location = new System.Drawing.Point(12, 689);
this.setZ5Button.Name = "setZ5Button";
this.setZ5Button.Size = new System.Drawing.Size(262, 23);
this.setZ5Button.TabIndex = 9;
this.setZ5Button.Text = "Move Z to 5.0mm";
this.setZ5Button.UseVisualStyleBackColor = true;
this.setZ5Button.Click += new System.EventHandler(this.SetZto5);
//
// measureCornersButton
//
this.measureCornersButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.measureCornersButton.Location = new System.Drawing.Point(12, 736);
this.measureCornersButton.Name = "measureCornersButton";
this.measureCornersButton.Size = new System.Drawing.Size(262, 23);
this.measureCornersButton.TabIndex = 10;
this.measureCornersButton.Text = "Measure corners";
this.measureCornersButton.UseVisualStyleBackColor = true;
this.measureCornersButton.Click += new System.EventHandler(this.MeasureCorners);
//
// recenterButton
//
this.recenterButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.recenterButton.Location = new System.Drawing.Point(12, 660);
this.recenterButton.Name = "recenterButton";
this.recenterButton.Size = new System.Drawing.Size(262, 23);
this.recenterButton.TabIndex = 8;
this.recenterButton.Text = "Clear and return to center";
this.recenterButton.UseVisualStyleBackColor = true;
this.recenterButton.Click += new System.EventHandler(this.ClearClicked);
//
// commandBox
//
this.commandBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.commandBox.Location = new System.Drawing.Point(12, 464);
this.commandBox.Name = "commandBox";
this.commandBox.Size = new System.Drawing.Size(210, 20);
this.commandBox.TabIndex = 5;
this.commandBox.Enter += new System.EventHandler(this.CommandBox_Enter);
this.commandBox.Leave += new System.EventHandler(this.CommandBox_Leave);
//
// sendCommandButton
//
this.sendCommandButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.sendCommandButton.Enabled = false;
this.sendCommandButton.Location = new System.Drawing.Point(227, 461);
this.sendCommandButton.Name = "sendCommandButton";
this.sendCommandButton.Size = new System.Drawing.Size(46, 23);
this.sendCommandButton.TabIndex = 6;
this.sendCommandButton.Text = "Send";
this.sendCommandButton.UseVisualStyleBackColor = true;
this.sendCommandButton.Click += new System.EventHandler(this.SendCommand);
//
// settingsButton
//
this.settingsButton.Location = new System.Drawing.Point(85, 12);
this.settingsButton.Name = "settingsButton";
this.settingsButton.Size = new System.Drawing.Size(27, 23);
this.settingsButton.TabIndex = 1;
this.settingsButton.Text = "...";
this.settingsButton.UseVisualStyleBackColor = true;
this.settingsButton.Click += new System.EventHandler(this.SettingsClick);
//
// BedLeveler
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1084, 800);
this.Controls.Add(this.settingsButton);
this.Controls.Add(this.sendCommandButton);
this.Controls.Add(this.commandBox);
this.Controls.Add(tabs);
this.Controls.Add(measureEveryUnits);
this.Controls.Add(this.measureEveryText);
this.Controls.Add(this.measureEveryButton);
this.Controls.Add(this.setZ5Button);
this.Controls.Add(this.measureCornersButton);
this.Controls.Add(this.recenterButton);
this.Controls.Add(this.bedPicture);
this.Controls.Add(this.disconnectButton);
this.Controls.Add(this.outputText);
this.Controls.Add(this.connectButton);
this.Controls.Add(this.portText);
this.DoubleBuffered = true;
this.MinimumSize = new System.Drawing.Size(740, 490);
this.Name = "BedLeveler";
this.Text = "Printer Bed Inspector";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BedLeveler_FormClosing);
tabPrinter.ResumeLayout(false);
tabPrinter.PerformLayout();
tabColors.ResumeLayout(false);
tabColors.PerformLayout();
tabs.ResumeLayout(false);
this.tabDetection.ResumeLayout(false);
this.tabDetection.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bedPicture)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox portText;
private System.Windows.Forms.Button connectButton;
private System.Windows.Forms.TextBox outputText;
private System.Windows.Forms.Button disconnectButton;
private System.Windows.Forms.PictureBox bedPicture;
private System.Windows.Forms.TextBox measureEveryText;
private System.Windows.Forms.Button measureEveryButton;
private System.Windows.Forms.Button setZ5Button;
private System.Windows.Forms.Button measureCornersButton;
private System.Windows.Forms.Button recenterButton;
private System.Windows.Forms.TextBox maxZText;
private System.Windows.Forms.TextBox minZText;
private System.Windows.Forms.TabPage tabDetection;
private System.Windows.Forms.CheckBox checkCustom;
private System.Windows.Forms.CheckBox checkMarlin2;
private System.Windows.Forms.CheckBox checkMarlin1;
private System.Windows.Forms.RichTextBox textCustom;
private System.Windows.Forms.Label autolevelLabel;
private System.Windows.Forms.CheckBox autolevelCheckBox;
private System.Windows.Forms.TextBox commandBox;
private System.Windows.Forms.Button sendCommandButton;
private System.Windows.Forms.TextBox bottomText;
private System.Windows.Forms.TextBox rightText;
private System.Windows.Forms.TextBox topText;
private System.Windows.Forms.TextBox leftText;
private System.Windows.Forms.Button settingsButton;
}
}