프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ e5af02a0

이력 | 보기 | 이력해설 | 다운로드 (18.8 KB)

1
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2
Partial Class Main
3
    Inherits System.Windows.Forms.Form
4

    
5
    'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
6
    <System.Diagnostics.DebuggerNonUserCode()> _
7
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8
        Try
9
            If disposing AndAlso components IsNot Nothing Then
10
                components.Dispose()
11
            End If
12
        Finally
13
            MyBase.Dispose(disposing)
14
        End Try
15
    End Sub
16

    
17
    'Windows Form 디자이너에 필요합니다.
18
    Private components As System.ComponentModel.IContainer
19

    
20
    '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
21
    '수정하려면 Windows Form 디자이너를 사용하십시오.  
22
    '코드 편집기에서는 수정하지 마세요.
23
    <System.Diagnostics.DebuggerStepThrough()> _
24
    Private Sub InitializeComponent()
25
        Me.components = New System.ComponentModel.Container()
26
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
27
        Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Drawing", 15, 16)
28
        Me.Status_Main = New System.Windows.Forms.StatusStrip()
29
        Me.ProgressBar_Status = New System.Windows.Forms.ToolStripProgressBar()
30
        Me.Txt_Progressvalue = New System.Windows.Forms.ToolStripStatusLabel()
31
        Me.Label_Progress = New System.Windows.Forms.ToolStripStatusLabel()
32
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
33
        Me.DropDown_File = New System.Windows.Forms.ToolStripDropDownButton()
34
        Me.LoadXmlToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
35
        Me.ToolStripDropDownButton2 = New System.Windows.Forms.ToolStripDropDownButton()
36
        Me.Btn_Setting = New System.Windows.Forms.ToolStripMenuItem()
37
        Me.ToolStripDropDownButton3 = New System.Windows.Forms.ToolStripDropDownButton()
38
        Me.Btn_SymbolLibrary = New System.Windows.Forms.ToolStripMenuItem()
39
        Me.Btn_ClearGrid = New System.Windows.Forms.ToolStripMenuItem()
40
        Me.ClearLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
41
        Me.Btn_Convert = New System.Windows.Forms.ToolStripButton()
42
        Me.Btn_Stop = New System.Windows.Forms.ToolStripButton()
43
        Me.Btn_TestNozzle = New System.Windows.Forms.ToolStripButton()
44
        Me.Main_Tab = New System.Windows.Forms.TabControl()
45
        Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
46
        Me.Tree_Result = New System.Windows.Forms.TreeView()
47
        Me.TreeNodeImageList = New System.Windows.Forms.ImageList(Me.components)
48
        Me.Panel1 = New System.Windows.Forms.Panel()
49
        Me.Chk_Line = New System.Windows.Forms.CheckBox()
50
        Me.Chk_Equipment = New System.Windows.Forms.CheckBox()
51
        Me.Chk_Symbol = New System.Windows.Forms.CheckBox()
52
        Me.ListBox_Result = New System.Windows.Forms.ListBox()
53
        Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
54
        Me.Chk_OnlyPoint = New System.Windows.Forms.CheckBox()
55
        Me.Status_Main.SuspendLayout()
56
        Me.ToolStrip1.SuspendLayout()
57
        CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
58
        Me.SplitContainer2.Panel1.SuspendLayout()
59
        Me.SplitContainer2.Panel2.SuspendLayout()
60
        Me.SplitContainer2.SuspendLayout()
61
        Me.Panel1.SuspendLayout()
62
        Me.SuspendLayout()
63
        '
64
        'Status_Main
65
        '
66
        Me.Status_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgressBar_Status, Me.Txt_Progressvalue, Me.Label_Progress})
67
        Me.Status_Main.Location = New System.Drawing.Point(0, 449)
68
        Me.Status_Main.Name = "Status_Main"
69
        Me.Status_Main.Size = New System.Drawing.Size(721, 26)
70
        Me.Status_Main.TabIndex = 2
71
        Me.Status_Main.Text = "StatusStrip1"
72
        '
73
        'ProgressBar_Status
74
        '
75
        Me.ProgressBar_Status.Name = "ProgressBar_Status"
76
        Me.ProgressBar_Status.Size = New System.Drawing.Size(200, 20)
77
        Me.ProgressBar_Status.Style = System.Windows.Forms.ProgressBarStyle.Continuous
78
        '
79
        'Txt_Progressvalue
80
        '
81
        Me.Txt_Progressvalue.Name = "Txt_Progressvalue"
82
        Me.Txt_Progressvalue.Size = New System.Drawing.Size(0, 21)
83
        '
