home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Houseplan Collection
/
HRCD2005.ISO
/
data1.cab
/
Zusatz
/
3DS
/
DATA2.Z
/
Einfachhaus.Frm
< prev
next >
Wrap
Text File
|
1998-03-11
|
9KB
|
287 lines
VERSION 5.00
Begin VB.Form Einfachhaus
BackColor = &H00C0FFFF&
Caption = "Fertighauskatalog - Informationen zum Einfamilienhaus"
ClientHeight = 8820
ClientLeft = 1020
ClientTop = 1470
ClientWidth = 10335
Icon = "Einfachhaus.frx":0000
LinkTopic = "Form1"
PaletteMode = 1 'ZReihenfolge
ScaleHeight = 8820
ScaleWidth = 10335
ShowInTaskbar = 0 'False
Begin VB.Image Grundriss
Height = 3600
Left = 240
Picture = "Einfachhaus.frx":0442
Top = 0
Width = 4800
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
BorderStyle = 1 'Fest Einfach
Caption = $"Einfachhaus.frx":9AC4
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 240
TabIndex = 9
Top = 6600
Width = 9975
End
Begin VB.Label Label7
Alignment = 2 'Zentriert
BackColor = &H00FFFFC0&
BorderStyle = 1 'Fest Einfach
Caption = "min. 200 m▓"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2760
TabIndex = 8
Top = 5640
Width = 1695
End
Begin VB.Label Label6
Alignment = 2 'Zentriert
BackColor = &H0080FF80&
BorderStyle = 1 'Fest Einfach
Caption = "350.000,00 DM"
BeginProperty Font
Name = "Arial"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 6480
TabIndex = 7
Top = 5520
Width = 2535
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "Beschreibung:"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 6
Top = 3720
Width = 1815
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "Besonderheiten:"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
TabIndex = 5
Top = 6240
Width = 2295
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "Preis:"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5160
TabIndex = 4
Top = 5640
Width = 1215
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Empfohlene Grundstⁿcksgr÷▀e:"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 240
TabIndex = 3
Top = 5400
Width = 2415
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = $"Einfachhaus.frx":9CAF
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 240
TabIndex = 2
Top = 4080
Width = 9975
End
Begin VB.Image Haus
BorderStyle = 1 'Fest Einfach
Height = 3060
Left = 5160
Picture = "Einfachhaus.frx":9E2A
Top = 240
Width = 4560
End
Begin VB.Image RightArrow
Height = 480
Left = 9840
Picture = "Einfachhaus.frx":35D8C
Top = 8280
Width = 480
End
Begin VB.Label RightArrowLabel
Alignment = 1 'Rechts
BackStyle = 0 'Transparent
Caption = "Konstruktionsdetails"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 7680
TabIndex = 1
Top = 8400
Width = 2055
End
Begin VB.Line SepLine
X1 = 0
X2 = 10320
Y1 = 8280
Y2 = 8280
End
Begin VB.Image Arrow
Height = 480
Left = 20
Picture = "Einfachhaus.frx":361CE
Top = 8280
Width = 480
End
Begin VB.Label ArrowLabel
BackStyle = 0 'Transparent
Caption = "Zurⁿck zur Hausauswahl"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 555
TabIndex = 0
Top = 8400
Width = 2460
End
End
Attribute VB_Name = "Einfachhaus"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private showDetails As Boolean
Private Sub Arrow_Click()
Unload Me
End Sub
Private Sub Form_Resize()
' Die Gr÷▀e des Formulars wurde geΣndert, wir mⁿssen
' die untere Leiste anpassen
SepLine.x1 = 0
SepLine.x2 = Width
SepLine.y1 = Height - 940
SepLine.y2 = SepLine.y1
ArrowLabel.Top = SepLine.y1 + 130
ArrowLabel.Left = 550
Arrow.Top = SepLine.y1 + 30
Arrow.Left = 20
RightArrowLabel.Top = SepLine.y1 + 130
RightArrowLabel.Left = Width - RightArrowLabel.Width - 750
RightArrow.Top = SepLine.y1 + 30
RightArrow.Left = Width - 645
End Sub
Private Sub Form_Unload(Cancel As Integer)
' Falls der Benutzer das modale Formular verschoben oder in der
' Gr÷▀e verΣndert hat, ⁿbernehmen wir diese ─nderungen jetzt.
If Not showDetails Then
Hausauswahl.WindowState = 0
Hausauswahl.Top = Top
Hausauswahl.Left = Left
Hausauswahl.Width = Width
Hausauswahl.Height = Height
Hausauswahl.Show
End If
showDetails = False
End Sub
Private Sub RightArrow_Click()
EinfachhausDetaildialog.Show
showDetails = True
Unload Me
End Sub