프로젝트

일반

사용자정보

통계
| 개정판:

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

이력 | 보기 | 이력해설 | 다운로드 (15.9 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 TreeNode2 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.ListBox_Result = New System.Windows.Forms.ListBox()
49
        Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
50
        Me.Status_Main.SuspendLayout()
51
        Me.ToolStrip1.SuspendLayout()
52
        CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
53
        Me.SplitContainer2.Panel1.SuspendLayout()
54
        Me.SplitContainer2.Panel2.SuspendLayout()
55
        Me.SplitContainer2.SuspendLayout()
56
        Me.SuspendLayout()
57
        '
58
        'Status_Main
59
        '
60
        Me.Status_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgressBar_Status, Me.Txt_Progressvalue, Me.Label_Progress})
61
        Me.Status_Main.Location = New System.Drawing.Point(0, 449)
62
        Me.Status_Main.Name = "Status_Main"
63
        Me.Status_Main.Size = New System.Drawing.Size(721, 26)
64
        Me.Status_Main.TabIndex = 2
65
        Me.Status_Main.Text = "StatusStrip1"
66
        '
67
        'ProgressBar_Status
68
        '
69
        Me.ProgressBar_Status.Name = "ProgressBar_Status"
70
        Me.ProgressBar_Status.Size = New System.Drawing.Size(200, 20)
71
        Me.ProgressBar_Status.Style = System.Windows.Forms.ProgressBarStyle.Continuous
72
        '
73
        'Txt_Progressvalue
74
        '
75
        Me.Txt_Progressvalue.Name = "Txt_Progressvalue"
76
        Me.Txt_Progressvalue.Size = New System.Drawing.Size(0, 21)
77
        '
78
        'Label_Progress
79
        '
80
        Me.Label_Progress.Name = "Label_Progress"
81
        Me.Label_Progress.Size = New System.Drawing.Size(11, 21)
82
        Me.Label_Progress.Text = " "
83
        '
84
        'ToolStrip1
85
        '
86
        Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
87
        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})
88
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
89
        Me.ToolStrip1.Name = "ToolStrip1"
90
        Me.ToolStrip1.Size = New System.Drawing.Size(721, 25)
91
        Me.ToolStrip1.TabIndex = 4
92
        Me.ToolStrip1.Text = "ToolStrip1"
93
        '
94
        'DropDown_File
95
        '
96
        Me.DropDown_File.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
97
        Me.DropDown_File.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LoadXmlToolStripMenuItem})
98
        Me.DropDown_File.Image = CType(resources.GetObject("DropDown_File.Image"), System.Drawing.Image)
99
        Me.DropDown_File.ImageTransparentColor = System.Drawing.Color.Magenta
100
        Me.DropDown_File.Name = "DropDown_File"
101
        Me.DropDown_File.Size = New System.Drawing.Size(38, 22)
102
        Me.DropDown_File.Text = "File"
103
        '
104
        'LoadXmlToolStripMenuItem
105
        '
106
        Me.LoadXmlToolStripMenuItem.Name = "LoadXmlToolStripMenuItem"
107
        Me.LoadXmlToolStripMenuItem.Size = New System.Drawing.Size(125, 22)
108
        Me.LoadXmlToolStripMenuItem.Text = "Load Xml"
109
        '
110
        'ToolStripDropDownButton2
111
        '
112
        Me.ToolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
113
        Me.ToolStripDropDownButton2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_Setting})
114
        Me.ToolStripDropDownButton2.Image = CType(resources.GetObject("ToolStripDropDownButton2.Image"), System.Drawing.Image)
115
        Me.ToolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta
116
        Me.ToolStripDropDownButton2.Name = "ToolStripDropDownButton2"
117
        Me.ToolStripDropDownButton2.Size = New System.Drawing.Size(48, 22)
118
        Me.ToolStripDropDownButton2.Text = "Tools"
119
        '
120
        'Btn_Setting
121
        '
122
        Me.Btn_Setting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
123
        Me.Btn_Setting.Image = CType(resources.GetObject("Btn_Setting.Image"), System.Drawing.Image)
124
        Me.Btn_Setting.Name = "Btn_Setting"
