프로젝트

일반

사용자정보

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

hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 272662f9

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

    
297
    End Sub
298
    Friend WithEvents Status_Main As StatusStrip
299
    Friend WithEvents ProgressBar_Status As ToolStripProgressBar
300
    Friend WithEvents Txt_Status As ToolStripStatusLabel
301
    Friend WithEvents ToolStrip1 As ToolStrip
302
    Friend WithEvents DropDown_File As ToolStripDropDownButton
303
    Friend WithEvents ToolStripDropDownButton1 As ToolStripDropDownButton
304
    Friend WithEvents Btn_Convert As ToolStripMenuItem
305
    Friend WithEvents Btn_Stop As ToolStripMenuItem
306
    Friend WithEvents ToolStripDropDownButton2 As ToolStripDropDownButton
307
    Friend WithEvents Btn_Setting As ToolStripMenuItem
308
    Friend WithEvents Main_Tab As TabControl
309
    Friend WithEvents SplitContainer2 As SplitContainer
310
    Friend WithEvents Tree_Result As TreeView
311
    Friend WithEvents SplitContainer4 As SplitContainer
312
    Friend WithEvents DataGrid_Result As DataGridView
313
    Friend WithEvents ListBox_Result As ListBox
314
    Friend WithEvents TestLineToolStripMenuItem As ToolStripMenuItem
315
    Friend WithEvents LoadXmlToolStripMenuItem As ToolStripMenuItem
316
    Friend WithEvents TreeNodeImageList As ImageList
317
End Class
클립보드 이미지 추가 (최대 크기: 500 MB)