hytos / DTI_PID / SPPIDConverter / Main.Designer.vb @ 8ac8bb85
이력 | 보기 | 이력해설 | 다운로드 (19.2 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 | 4f359afa | Gyusu | Me.Tree_XMLFiles = New System.Windows.Forms.TreeView() |
28 | 31d47a80 | Gyusu | Me.TreeNodeImageList = New System.Windows.Forms.ImageList(Me.components) |
29 | 4f359afa | Gyusu | Me.Status_Main = New System.Windows.Forms.StatusStrip() |
30 | Me.Txt_Status = New System.Windows.Forms.ToolStripStatusLabel() |
||
31 | e282643f | Gyusu | Me.ProgressBar_Status = New System.Windows.Forms.ToolStripProgressBar() |
32 | 962b2464 | Gyusu | Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() |
33 | e282643f | Gyusu | Me.DropDown_File = New System.Windows.Forms.ToolStripDropDownButton() |
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.ToolStripDropDownButton2 = New System.Windows.Forms.ToolStripDropDownButton() |
||
38 | Me.Btn_Setting = New System.Windows.Forms.ToolStripMenuItem() |
||
39 | 31d47a80 | Gyusu | Me.ListView_File = New System.Windows.Forms.ListView() |
40 | 962b2464 | Gyusu | Me.listview_ImageList_small = New System.Windows.Forms.ImageList(Me.components) |
41 | 31d47a80 | Gyusu | Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() |
42 | e282643f | Gyusu | Me.TabControl1 = New System.Windows.Forms.TabControl() |
43 | Me.TabPage1 = New System.Windows.Forms.TabPage() |
||
44 | Me.TabPage2 = New System.Windows.Forms.TabPage() |
||
45 | Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() |
||
46 | Me.Tree_Result = New System.Windows.Forms.TreeView() |
||
47 | Me.SplitContainer4 = New System.Windows.Forms.SplitContainer() |
||
48 | Me.DataGrid_Result = New System.Windows.Forms.DataGridView() |
||
49 | Me.ListView_Result = New System.Windows.Forms.ListView() |
||
50 | 4f359afa | Gyusu | Me.Status_Main.SuspendLayout() |
51 | 962b2464 | Gyusu | Me.ToolStrip1.SuspendLayout() |
52 | CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() |
||
53 | Me.SplitContainer1.Panel1.SuspendLayout() |
||
54 | Me.SplitContainer1.Panel2.SuspendLayout() |
||
55 | Me.SplitContainer1.SuspendLayout() |
||
56 | e282643f | Gyusu | Me.TabControl1.SuspendLayout() |
57 | Me.TabPage1.SuspendLayout() |
||
58 | Me.TabPage2.SuspendLayout() |
||
59 | CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() |
||
60 | Me.SplitContainer2.Panel1.SuspendLayout() |
||
61 | Me.SplitContainer2.Panel2.SuspendLayout() |
||
62 | Me.SplitContainer2.SuspendLayout() |
||
63 | CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).BeginInit() |
||
64 | Me.SplitContainer4.Panel1.SuspendLayout() |
||
65 | Me.SplitContainer4.Panel2.SuspendLayout() |
||
66 | Me.SplitContainer4.SuspendLayout() |
||
67 | CType(Me.DataGrid_Result, System.ComponentModel.ISupportInitialize).BeginInit() |
||
68 | 4f359afa | Gyusu | Me.SuspendLayout() |
69 | ' |
||
70 | 'Tree_XMLFiles |
||
71 | ' |
||
72 | Me.Tree_XMLFiles.Dock = System.Windows.Forms.DockStyle.Fill |
||
73 | 962b2464 | Gyusu | Me.Tree_XMLFiles.ImageIndex = 23 |
74 | Me.Tree_XMLFiles.ImageList = Me.TreeNodeImageList |
||
75 | Me.Tree_XMLFiles.Location = New System.Drawing.Point(0, 0) |
||
76 | 4f359afa | Gyusu | Me.Tree_XMLFiles.Name = "Tree_XMLFiles" |
77 | 962b2464 | Gyusu | Me.Tree_XMLFiles.SelectedImageIndex = 24 |
78 | e282643f | Gyusu | Me.Tree_XMLFiles.Size = New System.Drawing.Size(236, 392) |
79 | 4f359afa | Gyusu | Me.Tree_XMLFiles.TabIndex = 1 |
80 | ' |
||
81 | 962b2464 | Gyusu | 'TreeNodeImageList |
82 | ' |
||
83 | Me.TreeNodeImageList.ImageStream = CType(resources.GetObject("TreeNodeImageList.ImageStream"), System.Windows.Forms.ImageListStreamer) |
||
84 | Me.TreeNodeImageList.TransparentColor = System.Drawing.Color.Transparent |
||
85 | Me.TreeNodeImageList.Images.SetKeyName(0, "Starry HD.ico") |
||
86 | Me.TreeNodeImageList.Images.SetKeyName(1, "Copy of DROPFLDR.ICO") |
||
87 | Me.TreeNodeImageList.Images.SetKeyName(2, "DRIVE02.ICO") |
||
88 | Me.TreeNodeImageList.Images.SetKeyName(3, "DRIVE.ICO") |
||
89 | Me.TreeNodeImageList.Images.SetKeyName(4, "DRIVEDSC.ICO") |
||
90 | Me.TreeNodeImageList.Images.SetKeyName(5, "DRIVENET.ICO") |
||
91 | Me.TreeNodeImageList.Images.SetKeyName(6, "DRWEB.ICO") |
||
92 | Me.TreeNodeImageList.Images.SetKeyName(7, "POINT02.ICO") |
||
93 | Me.TreeNodeImageList.Images.SetKeyName(8, "POINT04.ICO") |
||
94 | Me.TreeNodeImageList.Images.SetKeyName(9, "POINT13.ICO") |
||
95 | Me.TreeNodeImageList.Images.SetKeyName(10, "POINT14.ICO") |
||
96 | Me.TreeNodeImageList.Images.SetKeyName(11, "Space 1999 CD drive.ico") |
||
97 | Me.TreeNodeImageList.Images.SetKeyName(12, "Space 1999 drive (35).ico") |
||
98 | Me.TreeNodeImageList.Images.SetKeyName(13, "Starry Floppy.ico") |
||
99 | Me.TreeNodeImageList.Images.SetKeyName(14, "028.ICO") |
||
100 | Me.TreeNodeImageList.Images.SetKeyName(15, "001.ICO") |
||
101 | Me.TreeNodeImageList.Images.SetKeyName(16, "002.ICO") |
||
102 | Me.TreeNodeImageList.Images.SetKeyName(17, "003.ICO") |
||
103 | Me.TreeNodeImageList.Images.SetKeyName(18, "004.ICO") |
||
104 | Me.TreeNodeImageList.Images.SetKeyName(19, "005.ICO") |
||
105 | Me.TreeNodeImageList.Images.SetKeyName(20, "006.ICO") |
||
106 | Me.TreeNodeImageList.Images.SetKeyName(21, "007.ICO") |
||
107 | Me.TreeNodeImageList.Images.SetKeyName(22, "008.ICO") |
||
108 | Me.TreeNodeImageList.Images.SetKeyName(23, "009.ICO") |
||
109 | Me.TreeNodeImageList.Images.SetKeyName(24, "010.ICO") |
||
110 | Me.TreeNodeImageList.Images.SetKeyName(25, "021.ICO") |
||
111 | Me.TreeNodeImageList.Images.SetKeyName(26, "022.ICO") |
||
112 | Me.TreeNodeImageList.Images.SetKeyName(27, "027.ICO") |
||
113 | ' |
||
114 | 31d47a80 | Gyusu | 'Status_Main |
115 | ' |
||
116 | e282643f | Gyusu | Me.Status_Main.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgressBar_Status, Me.Txt_Status}) |
117 | 31d47a80 | Gyusu | Me.Status_Main.Location = New System.Drawing.Point(0, 449) |
118 | Me.Status_Main.Name = "Status_Main" |
||
119 | Me.Status_Main.Size = New System.Drawing.Size(654, 26) |
||
120 | Me.Status_Main.TabIndex = 2 |
||
121 | Me.Status_Main.Text = "StatusStrip1" |
||
122 | ' |
||
123 | 'Txt_Status |
||
124 | ' |
||
125 | Me.Txt_Status.Name = "Txt_Status" |
||
126 | Me.Txt_Status.Size = New System.Drawing.Size(40, 21) |
||
127 | Me.Txt_Status.Text = "Status" |
||
128 | ' |
||
129 | e282643f | Gyusu | 'ProgressBar_Status |
130 | 31d47a80 | Gyusu | ' |
131 | e282643f | Gyusu | Me.ProgressBar_Status.Name = "ProgressBar_Status" |
132 | Me.ProgressBar_Status.Size = New System.Drawing.Size(200, 20) |
||
133 | 31d47a80 | Gyusu | ' |
134 | 'ToolStrip1 |
||
135 | ' |
||
136 | Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(24, 24) |
||
137 | e282643f | Gyusu | Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DropDown_File, Me.ToolStripDropDownButton1, Me.ToolStripDropDownButton2}) |
138 | 31d47a80 | Gyusu | Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) |
139 | Me.ToolStrip1.Name = "ToolStrip1" |
||
140 | e282643f | Gyusu | Me.ToolStrip1.Size = New System.Drawing.Size(654, 25) |
141 | 31d47a80 | Gyusu | Me.ToolStrip1.TabIndex = 4 |
142 | Me.ToolStrip1.Text = "ToolStrip1" |
||
143 | ' |
||
144 | e282643f | Gyusu | 'DropDown_File |
145 | ' |
||
146 | Me.DropDown_File.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
||
147 | Me.DropDown_File.Image = CType(resources.GetObject("DropDown_File.Image"), System.Drawing.Image) |
||
148 | Me.DropDown_File.ImageTransparentColor = System.Drawing.Color.Magenta |
||
149 | Me.DropDown_File.Name = "DropDown_File" |
||
150 | Me.DropDown_File.Size = New System.Drawing.Size(38, 22) |
||
151 | Me.DropDown_File.Text = "File" |
||
152 | ' |
||
153 | 'ToolStripDropDownButton1 |
||
154 | ' |
||
155 | Me.ToolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
||
156 | Me.ToolStripDropDownButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_Convert, Me.Btn_Stop}) |
||
157 | Me.ToolStripDropDownButton1.Image = CType(resources.GetObject("ToolStripDropDownButton1.Image"), System.Drawing.Image) |
||
158 | Me.ToolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta |
||
159 | Me.ToolStripDropDownButton1.Name = "ToolStripDropDownButton1" |
||
160 | Me.ToolStripDropDownButton1.Size = New System.Drawing.Size(41, 22) |
||
161 | Me.ToolStripDropDownButton1.Text = "Run" |
||
162 | ' |
||
163 | 962b2464 | Gyusu | 'Btn_Convert |
164 | ' |
||
165 | Me.Btn_Convert.Image = CType(resources.GetObject("Btn_Convert.Image"), System.Drawing.Image) |
||
166 | Me.Btn_Convert.Name = "Btn_Convert" |
||
167 | e282643f | Gyusu | Me.Btn_Convert.Size = New System.Drawing.Size(160, 30) |
168 | 962b2464 | Gyusu | Me.Btn_Convert.Text = "Convert" |
169 | ' |
||
170 | 'Btn_Stop |
||
171 | ' |
||
172 | Me.Btn_Stop.Image = CType(resources.GetObject("Btn_Stop.Image"), System.Drawing.Image) |
||
173 | Me.Btn_Stop.Name = "Btn_Stop" |
||
174 | e282643f | Gyusu | Me.Btn_Stop.Size = New System.Drawing.Size(160, 30) |
175 | 962b2464 | Gyusu | Me.Btn_Stop.Text = "Stop" |
176 | ' |
||
177 | e282643f | Gyusu | 'ToolStripDropDownButton2 |
178 | ' |
||
179 | Me.ToolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
||
180 | Me.ToolStripDropDownButton2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_Setting}) |
||
181 | Me.ToolStripDropDownButton2.Image = CType(resources.GetObject("ToolStripDropDownButton2.Image"), System.Drawing.Image) |
||
182 | Me.ToolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta |
||
183 | Me.ToolStripDropDownButton2.Name = "ToolStripDropDownButton2" |
||
184 | Me.ToolStripDropDownButton2.Size = New System.Drawing.Size(48, 22) |
||
185 | Me.ToolStripDropDownButton2.Text = "Tools" |
||
186 | ' |
||
187 | 'Btn_Setting |
||
188 | ' |
||
189 | Me.Btn_Setting.Image = CType(resources.GetObject("Btn_Setting.Image"), System.Drawing.Image) |
||
190 | Me.Btn_Setting.Name = "Btn_Setting" |
||
191 | Me.Btn_Setting.Size = New System.Drawing.Size(112, 22) |
||
192 | Me.Btn_Setting.Text = "Setting" |
||
193 | ' |
||
194 | 31d47a80 | Gyusu | 'ListView_File |
195 | ' |
||
196 | Me.ListView_File.CheckBoxes = True |
||
197 | Me.ListView_File.Dock = System.Windows.Forms.DockStyle.Fill |
||
198 | Me.ListView_File.Location = New System.Drawing.Point(0, 0) |
||
199 | Me.ListView_File.Name = "ListView_File" |
||
200 | e282643f | Gyusu | Me.ListView_File.Size = New System.Drawing.Size(400, 392) |
201 | 31d47a80 | Gyusu | Me.ListView_File.SmallImageList = Me.listview_ImageList_small |
202 | Me.ListView_File.TabIndex = 5 |
||
203 | Me.ListView_File.UseCompatibleStateImageBehavior = False |
||
204 | Me.ListView_File.View = System.Windows.Forms.View.Details |
||
205 | ' |
||
206 | 962b2464 | Gyusu | 'listview_ImageList_small |
207 | ' |
||
208 | Me.listview_ImageList_small.ImageStream = CType(resources.GetObject("listview_ImageList_small.ImageStream"), System.Windows.Forms.ImageListStreamer) |
||
209 | Me.listview_ImageList_small.TransparentColor = System.Drawing.Color.Transparent |
||
210 | Me.listview_ImageList_small.Images.SetKeyName(0, "") |
||
211 | Me.listview_ImageList_small.Images.SetKeyName(1, "") |
||
212 | Me.listview_ImageList_small.Images.SetKeyName(2, "") |
||
213 | Me.listview_ImageList_small.Images.SetKeyName(3, "") |
||
214 | Me.listview_ImageList_small.Images.SetKeyName(4, "wi0063-16.ico") |
||
215 | Me.listview_ImageList_small.Images.SetKeyName(5, "wi0063-24.ico") |
||
216 | Me.listview_ImageList_small.Images.SetKeyName(6, "wi0126-16.ico") |
||
217 | Me.listview_ImageList_small.Images.SetKeyName(7, "wi0126-24.ico") |
||
218 | Me.listview_ImageList_small.Images.SetKeyName(8, "wi0124-16.ico") |
||
219 | Me.listview_ImageList_small.Images.SetKeyName(9, "wi0124-24.ico") |
||
220 | Me.listview_ImageList_small.Images.SetKeyName(10, "wi0124-32.ico") |
||
221 | Me.listview_ImageList_small.Images.SetKeyName(11, "xml_small.png") |
||
222 | Me.listview_ImageList_small.Images.SetKeyName(12, "xml_big.png") |
||
223 | Me.listview_ImageList_small.Images.SetKeyName(13, "XML_Black.png") |
||
224 | 4f359afa | Gyusu | ' |
225 | 31d47a80 | Gyusu | 'SplitContainer1 |
226 | ' |
||
227 | Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill |
||
228 | e282643f | Gyusu | Me.SplitContainer1.Location = New System.Drawing.Point(3, 3) |
229 | 31d47a80 | Gyusu | Me.SplitContainer1.Name = "SplitContainer1" |
230 | ' |
||
231 | 'SplitContainer1.Panel1 |
||
232 | ' |
||
233 | Me.SplitContainer1.Panel1.Controls.Add(Me.Tree_XMLFiles) |
||
234 | ' |
||
235 | 'SplitContainer1.Panel2 |
||
236 | ' |
||
237 | Me.SplitContainer1.Panel2.Controls.Add(Me.ListView_File) |
||
238 | e282643f | Gyusu | Me.SplitContainer1.Size = New System.Drawing.Size(640, 392) |
239 | Me.SplitContainer1.SplitterDistance = 236 |
||
240 | 31d47a80 | Gyusu | Me.SplitContainer1.TabIndex = 6 |
241 | ' |
||
242 | e282643f | Gyusu | 'TabControl1 |
243 | ' |
||
244 | Me.TabControl1.Controls.Add(Me.TabPage1) |
||
245 | Me.TabControl1.Controls.Add(Me.TabPage2) |
||
246 | Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill |
||
247 | Me.TabControl1.Location = New System.Drawing.Point(0, 25) |
||
248 | Me.TabControl1.Name = "TabControl1" |
||
249 | Me.TabControl1.SelectedIndex = 0 |
||
250 | Me.TabControl1.Size = New System.Drawing.Size(654, 424) |
||
251 | Me.TabControl1.TabIndex = 7 |
||
252 | ' |
||
253 | 'TabPage1 |
||
254 | ' |
||
255 | Me.TabPage1.Controls.Add(Me.SplitContainer1) |
||
256 | Me.TabPage1.Location = New System.Drawing.Point(4, 22) |
||
257 | Me.TabPage1.Name = "TabPage1" |
||
258 | Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) |
||
259 | Me.TabPage1.Size = New System.Drawing.Size(646, 398) |
||
260 | Me.TabPage1.TabIndex = 0 |
||
261 | Me.TabPage1.Text = "Main" |
||
262 | Me.TabPage1.UseVisualStyleBackColor = True |
||
263 | ' |
||
264 | 'TabPage2 |
||
265 | ' |
||
266 | Me.TabPage2.Controls.Add(Me.SplitContainer2) |
||
267 | Me.TabPage2.Location = New System.Drawing.Point(4, 22) |
||
268 | Me.TabPage2.Name = "TabPage2" |
||
269 | Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) |
||
270 | Me.TabPage2.Size = New System.Drawing.Size(646, 398) |
||
271 | Me.TabPage2.TabIndex = 1 |
||
272 | Me.TabPage2.Text = "Result" |
||
273 | Me.TabPage2.UseVisualStyleBackColor = True |
||
274 | ' |
||
275 | 'SplitContainer2 |
||
276 | ' |
||
277 | Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill |
||
278 | Me.SplitContainer2.Location = New System.Drawing.Point(3, 3) |
||
279 | Me.SplitContainer2.Name = "SplitContainer2" |
||
280 | ' |
||
281 | 'SplitContainer2.Panel1 |
||
282 | ' |
||
283 | Me.SplitContainer2.Panel1.Controls.Add(Me.Tree_Result) |
||
284 | ' |
||
285 | 'SplitContainer2.Panel2 |
||
286 | ' |
||
287 | Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer4) |
||
288 | Me.SplitContainer2.Size = New System.Drawing.Size(640, 392) |
||
289 | Me.SplitContainer2.SplitterDistance = 210 |
||
290 | Me.SplitContainer2.TabIndex = 3 |
||
291 | ' |
||
292 | 'Tree_Result |
||
293 | ' |
||
294 | Me.Tree_Result.Dock = System.Windows.Forms.DockStyle.Fill |
||
295 | Me.Tree_Result.Location = New System.Drawing.Point(0, 0) |
||
296 | Me.Tree_Result.Name = "Tree_Result" |
||
297 | Me.Tree_Result.Size = New System.Drawing.Size(210, 392) |
||
298 | Me.Tree_Result.TabIndex = 0 |
||
299 | ' |
||
300 | 'SplitContainer4 |
||
301 | ' |
||
302 | Me.SplitContainer4.Dock = System.Windows.Forms.DockStyle.Fill |
||
303 | Me.SplitContainer4.Location = New System.Drawing.Point(0, 0) |
||
304 | Me.SplitContainer4.Name = "SplitContainer4" |
||
305 | Me.SplitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal |
||
306 | ' |
||
307 | 'SplitContainer4.Panel1 |
||
308 | ' |
||
309 | Me.SplitContainer4.Panel1.Controls.Add(Me.DataGrid_Result) |
||
310 | ' |
||
311 | 'SplitContainer4.Panel2 |
||
312 | ' |
||
313 | Me.SplitContainer4.Panel2.Controls.Add(Me.ListView_Result) |
||
314 | Me.SplitContainer4.Size = New System.Drawing.Size(426, 392) |
||
315 | Me.SplitContainer4.SplitterDistance = 257 |
||
316 | Me.SplitContainer4.TabIndex = 5 |
||
317 | ' |
||
318 | 'DataGrid_Result |
||
319 | ' |
||
320 | Me.DataGrid_Result.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize |
||
321 | Me.DataGrid_Result.Dock = System.Windows.Forms.DockStyle.Fill |
||
322 | Me.DataGrid_Result.Location = New System.Drawing.Point(0, 0) |
||
323 | Me.DataGrid_Result.Name = "DataGrid_Result" |
||
324 | Me.DataGrid_Result.RowTemplate.Height = 23 |
||
325 | Me.DataGrid_Result.Size = New System.Drawing.Size(426, 257) |
||
326 | Me.DataGrid_Result.TabIndex = 1 |
||
327 | ' |
||
328 | 'ListView_Result |
||
329 | ' |
||
330 | Me.ListView_Result.Dock = System.Windows.Forms.DockStyle.Fill |
||
331 | Me.ListView_Result.Location = New System.Drawing.Point(0, 0) |
||
332 | Me.ListView_Result.Name = "ListView_Result" |
||
333 | Me.ListView_Result.Size = New System.Drawing.Size(426, 131) |
||
334 | Me.ListView_Result.TabIndex = 0 |
||
335 | Me.ListView_Result.UseCompatibleStateImageBehavior = False |
||
336 | Me.ListView_Result.View = System.Windows.Forms.View.List |
||
337 | ' |
||
338 | 4f359afa | Gyusu | 'Main |
339 | ' |
||
340 | Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) |
||
341 | Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font |
||
342 | Me.ClientSize = New System.Drawing.Size(654, 475) |
||
343 | e282643f | Gyusu | Me.Controls.Add(Me.TabControl1) |
344 | 962b2464 | Gyusu | Me.Controls.Add(Me.ToolStrip1) |
345 | 4f359afa | Gyusu | Me.Controls.Add(Me.Status_Main) |
346 | Me.Name = "Main" |
||
347 | Me.ShowIcon = False |
||
348 | 962b2464 | Gyusu | Me.Text = "SPPID Converter" |
349 | 4f359afa | Gyusu | Me.Status_Main.ResumeLayout(False) |
350 | Me.Status_Main.PerformLayout() |
||
351 | 962b2464 | Gyusu | Me.ToolStrip1.ResumeLayout(False) |
352 | Me.ToolStrip1.PerformLayout() |
||
353 | Me.SplitContainer1.Panel1.ResumeLayout(False) |
||
354 | Me.SplitContainer1.Panel2.ResumeLayout(False) |
||
355 | CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() |
||
356 | Me.SplitContainer1.ResumeLayout(False) |
||
357 | e282643f | Gyusu | Me.TabControl1.ResumeLayout(False) |
358 | Me.TabPage1.ResumeLayout(False) |
||
359 | Me.TabPage2.ResumeLayout(False) |
||
360 | Me.SplitContainer2.Panel1.ResumeLayout(False) |
||
361 | Me.SplitContainer2.Panel2.ResumeLayout(False) |
||
362 | CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit() |
||
363 | Me.SplitContainer2.ResumeLayout(False) |
||
364 | Me.SplitContainer4.Panel1.ResumeLayout(False) |
||
365 | Me.SplitContainer4.Panel2.ResumeLayout(False) |
||
366 | CType(Me.SplitContainer4, System.ComponentModel.ISupportInitialize).EndInit() |
||
367 | Me.SplitContainer4.ResumeLayout(False) |
||
368 | CType(Me.DataGrid_Result, System.ComponentModel.ISupportInitialize).EndInit() |
||
369 | 4f359afa | Gyusu | Me.ResumeLayout(False) |
370 | Me.PerformLayout() |
||
371 | |||
372 | End Sub |
||
373 | Friend WithEvents Tree_XMLFiles As TreeView |
||
374 | Friend WithEvents Status_Main As StatusStrip |
||
375 | e282643f | Gyusu | Friend WithEvents ProgressBar_Status As ToolStripProgressBar |
376 | 4f359afa | Gyusu | Friend WithEvents Txt_Status As ToolStripStatusLabel |
377 | 962b2464 | Gyusu | Friend WithEvents ToolStrip1 As ToolStrip |
378 | Friend WithEvents ListView_File As ListView |
||
379 | Friend WithEvents SplitContainer1 As SplitContainer |
||
380 | Friend WithEvents TreeNodeImageList As ImageList |
||
381 | Friend WithEvents listview_ImageList_small As ImageList |
||
382 | e282643f | Gyusu | Friend WithEvents DropDown_File As ToolStripDropDownButton |
383 | Friend WithEvents ToolStripDropDownButton1 As ToolStripDropDownButton |
||
384 | Friend WithEvents Btn_Convert As ToolStripMenuItem |
||
385 | Friend WithEvents Btn_Stop As ToolStripMenuItem |
||
386 | Friend WithEvents ToolStripDropDownButton2 As ToolStripDropDownButton |
||
387 | Friend WithEvents Btn_Setting As ToolStripMenuItem |
||
388 | Friend WithEvents TabControl1 As TabControl |
||
389 | Friend WithEvents TabPage1 As TabPage |
||
390 | Friend WithEvents TabPage2 As TabPage |
||
391 | Friend WithEvents SplitContainer2 As SplitContainer |
||
392 | Friend WithEvents Tree_Result As TreeView |
||
393 | Friend WithEvents SplitContainer4 As SplitContainer |
||
394 | Friend WithEvents DataGrid_Result As DataGridView |
||
395 | Friend WithEvents ListView_Result As ListView |
||
396 | 4f359afa | Gyusu | End Class |