125
        Me.Btn_Setting.Size = New System.Drawing.Size(112, 22)
126
        Me.Btn_Setting.Text = "Setting"
127
        '
128
        'ToolStripDropDownButton3
129
        '
130
        Me.ToolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
131
        Me.ToolStripDropDownButton3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_SymbolLibrary, Me.Btn_ClearGrid, Me.ClearLogToolStripMenuItem})
132
        Me.ToolStripDropDownButton3.Image = CType(resources.GetObject("ToolStripDropDownButton3.Image"), System.Drawing.Image)
133
        Me.ToolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta
134
        Me.ToolStripDropDownButton3.Name = "ToolStripDropDownButton3"
135
        Me.ToolStripDropDownButton3.Size = New System.Drawing.Size(46, 22)
136
        Me.ToolStripDropDownButton3.Text = "View"
137
        '
138
        'Btn_SymbolLibrary
139
        '
140
        Me.Btn_SymbolLibrary.Name = "Btn_SymbolLibrary"
141
        Me.Btn_SymbolLibrary.Size = New System.Drawing.Size(155, 22)
142
        Me.Btn_SymbolLibrary.Text = "Symbol Library"
143
        '
144
        'Btn_ClearGrid
145
        '
146
        Me.Btn_ClearGrid.Name = "Btn_ClearGrid"
147
        Me.Btn_ClearGrid.Size = New System.Drawing.Size(155, 22)
148
        Me.Btn_ClearGrid.Text = "Clear Grid"
149
        '
150
        'ClearLogToolStripMenuItem
151
        '
152
        Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem"
153
        Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
154
        Me.ClearLogToolStripMenuItem.Text = "Clear Log"
155
        '
156
        'Btn_Convert
157
        '
158
        Me.Btn_Convert.BackColor = System.Drawing.Color.Azure
159
        Me.Btn_Convert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
160
        Me.Btn_Convert.Image = CType(resources.GetObject("Btn_Convert.Image"), System.Drawing.Image)
161
        Me.Btn_Convert.ImageTransparentColor = System.Drawing.Color.Magenta
162
        Me.Btn_Convert.Name = "Btn_Convert"
163
        Me.Btn_Convert.Size = New System.Drawing.Size(53, 22)
164
        Me.Btn_Convert.Text = "Convert"
165
        '
166
        'Btn_Stop
167
        '
168
        Me.Btn_Stop.BackColor = System.Drawing.Color.LavenderBlush
169
        Me.Btn_Stop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
170
        Me.Btn_Stop.Image = CType(resources.GetObject("Btn_Stop.Image"), System.Drawing.Image)
171
        Me.Btn_Stop.ImageTransparentColor = System.Drawing.Color.Magenta
172
        Me.Btn_Stop.Name = "Btn_Stop"
173
        Me.Btn_Stop.Size = New System.Drawing.Size(36, 22)
174
        Me.Btn_Stop.Text = "Stop"
175
        '
176
        'Btn_TestNozzle
177
        '
178
        Me.Btn_TestNozzle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
179
        Me.Btn_TestNozzle.Image = CType(resources.GetObject("Btn_TestNozzle.Image"), System.Drawing.Image)
180
        Me.Btn_TestNozzle.ImageTransparentColor = System.Drawing.Color.Magenta
181
        Me.Btn_TestNozzle.Name = "Btn_TestNozzle"
182
        Me.Btn_TestNozzle.Size = New System.Drawing.Size(73, 22)
183
        Me.Btn_TestNozzle.Text = "Test Nozzle"
184
        Me.Btn_TestNozzle.Visible = False
185
        '
186
        'Main_Tab
187
        '
188
        Me.Main_Tab.Dock = System.Windows.Forms.DockStyle.Fill
189
        Me.Main_Tab.Location = New System.Drawing.Point(0, 25)
190
        Me.Main_Tab.Name = "Main_Tab"
191
        Me.Main_Tab.SelectedIndex = 0
192
        Me.Main_Tab.Size = New System.Drawing.Size(721, 424)
193
        Me.Main_Tab.TabIndex = 7
194
        '
