_ Partial Class frmAnnotations Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAnnotations)) Me.Button1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Seitenzahl = New System.Windows.Forms.Label() Me.txttitle = New System.Windows.Forms.TextBox() Me.txtcontent = New System.Windows.Forms.TextBox() Me.txtSeitenzahl = New System.Windows.Forms.TextBox() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Cursor = System.Windows.Forms.Cursors.Default Me.Button1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.add Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(447, 171) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(173, 37) Me.Button1.TabIndex = 0 Me.Button1.Text = "Annotation hinzufügen" Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 28) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(38, 16) Me.Label1.TabIndex = 1 Me.Label1.Text = "Titel:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 56) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(38, 16) Me.Label3.TabIndex = 3 Me.Label3.Text = "Text:" ' 'Seitenzahl ' Me.Seitenzahl.AutoSize = True Me.Seitenzahl.Location = New System.Drawing.Point(12, 185) Me.Seitenzahl.Name = "Seitenzahl" Me.Seitenzahl.Size = New System.Drawing.Size(67, 16) Me.Seitenzahl.TabIndex = 4 Me.Seitenzahl.Text = "Seitenzahl" ' 'txttitle ' Me.txttitle.Location = New System.Drawing.Point(97, 25) Me.txttitle.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txttitle.Name = "txttitle" Me.txttitle.Size = New System.Drawing.Size(344, 23) Me.txttitle.TabIndex = 5 ' 'txtcontent ' Me.txtcontent.AcceptsReturn = True Me.txtcontent.AcceptsTab = True Me.txtcontent.Location = New System.Drawing.Point(97, 56) Me.txtcontent.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtcontent.Multiline = True Me.txtcontent.Name = "txtcontent" Me.txtcontent.Size = New System.Drawing.Size(344, 119) Me.txtcontent.TabIndex = 7 ' 'txtSeitenzahl ' Me.txtSeitenzahl.Location = New System.Drawing.Point(404, 185) Me.txtSeitenzahl.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.txtSeitenzahl.Name = "txtSeitenzahl" Me.txtSeitenzahl.Size = New System.Drawing.Size(37, 23) Me.txtSeitenzahl.TabIndex = 8 Me.txtSeitenzahl.Text = "0" ' 'frmAnnotations ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(629, 219) Me.Controls.Add(Me.txtSeitenzahl) Me.Controls.Add(Me.txtcontent) Me.Controls.Add(Me.txttitle) Me.Controls.Add(Me.Seitenzahl) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button1) Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmAnnotations" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Annotationen" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents Seitenzahl As Label Friend WithEvents txttitle As TextBox Friend WithEvents txtcontent As TextBox Friend WithEvents txtSeitenzahl As TextBox End Class