프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 1db94cb8

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