프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 2a074ac0

이력 | 보기 | 이력해설 | 다운로드 (18.8 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 76f465d0 Gyusu
        Me.Panel1 = New System.Windows.Forms.Panel()
49 b08338e3 Gyusu
        Me.Chk_Line = New System.Windows.Forms.CheckBox()
50
        Me.Chk_Equipment = New System.Windows.Forms.CheckBox()
51 76f465d0 Gyusu
        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 4f359afa Gyusu
        Me.Status_Main.SuspendLayout()
56 962b2464 Gyusu
        Me.ToolStrip1.SuspendLayout()
57 e282643f Gyusu
        CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
58
        Me.SplitContainer2.Panel1.SuspendLayout()
59
        Me.SplitContainer2.Panel2.SuspendLayout()
60
        Me.SplitContainer2.SuspendLayout()
61 b08338e3 Gyusu
        Me.Panel1.SuspendLayout()
62 4f359afa Gyusu
        Me.SuspendLayout()
63
        '
64 31d47a80 Gyusu
        'Status_Main
65
        '
66 41e4023e Gyusu
        Me.Status_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgressBar_Status, Me.Txt_Progressvalue, Me.Label_Progress})
67 31d47a80 Gyusu
        Me.Status_Main.Location = New System.Drawing.Point(0, 449)
68
        Me.Status_Main.Name = "Status_Main"
69 272662f9 Gyusu
        Me.Status_Main.Size = New System.Drawing.Size(721, 26)
70 31d47a80 Gyusu
        Me.Status_Main.TabIndex = 2
71
        Me.Status_Main.Text = "StatusStrip1"
72
        '
73 e1cde8f2 Gyusu
        'ProgressBar_Status
74
        '
75
        Me.ProgressBar_Status.Name = "ProgressBar_Status"
76
        Me.ProgressBar_Status.Size = New System.Drawing.Size(200, 20)
77 41e4023e Gyusu
        Me.ProgressBar_Status.Style = System.Windows.Forms.ProgressBarStyle.Continuous
78 e1cde8f2 Gyusu
        '
79 41e4023e Gyusu
        'Txt_Progressvalue
80 31d47a80 Gyusu
        '
81 41e4023e Gyusu
        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 31d47a80 Gyusu
        '
90
        'ToolStrip1
91
        '
92
        Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
93 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})
94 31d47a80 Gyusu
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
95
        Me.ToolStrip1.Name = "ToolStrip1"
96 272662f9 Gyusu
        Me.ToolStrip1.Size = New System.Drawing.Size(721, 25)
97 31d47a80 Gyusu
        Me.ToolStrip1.TabIndex = 4
98
        Me.ToolStrip1.Text = "ToolStrip1"
99
        '
100 e282643f Gyusu
        'DropDown_File
101
        '
102
        Me.DropDown_File.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
103 272662f9 Gyusu
        Me.DropDown_File.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LoadXmlToolStripMenuItem})
104 e282643f Gyusu
        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 272662f9 Gyusu
        'LoadXmlToolStripMenuItem
111
        '
112
        Me.LoadXmlToolStripMenuItem.Name = "LoadXmlToolStripMenuItem"
113 e6ef24be gaqhf
        Me.LoadXmlToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
114 272662f9 Gyusu
        Me.LoadXmlToolStripMenuItem.Text = "Load Xml"
115
        '
116 e282643f Gyusu
        '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 7824381a Gyusu
        Me.Btn_Setting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
129 e282643f Gyusu
        Me.Btn_Setting.Image = CType(resources.GetObject("Btn_Setting.Image"), System.Drawing.Image)
130
        Me.Btn_Setting.Name = "Btn_Setting"
131 76f465d0 Gyusu
        Me.Btn_Setting.Size = New System.Drawing.Size(112, 22)
132 e282643f Gyusu
        Me.Btn_Setting.Text = "Setting"
133
        '
134 7824381a Gyusu
        'ToolStripDropDownButton3
135
        '