195
        'SplitContainer2
196
        '
197
        Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
198
        Me.SplitContainer2.Location = New System.Drawing.Point(0, 25)
199
        Me.SplitContainer2.Name = "SplitContainer2"
200
        '
201
        'SplitContainer2.Panel1
202
        '
203
        Me.SplitContainer2.Panel1.Controls.Add(Me.Tree_Result)
204
        '
205
        'SplitContainer2.Panel2
206
        '
207
        Me.SplitContainer2.Panel2.Controls.Add(Me.ListBox_Result)
208
        Me.SplitContainer2.Size = New System.Drawing.Size(721, 424)
209
        Me.SplitContainer2.SplitterDistance = 232
210
        Me.SplitContainer2.TabIndex = 3
211
        '
212
        'Tree_Result
213
        '
214
        Me.Tree_Result.BackColor = System.Drawing.Color.White
215
        Me.Tree_Result.CheckBoxes = True
216
        Me.Tree_Result.Dock = System.Windows.Forms.DockStyle.Fill
217
        Me.Tree_Result.ImageIndex = 0
218
        Me.Tree_Result.ImageList = Me.TreeNodeImageList
219
        Me.Tree_Result.Location = New System.Drawing.Point(0, 0)
220
        Me.Tree_Result.Name = "Tree_Result"
221
        TreeNode2.ImageIndex = 15
222
        TreeNode2.Name = "Drawing"
223
        TreeNode2.SelectedImageIndex = 16
224
        TreeNode2.Text = "Drawing"
225
        Me.Tree_Result.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode2})
226
        Me.Tree_Result.SelectedImageIndex = 0
227
        Me.Tree_Result.Size = New System.Drawing.Size(232, 424)
228
        Me.Tree_Result.TabIndex = 0
229
        '
230
        'TreeNodeImageList
231
        '
232
        Me.TreeNodeImageList.ImageStream = CType(resources.GetObject("TreeNodeImageList.ImageStream"), System.Windows.Forms.ImageListStreamer)
233
        Me.TreeNodeImageList.TransparentColor = System.Drawing.Color.Transparent
234
        Me.TreeNodeImageList.Images.SetKeyName(0, "Starry HD.ico")
235
        Me.TreeNodeImageList.Images.SetKeyName(1, "Copy of DROPFLDR.ICO")
236
        Me.TreeNodeImageList.Images.SetKeyName(2, "DRIVE02.ICO")
237
        Me.TreeNodeImageList.Images.SetKeyName(3, "DRIVE.ICO")
238
        Me.TreeNodeImageList.Images.SetKeyName(4, "DRIVEDSC.ICO")
239
        Me.TreeNodeImageList.Images.SetKeyName(5, "DRIVENET.ICO")
240
        Me.TreeNodeImageList.Images.SetKeyName(6, "DRWEB.ICO")
241
        Me.TreeNodeImageList.Images.SetKeyName(7, "POINT02.ICO")
242
        Me.TreeNodeImageList.Images.SetKeyName(8, "POINT04.ICO")
243
        Me.TreeNodeImageList.Images.SetKeyName(9, "POINT13.ICO")
244
        Me.TreeNodeImageList.Images.SetKeyName(10, "POINT14.ICO")
245
        Me.TreeNodeImageList.Images.SetKeyName(11, "Space 1999 CD drive.ico")
246
        Me.TreeNodeImageList.Images.SetKeyName(12, "Space 1999 drive (35).ico")
247
        Me.TreeNodeImageList.Images.SetKeyName(13, "Starry Floppy.ico")
248
        Me.TreeNodeImageList.Images.SetKeyName(14, "028.ICO")
249
        Me.TreeNodeImageList.Images.SetKeyName(15, "001.ICO")
250
        Me.TreeNodeImageList.Images.SetKeyName(16, "002.ICO")
251
        Me.TreeNodeImageList.Images.SetKeyName(17, "003.ICO")
252
        Me.TreeNodeImageList.Images.SetKeyName(18, "004.ICO")
253
        Me.TreeNodeImageList.Images.SetKeyName(19, "005.ICO")
