Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2233 - 1
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2
Partial Class ArtificialHorizon
3
    Inherits System.Windows.Forms.UserControl
4
 
5
    'UserControl overrides dispose to clean up the component list.
6
    <System.Diagnostics.DebuggerNonUserCode()> _
7
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8
        If disposing AndAlso components IsNot Nothing Then
9
            components.Dispose()
10
        End If
11
        MyBase.Dispose(disposing)
12
    End Sub
13
 
14
    'Required by the Windows Form Designer
15
    Private components As System.ComponentModel.IContainer
16
 
17
    'NOTE: The following procedure is required by the Windows Form Designer
18
    'It can be modified using the Windows Form Designer.  
19
    'Do not modify it using the code editor.
20
    <System.Diagnostics.DebuggerStepThrough()> _
21
    Private Sub InitializeComponent()
22
        Me.SuspendLayout()
23
        '
24
        'ArtificialHorizon
25
        '
26
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
27
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
28
        Me.AutoScroll = True
29
        Me.BackColor = System.Drawing.Color.Transparent
30
        Me.DoubleBuffered = True
31
        Me.Name = "ArtificialHorizon"
32
        Me.Size = New System.Drawing.Size(266, 257)
33
        Me.ResumeLayout(False)
34
 
35
    End Sub
36
 
37
End Class