-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUC_Tracker.Designer.vb
More file actions
219 lines (214 loc) · 10.4 KB
/
UC_Tracker.Designer.vb
File metadata and controls
219 lines (214 loc) · 10.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UC_Tracker
Inherits System.Windows.Forms.UserControl
'UserControl 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()
Me.GroupBox_Tracker = New System.Windows.Forms.GroupBox()
Me.CB_Trace = New System.Windows.Forms.CheckBox()
Me.CB_Closed = New System.Windows.Forms.CheckBox()
Me.LB_Z = New System.Windows.Forms.Label()
Me.LB_X = New System.Windows.Forms.Label()
Me.LB_Y = New System.Windows.Forms.Label()
Me.BT_Delete = New System.Windows.Forms.Button()
Me.BT_Settings = New System.Windows.Forms.Button()
Me.BT_Loop = New System.Windows.Forms.Button()
Me.BT_Play = New System.Windows.Forms.Button()
Me.GroupBox_Tracker.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox_Tracker
'
Me.GroupBox_Tracker.AutoSize = True
Me.GroupBox_Tracker.BackColor = System.Drawing.Color.AliceBlue
Me.GroupBox_Tracker.Controls.Add(Me.CB_Trace)
Me.GroupBox_Tracker.Controls.Add(Me.CB_Closed)
Me.GroupBox_Tracker.Controls.Add(Me.BT_Loop)
Me.GroupBox_Tracker.Controls.Add(Me.LB_Z)
Me.GroupBox_Tracker.Controls.Add(Me.LB_X)
Me.GroupBox_Tracker.Controls.Add(Me.LB_Y)
Me.GroupBox_Tracker.Controls.Add(Me.BT_Delete)
Me.GroupBox_Tracker.Controls.Add(Me.BT_Settings)
Me.GroupBox_Tracker.Controls.Add(Me.BT_Play)
Me.GroupBox_Tracker.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox_Tracker.Location = New System.Drawing.Point(0, 0)
Me.GroupBox_Tracker.Name = "GroupBox_Tracker"
Me.GroupBox_Tracker.Size = New System.Drawing.Size(283, 60)
Me.GroupBox_Tracker.TabIndex = 1
Me.GroupBox_Tracker.TabStop = False
Me.GroupBox_Tracker.Text = "Tracker"
'
'CB_Trace
'
Me.CB_Trace.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CB_Trace.Appearance = System.Windows.Forms.Appearance.Button
Me.CB_Trace.AutoSize = True
Me.CB_Trace.BackColor = System.Drawing.Color.Transparent
Me.CB_Trace.FlatAppearance.BorderSize = 0
Me.CB_Trace.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent
Me.CB_Trace.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlLight
Me.CB_Trace.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ControlLight
Me.CB_Trace.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CB_Trace.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Trace
Me.CB_Trace.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.CB_Trace.Location = New System.Drawing.Point(178, 7)
Me.CB_Trace.Name = "CB_Trace"
Me.CB_Trace.Size = New System.Drawing.Size(59, 23)
Me.CB_Trace.TabIndex = 4
Me.CB_Trace.Text = "Trace"
Me.CB_Trace.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.CB_Trace.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.CB_Trace.UseVisualStyleBackColor = False
'
'CB_Closed
'
Me.CB_Closed.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CB_Closed.Appearance = System.Windows.Forms.Appearance.Button
Me.CB_Closed.AutoSize = True
Me.CB_Closed.BackColor = System.Drawing.Color.Transparent
Me.CB_Closed.FlatAppearance.BorderSize = 0
Me.CB_Closed.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent
Me.CB_Closed.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.ControlLight
Me.CB_Closed.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.ControlLight
Me.CB_Closed.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.CB_Closed.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Unchecked
Me.CB_Closed.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.CB_Closed.Location = New System.Drawing.Point(178, 30)
Me.CB_Closed.Name = "CB_Closed"
Me.CB_Closed.Size = New System.Drawing.Size(98, 23)
Me.CB_Closed.TabIndex = 4
Me.CB_Closed.Text = "Closed curve"
Me.CB_Closed.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.CB_Closed.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.CB_Closed.UseVisualStyleBackColor = False
'
'LB_Z
'
Me.LB_Z.AutoSize = True
Me.LB_Z.Location = New System.Drawing.Point(2, 42)
Me.LB_Z.Name = "LB_Z"
Me.LB_Z.Size = New System.Drawing.Size(44, 13)
Me.LB_Z.TabIndex = 2
Me.LB_Z.Text = "Z: zzzzz"
Me.LB_Z.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'LB_X
'
Me.LB_X.AutoSize = True
Me.LB_X.Location = New System.Drawing.Point(2, 16)
Me.LB_X.Name = "LB_X"
Me.LB_X.Size = New System.Drawing.Size(44, 13)
Me.LB_X.TabIndex = 2
Me.LB_X.Text = "X: xxxxx"
Me.LB_X.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'LB_Y
'
Me.LB_Y.AutoSize = True
Me.LB_Y.Location = New System.Drawing.Point(2, 29)
Me.LB_Y.Name = "LB_Y"
Me.LB_Y.Size = New System.Drawing.Size(43, 13)
Me.LB_Y.TabIndex = 2
Me.LB_Y.Text = "Y: yyyyy"
Me.LB_Y.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'BT_Delete
'
Me.BT_Delete.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BT_Delete.BackColor = System.Drawing.Color.Transparent
Me.BT_Delete.FlatAppearance.BorderSize = 0
Me.BT_Delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.BT_Delete.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Remove
Me.BT_Delete.Location = New System.Drawing.Point(262, 7)
Me.BT_Delete.Margin = New System.Windows.Forms.Padding(0)
Me.BT_Delete.Name = "BT_Delete"
Me.BT_Delete.Size = New System.Drawing.Size(20, 20)
Me.BT_Delete.TabIndex = 1
Me.BT_Delete.UseVisualStyleBackColor = False
'
'BT_Settings
'
Me.BT_Settings.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BT_Settings.BackColor = System.Drawing.Color.Transparent
Me.BT_Settings.FlatAppearance.BorderSize = 0
Me.BT_Settings.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.BT_Settings.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Settings
Me.BT_Settings.Location = New System.Drawing.Point(241, 7)
Me.BT_Settings.Margin = New System.Windows.Forms.Padding(0)
Me.BT_Settings.Name = "BT_Settings"
Me.BT_Settings.Size = New System.Drawing.Size(20, 20)
Me.BT_Settings.TabIndex = 1
Me.BT_Settings.Tag = ""
Me.BT_Settings.UseVisualStyleBackColor = False
'
'BT_Loop
'
Me.BT_Loop.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BT_Loop.BackColor = System.Drawing.Color.Transparent
Me.BT_Loop.FlatAppearance.BorderSize = 0
Me.BT_Loop.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.BT_Loop.Image = Global.SolidEdge_VarHandler.My.Resources.Resources._Loop
Me.BT_Loop.Location = New System.Drawing.Point(178, 7)
Me.BT_Loop.Margin = New System.Windows.Forms.Padding(0)
Me.BT_Loop.Name = "BT_Loop"
Me.BT_Loop.Size = New System.Drawing.Size(20, 20)
Me.BT_Loop.TabIndex = 3
Me.BT_Loop.Tag = "Unchecked"
Me.BT_Loop.UseVisualStyleBackColor = False
Me.BT_Loop.Visible = False
'
'BT_Play
'
Me.BT_Play.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BT_Play.FlatAppearance.BorderSize = 0
Me.BT_Play.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.BT_Play.Image = Global.SolidEdge_VarHandler.My.Resources.Resources.Play
Me.BT_Play.Location = New System.Drawing.Point(199, 7)
Me.BT_Play.Margin = New System.Windows.Forms.Padding(0)
Me.BT_Play.Name = "BT_Play"
Me.BT_Play.Size = New System.Drawing.Size(20, 20)
Me.BT_Play.TabIndex = 1
Me.BT_Play.Tag = "Play"
Me.BT_Play.UseVisualStyleBackColor = True
Me.BT_Play.Visible = False
'
'UC_Tracker
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.Controls.Add(Me.GroupBox_Tracker)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Name = "UC_Tracker"
Me.Size = New System.Drawing.Size(283, 60)
Me.GroupBox_Tracker.ResumeLayout(False)
Me.GroupBox_Tracker.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents GroupBox_Tracker As GroupBox
Friend WithEvents LB_Z As Label
Friend WithEvents LB_X As Label
Friend WithEvents LB_Y As Label
Friend WithEvents BT_Delete As Button
Friend WithEvents BT_Settings As Button
Friend WithEvents CB_Closed As CheckBox
Friend WithEvents CB_Trace As CheckBox
Friend WithEvents BT_Loop As Button
Friend WithEvents BT_Play As Button
End Class