103 lines
3.6 KiB
VB.net
103 lines
3.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmAnnotations
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<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
|
|
|
|
'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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
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_ProcessManager.My.Resources.Resources.add
|
|
resources.ApplyResources(Me.Button1, "Button1")
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'Seitenzahl
|
|
'
|
|
resources.ApplyResources(Me.Seitenzahl, "Seitenzahl")
|
|
Me.Seitenzahl.Name = "Seitenzahl"
|
|
'
|
|
'txttitle
|
|
'
|
|
resources.ApplyResources(Me.txttitle, "txttitle")
|
|
Me.txttitle.Name = "txttitle"
|
|
'
|
|
'txtcontent
|
|
'
|
|
Me.txtcontent.AcceptsReturn = True
|
|
Me.txtcontent.AcceptsTab = True
|
|
resources.ApplyResources(Me.txtcontent, "txtcontent")
|
|
Me.txtcontent.Name = "txtcontent"
|
|
'
|
|
'txtSeitenzahl
|
|
'
|
|
resources.ApplyResources(Me.txtSeitenzahl, "txtSeitenzahl")
|
|
Me.txtSeitenzahl.Name = "txtSeitenzahl"
|
|
'
|
|
'frmAnnotations
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
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.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmAnnotations"
|
|
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
|