hytos / DTI_PID / SPPIDConverter / Result.Designer.vb @ f488d56f
이력 | 보기 | 이력해설 | 다운로드 (1.31 KB)
1 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> |
---|---|
2 |
Partial Class Result |
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.SuspendLayout() |
26 |
' |
27 |
'Result |
28 |
' |
29 |
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) |
30 |
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font |
31 |
Me.ClientSize = New System.Drawing.Size(603, 488) |
32 |
Me.Name = "Result" |
33 |
Me.ShowIcon = False |
34 |
Me.Text = "Result" |
35 |
Me.ResumeLayout(False) |
36 |
|
37 |
End Sub |
38 |
End Class |