84
        'Label_Progress
85
        '
86
        Me.Label_Progress.Name = "Label_Progress"
87
        Me.Label_Progress.Size = New System.Drawing.Size(11, 21)
88
        Me.Label_Progress.Text = " "
89
        '
90
        'ToolStrip1
91
        '
92
        Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
93
        Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DropDown_File, Me.ToolStripDropDownButton2, Me.ToolStripDropDownButton3, Me.Btn_Convert, Me.Btn_Stop, Me.Btn_TestNozzle})
94
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
95
        Me.ToolStrip1.Name = "ToolStrip1"
96
        Me.ToolStrip1.Size = New System.Drawing.Size(721, 25)
97
        Me.ToolStrip1.TabIndex = 4
98
        Me.ToolStrip1.Text = "ToolStrip1"
99
        '
100
        'DropDown_File
101
        '
102
        Me.DropDown_File.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
103
        Me.DropDown_File.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LoadXmlToolStripMenuItem})
104
        Me.DropDown_File.Image = CType(resources.GetObject("DropDown_File.Image"), System.Drawing.Image)
105
        Me.DropDown_File.ImageTransparentColor = System.Drawing.Color.Magenta
106
        Me.DropDown_File.Name = "DropDown_File"
107
        Me.DropDown_File.Size = New System.Drawing.Size(38, 22)
108
        Me.DropDown_File.Text = "File"
109
        '
110
        'LoadXmlToolStripMenuItem
111
        '
112
        Me.LoadXmlToolStripMenuItem.Name = "LoadXmlToolStripMenuItem"
113
        Me.LoadXmlToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
114
        Me.LoadXmlToolStripMenuItem.Text = "Load Xml"
115
        '
116
        'ToolStripDropDownButton2
117
        '
118
        Me.ToolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
119
        Me.ToolStripDropDownButton2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_Setting})
120
        Me.ToolStripDropDownButton2.Image = CType(resources.GetObject("ToolStripDropDownButton2.Image"), System.Drawing.Image)
121
        Me.ToolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta
122
        Me.ToolStripDropDownButton2.Name = "ToolStripDropDownButton2"
123
        Me.ToolStripDropDownButton2.Size = New System.Drawing.Size(48, 22)
124
        Me.ToolStripDropDownButton2.Text = "Tools"
125
        '
126
        'Btn_Setting
127
        '
128
        Me.Btn_Setting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
129
        Me.Btn_Setting.Image = CType(resources.GetObject("Btn_Setting.Image"), System.Drawing.Image)
130
        Me.Btn_Setting.Name = "Btn_Setting"
131
        Me.Btn_Setting.Size = New System.Drawing.Size(112, 22)
132
        Me.Btn_Setting.Text = "Setting"
133
        '
134
        'ToolStripDropDownButton3
135
        '
136
        Me.ToolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
137
        Me.ToolStripDropDownButton3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_SymbolLibrary, Me.Btn_ClearGrid, Me.ClearLogToolStripMenuItem})
138
        Me.ToolStripDropDownButton3.Image = CType(resources.GetObject("ToolStripDropDownButton3.Image"), System.Drawing.Image)
139
        Me.ToolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta
140
        Me.ToolStripDropDownButton3.Name = "ToolStripDropDownButton3"
141
        Me.ToolStripDropDownButton3.Size = New System.Drawing.Size(46, 22)
142
        Me.ToolStripDropDownButton3.Text = "View"
143
        '
144
        'Btn_SymbolLibrary
145
        '
146
        Me.Btn_SymbolLibrary.Name = "Btn_SymbolLibrary"
147
        Me.Btn_SymbolLibrary.Size = New System.Drawing.Size(155, 22)
148
        Me.Btn_SymbolLibrary.Text = "Symbol Library"
149
        '
150
        'Btn_ClearGrid
151
        '
152
        Me.Btn_ClearGrid.Name = "Btn_ClearGrid"
153
        Me.Btn_ClearGrid.Size = New System.Drawing.Size(155, 22)
154
        Me.Btn_ClearGrid.Text = "Clear Grid"
155
        '
156
        'ClearLogToolStripMenuItem
157
        '
158
        Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem"
159
        Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
160
        Me.ClearLogToolStripMenuItem.Text = "Clear Log"
161
        '
162
        'Btn_Convert
163
        '
164
        Me.Btn_Convert.BackColor = System.Drawing.Color.Azure
165
        Me.Btn_Convert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
166
        Me.Btn_Convert.Image = CType(resources.GetObject("Btn_Convert.Image"), System.Drawing.Image)
167
        Me.Btn_Convert.ImageTransparentColor = System.Drawing.Color.Magenta
