- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFormStackConfiguration.Designer.vb
More file actions
Latest commit
290 lines (286 loc) · 13.4 KB
/
Copy pathFormStackConfiguration.Designer.vb
File metadata and controls
290 lines (286 loc) · 13.4 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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>_
PartialClassFormStackConfiguration
InheritsSystem.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>_
ProtectedOverridesSubDispose(ByValdisposingAsBoolean)
Try
IfdisposingAndAlsocomponentsIsNotNothingThen
components.Dispose()
EndIf
Finally
MyBase.Dispose(disposing)
EndTry
EndSub
'Required by the Windows Form Designer
PrivatecomponentsAsSystem.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()>_
PrivateSubInitializeComponent()
components=NewComponentModel.Container()
DimresourcesAsSystem.ComponentModel.ComponentResourceManager=NewSystem.ComponentModel.ComponentResourceManager(GetType(FormStackConfiguration))
Button_F_CO_N=NewButton()
TableLayoutPanel1=NewTableLayoutPanel()
Button_F_LW_FW_CO_TB=NewButton()
Button_F_LW_CO_TB=NewButton()
Button_F_FW_CO_TB=NewButton()
Button_F_CO_TB=NewButton()
Button_F_LW_FW_CO_TT=NewButton()
Button_F_LW_CO_TT=NewButton()
Button_F_FW_CO_TT=NewButton()
Button_F_CO_TT=NewButton()
Button_F_FW_CO_FW_LW_N=NewButton()
Button_F_FW_CO_LW_N=NewButton()
Button_F_FW_CO_FW_N=NewButton()
Button_F_FW_CO_N=NewButton()
Button_F_CO_FW_LW_N=NewButton()
Button_F_CO_LW_N=NewButton()
Button_F_CO_FW_N=NewButton()
ToolTip1=NewToolTip(components)
Button_S_N_CO_N=NewButton()
TableLayoutPanel1.SuspendLayout()
SuspendLayout()
'
' Button_F_CO_N
'
Button_F_CO_N.Image=My.Resources.Resources.Small_F_CO_N
Button_F_CO_N.Location=NewPoint(3,3)
Button_F_CO_N.Name="Button_F_CO_N"
Button_F_CO_N.Size=NewSize(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(NewColumnStyle(SizeType.Percent,25F))
TableLayoutPanel1.ColumnStyles.Add(NewColumnStyle(SizeType.Percent,25F))
TableLayoutPanel1.ColumnStyles.Add(NewColumnStyle(SizeType.Percent,25F))
TableLayoutPanel1.ColumnStyles.Add(NewColumnStyle(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.Controls.Add(Button_S_N_CO_N,0,4)
TableLayoutPanel1.Dock=DockStyle.Fill
TableLayoutPanel1.Location=NewPoint(0,0)
TableLayoutPanel1.Name="TableLayoutPanel1"
TableLayoutPanel1.RowCount=5
TableLayoutPanel1.RowStyles.Add(NewRowStyle())
TableLayoutPanel1.RowStyles.Add(NewRowStyle())
TableLayoutPanel1.RowStyles.Add(NewRowStyle())
TableLayoutPanel1.RowStyles.Add(NewRowStyle())
TableLayoutPanel1.RowStyles.Add(NewRowStyle())
TableLayoutPanel1.Size=NewSize(284,471)
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=NewPoint(216,285)
Button_F_LW_FW_CO_TB.Name="Button_F_LW_FW_CO_TB"
Button_F_LW_FW_CO_TB.Size=NewSize(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=NewPoint(145,285)
Button_F_LW_CO_TB.Name="Button_F_LW_CO_TB"
Button_F_LW_CO_TB.Size=NewSize(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=NewPoint(74,285)
Button_F_FW_CO_TB.Name="Button_F_FW_CO_TB"
Button_F_FW_CO_TB.Size=NewSize(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=NewPoint(3,285)
Button_F_CO_TB.Name="Button_F_CO_TB"
Button_F_CO_TB.Size=NewSize(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=NewPoint(216,191)
Button_F_LW_FW_CO_TT.Name="Button_F_LW_FW_CO_TT"
Button_F_LW_FW_CO_TT.Size=NewSize(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=NewPoint(145,191)
Button_F_LW_CO_TT.Name="Button_F_LW_CO_TT"
Button_F_LW_CO_TT.Size=NewSize(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=NewPoint(74,191)
Button_F_FW_CO_TT.Name="Button_F_FW_CO_TT"
Button_F_FW_CO_TT.Size=NewSize(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=NewPoint(3,191)
Button_F_CO_TT.Name="Button_F_CO_TT"
Button_F_CO_TT.Size=NewSize(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=NewPoint(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=NewSize(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=NewPoint(145,97)
Button_F_FW_CO_LW_N.Name="Button_F_FW_CO_LW_N"
Button_F_FW_CO_LW_N.Size=NewSize(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=NewPoint(74,97)
Button_F_FW_CO_FW_N.Name="Button_F_FW_CO_FW_N"
Button_F_FW_CO_FW_N.Size=NewSize(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=NewPoint(3,97)
Button_F_FW_CO_N.Name="Button_F_FW_CO_N"
Button_F_FW_CO_N.Size=NewSize(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=NewPoint(216,3)
Button_F_CO_FW_LW_N.Name="Button_F_CO_FW_LW_N"
Button_F_CO_FW_LW_N.Size=NewSize(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=NewPoint(145,3)
Button_F_CO_LW_N.Name="Button_F_CO_LW_N"
Button_F_CO_LW_N.Size=NewSize(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=NewPoint(74,3)
Button_F_CO_FW_N.Name="Button_F_CO_FW_N"
Button_F_CO_FW_N.Size=NewSize(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
'
' Button_S_N_CO_N
'
Button_S_N_CO_N.Image=My.Resources.Resources.Small_S_N_CO_N
Button_S_N_CO_N.Location=NewPoint(3,379)
Button_S_N_CO_N.Name="Button_S_N_CO_N"
Button_S_N_CO_N.Size=NewSize(58,88)
Button_S_N_CO_N.TabIndex=17
Button_S_N_CO_N.UseVisualStyleBackColor=True
'
' FormStackConfiguration
'
AutoScaleDimensions=NewSizeF(7F,15F)
AutoScaleMode=AutoScaleMode.Font
ClientSize=NewSize(284,471)
Controls.Add(TableLayoutPanel1)
Icon=CType(resources.GetObject("$this.Icon"),Icon)
MaximizeBox=False
MaximumSize=NewSize(300,510)
MinimumSize=NewSize(300,510)
Name="FormStackConfiguration"
StartPosition=FormStartPosition.CenterParent
Text="Stack Configuration"
TableLayoutPanel1.ResumeLayout(False)
ResumeLayout(False)
EndSub
FriendWithEventsButton_F_CO_NAsButton
FriendWithEventsTableLayoutPanel1AsTableLayoutPanel
FriendWithEventsButton_F_LW_FW_CO_TBAsButton
FriendWithEventsButton_F_LW_CO_TBAsButton
FriendWithEventsButton_F_FW_CO_TBAsButton
FriendWithEventsButton_F_CO_TBAsButton
FriendWithEventsButton_F_LW_FW_CO_TTAsButton
FriendWithEventsButton_F_LW_CO_TTAsButton
FriendWithEventsButton_F_FW_CO_TTAsButton
FriendWithEventsButton_F_CO_TTAsButton
FriendWithEventsButton_F_FW_CO_FW_LW_NAsButton
FriendWithEventsButton_F_FW_CO_LW_NAsButton
FriendWithEventsButton_F_FW_CO_FW_NAsButton
FriendWithEventsButton_F_FW_CO_NAsButton
FriendWithEventsButton_F_CO_FW_LW_NAsButton
FriendWithEventsButton_F_CO_LW_NAsButton
FriendWithEventsButton_F_CO_FW_NAsButton
FriendWithEventsToolTip1AsToolTip
FriendWithEventsButton_S_N_CO_NAsButton
EndClass