프로젝트

일반

사용자정보

통계
| 개정판:

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

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