-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFormStackConfiguration.Designer.vb
More file actions
277 lines (273 loc) · 12.8 KB
/
FormStackConfiguration.Designer.vb
File metadata and controls
277 lines (273 loc) · 12.8 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormStackConfiguration
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(FormStackConfiguration))
Button_F_CO_N = New Button()
TableLayoutPanel1 = New TableLayoutPanel()
Button_F_LW_FW_CO_TB = New Button()
Button_F_LW_CO_TB = New Button()
Button_F_FW_CO_TB = New Button()
Button_F_CO_TB = New Button()
Button_F_LW_FW_CO_TT = New Button()
Button_F_LW_CO_TT = New Button()
Button_F_FW_CO_TT = New Button()
Button_F_CO_TT = New Button()
Button_F_FW_CO_FW_LW_N = New Button()
Button_F_FW_CO_LW_N = New Button()
Button_F_FW_CO_FW_N = New Button()
Button_F_FW_CO_N = New Button()
Button_F_CO_FW_LW_N = New Button()
Button_F_CO_LW_N = New Button()
Button_F_CO_FW_N = New Button()
ToolTip1 = New ToolTip(components)
TableLayoutPanel1.SuspendLayout()
SuspendLayout()
'
' Button_F_CO_N
'
Button_F_CO_N.Image = My.Resources.Resources.Small_F_CO_N
Button_F_CO_N.Location = New Point(3, 3)
Button_F_CO_N.Name = "Button_F_CO_N"
Button_F_CO_N.Size = New Size(58, 88)
Button_F_CO_N.TabIndex = 0
ToolTip1.SetToolTip(Button_F_CO_N, "TOP: Fastener BOTTOM: Nut")
Button_F_CO_N.UseVisualStyleBackColor = True
'
' TableLayoutPanel1
'
TableLayoutPanel1.ColumnCount = 4
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 25F))
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 25F))
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 25F))
TableLayoutPanel1.ColumnStyles.Add(New ColumnStyle(SizeType.Percent, 25F))
TableLayoutPanel1.Controls.Add(Button_F_LW_FW_CO_TB, 3, 3)
TableLayoutPanel1.Controls.Add(Button_F_LW_CO_TB, 2, 3)
TableLayoutPanel1.Controls.Add(Button_F_FW_CO_TB, 1, 3)
TableLayoutPanel1.Controls.Add(Button_F_CO_TB, 0, 3)
TableLayoutPanel1.Controls.Add(Button_F_LW_FW_CO_TT, 3, 2)
TableLayoutPanel1.Controls.Add(Button_F_LW_CO_TT, 2, 2)
TableLayoutPanel1.Controls.Add(Button_F_FW_CO_TT, 1, 2)
TableLayoutPanel1.Controls.Add(Button_F_CO_TT, 0, 2)
TableLayoutPanel1.Controls.Add(Button_F_FW_CO_FW_LW_N, 3, 1)
TableLayoutPanel1.Controls.Add(Button_F_FW_CO_LW_N, 2, 1)
TableLayoutPanel1.Controls.Add(Button_F_FW_CO_FW_N, 1, 1)
TableLayoutPanel1.Controls.Add(Button_F_FW_CO_N, 0, 1)
TableLayoutPanel1.Controls.Add(Button_F_CO_FW_LW_N, 3, 0)
TableLayoutPanel1.Controls.Add(Button_F_CO_LW_N, 2, 0)
TableLayoutPanel1.Controls.Add(Button_F_CO_FW_N, 1, 0)
TableLayoutPanel1.Controls.Add(Button_F_CO_N, 0, 0)
TableLayoutPanel1.Dock = DockStyle.Fill
TableLayoutPanel1.Location = New Point(0, 0)
TableLayoutPanel1.Name = "TableLayoutPanel1"
TableLayoutPanel1.RowCount = 4
TableLayoutPanel1.RowStyles.Add(New RowStyle())
TableLayoutPanel1.RowStyles.Add(New RowStyle())
TableLayoutPanel1.RowStyles.Add(New RowStyle())
TableLayoutPanel1.RowStyles.Add(New RowStyle())
TableLayoutPanel1.Size = New Size(284, 376)
TableLayoutPanel1.TabIndex = 1
'
' Button_F_LW_FW_CO_TB
'
Button_F_LW_FW_CO_TB.Image = My.Resources.Resources.Small_F_LW_FW_CO_TB
Button_F_LW_FW_CO_TB.Location = New Point(216, 285)
Button_F_LW_FW_CO_TB.Name = "Button_F_LW_FW_CO_TB"
Button_F_LW_FW_CO_TB.Size = New Size(58, 88)
Button_F_LW_FW_CO_TB.TabIndex = 16
ToolTip1.SetToolTip(Button_F_LW_FW_CO_TB, "TOP: Fastener - Lock Washer - Flat Washer BOTTOM: Tapped Blind")
Button_F_LW_FW_CO_TB.UseVisualStyleBackColor = True
'
' Button_F_LW_CO_TB
'
Button_F_LW_CO_TB.Image = My.Resources.Resources.Small_F_LW_CO_TB
Button_F_LW_CO_TB.Location = New Point(145, 285)
Button_F_LW_CO_TB.Name = "Button_F_LW_CO_TB"
Button_F_LW_CO_TB.Size = New Size(58, 88)
Button_F_LW_CO_TB.TabIndex = 15
ToolTip1.SetToolTip(Button_F_LW_CO_TB, "TOP: Fastener - Lock Washer BOTTOM: Tapped Blind")
Button_F_LW_CO_TB.UseVisualStyleBackColor = True
'
' Button_F_FW_CO_TB
'
Button_F_FW_CO_TB.Image = My.Resources.Resources.Small_F_FW_CO_TB
Button_F_FW_CO_TB.Location = New Point(74, 285)
Button_F_FW_CO_TB.Name = "Button_F_FW_CO_TB"
Button_F_FW_CO_TB.Size = New Size(58, 88)
Button_F_FW_CO_TB.TabIndex = 14
ToolTip1.SetToolTip(Button_F_FW_CO_TB, "TOP: Fastener - Flat Washer BOTTOM: Tapped Blind")
Button_F_FW_CO_TB.UseVisualStyleBackColor = True
'
' Button_F_CO_TB
'
Button_F_CO_TB.Image = My.Resources.Resources.Small_F_CO_TB
Button_F_CO_TB.Location = New Point(3, 285)
Button_F_CO_TB.Name = "Button_F_CO_TB"
Button_F_CO_TB.Size = New Size(58, 88)
Button_F_CO_TB.TabIndex = 13
ToolTip1.SetToolTip(Button_F_CO_TB, "TOP: Fastener BOTTOM: Tapped Blind")
Button_F_CO_TB.UseVisualStyleBackColor = True
'
' Button_F_LW_FW_CO_TT
'
Button_F_LW_FW_CO_TT.Image = My.Resources.Resources.Small_F_LW_FW_CO_TT
Button_F_LW_FW_CO_TT.Location = New Point(216, 191)
Button_F_LW_FW_CO_TT.Name = "Button_F_LW_FW_CO_TT"
Button_F_LW_FW_CO_TT.Size = New Size(58, 88)
Button_F_LW_FW_CO_TT.TabIndex = 12
ToolTip1.SetToolTip(Button_F_LW_FW_CO_TT, "TOP: Fastener - Lock Washer - Flat Washer BOTTOM: Tapped Thru")
Button_F_LW_FW_CO_TT.UseVisualStyleBackColor = True
'
' Button_F_LW_CO_TT
'
Button_F_LW_CO_TT.Image = My.Resources.Resources.Small_F_LW_CO_TT
Button_F_LW_CO_TT.Location = New Point(145, 191)
Button_F_LW_CO_TT.Name = "Button_F_LW_CO_TT"
Button_F_LW_CO_TT.Size = New Size(58, 88)
Button_F_LW_CO_TT.TabIndex = 11
ToolTip1.SetToolTip(Button_F_LW_CO_TT, "TOP: Fastener - Lock Washer BOTTOM: Tapped Thru")
Button_F_LW_CO_TT.UseVisualStyleBackColor = True
'
' Button_F_FW_CO_TT
'
Button_F_FW_CO_TT.Image = My.Resources.Resources.Small_F_FW_CO_TT
Button_F_FW_CO_TT.Location = New Point(74, 191)
Button_F_FW_CO_TT.Name = "Button_F_FW_CO_TT"
Button_F_FW_CO_TT.Size = New Size(58, 88)
Button_F_FW_CO_TT.TabIndex = 10
ToolTip1.SetToolTip(Button_F_FW_CO_TT, "TOP: Fastener - Flat Washer BOTTOM: Tapped Thru")
Button_F_FW_CO_TT.UseVisualStyleBackColor = True
'
' Button_F_CO_TT
'
Button_F_CO_TT.Image = My.Resources.Resources.Small_F_CO_TT
Button_F_CO_TT.Location = New Point(3, 191)
Button_F_CO_TT.Name = "Button_F_CO_TT"
Button_F_CO_TT.Size = New Size(58, 88)
Button_F_CO_TT.TabIndex = 9
ToolTip1.SetToolTip(Button_F_CO_TT, "TOP: Fastener BOTTOM: Tapped Thru")
Button_F_CO_TT.UseVisualStyleBackColor = True
'
' Button_F_FW_CO_FW_LW_N
'
Button_F_FW_CO_FW_LW_N.Image = My.Resources.Resources.Small_F_FW_CO_FW_LW_N
Button_F_FW_CO_FW_LW_N.Location = New Point(216, 97)
Button_F_FW_CO_FW_LW_N.Name = "Button_F_FW_CO_FW_LW_N"
Button_F_FW_CO_FW_LW_N.Size = New Size(58, 88)
Button_F_FW_CO_FW_LW_N.TabIndex = 8
ToolTip1.SetToolTip(Button_F_FW_CO_FW_LW_N, "TOP: Fastener - Flat Washer BOTTOM: Flat Washer - Lock Washer - Nut")
Button_F_FW_CO_FW_LW_N.UseVisualStyleBackColor = True
'
' Button_F_FW_CO_LW_N
'
Button_F_FW_CO_LW_N.Image = My.Resources.Resources.Small_F_FW_CO_LW_N
Button_F_FW_CO_LW_N.Location = New Point(145, 97)
Button_F_FW_CO_LW_N.Name = "Button_F_FW_CO_LW_N"
Button_F_FW_CO_LW_N.Size = New Size(58, 88)
Button_F_FW_CO_LW_N.TabIndex = 7
ToolTip1.SetToolTip(Button_F_FW_CO_LW_N, "TOP: Fastener - Flat Washer BOTTOM: Lock Washer - Nut")
Button_F_FW_CO_LW_N.UseVisualStyleBackColor = True
'
' Button_F_FW_CO_FW_N
'
Button_F_FW_CO_FW_N.Image = My.Resources.Resources.Small_F_FW_CO_FW_N
Button_F_FW_CO_FW_N.Location = New Point(74, 97)
Button_F_FW_CO_FW_N.Name = "Button_F_FW_CO_FW_N"
Button_F_FW_CO_FW_N.Size = New Size(58, 88)
Button_F_FW_CO_FW_N.TabIndex = 6
ToolTip1.SetToolTip(Button_F_FW_CO_FW_N, "TOP: Fastener - Flat Washer BOTTOM: Flat Washer - Nut")
Button_F_FW_CO_FW_N.UseVisualStyleBackColor = True
'
' Button_F_FW_CO_N
'
Button_F_FW_CO_N.Image = My.Resources.Resources.Small_F_FW_CO_N
Button_F_FW_CO_N.Location = New Point(3, 97)
Button_F_FW_CO_N.Name = "Button_F_FW_CO_N"
Button_F_FW_CO_N.Size = New Size(58, 88)
Button_F_FW_CO_N.TabIndex = 5
ToolTip1.SetToolTip(Button_F_FW_CO_N, "TOP: Fastener - Flat Washer BOTTOM: Nut")
Button_F_FW_CO_N.UseVisualStyleBackColor = True
'
' Button_F_CO_FW_LW_N
'
Button_F_CO_FW_LW_N.Image = My.Resources.Resources.Small_F_CO_FW_LW_N
Button_F_CO_FW_LW_N.Location = New Point(216, 3)
Button_F_CO_FW_LW_N.Name = "Button_F_CO_FW_LW_N"
Button_F_CO_FW_LW_N.Size = New Size(58, 88)
Button_F_CO_FW_LW_N.TabIndex = 4
ToolTip1.SetToolTip(Button_F_CO_FW_LW_N, "TOP: Fastener BOTTOM: Flat Washer - Lock Washer - Nut")
Button_F_CO_FW_LW_N.UseVisualStyleBackColor = True
'
' Button_F_CO_LW_N
'
Button_F_CO_LW_N.Image = My.Resources.Resources.Small_F_CO_LW_N
Button_F_CO_LW_N.Location = New Point(145, 3)
Button_F_CO_LW_N.Name = "Button_F_CO_LW_N"
Button_F_CO_LW_N.Size = New Size(58, 88)
Button_F_CO_LW_N.TabIndex = 3
ToolTip1.SetToolTip(Button_F_CO_LW_N, "TOP: Fastener BOTTOM: Lock Washer - Nut")
Button_F_CO_LW_N.UseVisualStyleBackColor = True
'
' Button_F_CO_FW_N
'
Button_F_CO_FW_N.Image = My.Resources.Resources.Small_F_CO_FW_N
Button_F_CO_FW_N.Location = New Point(74, 3)
Button_F_CO_FW_N.Name = "Button_F_CO_FW_N"
Button_F_CO_FW_N.Size = New Size(58, 88)
Button_F_CO_FW_N.TabIndex = 2
ToolTip1.SetToolTip(Button_F_CO_FW_N, "TOP: Fastener BOTTOM: Flat Washer - Nut")
Button_F_CO_FW_N.UseVisualStyleBackColor = True
'
' FormStackConfiguration
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
ClientSize = New Size(284, 376)
Controls.Add(TableLayoutPanel1)
Icon = CType(resources.GetObject("$this.Icon"), Icon)
MaximizeBox = False
MaximumSize = New Size(300, 415)
MinimumSize = New Size(300, 415)
Name = "FormStackConfiguration"
StartPosition = FormStartPosition.CenterParent
Text = "Stack Configuration"
TableLayoutPanel1.ResumeLayout(False)
ResumeLayout(False)
End Sub
Friend WithEvents Button_F_CO_N As Button
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents Button_F_LW_FW_CO_TB As Button
Friend WithEvents Button_F_LW_CO_TB As Button
Friend WithEvents Button_F_FW_CO_TB As Button
Friend WithEvents Button_F_CO_TB As Button
Friend WithEvents Button_F_LW_FW_CO_TT As Button
Friend WithEvents Button_F_LW_CO_TT As Button
Friend WithEvents Button_F_FW_CO_TT As Button
Friend WithEvents Button_F_CO_TT As Button
Friend WithEvents Button_F_FW_CO_FW_LW_N As Button
Friend WithEvents Button_F_FW_CO_LW_N As Button
Friend WithEvents Button_F_FW_CO_FW_N As Button
Friend WithEvents Button_F_FW_CO_N As Button
Friend WithEvents Button_F_CO_FW_LW_N As Button
Friend WithEvents Button_F_CO_LW_N As Button
Friend WithEvents Button_F_CO_FW_N As Button
Friend WithEvents ToolTip1 As ToolTip
End Class