summaryrefslogtreecommitdiff
path: root/windows 95/Title Screen.Designer.vb
blob: b8e480ed0248728e6a0416221768dc997aa35f26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Title_Screen
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Title_Screen))
        Me.buttonnewgame = New System.Windows.Forms.PictureBox()
        Me.buttonloadgame = New System.Windows.Forms.PictureBox()
        Me.buttonexit = New System.Windows.Forms.PictureBox()
        Me.Label1 = New System.Windows.Forms.Label()
        CType(Me.buttonnewgame, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.buttonloadgame, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.buttonexit, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'buttonnewgame
        '
        Me.buttonnewgame.BackColor = System.Drawing.Color.Transparent
        Me.buttonnewgame.Image = Global.Histacom.My.Resources.Resources.new_game
        Me.buttonnewgame.Location = New System.Drawing.Point(33, 119)
        Me.buttonnewgame.Name = "buttonnewgame"
        Me.buttonnewgame.Size = New System.Drawing.Size(156, 113)
        Me.buttonnewgame.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.buttonnewgame.TabIndex = 0
        Me.buttonnewgame.TabStop = False
        '
        'buttonloadgame
        '
        Me.buttonloadgame.Anchor = System.Windows.Forms.AnchorStyles.Top
        Me.buttonloadgame.BackColor = System.Drawing.Color.Transparent
        Me.buttonloadgame.Image = Global.Histacom.My.Resources.Resources.load_game
        Me.buttonloadgame.Location = New System.Drawing.Point(310, 119)
        Me.buttonloadgame.Name = "buttonloadgame"
        Me.buttonloadgame.Size = New System.Drawing.Size(156, 113)
        Me.buttonloadgame.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.buttonloadgame.TabIndex = 1
        Me.buttonloadgame.TabStop = False
        '
        'buttonexit
        '
        Me.buttonexit.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.buttonexit.BackColor = System.Drawing.Color.Transparent
        Me.buttonexit.Image = Global.Histacom.My.Resources.Resources._exit
        Me.buttonexit.Location = New System.Drawing.Point(602, 119)
        Me.buttonexit.Name = "buttonexit"
        Me.buttonexit.Size = New System.Drawing.Size(156, 113)
        Me.buttonexit.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.buttonexit.TabIndex = 2
        Me.buttonexit.TabStop = False
        '
        'Label1
        '
        Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.Label1.AutoSize = True
        Me.Label1.BackColor = System.Drawing.Color.Transparent
        Me.Label1.Location = New System.Drawing.Point(12, 543)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(145, 13)
        Me.Label1.TabIndex = 3
        Me.Label1.Text = "Histacom 1.8.5 By 12padams"
        '
        'Title_Screen
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackgroundImage = Global.Histacom.My.Resources.Resources.Histacom_1_8_Background
        Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.ClientSize = New System.Drawing.Size(784, 562)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.buttonexit)
        Me.Controls.Add(Me.buttonloadgame)
        Me.Controls.Add(Me.buttonnewgame)
        Me.DoubleBuffered = True
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Name = "Title_Screen"
        Me.Text = "Histacom 1.8.5"
        Me.TransparencyKey = System.Drawing.Color.Magenta
        CType(Me.buttonnewgame, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.buttonloadgame, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.buttonexit, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents buttonnewgame As System.Windows.Forms.PictureBox
    Friend WithEvents buttonloadgame As System.Windows.Forms.PictureBox
    Friend WithEvents buttonexit As System.Windows.Forms.PictureBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
End Class