Subversion Repositories aysalia

Compare Revisions

Regard whitespace Rev 1 → Rev 2

/trunk/Zeitalter der Dämonen/Story.frm
0,0 → 1,137
VERSION 5.00
Begin VB.Form Story
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "Story"
ClientHeight = 5310
ClientLeft = 0
ClientTop = 0
ClientWidth = 4920
LinkTopic = "Story"
ScaleHeight = 5310
ScaleWidth = 4920
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command1
BackColor = &H00E0E0E0&
Cancel = -1 'True
Caption = "So soll es sein!"
Default = -1 'True
BeginProperty Font
Name = "Arial"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
Style = 1 'Graphical
TabIndex = 3
Top = 4800
Width = 1935
End
Begin VB.Label Label4
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Das Zeitalter der Dämonen"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 255
Left = 240
TabIndex = 4
Top = 120
Width = 4455
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Label3"
BeginProperty Font
Name = "Times New Roman"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0FFFF&
Height = 600
Left = 0
TabIndex = 2
Top = 4200
Width = 4920
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Und dieser Held wirst du sein,"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 240
Left = 0
TabIndex = 1
Top = 3960
Width = 4920
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"Story.frx":0000
BeginProperty Font
Name = "Times New Roman"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0FF&
Height = 3255
Left = 480
TabIndex = 0
Top = 480
Width = 4095
End
Begin VB.Shape Shape1
BorderColor = &H000000FF&
FillColor = &H00110086&
FillStyle = 0 'Solid
Height = 3255
Left = 240
Top = 480
Width = 4455
End
End
Attribute VB_Name = "Story"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Story
End Sub
 
Private Sub Form_Load()
Label3.Caption = Nom
End Sub