-
Notifications
You must be signed in to change notification settings - Fork 1
/
LegacyLinks.Designer.vb
129 lines (124 loc) · 6.63 KB
/
LegacyLinks.Designer.vb
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class LegacyLinks
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()
Me.components = New System.ComponentModel.Container()
Me.Schülermodul = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.PrintLogs = New System.Windows.Forms.Button()
Me.UpdateSettings = New System.Windows.Forms.Button()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.SuspendLayout()
'
'Schülermodul
'
Me.Schülermodul.BackColor = System.Drawing.Color.FromArgb(CType(CType(83, Byte), Integer), CType(CType(82, Byte), Integer), CType(CType(237, Byte), Integer))
Me.Schülermodul.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Schülermodul.Font = New System.Drawing.Font("Constantia", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Schülermodul.ForeColor = System.Drawing.Color.Snow
Me.Schülermodul.Location = New System.Drawing.Point(12, 12)
Me.Schülermodul.Name = "Schülermodul"
Me.Schülermodul.Size = New System.Drawing.Size(88, 23)
Me.Schülermodul.TabIndex = 1
Me.Schülermodul.Text = "Schülermodul"
Me.ToolTip1.SetToolTip(Me.Schülermodul, "Opens Schülermodul In The Browser")
Me.Schülermodul.UseVisualStyleBackColor = False
'
'Button3
'
Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(83, Byte), Integer), CType(CType(82, Byte), Integer), CType(CType(237, Byte), Integer))
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Font = New System.Drawing.Font("Constantia", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.ForeColor = System.Drawing.Color.Snow
Me.Button3.Location = New System.Drawing.Point(106, 12)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(88, 23)
Me.Button3.TabIndex = 2
Me.Button3.Text = "???"
Me.ToolTip1.SetToolTip(Me.Button3, "Opens Http://mnsplusweb:81/main/index.aspx In The Browser")
Me.Button3.UseVisualStyleBackColor = False
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(83, Byte), Integer), CType(CType(82, Byte), Integer), CType(CType(237, Byte), Integer))
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Constantia", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.Snow
Me.Button1.Location = New System.Drawing.Point(12, 41)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(88, 23)
Me.Button1.TabIndex = 3
Me.Button1.Text = "CHPwd"
Me.Button1.UseVisualStyleBackColor = False
'
'PrintLogs
'
Me.PrintLogs.BackColor = System.Drawing.Color.FromArgb(CType(CType(83, Byte), Integer), CType(CType(82, Byte), Integer), CType(CType(237, Byte), Integer))
Me.PrintLogs.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.PrintLogs.Font = New System.Drawing.Font("Constantia", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.PrintLogs.ForeColor = System.Drawing.Color.Snow
Me.PrintLogs.Location = New System.Drawing.Point(12, 70)
Me.PrintLogs.Name = "PrintLogs"
Me.PrintLogs.Size = New System.Drawing.Size(88, 23)
Me.PrintLogs.TabIndex = 4
Me.PrintLogs.Text = "PrintLogs"
Me.PrintLogs.UseVisualStyleBackColor = False
'
'UpdateSettings
'
Me.UpdateSettings.BackColor = System.Drawing.Color.FromArgb(CType(CType(83, Byte), Integer), CType(CType(82, Byte), Integer), CType(CType(237, Byte), Integer))
Me.UpdateSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.UpdateSettings.Font = New System.Drawing.Font("Constantia", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.UpdateSettings.ForeColor = System.Drawing.Color.Snow
Me.UpdateSettings.Location = New System.Drawing.Point(106, 41)
Me.UpdateSettings.Name = "UpdateSettings"
Me.UpdateSettings.Size = New System.Drawing.Size(88, 23)
Me.UpdateSettings.TabIndex = 5
Me.UpdateSettings.Text = "USettings"
Me.UpdateSettings.UseVisualStyleBackColor = False
'
'LegacyLinks
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(164, Byte), Integer), CType(CType(176, Byte), Integer), CType(CType(190, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(209, 103)
Me.Controls.Add(Me.Schülermodul)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PrintLogs)
Me.Controls.Add(Me.UpdateSettings)
Me.Font = New System.Drawing.Font("Constantia", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "LegacyLinks"
Me.ShowInTaskbar = False
Me.Text = "Broken Legacy Links"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Schülermodul As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button1 As Button
Friend WithEvents PrintLogs As Button
Friend WithEvents UpdateSettings As Button
Friend WithEvents ToolTip1 As ToolTip
End Class