Files
SDL/SDL/Formulare/Einheitspapier/frmEinheitspapier.Designer.vb
2020-09-23 07:24:25 +02:00

384 lines
17 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmEinheitspapier
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEinheitspapier))
Me.pnl = New System.Windows.Forms.Panel()
Me.UsrCntlEinheitspapier1 = New SDL.usrCntlEinheitspapier()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.btnNeu = New System.Windows.Forms.Button()
Me.Label13 = New System.Windows.Forms.Label()
Me.btnLaden = New System.Windows.Forms.Button()
Me.lblSuche = New System.Windows.Forms.Label()
Me.cboSearch = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.cboAbriss778 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.cboAbriss777 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.lblGelöscht = New System.Windows.Forms.Label()
Me.btnDelete = New System.Windows.Forms.Button()
Me.lblGespeichert = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtSuchbegriff = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.lblEigenmasse = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.timerSave = New System.Windows.Forms.Timer(Me.components)
Me.pnl.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'pnl
'
Me.pnl.Controls.Add(Me.UsrCntlEinheitspapier1)
Me.pnl.Controls.Add(Me.Panel2)
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnl.Location = New System.Drawing.Point(0, 0)
Me.pnl.Name = "pnl"
Me.pnl.Size = New System.Drawing.Size(856, 740)
Me.pnl.TabIndex = 1
'
'UsrCntlEinheitspapier1
'
Me.UsrCntlEinheitspapier1.Dock = System.Windows.Forms.DockStyle.Fill
Me.UsrCntlEinheitspapier1.Location = New System.Drawing.Point(0, 94)
Me.UsrCntlEinheitspapier1.Name = "UsrCntlEinheitspapier1"
Me.UsrCntlEinheitspapier1.Size = New System.Drawing.Size(856, 646)
Me.UsrCntlEinheitspapier1.TabIndex = 1
'
'Panel2
'
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel2.Controls.Add(Me.btnNeu)
Me.Panel2.Controls.Add(Me.Label13)
Me.Panel2.Controls.Add(Me.btnLaden)
Me.Panel2.Controls.Add(Me.lblSuche)
Me.Panel2.Controls.Add(Me.cboSearch)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel2.Location = New System.Drawing.Point(0, 0)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(856, 94)
Me.Panel2.TabIndex = 0
'
'btnNeu
'
Me.btnNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNeu.Location = New System.Drawing.Point(725, 45)
Me.btnNeu.Name = "btnNeu"
Me.btnNeu.Size = New System.Drawing.Size(118, 24)
Me.btnNeu.TabIndex = 198
Me.btnNeu.Text = "NEU"
Me.btnNeu.UseVisualStyleBackColor = True
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.Location = New System.Drawing.Point(14, 18)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(248, 20)
Me.Label13.TabIndex = 197
Me.Label13.Text = "Einheitspapier 0777 erstellen:"
'
'btnLaden
'
Me.btnLaden.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnLaden.Location = New System.Drawing.Point(569, 45)
Me.btnLaden.Name = "btnLaden"
Me.btnLaden.Size = New System.Drawing.Size(82, 24)
Me.btnLaden.TabIndex = 2
Me.btnLaden.Text = "Laden"
Me.btnLaden.UseVisualStyleBackColor = True
'
'lblSuche
'
Me.lblSuche.AutoSize = True
Me.lblSuche.Location = New System.Drawing.Point(15, 52)
Me.lblSuche.Name = "lblSuche"
Me.lblSuche.Size = New System.Drawing.Size(41, 13)
Me.lblSuche.TabIndex = 1
Me.lblSuche.Text = "Suche:"
'
'cboSearch
'
Me.cboSearch._allowedValuesFreiText = Nothing
Me.cboSearch._allowFreiText = False
Me.cboSearch._value = ""
Me.cboSearch.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.cboSearch.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cboSearch.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
Me.cboSearch.FormattingEnabled = True
Me.cboSearch.Location = New System.Drawing.Point(62, 46)
Me.cboSearch.Name = "cboSearch"
Me.cboSearch.Size = New System.Drawing.Size(501, 24)
Me.cboSearch.TabIndex = 0
'
'Panel1
'
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel1.Controls.Add(Me.cboAbriss778)
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Controls.Add(Me.cboAbriss777)
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.lblGelöscht)
Me.Panel1.Controls.Add(Me.btnDelete)
Me.Panel1.Controls.Add(Me.lblGespeichert)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.txtSuchbegriff)
Me.Panel1.Controls.Add(Me.Button2)
Me.Panel1.Controls.Add(Me.Label3)
Me.Panel1.Controls.Add(Me.cboPrinter)
Me.Panel1.Controls.Add(Me.lblEigenmasse)
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel1.Location = New System.Drawing.Point(0, 740)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(856, 69)
Me.Panel1.TabIndex = 4
'
'cboAbriss778
'
Me.cboAbriss778._allowedValuesFreiText = Nothing
Me.cboAbriss778._allowFreiText = True
Me.cboAbriss778._value = ""
Me.cboAbriss778.FormattingEnabled = True
Me.cboAbriss778.Location = New System.Drawing.Point(684, 41)
Me.cboAbriss778.Name = "cboAbriss778"
Me.cboAbriss778.Size = New System.Drawing.Size(55, 21)
Me.cboAbriss778.TabIndex = 17
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(619, 44)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(65, 13)
Me.Label4.TabIndex = 16
Me.Label4.Text = "Abriss 0778:"
'
'cboAbriss777
'
Me.cboAbriss777._allowedValuesFreiText = Nothing
Me.cboAbriss777._allowFreiText = True
Me.cboAbriss777._value = ""
Me.cboAbriss777.FormattingEnabled = True
Me.cboAbriss777.Location = New System.Drawing.Point(684, 20)
Me.cboAbriss777.Name = "cboAbriss777"
Me.cboAbriss777.Size = New System.Drawing.Size(55, 21)
Me.cboAbriss777.TabIndex = 15
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(619, 23)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(65, 13)
Me.Label5.TabIndex = 14
Me.Label5.Text = "Abriss 0777:"
'
'lblGelöscht
'
Me.lblGelöscht.AutoSize = True
Me.lblGelöscht.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblGelöscht.ForeColor = System.Drawing.Color.Red
Me.lblGelöscht.Location = New System.Drawing.Point(355, 18)
Me.lblGelöscht.Name = "lblGelöscht"
Me.lblGelöscht.Size = New System.Drawing.Size(69, 17)
Me.lblGelöscht.TabIndex = 13
Me.lblGelöscht.Text = "gelöscht"
Me.lblGelöscht.Visible = False
'
'btnDelete
'
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDelete.Location = New System.Drawing.Point(355, 39)
Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(108, 24)
Me.btnDelete.TabIndex = 12
Me.btnDelete.Text = "Vorlage löschen"
Me.btnDelete.UseVisualStyleBackColor = True
'
'lblGespeichert
'
Me.lblGespeichert.AutoSize = True
Me.lblGespeichert.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblGespeichert.ForeColor = System.Drawing.Color.Green
Me.lblGespeichert.Location = New System.Drawing.Point(169, 18)
Me.lblGespeichert.Name = "lblGespeichert"
Me.lblGespeichert.Size = New System.Drawing.Size(93, 17)
Me.lblGespeichert.TabIndex = 11
Me.lblGespeichert.Text = "gespeichert"
Me.lblGespeichert.Visible = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(15, 26)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(137, 13)
Me.Label2.TabIndex = 8
Me.Label2.Text = "Speichern als (Suchbegriff):"
'
'txtSuchbegriff
'
Me.txtSuchbegriff._DateTimeOnly = False
Me.txtSuchbegriff._numbersOnly = False
Me.txtSuchbegriff._numbersOnlyKommastellen = ""
Me.txtSuchbegriff._Prozent = False
Me.txtSuchbegriff._ShortDateNew = False
Me.txtSuchbegriff._ShortDateOnly = False
Me.txtSuchbegriff._TimeOnly = False
Me.txtSuchbegriff._value = Nothing
Me.txtSuchbegriff._Waehrung = False
Me.txtSuchbegriff._WaehrungZeichen = True
Me.txtSuchbegriff.ForeColor = System.Drawing.Color.Black
Me.txtSuchbegriff.Location = New System.Drawing.Point(18, 42)
Me.txtSuchbegriff.MaxLength = 80
Me.txtSuchbegriff.MaxLineLength = -1
Me.txtSuchbegriff.MaxLines_Warning = ""
Me.txtSuchbegriff.MaxLines_Warning_Label = Nothing
Me.txtSuchbegriff.Name = "txtSuchbegriff"
Me.txtSuchbegriff.Size = New System.Drawing.Size(243, 20)
Me.txtSuchbegriff.TabIndex = 9
'
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(267, 39)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(82, 24)
Me.Button2.TabIndex = 10
Me.Button2.Text = "Speichern"
Me.Button2.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(466, 25)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(48, 13)
Me.Label3.TabIndex = 6
Me.Label3.Text = "Drucker:"
'
'cboPrinter
'
Me.cboPrinter._allowedValuesFreiText = Nothing
Me.cboPrinter._allowFreiText = False
Me.cboPrinter._value = ""
Me.cboPrinter.FormattingEnabled = True
Me.cboPrinter.Location = New System.Drawing.Point(469, 41)
Me.cboPrinter.Name = "cboPrinter"
Me.cboPrinter.Size = New System.Drawing.Size(144, 21)
Me.cboPrinter.TabIndex = 7
'
'lblEigenmasse
'
Me.lblEigenmasse.AutoSize = True
Me.lblEigenmasse.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblEigenmasse.Location = New System.Drawing.Point(117, 4)
Me.lblEigenmasse.Name = "lblEigenmasse"
Me.lblEigenmasse.Size = New System.Drawing.Size(32, 13)
Me.lblEigenmasse.TabIndex = 5
Me.lblEigenmasse.Text = "0 kg"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(15, 4)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(105, 13)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Summe Eigenmasse:"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(745, 14)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(98, 48)
Me.Button1.TabIndex = 3
Me.Button1.Text = "Drucken"
Me.Button1.UseVisualStyleBackColor = True
'
'timerSave
'
Me.timerSave.Interval = 1500
'
'frmEinheitspapier
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.ClientSize = New System.Drawing.Size(856, 809)
Me.Controls.Add(Me.pnl)
Me.Controls.Add(Me.Panel1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmEinheitspapier"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Einheitspapier"
Me.pnl.ResumeLayout(False)
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents UsrCntlEinheitspapier1 As SDL.usrCntlEinheitspapier
Friend WithEvents lblSuche As System.Windows.Forms.Label
Friend WithEvents cboSearch As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents btnLaden As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents lblEigenmasse As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtSuchbegriff As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents btnNeu As System.Windows.Forms.Button
Friend WithEvents timerSave As System.Windows.Forms.Timer
Friend WithEvents lblGespeichert As System.Windows.Forms.Label
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents lblGelöscht As System.Windows.Forms.Label
Friend WithEvents cboAbriss778 As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents cboAbriss777 As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
End Class