168
        Me.Btn_Convert.Name = "Btn_Convert"
169
        Me.Btn_Convert.Size = New System.Drawing.Size(53, 22)
170
        Me.Btn_Convert.Text = "Convert"
171
        '
172
        'Btn_Stop
173
        '
174
        Me.Btn_Stop.BackColor = System.Drawing.Color.LavenderBlush
175
        Me.Btn_Stop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
176
        Me.Btn_Stop.Image = CType(resources.GetObject("Btn_Stop.Image"), System.Drawing.Image)
177
        Me.Btn_Stop.ImageTransparentColor = System.Drawing.Color.Magenta
178
        Me.Btn_Stop.Name = "Btn_Stop"
179
        Me.Btn_Stop.Size = New System.Drawing.Size(36, 22)
180
        Me.Btn_Stop.Text = "Stop"
181
        '
182
        'Btn_TestNozzle
183
        '
184
        Me.Btn_TestNozzle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
185
        Me.Btn_TestNozzle.Image = CType(resources.GetObject("Btn_TestNozzle.Image"), System.Drawing.Image)
186
        Me.Btn_TestNozzle.ImageTransparentColor = System.Drawing.Color.Magenta
187
        Me.Btn_TestNozzle.Name = "Btn_TestNozzle"
188
        Me.Btn_TestNozzle.Size = New System.Drawing.Size(73, 22)
189
        Me.Btn_TestNozzle.Text = "Test Nozzle"
190
        Me.Btn_TestNozzle.Visible = False
191
        '
192
        'Main_Tab
193
        '
194
        Me.Main_Tab.Dock = System.Windows.Forms.DockStyle.Fill
195
        Me.Main_Tab.Location = New System.Drawing.Point(0, 25)
196
        Me.Main_Tab.Name = "Main_Tab"
197
        Me.Main_Tab.SelectedIndex = 0
198
        Me.Main_Tab.Size = New System.Drawing.Size(721, 424)
199
        Me.Main_Tab.TabIndex = 7
200
        '
201
        'SplitContainer2
202
        '
203
        Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
204
        Me.SplitContainer2.Location = New System.Drawing.Point(0, 25)
205
        Me.SplitContainer2.Name = "SplitContainer2"
206
        '
207
        'SplitContainer2.Panel1
208
        '
209
        Me.SplitContainer2.Panel1.Controls.Add(Me.Tree_Result)
210
        Me.SplitContainer2.Panel1.Controls.Add(Me.Panel1)
211
        '
212
        'SplitContainer2.Panel2
213
        '
214
        Me.SplitContainer2.Panel2.Controls.Add(Me.ListBox_Result)
215
        Me.SplitContainer2.Size = New System.Drawing.Size(721, 424)
216
        Me.SplitContainer2.SplitterDistance = 232
217
        Me.SplitContainer2.TabIndex = 3
218
        '
219
        'Tree_Result
220
        '
221
        Me.Tree_Result.BackColor = System.Drawing.Color.White
222
        Me.Tree_Result.CheckBoxes = True
223
        Me.Tree_Result.Dock = System.Windows.Forms.DockStyle.Fill
224
        Me.Tree_Result.ImageIndex = 0
225
        Me.Tree_Result.ImageList = Me.TreeNodeImageList
226
        Me.Tree_Result.Location = New System.Drawing.Point(0, 0)
227
        Me.Tree_Result.Name = "Tree_Result"
228
        TreeNode1.ImageIndex = 15
229
        TreeNode1.Name = "Drawing"
230
        TreeNode1.SelectedImageIndex = 16
231
        TreeNode1.Text = "Drawing"
232
        Me.Tree_Result.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode1})
233
        Me.Tree_Result.SelectedImageIndex = 0
234
        Me.Tree_Result.Size = New System.Drawing.Size(232, 389)
235
        Me.Tree_Result.TabIndex = 0
236
        '
237
        'TreeNodeImageList
238
        '
239
        Me.TreeNodeImageList.ImageStream = CType(resources.GetObject("TreeNodeImageList.ImageStream"), System.Windows.Forms.ImageListStreamer)
240
        Me.TreeNodeImageList.TransparentColor = System.Drawing.Color.Transparent
241
        Me.TreeNodeImageList.Images.SetKeyName(0, "Starry HD.ico")
242
        Me.TreeNodeImageList.Images.SetKeyName(1, "Copy of DROPFLDR.ICO")
243
        Me.TreeNodeImageList.Images.SetKeyName(2, "DRIVE02.ICO")
244
        Me.TreeNodeImageList.Images.SetKeyName(3, "DRIVE.ICO")
