프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 3926c898

이력 | 보기 | 이력해설 | 다운로드 (10.5 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
        Me.Tree_XMLFiles = New System.Windows.Forms.TreeView()
28
        Me.TreeNodeImageList = New System.Windows.Forms.ImageList(Me.components)
29
        Me.Status_Main = New System.Windows.Forms.StatusStrip()
30
        Me.Txt_Status = New System.Windows.Forms.ToolStripStatusLabel()
31
        Me.ToolStripProgressBar1 = New System.Windows.Forms.ToolStripProgressBar()
32
        Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
33
        Me.Btn_Convert = New System.Windows.Forms.ToolStripButton()
34
        Me.Btn_Stop = New System.Windows.Forms.ToolStripButton()
35
        Me.ListView_File = New System.Windows.Forms.ListView()
36
        Me.listview_ImageList_small = New System.Windows.Forms.ImageList(Me.components)
37
        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
38
        Me.Status_Main.SuspendLayout()
39
        Me.ToolStrip1.SuspendLayout()
40
        CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
41
        Me.SplitContainer1.Panel1.SuspendLayout()
42
        Me.SplitContainer1.Panel2.SuspendLayout()
43
        Me.SplitContainer1.SuspendLayout()
44
        Me.SuspendLayout()
45
        '
46
        'Tree_XMLFiles
47
        '
48
        Me.Tree_XMLFiles.Dock = System.Windows.Forms.DockStyle.Fill
49
        Me.Tree_XMLFiles.ImageIndex = 23
50
        Me.Tree_XMLFiles.ImageList = Me.TreeNodeImageList
51
        Me.Tree_XMLFiles.Location = New System.Drawing.Point(0, 0)
52
        Me.Tree_XMLFiles.Name = "Tree_XMLFiles"
53
        Me.Tree_XMLFiles.SelectedImageIndex = 24
54
        Me.Tree_XMLFiles.Size = New System.Drawing.Size(242, 418)
55
        Me.Tree_XMLFiles.TabIndex = 1
56
        '
57
        'TreeNodeImageList
58
        '
59
        Me.TreeNodeImageList.ImageStream = CType(resources.GetObject("TreeNodeImageList.ImageStream"), System.Windows.Forms.ImageListStreamer)
60
        Me.TreeNodeImageList.TransparentColor = System.Drawing.Color.Transparent
61
        Me.TreeNodeImageList.Images.SetKeyName(0, "Starry HD.ico")
62
        Me.TreeNodeImageList.Images.SetKeyName(1, "Copy of DROPFLDR.ICO")
63
        Me.TreeNodeImageList.Images.SetKeyName(2, "DRIVE02.ICO")
64
        Me.TreeNodeImageList.Images.SetKeyName(3, "DRIVE.ICO")
65
        Me.TreeNodeImageList.Images.SetKeyName(4, "DRIVEDSC.ICO")
66
        Me.TreeNodeImageList.Images.SetKeyName(5, "DRIVENET.ICO")
67
        Me.TreeNodeImageList.Images.SetKeyName(6, "DRWEB.ICO")
68
        Me.TreeNodeImageList.Images.SetKeyName(7, "POINT02.ICO")
69
        Me.TreeNodeImageList.Images.SetKeyName(8, "POINT04.ICO")
70
        Me.TreeNodeImageList.Images.SetKeyName(9, "POINT13.ICO")
71
        Me.TreeNodeImageList.Images.SetKeyName(10, "POINT14.ICO")
72
        Me.TreeNodeImageList.Images.SetKeyName(11, "Space 1999 CD drive.ico")
73
        Me.TreeNodeImageList.Images.SetKeyName(12, "Space 1999 drive (35).ico")
74
        Me.TreeNodeImageList.Images.SetKeyName(13, "Starry Floppy.ico")
75
        Me.TreeNodeImageList.Images.SetKeyName(14, "028.ICO")
76
        Me.TreeNodeImageList.Images.SetKeyName(15, "001.ICO")
77
        Me.TreeNodeImageList.Images.SetKeyName(16, "002.ICO")
78
        Me.TreeNodeImageList.Images.SetKeyName(17, "003.ICO")
79
        Me.TreeNodeImageList.Images.SetKeyName(18, "004.ICO")
80
        Me.TreeNodeImageList.Images.SetKeyName(19, "005.ICO")
81
        Me.TreeNodeImageList.Images.SetKeyName(20, "006.ICO")
82
        Me.TreeNodeImageList.Images.SetKeyName(21, "007.ICO")
83
        Me.TreeNodeImageList.Images.SetKeyName(22, "008.ICO")
84
        Me.TreeNodeImageList.Images.SetKeyName(23, "009.ICO")
85
        Me.TreeNodeImageList.Images.SetKeyName(24, "010.ICO")
86
        Me.TreeNodeImageList.Images.SetKeyName(25, "021.ICO")
87
        Me.TreeNodeImageList.Images.SetKeyName(26, "022.ICO")
88
        Me.TreeNodeImageList.Images.SetKeyName(27, "027.ICO")
89
        '
90
        'Status_Main
91
        '
92
        Me.Status_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Txt_Status, Me.ToolStripProgressBar1})
