-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFormFastenerStack.Designer.vb
More file actions
559 lines (555 loc) · 25 KB
/
FormFastenerStack.Designer.vb
File metadata and controls
559 lines (555 loc) · 25 KB
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormFastenerStack
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
components = New ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FormFastenerStack))
PictureBox1 = New PictureBox()
TableLayoutPanel1 = New TableLayoutPanel()
LabelTopFastener = New Label()
LabelTopLockwasher = New Label()
LabelTopFlatWasher = New Label()
LabelBottomFlatWasher = New Label()
LabelBottomLockwasher = New Label()
LabelBottomNut = New Label()
TableLayoutPanel3 = New TableLayoutPanel()
TextBoxClampedThickness = New TextBox()
LabelClampedThickness = New Label()
TableLayoutPanel4 = New TableLayoutPanel()
TextBoxThreadEngagementMin = New TextBox()
LabelThreadEngagementMin = New Label()
TableLayoutPanel5 = New TableLayoutPanel()
TextBoxThreadDepth = New TextBox()
ContextMenuStrip1 = New ContextMenuStrip(components)
GetThreadDepthToolStripMenuItem = New ToolStripMenuItem()
LabelThreadDepth = New Label()
TableLayoutPanel6 = New TableLayoutPanel()
TextBoxExtensionMin = New TextBox()
LabelExtensionMin = New Label()
TableLayoutPanel2 = New TableLayoutPanel()
ToolStrip1 = New ToolStrip()
ButtonStackConfiguration = New ToolStripButton()
LabelStackConfiguration = New ToolStripLabel()
ToolStripSeparator1 = New ToolStripSeparator()
LabelUnits = New ToolStripLabel()
ComboBoxUnits = New ToolStripComboBox()
ToolStripSeparator2 = New ToolStripSeparator()
Panel1 = New Panel()
TableLayoutPanel7 = New TableLayoutPanel()
ButtonHelp = New Button()
ButtonClose = New Button()
ButtonAddToAssy = New Button()
LabelStatus = New Label()
CType(PictureBox1, ComponentModel.ISupportInitialize).BeginInit()
TableLayoutPanel1.SuspendLayout()
TableLayoutPanel3.SuspendLayout()
TableLayoutPanel4.SuspendLayout()
TableLayoutPanel5.SuspendLayout()
ContextMenuStrip1.SuspendLayout()
TableLayoutPanel6.SuspendLayout()
TableLayoutPanel2.SuspendLayout()
ToolStrip1.SuspendLayout()
Panel1.SuspendLayout()
TableLayoutPanel7.SuspendLayout()
SuspendLayout()
'
' PictureBox1
'
PictureBox1.Image = My.Resources.Resources.FastenerStack_F_CO_N
PictureBox1.Location = New Point(0, 0)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(312, 391)
PictureBox1.TabIndex = 0
PictureBox1.TabStop = False
'
' TableLayoutPanel1
'
TableLayoutPanel1.Anchor = AnchorStyles.Left Or AnchorStyles.Right
TableLayoutPanel1.ColumnCount = 3
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 30F))
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 30F))
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel1.Controls.Add(LabelTopFastener, 0, 0)
TableLayoutPanel1.Controls.Add(LabelTopLockwasher, 0, 1)
TableLayoutPanel1.Controls.Add(LabelTopFlatWasher, 0, 2)
TableLayoutPanel1.Controls.Add(LabelBottomFlatWasher, 0, 10)
TableLayoutPanel1.Controls.Add(LabelBottomLockwasher, 0, 11)
TableLayoutPanel1.Controls.Add(LabelBottomNut, 0, 12)
TableLayoutPanel1.Controls.Add(TableLayoutPanel3, 0, 7)
TableLayoutPanel1.Controls.Add(TableLayoutPanel4, 0, 8)
TableLayoutPanel1.Controls.Add(TableLayoutPanel5, 0, 9)
TableLayoutPanel1.Controls.Add(TableLayoutPanel6, 0, 13)
TableLayoutPanel1.Location = New Point(318, 13)
TableLayoutPanel1.Name = "TableLayoutPanel1"
TableLayoutPanel1.RowCount = 16
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.RowStyles.Add(New RowStyle(SizeType.Absolute, 26F))
TableLayoutPanel1.Size = New Size(257, 369)
TableLayoutPanel1.TabIndex = 1
'
' LabelTopFastener
'
LabelTopFastener.Anchor = AnchorStyles.Left
LabelTopFastener.AutoSize = True
TableLayoutPanel1.SetColumnSpan(LabelTopFastener, 3)
LabelTopFastener.Location = New Point(3, 5)
LabelTopFastener.Name = "LabelTopFastener"
LabelTopFastener.Size = New Size(51, 15)
LabelTopFastener.TabIndex = 1
LabelTopFastener.Text = "Fastener"
'
' LabelTopLockwasher
'
LabelTopLockwasher.Anchor = AnchorStyles.Left
LabelTopLockwasher.AutoSize = True
TableLayoutPanel1.SetColumnSpan(LabelTopLockwasher, 3)
LabelTopLockwasher.Location = New Point(3, 31)
LabelTopLockwasher.Name = "LabelTopLockwasher"
LabelTopLockwasher.Size = New Size(72, 15)
LabelTopLockwasher.TabIndex = 8
LabelTopLockwasher.Text = "Lock washer"
'
' LabelTopFlatWasher
'
LabelTopFlatWasher.Anchor = AnchorStyles.Left
LabelTopFlatWasher.AutoSize = True
TableLayoutPanel1.SetColumnSpan(LabelTopFlatWasher, 3)
LabelTopFlatWasher.Location = New Point(3, 57)
LabelTopFlatWasher.Name = "LabelTopFlatWasher"
LabelTopFlatWasher.Size = New Size(68, 15)
LabelTopFlatWasher.TabIndex = 9
LabelTopFlatWasher.Text = "Flat Washer"
'
' LabelBottomFlatWasher
'
LabelBottomFlatWasher.Anchor = AnchorStyles.Left
LabelBottomFlatWasher.AutoSize = True
TableLayoutPanel1.SetColumnSpan(LabelBottomFlatWasher, 3)
LabelBottomFlatWasher.Location = New Point(3, 265)
LabelBottomFlatWasher.Name = "LabelBottomFlatWasher"
LabelBottomFlatWasher.Size = New Size(66, 15)
LabelBottomFlatWasher.TabIndex = 13
LabelBottomFlatWasher.Text = "Flat washer"
'
' LabelBottomLockwasher
'
LabelBottomLockwasher.Anchor = AnchorStyles.Left
LabelBottomLockwasher.AutoSize = True
TableLayoutPanel1.SetColumnSpan(LabelBottomLockwasher, 3)
LabelBottomLockwasher.Location = New Point(3, 291)
LabelBottomLockwasher.Name = "LabelBottomLockwasher"
LabelBottomLockwasher.Size = New Size(72, 15)
LabelBottomLockwasher.TabIndex = 14
LabelBottomLockwasher.Text = "Lock washer"
'
' LabelBottomNut
'
LabelBottomNut.Anchor = AnchorStyles.Left
LabelBottomNut.AutoSize = True
TableLayoutPanel1.SetColumnSpan(LabelBottomNut, 3)
LabelBottomNut.Location = New Point(3, 317)
LabelBottomNut.Name = "LabelBottomNut"
LabelBottomNut.Size = New Size(27, 15)
LabelBottomNut.TabIndex = 15
LabelBottomNut.Text = "Nut"
'
' TableLayoutPanel3
'
TableLayoutPanel3.ColumnCount = 2
TableLayoutPanel1.SetColumnSpan(TableLayoutPanel3, 3)
TableLayoutPanel3.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 50F))
TableLayoutPanel3.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel3.Controls.Add(TextBoxClampedThickness, 0, 0)
TableLayoutPanel3.Controls.Add(LabelClampedThickness, 1, 0)
TableLayoutPanel3.Dock = DockStyle.Fill
TableLayoutPanel3.Location = New Point(3, 185)
TableLayoutPanel3.Name = "TableLayoutPanel3"
TableLayoutPanel3.RowCount = 1
TableLayoutPanel3.RowStyles.Add(New RowStyle(SizeType.Percent, 100F))
TableLayoutPanel3.RowStyles.Add(New RowStyle(SizeType.Absolute, 20F))
TableLayoutPanel3.Size = New Size(251, 20)
TableLayoutPanel3.TabIndex = 2
'
' TextBoxClampedThickness
'
TextBoxClampedThickness.Dock = DockStyle.Fill
TextBoxClampedThickness.Location = New Point(3, 3)
TextBoxClampedThickness.Name = "TextBoxClampedThickness"
TextBoxClampedThickness.Size = New Size(44, 23)
TextBoxClampedThickness.TabIndex = 0
TextBoxClampedThickness.Text = "0"
TextBoxClampedThickness.TextAlign = HorizontalAlignment.Right
'
' LabelClampedThickness
'
LabelClampedThickness.Anchor = AnchorStyles.Left
LabelClampedThickness.AutoSize = True
LabelClampedThickness.Location = New Point(53, 2)
LabelClampedThickness.Name = "LabelClampedThickness"
LabelClampedThickness.Size = New Size(128, 15)
LabelClampedThickness.TabIndex = 1
LabelClampedThickness.Text = "Clamped thickness (in)"
'
' TableLayoutPanel4
'
TableLayoutPanel4.ColumnCount = 2
TableLayoutPanel1.SetColumnSpan(TableLayoutPanel4, 3)
TableLayoutPanel4.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 50F))
TableLayoutPanel4.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel4.Controls.Add(TextBoxThreadEngagementMin, 0, 0)
TableLayoutPanel4.Controls.Add(LabelThreadEngagementMin, 1, 0)
TableLayoutPanel4.Dock = DockStyle.Fill
TableLayoutPanel4.Location = New Point(3, 211)
TableLayoutPanel4.Name = "TableLayoutPanel4"
TableLayoutPanel4.RowCount = 1
TableLayoutPanel4.RowStyles.Add(New RowStyle(SizeType.Percent, 100F))
TableLayoutPanel4.RowStyles.Add(New RowStyle(SizeType.Absolute, 20F))
TableLayoutPanel4.Size = New Size(251, 20)
TableLayoutPanel4.TabIndex = 3
'
' TextBoxThreadEngagementMin
'
TextBoxThreadEngagementMin.Dock = DockStyle.Fill
TextBoxThreadEngagementMin.Location = New Point(3, 3)
TextBoxThreadEngagementMin.Name = "TextBoxThreadEngagementMin"
TextBoxThreadEngagementMin.Size = New Size(44, 23)
TextBoxThreadEngagementMin.TabIndex = 0
TextBoxThreadEngagementMin.Text = "0"
TextBoxThreadEngagementMin.TextAlign = HorizontalAlignment.Right
'
' LabelThreadEngagementMin
'
LabelThreadEngagementMin.Anchor = AnchorStyles.Left
LabelThreadEngagementMin.AutoSize = True
LabelThreadEngagementMin.Location = New Point(53, 2)
LabelThreadEngagementMin.Name = "LabelThreadEngagementMin"
LabelThreadEngagementMin.Size = New Size(188, 15)
LabelThreadEngagementMin.TabIndex = 1
LabelThreadEngagementMin.Text = "Minimum thread engagement (in)"
'
' TableLayoutPanel5
'
TableLayoutPanel5.ColumnCount = 2
TableLayoutPanel1.SetColumnSpan(TableLayoutPanel5, 3)
TableLayoutPanel5.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 50F))
TableLayoutPanel5.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel5.Controls.Add(TextBoxThreadDepth, 0, 0)
TableLayoutPanel5.Controls.Add(LabelThreadDepth, 1, 0)
TableLayoutPanel5.Dock = DockStyle.Fill
TableLayoutPanel5.Location = New Point(3, 237)
TableLayoutPanel5.Name = "TableLayoutPanel5"
TableLayoutPanel5.RowCount = 1
TableLayoutPanel5.RowStyles.Add(New RowStyle(SizeType.Percent, 100F))
TableLayoutPanel5.RowStyles.Add(New RowStyle(SizeType.Absolute, 20F))
TableLayoutPanel5.Size = New Size(251, 20)
TableLayoutPanel5.TabIndex = 4
'
' TextBoxThreadDepth
'
TextBoxThreadDepth.ContextMenuStrip = ContextMenuStrip1
TextBoxThreadDepth.Dock = DockStyle.Fill
TextBoxThreadDepth.Location = New Point(3, 3)
TextBoxThreadDepth.Name = "TextBoxThreadDepth"
TextBoxThreadDepth.Size = New Size(44, 23)
TextBoxThreadDepth.TabIndex = 0
TextBoxThreadDepth.Text = "0"
TextBoxThreadDepth.TextAlign = HorizontalAlignment.Right
'
' ContextMenuStrip1
'
ContextMenuStrip1.Items.AddRange(New ToolStripItem() {GetThreadDepthToolStripMenuItem})
ContextMenuStrip1.Name = "ContextMenuStrip1"
ContextMenuStrip1.Size = New Size(164, 26)
'
' GetThreadDepthToolStripMenuItem
'
GetThreadDepthToolStripMenuItem.Name = "GetThreadDepthToolStripMenuItem"
GetThreadDepthToolStripMenuItem.Size = New Size(163, 22)
GetThreadDepthToolStripMenuItem.Text = "Get thread depth"
'
' LabelThreadDepth
'
LabelThreadDepth.Anchor = AnchorStyles.Left
LabelThreadDepth.AutoSize = True
LabelThreadDepth.Location = New Point(53, 2)
LabelThreadDepth.Name = "LabelThreadDepth"
LabelThreadDepth.Size = New Size(99, 15)
LabelThreadDepth.TabIndex = 1
LabelThreadDepth.Text = "Thread depth (in)"
'
' TableLayoutPanel6
'
TableLayoutPanel6.ColumnCount = 2
TableLayoutPanel1.SetColumnSpan(TableLayoutPanel6, 3)
TableLayoutPanel6.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 50F))
TableLayoutPanel6.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel6.Controls.Add(TextBoxExtensionMin, 0, 0)
TableLayoutPanel6.Controls.Add(LabelExtensionMin, 1, 0)
TableLayoutPanel6.Dock = DockStyle.Fill
TableLayoutPanel6.Location = New Point(3, 341)
TableLayoutPanel6.Name = "TableLayoutPanel6"
TableLayoutPanel6.RowCount = 1
TableLayoutPanel6.RowStyles.Add(New RowStyle(SizeType.Percent, 100F))
TableLayoutPanel6.RowStyles.Add(New RowStyle(SizeType.Absolute, 20F))
TableLayoutPanel6.Size = New Size(251, 20)
TableLayoutPanel6.TabIndex = 5
'
' TextBoxExtensionMin
'
TextBoxExtensionMin.Dock = DockStyle.Fill
TextBoxExtensionMin.Location = New Point(3, 3)
TextBoxExtensionMin.Name = "TextBoxExtensionMin"
TextBoxExtensionMin.Size = New Size(44, 23)
TextBoxExtensionMin.TabIndex = 0
TextBoxExtensionMin.Text = "0"
TextBoxExtensionMin.TextAlign = HorizontalAlignment.Right
'
' LabelExtensionMin
'
LabelExtensionMin.Anchor = AnchorStyles.Left
LabelExtensionMin.AutoSize = True
LabelExtensionMin.Location = New Point(53, 2)
LabelExtensionMin.Name = "LabelExtensionMin"
LabelExtensionMin.Size = New Size(134, 15)
LabelExtensionMin.TabIndex = 1
LabelExtensionMin.Text = "Minimum extension (in)"
'
' TableLayoutPanel2
'
TableLayoutPanel2.ColumnCount = 1
TableLayoutPanel2.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel2.Controls.Add(ToolStrip1, 0, 0)
TableLayoutPanel2.Controls.Add(Panel1, 0, 1)
TableLayoutPanel2.Controls.Add(TableLayoutPanel7, 0, 2)
TableLayoutPanel2.Dock = DockStyle.Fill
TableLayoutPanel2.Location = New Point(0, 0)
TableLayoutPanel2.Name = "TableLayoutPanel2"
TableLayoutPanel2.RowCount = 3
TableLayoutPanel2.RowStyles.Add(New RowStyle(SizeType.Absolute, 30F))
TableLayoutPanel2.RowStyles.Add(New RowStyle(SizeType.Absolute, 400F))
TableLayoutPanel2.RowStyles.Add(New RowStyle(SizeType.Absolute, 50F))
TableLayoutPanel2.Size = New Size(584, 486)
TableLayoutPanel2.TabIndex = 2
'
' ToolStrip1
'
ToolStrip1.Items.AddRange(New ToolStripItem() {ButtonStackConfiguration, LabelStackConfiguration, ToolStripSeparator1, LabelUnits, ComboBoxUnits, ToolStripSeparator2})
ToolStrip1.Location = New Point(0, 0)
ToolStrip1.Name = "ToolStrip1"
ToolStrip1.Size = New Size(584, 25)
ToolStrip1.TabIndex = 0
ToolStrip1.Text = "ToolStrip1"
'
' ButtonStackConfiguration
'
ButtonStackConfiguration.DisplayStyle = ToolStripItemDisplayStyle.Image
ButtonStackConfiguration.Image = My.Resources.Resources.icons8_choose_16
ButtonStackConfiguration.ImageTransparentColor = Color.Magenta
ButtonStackConfiguration.Name = "ButtonStackConfiguration"
ButtonStackConfiguration.Size = New Size(23, 22)
ButtonStackConfiguration.ToolTipText = "Select fastener stack configuration"
'
' LabelStackConfiguration
'
LabelStackConfiguration.Name = "LabelStackConfiguration"
LabelStackConfiguration.Size = New Size(81, 22)
LabelStackConfiguration.Text = "Configuration"
LabelStackConfiguration.ToolTipText = "Select fastener stack configuration"
'
' ToolStripSeparator1
'
ToolStripSeparator1.Name = "ToolStripSeparator1"
ToolStripSeparator1.Size = New Size(6, 25)
'
' LabelUnits
'
LabelUnits.Name = "LabelUnits"
LabelUnits.Size = New Size(34, 22)
LabelUnits.Text = "Units"
'
' ComboBoxUnits
'
ComboBoxUnits.AutoSize = False
ComboBoxUnits.DropDownStyle = ComboBoxStyle.DropDownList
ComboBoxUnits.DropDownWidth = 50
ComboBoxUnits.Items.AddRange(New Object() {"in", "mm"})
ComboBoxUnits.Name = "ComboBoxUnits"
ComboBoxUnits.Size = New Size(50, 23)
ComboBoxUnits.ToolTipText = "Select units"
'
' ToolStripSeparator2
'
ToolStripSeparator2.Name = "ToolStripSeparator2"
ToolStripSeparator2.Size = New Size(6, 25)
'
' Panel1
'
Panel1.Controls.Add(PictureBox1)
Panel1.Controls.Add(TableLayoutPanel1)
Panel1.Dock = DockStyle.Fill
Panel1.Location = New Point(3, 33)
Panel1.Name = "Panel1"
Panel1.Size = New Size(578, 394)
Panel1.TabIndex = 1
'
' TableLayoutPanel7
'
TableLayoutPanel7.ColumnCount = 4
TableLayoutPanel7.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 100F))
TableLayoutPanel7.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 90F))
TableLayoutPanel7.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 75F))
TableLayoutPanel7.ColumnStyles.Add(New ColumnStyle(SizeType.Absolute, 75F))
TableLayoutPanel7.Controls.Add(ButtonHelp, 3, 0)
TableLayoutPanel7.Controls.Add(ButtonClose, 2, 0)
TableLayoutPanel7.Controls.Add(ButtonAddToAssy, 1, 0)
TableLayoutPanel7.Controls.Add(LabelStatus, 0, 0)
TableLayoutPanel7.Dock = DockStyle.Fill
TableLayoutPanel7.Location = New Point(3, 433)
TableLayoutPanel7.Name = "TableLayoutPanel7"
TableLayoutPanel7.RowCount = 1
TableLayoutPanel7.RowStyles.Add(New RowStyle(SizeType.Percent, 100F))
TableLayoutPanel7.Size = New Size(578, 50)
TableLayoutPanel7.TabIndex = 2
'
' ButtonHelp
'
ButtonHelp.Anchor = AnchorStyles.Bottom
ButtonHelp.Location = New Point(506, 22)
ButtonHelp.Name = "ButtonHelp"
ButtonHelp.Size = New Size(69, 25)
ButtonHelp.TabIndex = 0
ButtonHelp.Text = "Help"
ButtonHelp.UseVisualStyleBackColor = True
'
' ButtonClose
'
ButtonClose.Anchor = AnchorStyles.Bottom
ButtonClose.Location = New Point(431, 22)
ButtonClose.Name = "ButtonClose"
ButtonClose.Size = New Size(69, 25)
ButtonClose.TabIndex = 1
ButtonClose.Text = "Close"
ButtonClose.UseVisualStyleBackColor = True
'
' ButtonAddToAssy
'
ButtonAddToAssy.Anchor = AnchorStyles.Bottom
ButtonAddToAssy.Location = New Point(341, 22)
ButtonAddToAssy.Name = "ButtonAddToAssy"
ButtonAddToAssy.Size = New Size(84, 25)
ButtonAddToAssy.TabIndex = 2
ButtonAddToAssy.Text = "Add to Assy"
ButtonAddToAssy.UseVisualStyleBackColor = True
'
' LabelStatus
'
LabelStatus.Anchor = AnchorStyles.Bottom Or AnchorStyles.Left
LabelStatus.AutoSize = True
LabelStatus.Location = New Point(3, 35)
LabelStatus.Name = "LabelStatus"
LabelStatus.Size = New Size(39, 15)
LabelStatus.TabIndex = 3
LabelStatus.Text = "Status"
'
' FormFastenerStack
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
ClientSize = New Size(584, 486)
Controls.Add(TableLayoutPanel2)
Icon = CType(resources.GetObject("$this.Icon"), Icon)
MaximizeBox = False
MaximumSize = New Size(600, 525)
MinimumSize = New Size(600, 525)
Name = "FormFastenerStack"
StartPosition = FormStartPosition.CenterParent
Text = "Fastener Stack"
CType(PictureBox1, ComponentModel.ISupportInitialize).EndInit()
TableLayoutPanel1.ResumeLayout(False)
TableLayoutPanel1.PerformLayout()
TableLayoutPanel3.ResumeLayout(False)
TableLayoutPanel3.PerformLayout()
TableLayoutPanel4.ResumeLayout(False)
TableLayoutPanel4.PerformLayout()
TableLayoutPanel5.ResumeLayout(False)
TableLayoutPanel5.PerformLayout()
ContextMenuStrip1.ResumeLayout(False)
TableLayoutPanel6.ResumeLayout(False)
TableLayoutPanel6.PerformLayout()
TableLayoutPanel2.ResumeLayout(False)
TableLayoutPanel2.PerformLayout()
ToolStrip1.ResumeLayout(False)
ToolStrip1.PerformLayout()
Panel1.ResumeLayout(False)
TableLayoutPanel7.ResumeLayout(False)
TableLayoutPanel7.PerformLayout()
ResumeLayout(False)
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents LabelTopFastener As Label
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
Friend WithEvents ToolStrip1 As ToolStrip
Friend WithEvents ButtonStackConfiguration As ToolStripButton
Friend WithEvents LabelStackConfiguration As ToolStripLabel
Friend WithEvents Panel1 As Panel
Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
Friend WithEvents TableLayoutPanel3 As TableLayoutPanel
Friend WithEvents TextBoxClampedThickness As TextBox
Friend WithEvents LabelClampedThickness As Label
Friend WithEvents TableLayoutPanel4 As TableLayoutPanel
Friend WithEvents TextBoxThreadEngagementMin As TextBox
Friend WithEvents LabelThreadEngagementMin As Label
Friend WithEvents TableLayoutPanel5 As TableLayoutPanel
Friend WithEvents TextBoxThreadDepth As TextBox
Friend WithEvents LabelThreadDepth As Label
Friend WithEvents TableLayoutPanel6 As TableLayoutPanel
Friend WithEvents TextBoxExtensionMin As TextBox
Friend WithEvents LabelExtensionMin As Label
Friend WithEvents LabelTopLockwasher As Label
Friend WithEvents LabelTopFlatWasher As Label
Friend WithEvents LabelBottomFlatWasher As Label
Friend WithEvents LabelBottomLockwasher As Label
Friend WithEvents LabelBottomNut As Label
Friend WithEvents ComboBoxUnits As ToolStripComboBox
Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
Friend WithEvents TableLayoutPanel7 As TableLayoutPanel
Friend WithEvents ButtonHelp As Button
Friend WithEvents ButtonClose As Button
Friend WithEvents ButtonAddToAssy As Button
Friend WithEvents LabelStatus As Label
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents GetThreadDepthToolStripMenuItem As ToolStripMenuItem
Friend WithEvents LabelUnits As ToolStripLabel
End Class