245
        Me.TreeNodeImageList.Images.SetKeyName(4, "DRIVEDSC.ICO")
246
        Me.TreeNodeImageList.Images.SetKeyName(5, "DRIVENET.ICO")
247
        Me.TreeNodeImageList.Images.SetKeyName(6, "DRWEB.ICO")
248
        Me.TreeNodeImageList.Images.SetKeyName(7, "POINT02.ICO")
249
        Me.TreeNodeImageList.Images.SetKeyName(8, "POINT04.ICO")
250
        Me.TreeNodeImageList.Images.SetKeyName(9, "POINT13.ICO")
251
        Me.TreeNodeImageList.Images.SetKeyName(10, "POINT14.ICO")
252
        Me.TreeNodeImageList.Images.SetKeyName(11, "Space 1999 CD drive.ico")
253
        Me.TreeNodeImageList.Images.SetKeyName(12, "Space 1999 drive (35).ico")
254
        Me.TreeNodeImageList.Images.SetKeyName(13, "Starry Floppy.ico")
255
        Me.TreeNodeImageList.Images.SetKeyName(14, "028.ICO")
256
        Me.TreeNodeImageList.Images.SetKeyName(15, "001.ICO")
257
        Me.TreeNodeImageList.Images.SetKeyName(16, "002.ICO")
258
        Me.TreeNodeImageList.Images.SetKeyName(17, "003.ICO")
259
        Me.TreeNodeImageList.Images.SetKeyName(18, "004.ICO")
260
        Me.TreeNodeImageList.Images.SetKeyName(19, "005.ICO")
261
        Me.TreeNodeImageList.Images.SetKeyName(20, "006.ICO")
262
        Me.TreeNodeImageList.Images.SetKeyName(21, "007.ICO")
263
        Me.TreeNodeImageList.Images.SetKeyName(22, "008.ICO")
264
        Me.TreeNodeImageList.Images.SetKeyName(23, "009.ICO")
265
        Me.TreeNodeImageList.Images.SetKeyName(24, "010.ICO")
266
        Me.TreeNodeImageList.Images.SetKeyName(25, "021.ICO")
267
        Me.TreeNodeImageList.Images.SetKeyName(26, "022.ICO")
268
        Me.TreeNodeImageList.Images.SetKeyName(27, "027.ICO")
269
        '
270
        'Panel1
271
        '
272
        Me.Panel1.Controls.Add(Me.Chk_Line)
273
        Me.Panel1.Controls.Add(Me.Chk_Equipment)
274
        Me.Panel1.Controls.Add(Me.Chk_Symbol)
275
        Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
276
        Me.Panel1.Location = New System.Drawing.Point(0, 389)
277
        Me.Panel1.Name = "Panel1"
278
        Me.Panel1.Size = New System.Drawing.Size(232, 35)
279
        Me.Panel1.TabIndex = 4
280
        '
281
        'Chk_Line
282
        '
283
        Me.Chk_Line.AutoSize = True
284
        Me.Chk_Line.Location = New System.Drawing.Point(86, 10)
285
        Me.Chk_Line.Name = "Chk_Line"
286
        Me.Chk_Line.Size = New System.Drawing.Size(48, 16)
287
        Me.Chk_Line.TabIndex = 2
288
        Me.Chk_Line.Text = "Line"
289
        Me.Chk_Line.UseVisualStyleBackColor = True
290
        Me.Chk_Line.Visible = False
291
        '
292
        'Chk_Equipment
293
        '
294
        Me.Chk_Equipment.AutoSize = True
295
        Me.Chk_Equipment.Location = New System.Drawing.Point(140, 10)
296
        Me.Chk_Equipment.Name = "Chk_Equipment"
297
        Me.Chk_Equipment.Size = New System.Drawing.Size(84, 16)
298
        Me.Chk_Equipment.TabIndex = 3
299
        Me.Chk_Equipment.Text = "Equipment"
300
        Me.Chk_Equipment.UseVisualStyleBackColor = True
301
        Me.Chk_Equipment.Visible = False
302
        '
303
        'Chk_Symbol
304
        '
305
        Me.Chk_Symbol.AutoSize = True
306
        Me.Chk_Symbol.Location = New System.Drawing.Point(13, 10)
307
        Me.Chk_Symbol.Name = "Chk_Symbol"
308
        Me.Chk_Symbol.Size = New System.Drawing.Size(67, 16)
309
        Me.Chk_Symbol.TabIndex = 1
310
        Me.Chk_Symbol.Text = "Symbol"
311
        Me.Chk_Symbol.UseVisualStyleBackColor = True
