프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 6fb1a52e

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