254
        Me.TreeNodeImageList.Images.SetKeyName(20, "006.ICO")
255
        Me.TreeNodeImageList.Images.SetKeyName(21, "007.ICO")
256
        Me.TreeNodeImageList.Images.SetKeyName(22, "008.ICO")
257
        Me.TreeNodeImageList.Images.SetKeyName(23, "009.ICO")
258
        Me.TreeNodeImageList.Images.SetKeyName(24, "010.ICO")
259
        Me.TreeNodeImageList.Images.SetKeyName(25, "021.ICO")
260
        Me.TreeNodeImageList.Images.SetKeyName(26, "022.ICO")
261
        Me.TreeNodeImageList.Images.SetKeyName(27, "027.ICO")
262
        '
263
        'ListBox_Result
264
        '
265
        Me.ListBox_Result.BackColor = System.Drawing.SystemColors.GradientActiveCaption
266
        Me.ListBox_Result.Dock = System.Windows.Forms.DockStyle.Fill
267
        Me.ListBox_Result.FormattingEnabled = True
268
        Me.ListBox_Result.ItemHeight = 12
269
        Me.ListBox_Result.Location = New System.Drawing.Point(0, 0)
270
        Me.ListBox_Result.Name = "ListBox_Result"
271
        Me.ListBox_Result.Size = New System.Drawing.Size(485, 424)
272
        Me.ListBox_Result.TabIndex = 0
273
        '
274
        'Main
275
        '
276
        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
277
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
278
        Me.ClientSize = New System.Drawing.Size(721, 475)
279
        Me.Controls.Add(Me.SplitContainer2)
280
        Me.Controls.Add(Me.Main_Tab)
281
        Me.Controls.Add(Me.ToolStrip1)
282
        Me.Controls.Add(Me.Status_Main)
283
        Me.Name = "Main"
284
        Me.ShowIcon = False
285
        Me.Text = "SPPID Converter"
286
        Me.Status_Main.ResumeLayout(False)
287
        Me.Status_Main.PerformLayout()
288
        Me.ToolStrip1.ResumeLayout(False)
289
        Me.ToolStrip1.PerformLayout()
290
        Me.SplitContainer2.Panel1.ResumeLayout(False)
291
        Me.SplitContainer2.Panel2.ResumeLayout(False)
292
        CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
293
        Me.SplitContainer2.ResumeLayout(False)
294
        Me.ResumeLayout(False)
295
        Me.PerformLayout()
296

    
297
    End Sub
298
    Friend WithEvents Status_Main As StatusStrip
299
    Friend WithEvents ProgressBar_Status As ToolStripProgressBar
300
    Friend WithEvents ToolStrip1 As ToolStrip
301
    Friend WithEvents DropDown_File As ToolStripDropDownButton
302
    Friend WithEvents ToolStripDropDownButton2 As ToolStripDropDownButton
303
    Friend WithEvents Btn_Setting As ToolStripMenuItem
304
    Friend WithEvents Main_Tab As TabControl
305
    Friend WithEvents SplitContainer2 As SplitContainer
306
    Friend WithEvents Tree_Result As TreeView
307
    Friend WithEvents ListBox_Result As ListBox
308
    Friend WithEvents LoadXmlToolStripMenuItem As ToolStripMenuItem
309
    Friend WithEvents TreeNodeImageList As ImageList
310
    Friend WithEvents ToolStripDropDownButton3 As ToolStripDropDownButton
311
    Friend WithEvents Btn_ClearGrid As ToolStripMenuItem
312
    Friend WithEvents ClearLogToolStripMenuItem As ToolStripMenuItem
313
    Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
314
    Friend WithEvents Btn_Convert As ToolStripButton
315
    Friend WithEvents Btn_Stop As ToolStripButton
316
    Friend WithEvents Btn_TestNozzle As ToolStripButton
317
    Friend WithEvents Btn_SymbolLibrary As ToolStripMenuItem
318
    Friend WithEvents Txt_Progressvalue As ToolStripStatusLabel
319
    Friend WithEvents Label_Progress As ToolStripStatusLabel
320
End Class
클립보드 이미지 추가 (최대 크기: 500 MB)