프로젝트

일반

사용자정보

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

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

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