프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

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

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

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