프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 962b2464

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