프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 43fa2b90

이력 | 보기 | 이력해설 | 다운로드 (15.9 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 41e4023e Gyusu
        Dim TreeNode2 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 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 4f359afa Gyusu
        Me.SuspendLayout()
57
        '
58 31d47a80 Gyusu
        'Status_Main
59
        '
60 41e4023e Gyusu
        Me.Status_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgressBar_Status, Me.Txt_Progressvalue, Me.Label_Progress})
61 31d47a80 Gyusu
        Me.Status_Main.Location = New System.Drawing.Point(0, 449)
62
        Me.Status_Main.Name = "Status_Main"
63 272662f9 Gyusu
        Me.Status_Main.Size = New System.Drawing.Size(721, 26)
64 31d47a80 Gyusu
        Me.Status_Main.TabIndex = 2
65
        Me.Status_Main.Text = "StatusStrip1"
66
        '
67 e1cde8f2 Gyusu
        'ProgressBar_Status
68
        '
69
        Me.ProgressBar_Status.Name = "ProgressBar_Status"
70
        Me.ProgressBar_Status.Size = New System.Drawing.Size(200, 20)
71 41e4023e Gyusu
        Me.ProgressBar_Status.Style = System.Windows.Forms.ProgressBarStyle.Continuous
72 e1cde8f2 Gyusu
        '
73 41e4023e Gyusu
        'Txt_Progressvalue
74 31d47a80 Gyusu
        '
75 41e4023e Gyusu
        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 31d47a80 Gyusu
        '
84
        'ToolStrip1
85
        '
86
        Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
87 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})
88 31d47a80 Gyusu
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
89
        Me.ToolStrip1.Name = "ToolStrip1"
90 272662f9 Gyusu
        Me.ToolStrip1.Size = New System.Drawing.Size(721, 25)
91 31d47a80 Gyusu
        Me.ToolStrip1.TabIndex = 4
92
        Me.ToolStrip1.Text = "ToolStrip1"
93
        '
94 e282643f Gyusu
        'DropDown_File
95
        '
96
        Me.DropDown_File.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
97 272662f9 Gyusu
        Me.DropDown_File.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.LoadXmlToolStripMenuItem})
98 e282643f Gyusu
        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 272662f9 Gyusu
        'LoadXmlToolStripMenuItem
105
        '
106
        Me.LoadXmlToolStripMenuItem.Name = "LoadXmlToolStripMenuItem"
107 41e4023e Gyusu
        Me.LoadXmlToolStripMenuItem.Size = New System.Drawing.Size(125, 22)
108 272662f9 Gyusu
        Me.LoadXmlToolStripMenuItem.Text = "Load Xml"
109
        '
110 e282643f Gyusu
        '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 7824381a Gyusu
        Me.Btn_Setting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
123 e282643f Gyusu
        Me.Btn_Setting.Image = CType(resources.GetObject("Btn_Setting.Image"), System.Drawing.Image)
124
        Me.Btn_Setting.Name = "Btn_Setting"
125 54b98e09 Gyusu
        Me.Btn_Setting.Size = New System.Drawing.Size(112, 22)
126 e282643f Gyusu
        Me.Btn_Setting.Text = "Setting"
127
        '
128 7824381a Gyusu
        'ToolStripDropDownButton3
129
        '
130
        Me.ToolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
131 39d43554 Gyusu
        Me.ToolStripDropDownButton3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_SymbolLibrary, Me.Btn_ClearGrid, Me.ClearLogToolStripMenuItem})
132 7824381a Gyusu
        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 54b98e09 Gyusu
        '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 7824381a Gyusu
        'Btn_ClearGrid
145
        '
146
        Me.Btn_ClearGrid.Name = "Btn_ClearGrid"
147 39d43554 Gyusu
        Me.Btn_ClearGrid.Size = New System.Drawing.Size(155, 22)
148 7824381a Gyusu
        Me.Btn_ClearGrid.Text = "Clear Grid"
149
        '
150
        'ClearLogToolStripMenuItem
151
        '
152
        Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem"
153 39d43554 Gyusu
        Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(155, 22)
154 7824381a Gyusu
        Me.ClearLogToolStripMenuItem.Text = "Clear Log"
155
        '
156 171ac39d Gyusu
        '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 39d43554 Gyusu
        '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 54b98e09 Gyusu
        Me.Btn_TestNozzle.Visible = False
185 39d43554 Gyusu
        '
186 e1cde8f2 Gyusu
        'Main_Tab
187 e282643f Gyusu
        '
188 e1cde8f2 Gyusu
        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 272662f9 Gyusu
        Me.Main_Tab.Size = New System.Drawing.Size(721, 424)
193 e1cde8f2 Gyusu
        Me.Main_Tab.TabIndex = 7
194 e282643f Gyusu
        '
195
        'SplitContainer2
196
        '
197
        Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
198 272662f9 Gyusu
        Me.SplitContainer2.Location = New System.Drawing.Point(0, 25)
199 e282643f Gyusu
        Me.SplitContainer2.Name = "SplitContainer2"
200
        '
201
        'SplitContainer2.Panel1
202
        '
203
        Me.SplitContainer2.Panel1.Controls.Add(Me.Tree_Result)
