Subversion Repositories aysalia

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
VERSION 5.00
2
Begin VB.Form dqSCHRIFTSTÜCK 
3
   BackColor       =   &H00000000&
4
   BorderStyle     =   1  'Fixed Single
5
   Caption         =   "Schriftstück"
6
   ClientHeight    =   6525
7
   ClientLeft      =   45
8
   ClientTop       =   330
9
   ClientWidth     =   6015
10
   ControlBox      =   0   'False
11
   LinkTopic       =   "Schriftstück"
12
   MaxButton       =   0   'False
13
   MinButton       =   0   'False
14
   Picture         =   "dqSCHRIFTSTÜCK.frx":0000
15
   ScaleHeight     =   6525
16
   ScaleWidth      =   6015
17
   StartUpPosition =   2  'CenterScreen
18
   Begin VB.CommandButton Command1 
19
      BackColor       =   &H00E0E0E0&
20
      Cancel          =   -1  'True
21
      Caption         =   "Schließen"
22
      Default         =   -1  'True
23
      Height          =   255
24
      Left            =   5040
25
      Style           =   1  'Graphical
26
      TabIndex        =   0
27
      Top             =   0
28
      Width           =   975
29
   End
30
   Begin VB.Label Label2 
31
      BackStyle       =   0  'Transparent
32
      Caption         =   "Text"
33
      BeginProperty Font 
34
         Name            =   "Arial"
35
         Size            =   11.25
36
         Charset         =   0
37
         Weight          =   700
38
         Underline       =   0   'False
39
         Italic          =   -1  'True
40
         Strikethrough   =   0   'False
41
      EndProperty
42
      ForeColor       =   &H00FFFFFF&
43
      Height          =   4455
44
      Left            =   1440
45
      TabIndex        =   2
46
      Top             =   840
47
      Width           =   4335
48
   End
49
   Begin VB.Label Label1 
50
      AutoSize        =   -1  'True
51
      BackStyle       =   0  'Transparent
52
      Caption         =   "Titel"
53
      BeginProperty Font 
54
         Name            =   "Times New Roman"
55
         Size            =   18
56
         Charset         =   0
57
         Weight          =   700
58
         Underline       =   0   'False
59
         Italic          =   0   'False
60
         Strikethrough   =   0   'False
61
      EndProperty
62
      ForeColor       =   &H00FFFFFF&
63
      Height          =   390
64
      Left            =   1440
65
      TabIndex        =   1
66
      Top             =   360
67
      Width           =   720
68
   End
69
End
70
Attribute VB_Name = "dqSCHRIFTSTÜCK"
71
Attribute VB_GlobalNameSpace = False
72
Attribute VB_Creatable = False
73
Attribute VB_PredeclaredId = True
74
Attribute VB_Exposed = False
75
Private Sub Command1_Click()
76
Unload dqSCHRIFTSTÜCK
77
End Sub
78