136
        Me.ToolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
137 39d43554 Gyusu
        Me.ToolStripDropDownButton3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_SymbolLibrary, Me.Btn_ClearGrid, Me.ClearLogToolStripMenuItem})
138 7824381a Gyusu
        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 54b98e09 Gyusu
        '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 7824381a Gyusu
        'Btn_ClearGrid
151
        '
152
        Me.Btn_ClearGrid.Name = "Btn_ClearGrid"
153 39d43554 Gyusu
        Me.Btn_ClearGrid.Size = New System.Drawing.Size(155, 22)
154 7824381a Gyusu
        Me.Btn_ClearGrid.Text = "Clear Grid"
155
        '
156
        'ClearLogToolStripMenuItem
157
        '
158
        Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem"
159 39d43554 Gyusu
        Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
160 7824381a Gyusu
        Me.ClearLogToolStripMenuItem.Text = "Clear Log"
161
        '
162 171ac39d Gyusu
        '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 39d43554 Gyusu
        '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 54b98e09 Gyusu
        Me.Btn_TestNozzle.Visible = False
191 39d43554 Gyusu
        '
192 e1cde8f2 Gyusu
        'Main_Tab
193 e282643f Gyusu
        '
194 e1cde8f2 Gyusu
        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 272662f9 Gyusu
        Me.Main_Tab.Size = New System.Drawing.Size(721, 424)
199 e1cde8f2 Gyusu
        Me.Main_Tab.TabIndex = 7
200 e282643f Gyusu
        '
201
        'SplitContainer2
202
        '
203
        Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
204 272662f9 Gyusu
        Me.SplitContainer2.Location = New System.Drawing.Point(0, 25)
205 e282643f Gyusu
        Me.SplitContainer2.Name = "SplitContainer2"
206
        '
207
        'SplitContainer2.Panel1
208
        '
209
        Me.SplitContainer2.Panel1.Controls.Add(Me.Tree_Result)
210 b08338e3 Gyusu
        Me.SplitContainer2.Panel1.Controls.Add(Me.Panel1)
211 e282643f Gyusu
        '
212
        'SplitContainer2.Panel2
213
        '
214 9e1e7135 Gyusu
        Me.SplitContainer2.Panel2.Controls.Add(Me.ListBox_Result)
215 272662f9 Gyusu
        Me.SplitContainer2.Size = New System.Drawing.Size(721, 424)
216 7824381a Gyusu
        Me.SplitContainer2.SplitterDistance = 232
217 e282643f Gyusu
        Me.SplitContainer2.TabIndex = 3
218
        '
219
        'Tree_Result
220
        '
221 20c84e05 Gyusu
        Me.Tree_Result.BackColor = System.Drawing.Color.White
222 272662f9 Gyusu
        Me.Tree_Result.CheckBoxes = True
223 e282643f Gyusu
        Me.Tree_Result.Dock = System.Windows.Forms.DockStyle.Fill
224 272662f9 Gyusu
        Me.Tree_Result.ImageIndex = 0
225
        Me.Tree_Result.ImageList = Me.TreeNodeImageList
226 e282643f Gyusu
        Me.Tree_Result.Location = New System.Drawing.Point(0, 0)
227
        Me.Tree_Result.Name = "Tree_Result"
228 b08338e3 Gyusu
        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 272662f9 Gyusu
        Me.Tree_Result.SelectedImageIndex = 0
234 b08338e3 Gyusu
        Me.Tree_Result.Size = New System.Drawing.Size(232, 389)
235 e282643f Gyusu
        Me.Tree_Result.TabIndex = 0
236
        '
237 272662f9 Gyusu
        '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 76f465d0 Gyusu
        'Panel1
271 b08338e3 Gyusu
        '
272 76f465d0 Gyusu
        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 b08338e3 Gyusu
        '
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 e6ef24be gaqhf
        Me.Chk_Line.Visible = False
291 b08338e3 Gyusu
        '
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 e6ef24be gaqhf
        Me.Chk_Equipment.Visible = False
