-
Notifications
You must be signed in to change notification settings - Fork 1
/
MSG.Designer.vb
183 lines (178 loc) · 7.73 KB
/
MSG.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MSG
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MSG))
Me.Label4 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.UserBox = New System.Windows.Forms.TextBox()
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Input = New System.Windows.Forms.RichTextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.Info = New System.Windows.Forms.Label()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(19, 33)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(270, 15)
Me.Label4.TabIndex = 14
Me.Label4.Text = "Don't forget to include room and PC information"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Calibri", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(19, 12)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(236, 15)
Me.Label3.TabIndex = 13
Me.Label3.Text = "New Message to the Anwendungsbetreuer"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(512, 12)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(106, 14)
Me.Label2.TabIndex = 12
Me.Label2.Text = "Custom Username"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(370, 11)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(130, 14)
Me.Label1.TabIndex = 11
Me.Label1.Text = "Custom Date And Time"
'
'UserBox
'
Me.UserBox.Location = New System.Drawing.Point(515, 28)
Me.UserBox.Name = "UserBox"
Me.UserBox.Size = New System.Drawing.Size(100, 20)
Me.UserBox.TabIndex = 9
'
'DateTimePicker1
'
Me.DateTimePicker1.CustomFormat = "dd.MM.yyyy HH:mm:ss"
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.DateTimePicker1.Location = New System.Drawing.Point(373, 28)
Me.DateTimePicker1.Name = "DateTimePicker1"
Me.DateTimePicker1.Size = New System.Drawing.Size(136, 20)
Me.DateTimePicker1.TabIndex = 10
Me.DateTimePicker1.Value = New Date(2019, 1, 1, 0, 0, 0, 0)
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.Input)
Me.GroupBox1.Controls.Add(Me.Button2)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.Info)
Me.GroupBox1.Location = New System.Drawing.Point(12, 54)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(609, 353)
Me.GroupBox1.TabIndex = 8
Me.GroupBox1.TabStop = False
'
'Input
'
Me.Input.Font = New System.Drawing.Font("Courier New", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Input.Location = New System.Drawing.Point(7, 36)
Me.Input.Name = "Input"
Me.Input.Size = New System.Drawing.Size(596, 271)
Me.Input.TabIndex = 3
Me.Input.Text = ""
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(503, 313)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(100, 34)
Me.Button2.TabIndex = 2
Me.Button2.Text = "Cancel"
Me.Button2.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(10, 313)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(181, 34)
Me.Button1.TabIndex = 1
Me.Button1.Text = "Send Message"
Me.Button1.UseVisualStyleBackColor = True
'
'Info
'
Me.Info.AutoSize = True
Me.Info.BackColor = System.Drawing.SystemColors.Control
Me.Info.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Info.Location = New System.Drawing.Point(6, 14)
Me.Info.Name = "Info"
Me.Info.Size = New System.Drawing.Size(252, 19)
Me.Info.TabIndex = 0
Me.Info.Text = "dd.MM.yyyy | HH:mm:ss | User: N/A"
'
'MSG
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(633, 418)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.UserBox)
Me.Controls.Add(Me.DateTimePicker1)
Me.Controls.Add(Me.GroupBox1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "MSG"
Me.Text = "Send Message"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents UserBox As TextBox
Friend WithEvents DateTimePicker1 As DateTimePicker
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Input As RichTextBox
Friend WithEvents Button2 As Button
Friend WithEvents Button1 As Button
Friend WithEvents Info As Label
End Class