204
        '
205
        'SplitContainer2.Panel2
206
        '
207 9e1e7135 Gyusu
        Me.SplitContainer2.Panel2.Controls.Add(Me.ListBox_Result)
208 272662f9 Gyusu
        Me.SplitContainer2.Size = New System.Drawing.Size(721, 424)
209 7824381a Gyusu
        Me.SplitContainer2.SplitterDistance = 232
210 e282643f Gyusu
        Me.SplitContainer2.TabIndex = 3
211
        '
212
        'Tree_Result
213
        '
214 20c84e05 Gyusu
        Me.Tree_Result.BackColor = System.Drawing.Color.White
215 272662f9 Gyusu
        Me.Tree_Result.CheckBoxes = True
216 e282643f Gyusu
        Me.Tree_Result.Dock = System.Windows.Forms.DockStyle.Fill
217 272662f9 Gyusu
        Me.Tree_Result.ImageIndex = 0
218
        Me.Tree_Result.ImageList = Me.TreeNodeImageList
219 e282643f Gyusu
        Me.Tree_Result.Location = New System.Drawing.Point(0, 0)
220
        Me.Tree_Result.Name = "Tree_Result"
221 41e4023e Gyusu
        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 272662f9 Gyusu
        Me.Tree_Result.SelectedImageIndex = 0
227 7824381a Gyusu
        Me.Tree_Result.Size = New System.Drawing.Size(232, 424)
228 e282643f Gyusu
        Me.Tree_Result.TabIndex = 0
229
        '
230 272662f9 Gyusu
        '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 e1cde8f2 Gyusu
        'ListBox_Result
264
        '
265 272662f9 Gyusu
        Me.ListBox_Result.BackColor = System.Drawing.SystemColors.GradientActiveCaption
266 e1cde8f2 Gyusu
        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 9e1e7135 Gyusu
        Me.ListBox_Result.Size = New System.Drawing.Size(485, 424)
272 e1cde8f2 Gyusu
        Me.ListBox_Result.TabIndex = 0
273
        '
274 4f359afa Gyusu
        'Main
275
        '
276
        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
277
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
278 272662f9 Gyusu
        Me.ClientSize = New System.Drawing.Size(721, 475)
279
        Me.Controls.Add(Me.SplitContainer2)
280 e1cde8f2 Gyusu
        Me.Controls.Add(Me.Main_Tab)
281 962b2464 Gyusu
        Me.Controls.Add(Me.ToolStrip1)
282 4f359afa Gyusu
        Me.Controls.Add(Me.Status_Main)
283
        Me.Name = "Main"
284
        Me.ShowIcon = False
285 962b2464 Gyusu
        Me.Text = "SPPID Converter"
286 4f359afa Gyusu
        Me.Status_Main.ResumeLayout(False)
287
        Me.Status_Main.PerformLayout()
288 962b2464 Gyusu
        Me.ToolStrip1.ResumeLayout(False)
289
        Me.ToolStrip1.PerformLayout()
290 e282643f Gyusu
        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 4f359afa Gyusu
        Me.ResumeLayout(False)
295
        Me.PerformLayout()
296
297
    End Sub
298
    Friend WithEvents Status_Main As StatusStrip
299 e282643f Gyusu
    Friend WithEvents ProgressBar_Status As ToolStripProgressBar
300 962b2464 Gyusu
    Friend WithEvents ToolStrip1 As ToolStrip
301 e282643f Gyusu
    Friend WithEvents DropDown_File As ToolStripDropDownButton
302
    Friend WithEvents ToolStripDropDownButton2 As ToolStripDropDownButton
303
    Friend WithEvents Btn_Setting As ToolStripMenuItem
304 e1cde8f2 Gyusu
    Friend WithEvents Main_Tab As TabControl
305 e282643f Gyusu
    Friend WithEvents SplitContainer2 As SplitContainer
306
    Friend WithEvents Tree_Result As TreeView
307 e1cde8f2 Gyusu
    Friend WithEvents ListBox_Result As ListBox
308 272662f9 Gyusu
    Friend WithEvents LoadXmlToolStripMenuItem As ToolStripMenuItem
309
    Friend WithEvents TreeNodeImageList As ImageList
310 20c84e05 Gyusu
    Friend WithEvents ToolStripDropDownButton3 As ToolStripDropDownButton
311
    Friend WithEvents Btn_ClearGrid As ToolStripMenuItem
312
    Friend WithEvents ClearLogToolStripMenuItem As ToolStripMenuItem
313 171ac39d Gyusu
    Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
314
    Friend WithEvents Btn_Convert As ToolStripButton
315
    Friend WithEvents Btn_Stop As ToolStripButton
316 42c0013c Gyusu
    Friend WithEvents Btn_TestNozzle As ToolStripButton
317 39d43554 Gyusu
    Friend WithEvents Btn_SymbolLibrary As ToolStripMenuItem
318 41e4023e Gyusu
    Friend WithEvents Txt_Progressvalue As ToolStripStatusLabel
319
    Friend WithEvents Label_Progress As ToolStripStatusLabel
320 4f359afa Gyusu
End Class
클립보드 이미지 추가 (최대 크기: 500 MB)