302 b08338e3 Gyusu
        '
303 76f465d0 Gyusu
        'Chk_Symbol
304 b08338e3 Gyusu
        '
305 76f465d0 Gyusu
        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 e6ef24be gaqhf
        Me.Chk_Symbol.Visible = False
313 76f465d0 Gyusu
        '
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 b08338e3 Gyusu
        '
335 4f359afa Gyusu
        'Main
336
        '
337
        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
338
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
339 272662f9 Gyusu
        Me.ClientSize = New System.Drawing.Size(721, 475)
340 76f465d0 Gyusu
        Me.Controls.Add(Me.Chk_OnlyPoint)
341 272662f9 Gyusu
        Me.Controls.Add(Me.SplitContainer2)
342 e1cde8f2 Gyusu
        Me.Controls.Add(Me.Main_Tab)
343 962b2464 Gyusu
        Me.Controls.Add(Me.ToolStrip1)
344 4f359afa Gyusu
        Me.Controls.Add(Me.Status_Main)
345
        Me.Name = "Main"
346
        Me.ShowIcon = False
347 962b2464 Gyusu
        Me.Text = "SPPID Converter"
348 4f359afa Gyusu
        Me.Status_Main.ResumeLayout(False)
349
        Me.Status_Main.PerformLayout()
350 962b2464 Gyusu
        Me.ToolStrip1.ResumeLayout(False)
351
        Me.ToolStrip1.PerformLayout()
352 e282643f Gyusu
        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 b08338e3 Gyusu
        Me.Panel1.ResumeLayout(False)
357
        Me.Panel1.PerformLayout()
358 4f359afa Gyusu
        Me.ResumeLayout(False)
359
        Me.PerformLayout()
360
361
    End Sub
362
    Friend WithEvents Status_Main As StatusStrip
363 e282643f Gyusu
    Friend WithEvents ProgressBar_Status As ToolStripProgressBar
364 962b2464 Gyusu
    Friend WithEvents ToolStrip1 As ToolStrip
365 e282643f Gyusu
    Friend WithEvents DropDown_File As ToolStripDropDownButton
366
    Friend WithEvents ToolStripDropDownButton2 As ToolStripDropDownButton
367
    Friend WithEvents Btn_Setting As ToolStripMenuItem
368 e1cde8f2 Gyusu
    Friend WithEvents Main_Tab As TabControl
369 e282643f Gyusu
    Friend WithEvents SplitContainer2 As SplitContainer
370
    Friend WithEvents Tree_Result As TreeView
371 e1cde8f2 Gyusu
    Friend WithEvents ListBox_Result As ListBox
372 272662f9 Gyusu
    Friend WithEvents LoadXmlToolStripMenuItem As ToolStripMenuItem
373
    Friend WithEvents TreeNodeImageList As ImageList
374 20c84e05 Gyusu
    Friend WithEvents ToolStripDropDownButton3 As ToolStripDropDownButton
375
    Friend WithEvents Btn_ClearGrid As ToolStripMenuItem
376
    Friend WithEvents ClearLogToolStripMenuItem As ToolStripMenuItem
377 171ac39d Gyusu
    Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
378
    Friend WithEvents Btn_Convert As ToolStripButton
379
    Friend WithEvents Btn_Stop As ToolStripButton
380 42c0013c Gyusu
    Friend WithEvents Btn_TestNozzle As ToolStripButton
381 39d43554 Gyusu
    Friend WithEvents Btn_SymbolLibrary As ToolStripMenuItem
382 41e4023e Gyusu
    Friend WithEvents Txt_Progressvalue As ToolStripStatusLabel
383
    Friend WithEvents Label_Progress As ToolStripStatusLabel
384 b08338e3 Gyusu
    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 76f465d0 Gyusu
    Friend WithEvents Chk_OnlyPoint As CheckBox
389 4f359afa Gyusu
End Class
클립보드 이미지 추가 (최대 크기: 500 MB)