93
        Me.Status_Main.Location = New System.Drawing.Point(0, 449)
94
        Me.Status_Main.Name = "Status_Main"
95
        Me.Status_Main.Size = New System.Drawing.Size(654, 26)
96
        Me.Status_Main.TabIndex = 2
97
        Me.Status_Main.Text = "StatusStrip1"
98
        '
99
        'Txt_Status
100
        '
101
        Me.Txt_Status.Name = "Txt_Status"
102
        Me.Txt_Status.Size = New System.Drawing.Size(40, 21)
103
        Me.Txt_Status.Text = "Status"
104
        '
105
        'ToolStripProgressBar1
106
        '
107
        Me.ToolStripProgressBar1.Name = "ToolStripProgressBar1"
108
        Me.ToolStripProgressBar1.Size = New System.Drawing.Size(200, 20)
109
        '
110
        'ToolStrip1
111
        '
112
        Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
113
        Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_Convert, Me.Btn_Stop})
114
        Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
115
        Me.ToolStrip1.Name = "ToolStrip1"
116
        Me.ToolStrip1.Size = New System.Drawing.Size(654, 31)
117
        Me.ToolStrip1.TabIndex = 4
118
        Me.ToolStrip1.Text = "ToolStrip1"
119
        '
120
        'Btn_Convert
121
        '
122
        Me.Btn_Convert.Image = CType(resources.GetObject("Btn_Convert.Image"), System.Drawing.Image)
123
        Me.Btn_Convert.ImageTransparentColor = System.Drawing.Color.Magenta
124
        Me.Btn_Convert.Name = "Btn_Convert"
125
        Me.Btn_Convert.Size = New System.Drawing.Size(77, 28)
126
        Me.Btn_Convert.Text = "Convert"
127
        '
128
        'Btn_Stop
129
        '
130
        Me.Btn_Stop.Image = CType(resources.GetObject("Btn_Stop.Image"), System.Drawing.Image)
131
        Me.Btn_Stop.ImageTransparentColor = System.Drawing.Color.Magenta
132
        Me.Btn_Stop.Name = "Btn_Stop"
133
        Me.Btn_Stop.Size = New System.Drawing.Size(60, 28)
134
        Me.Btn_Stop.Text = "Stop"
135
        '
136
        'ListView_File
137
        '
138
        Me.ListView_File.CheckBoxes = True
139
        Me.ListView_File.Dock = System.Windows.Forms.DockStyle.Fill
140
        Me.ListView_File.Location = New System.Drawing.Point(0, 0)
141
        Me.ListView_File.Name = "ListView_File"
142
        Me.ListView_File.Size = New System.Drawing.Size(408, 418)
143
        Me.ListView_File.SmallImageList = Me.listview_ImageList_small
144
        Me.ListView_File.TabIndex = 5
145
        Me.ListView_File.UseCompatibleStateImageBehavior = False
146
        Me.ListView_File.View = System.Windows.Forms.View.Details
147
        '
148
        'listview_ImageList_small
149
        '