312
        Me.Chk_Symbol.Visible = False
313
        '
314
        'ListBox_Result
315
        '
316
        Me.ListBox_Result.BackColor = System.Drawing.SystemColors.GradientActiveCaption
317
        Me.ListBox_Result.Dock = System.Windows.Forms.DockStyle.Fill
318
        Me.ListBox_Result.FormattingEnabled = True
319
        Me.ListBox_Result.ItemHeight = 12
320
        Me.ListBox_Result.Location = New System.Drawing.Point(0, 0)
321
        Me.ListBox_Result.Name = "ListBox_Result"
322
        Me.ListBox_Result.Size = New System.Drawing.Size(485, 424)
323
        Me.ListBox_Result.TabIndex = 0
324
        '
325
        'Chk_OnlyPoint
326
        '
327
        Me.Chk_OnlyPoint.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
328
        Me.Chk_OnlyPoint.AutoSize = True
329
        Me.Chk_OnlyPoint.Location = New System.Drawing.Point(706, 5)
330
        Me.Chk_OnlyPoint.Name = "Chk_OnlyPoint"
331
        Me.Chk_OnlyPoint.Size = New System.Drawing.Size(15, 14)
332
        Me.Chk_OnlyPoint.TabIndex = 8
333
        Me.Chk_OnlyPoint.UseVisualStyleBackColor = True
334
        '
335
        'Main
336
        '
337
        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
338
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
339
        Me.ClientSize = New System.Drawing.Size(721, 475)
340
        Me.Controls.Add(Me.Chk_OnlyPoint)
341
        Me.Controls.Add(Me.SplitContainer2)
342
        Me.Controls.Add(Me.Main_Tab)
343
        Me.Controls.Add(Me.ToolStrip1)
344
        Me.Controls.Add(Me.Status_Main)
345
        Me.Name = "Main"
346
        Me.ShowIcon = False
347
        Me.Text = "SPPID Converter"
348
        Me.Status_Main.ResumeLayout(False)
349
        Me.Status_Main.PerformLayout()
350
        Me.ToolStrip1.ResumeLayout(False)
351
        Me.ToolStrip1.PerformLayout()
352
        Me.SplitContainer2.Panel1.ResumeLayout(False)
353
        Me.SplitContainer2.Panel2.ResumeLayout(False)
354
        CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
355
        Me.SplitContainer2.ResumeLayout(False)
356
        Me.Panel1.ResumeLayout(False)
357
        Me.Panel1.PerformLayout()
358
        Me.ResumeLayout(False)
359
        Me.PerformLayout()
360

    
361
    End Sub
362
    Friend WithEvents Status_Main As StatusStrip
363
    Friend WithEvents ProgressBar_Status As ToolStripProgressBar
364
    Friend WithEvents ToolStrip1 As ToolStrip
365
    Friend WithEvents DropDown_File As ToolStripDropDownButton
366
    Friend WithEvents ToolStripDropDownButton2 As ToolStripDropDownButton
367
    Friend WithEvents Btn_Setting As ToolStripMenuItem
368
    Friend WithEvents Main_Tab As TabControl
369
    Friend WithEvents SplitContainer2 As SplitContainer
370
    Friend WithEvents Tree_Result As TreeView
371
    Friend WithEvents ListBox_Result As ListBox
372
    Friend WithEvents LoadXmlToolStripMenuItem As ToolStripMenuItem
373
    Friend WithEvents TreeNodeImageList As ImageList
374
    Friend WithEvents ToolStripDropDownButton3 As ToolStripDropDownButton
375
    Friend WithEvents Btn_ClearGrid As ToolStripMenuItem
376
    Friend WithEvents ClearLogToolStripMenuItem As ToolStripMenuItem
377
    Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
378
    Friend WithEvents Btn_Convert As ToolStripButton
379
    Friend WithEvents Btn_Stop As ToolStripButton
380
    Friend WithEvents Btn_TestNozzle As ToolStripButton
381
    Friend WithEvents Btn_SymbolLibrary As ToolStripMenuItem
382
    Friend WithEvents Txt_Progressvalue As ToolStripStatusLabel
383
    Friend WithEvents Label_Progress As ToolStripStatusLabel
384
    Friend WithEvents Panel1 As Panel
385
    Friend WithEvents Chk_Line As CheckBox
386
    Friend WithEvents Chk_Equipment As CheckBox
387
    Friend WithEvents Chk_Symbol As CheckBox
388
    Friend WithEvents Chk_OnlyPoint As CheckBox
389
End Class
클립보드 이미지 추가 (최대 크기: 500 MB)