home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form1
- BorderStyle = 1 'Fixed Single
- Caption = "3D-ohne THREED.VBX (nur VB-Code)"
- ClientHeight = 2430
- ClientLeft = 4440
- ClientTop = 3585
- ClientWidth = 4830
- Height = 2835
- Left = 4380
- LinkTopic = "Form1"
- ScaleHeight = 2430
- ScaleWidth = 4830
- Top = 3240
- Width = 4950
- Begin CommandButton Command2
- Caption = "Abbruch"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 1560
- TabIndex = 5
- Top = 1800
- Width = 1095
- End
- Begin CommandButton Command1
- Caption = "OK"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 240
- TabIndex = 4
- Top = 1800
- Width = 1215
- End
- Begin ComboBox cmbAuswahl
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 360
- Left = 1440
- Style = 2 'Dropdown List
- TabIndex = 2
- Top = 960
- Width = 3135
- End
- Begin TextBox txtAnzeige
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 360
- Left = 1440
- TabIndex = 0
- Top = 480
- Width = 3135
- End
- Begin Shape Shape2
- Height = 375
- Left = 4140
- Top = 1920
- Width = 435
- End
- Begin Shape Shape1
- Height = 375
- Left = 4020
- Top = 1800
- Width = 435
- End
- Begin Line Line1
- X1 = 240
- X2 = 4560
- Y1 = 1560
- Y2 = 1560
- End
- Begin Label Label2
- Caption = "Auswahl:"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 240
- TabIndex = 3
- Top = 1020
- Width = 975
- End
- Begin Label Label1
- Caption = "Anzeige:"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 240
- TabIndex = 1
- Top = 480
- Width = 975
- End
- Sub Form_Load ()
- show3D Me
- P_ResizeFormCenter Me
- cmbAuswahl.AddItem "Auswahl 1"
- cmbAuswahl.AddItem "Auswahl 2"
- cmbAuswahl.AddItem "Auswahl 3"
- End Sub
-