193 lines
8.5 KiB
VB.net
193 lines
8.5 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmWarenbezeichnungBegriffe
|
|
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(frmWarenbezeichnungBegriffe))
|
|
Me.dgvWB = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.pnlAbrechnung = New System.Windows.Forms.Panel()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnSpeichern = New System.Windows.Forms.Button()
|
|
Me.pnlTop = New System.Windows.Forms.Panel()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtSuche = New System.Windows.Forms.TextBox()
|
|
Me.lblSuche = New System.Windows.Forms.Label()
|
|
CType(Me.dgvWB, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pnlAbrechnung.SuspendLayout()
|
|
Me.pnlTop.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'dgvWB
|
|
'
|
|
Me.dgvWB.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvWB.AllowUserToAddRows = False
|
|
Me.dgvWB.AllowUserToDeleteRows = False
|
|
Me.dgvWB.AllowUserToResizeColumns = False
|
|
Me.dgvWB.AllowUserToResizeRows = False
|
|
Me.dgvWB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvWB.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvWB.Location = New System.Drawing.Point(0, 43)
|
|
Me.dgvWB.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.dgvWB.Name = "dgvWB"
|
|
Me.dgvWB.ReadOnly = True
|
|
Me.dgvWB.RowTemplate.Height = 28
|
|
Me.dgvWB.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvWB.Size = New System.Drawing.Size(930, 535)
|
|
Me.dgvWB.TabIndex = 1
|
|
'
|
|
'pnlAbrechnung
|
|
'
|
|
Me.pnlAbrechnung.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.pnlAbrechnung.Controls.Add(Me.Button3)
|
|
Me.pnlAbrechnung.Controls.Add(Me.Button2)
|
|
Me.pnlAbrechnung.Controls.Add(Me.Button1)
|
|
Me.pnlAbrechnung.Controls.Add(Me.btnSpeichern)
|
|
Me.pnlAbrechnung.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.pnlAbrechnung.Location = New System.Drawing.Point(0, 578)
|
|
Me.pnlAbrechnung.Name = "pnlAbrechnung"
|
|
Me.pnlAbrechnung.Size = New System.Drawing.Size(930, 39)
|
|
Me.pnlAbrechnung.TabIndex = 2
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Image = Global.AVISO.My.Resources.Resources.stift
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(77, 4)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(101, 32)
|
|
Me.Button3.TabIndex = 2
|
|
Me.Button3.Text = " Bearbeiten"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
Me.Button3.Visible = False
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Image = Global.AVISO.My.Resources.Resources.del
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(183, 4)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(87, 32)
|
|
Me.Button2.TabIndex = 3
|
|
Me.Button2.Text = " Löschen"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
Me.Button2.Visible = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Image = Global.AVISO.My.Resources.Resources.plus
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(3, 4)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(69, 32)
|
|
Me.Button1.TabIndex = 1
|
|
Me.Button1.Text = " Neu"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
Me.Button1.Visible = False
|
|
'
|
|
'btnSpeichern
|
|
'
|
|
Me.btnSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSpeichern.Location = New System.Drawing.Point(777, 3)
|
|
Me.btnSpeichern.Name = "btnSpeichern"
|
|
Me.btnSpeichern.Size = New System.Drawing.Size(151, 32)
|
|
Me.btnSpeichern.TabIndex = 0
|
|
Me.btnSpeichern.Text = "OK"
|
|
Me.btnSpeichern.UseVisualStyleBackColor = True
|
|
'
|
|
'pnlTop
|
|
'
|
|
Me.pnlTop.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.pnlTop.Controls.Add(Me.lblSuche)
|
|
Me.pnlTop.Controls.Add(Me.txtSuche)
|
|
Me.pnlTop.Controls.Add(Me.Label4)
|
|
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnlTop.Name = "pnlTop"
|
|
Me.pnlTop.Size = New System.Drawing.Size(930, 43)
|
|
Me.pnlTop.TabIndex = 0
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
|
Me.Label4.ForeColor = System.Drawing.Color.White
|
|
Me.Label4.Location = New System.Drawing.Point(9, 13)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(288, 20)
|
|
Me.Label4.TabIndex = 0
|
|
Me.Label4.Text = "Suche Warenbezeichnung Begriffe"
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche.Location = New System.Drawing.Point(667, 12)
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(251, 20)
|
|
Me.txtSuche.TabIndex = 2
|
|
'
|
|
'lblSuche
|
|
'
|
|
Me.lblSuche.AutoSize = True
|
|
Me.lblSuche.ForeColor = System.Drawing.Color.White
|
|
Me.lblSuche.Location = New System.Drawing.Point(620, 15)
|
|
Me.lblSuche.Name = "lblSuche"
|
|
Me.lblSuche.Size = New System.Drawing.Size(41, 13)
|
|
Me.lblSuche.TabIndex = 1
|
|
Me.lblSuche.Text = "Suche:"
|
|
'
|
|
'frmWarenbezeichnungBegriffe
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(930, 617)
|
|
Me.Controls.Add(Me.dgvWB)
|
|
Me.Controls.Add(Me.pnlAbrechnung)
|
|
Me.Controls.Add(Me.pnlTop)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.Name = "frmWarenbezeichnungBegriffe"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Warenbezeichnung Begriffe"
|
|
CType(Me.dgvWB, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pnlAbrechnung.ResumeLayout(False)
|
|
Me.pnlTop.ResumeLayout(False)
|
|
Me.pnlTop.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents dgvWB As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents pnlAbrechnung As System.Windows.Forms.Panel
|
|
Friend WithEvents pnlTop As System.Windows.Forms.Panel
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents btnSpeichern As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents lblSuche As System.Windows.Forms.Label
|
|
Friend WithEvents txtSuche As System.Windows.Forms.TextBox
|
|
End Class
|