150
        Me.listview_ImageList_small.ImageStream = CType(resources.GetObject("listview_ImageList_small.ImageStream"), System.Windows.Forms.ImageListStreamer)
151
        Me.listview_ImageList_small.TransparentColor = System.Drawing.Color.Transparent
152
        Me.listview_ImageList_small.Images.SetKeyName(0, "")
153
        Me.listview_ImageList_small.Images.SetKeyName(1, "")
154
        Me.listview_ImageList_small.Images.SetKeyName(2, "")
155
        Me.listview_ImageList_small.Images.SetKeyName(3, "")
156
        Me.listview_ImageList_small.Images.SetKeyName(4, "wi0063-16.ico")
157
        Me.listview_ImageList_small.Images.SetKeyName(5, "wi0063-24.ico")
158
        Me.listview_ImageList_small.Images.SetKeyName(6, "wi0126-16.ico")
159
        Me.listview_ImageList_small.Images.SetKeyName(7, "wi0126-24.ico")
160
        Me.listview_ImageList_small.Images.SetKeyName(8, "wi0124-16.ico")
161
        Me.listview_ImageList_small.Images.SetKeyName(9, "wi0124-24.ico")
162
        Me.listview_ImageList_small.Images.SetKeyName(10, "wi0124-32.ico")
163
        Me.listview_ImageList_small.Images.SetKeyName(11, "xml_small.png")
164
        Me.listview_ImageList_small.Images.SetKeyName(12, "xml_big.png")
165
        Me.listview_ImageList_small.Images.SetKeyName(13, "XML_Black.png")
166
        '
167
        'SplitContainer1
168
        '
169
        Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
170
        Me.SplitContainer1.Location = New System.Drawing.Point(0, 31)
171
        Me.SplitContainer1.Name = "SplitContainer1"
172
        '
173
        'SplitContainer1.Panel1
174
        '
175
        Me.SplitContainer1.Panel1.Controls.Add(Me.Tree_XMLFiles)
176
        '
177
        'SplitContainer1.Panel2
178
        '
179
        Me.SplitContainer1.Panel2.Controls.Add(Me.ListView_File)
180
        Me.SplitContainer1.Size = New System.Drawing.Size(654, 418)
181
        Me.SplitContainer1.SplitterDistance = 242
182
        Me.SplitContainer1.TabIndex = 6
183
        '
184
        'Main
185
        '
186
        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
187
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
188
        Me.ClientSize = New System.Drawing.Size(654, 475)
189
        Me.Controls.Add(Me.SplitContainer1)
190
        Me.Controls.Add(Me.ToolStrip1)
191
        Me.Controls.Add(Me.Status_Main)
192
        Me.Name = "Main"
193
        Me.ShowIcon = False
194
        Me.Text = "SPPID Converter"
195
        Me.Status_Main.ResumeLayout(False)
196
        Me.Status_Main.PerformLayout()
197
        Me.ToolStrip1.ResumeLayout(False)
198
        Me.ToolStrip1.PerformLayout()
199
        Me.SplitContainer1.Panel1.ResumeLayout(False)
200
        Me.SplitContainer1.Panel2.ResumeLayout(False)
201
        CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
202
        Me.SplitContainer1.ResumeLayout(False)
203
        Me.ResumeLayout(False)
204
        Me.PerformLayout()
205

    
206
    End Sub
207
    Friend WithEvents Tree_XMLFiles As TreeView
208
    Friend WithEvents Status_Main As StatusStrip
209
    Friend WithEvents ToolStripProgressBar1 As ToolStripProgressBar
210
    Friend WithEvents Txt_Status As ToolStripStatusLabel
211
    Friend WithEvents ToolStrip1 As ToolStrip
212
    Friend WithEvents ListView_File As ListView
213
    Friend WithEvents SplitContainer1 As SplitContainer
214
    Friend WithEvents TreeNodeImageList As ImageList
215
    Friend WithEvents Btn_Convert As ToolStripButton
216
    Friend WithEvents Btn_Stop As ToolStripButton
217
    Friend WithEvents listview_ImageList_small As ImageList
218
End Class
클립보드 이미지 추가 (최대 크기: 500 MB)