213 lines
9.7 KiB
VB.net
213 lines
9.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmAvisoFormularAnfuegen
|
|
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(frmAvisoFormularAnfuegen))
|
|
Me.lblKunden = New System.Windows.Forms.Label()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.KdSearchBox = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.cbVMTypen = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
|
|
Me.pbMail = New System.Windows.Forms.PictureBox()
|
|
Me.pbAnhaenge = New System.Windows.Forms.PictureBox()
|
|
Me.MyPanel2 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
|
|
Me.lblVMId = New System.Windows.Forms.Label()
|
|
Me.UsrCntlKundenZollVollmachten1 = New SDL.usrCntlKundenZollVollmachten()
|
|
Me.MyPanel1.SuspendLayout()
|
|
CType(Me.pbMail, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.pbAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.MyPanel2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblKunden
|
|
'
|
|
Me.lblKunden.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblKunden.AutoSize = True
|
|
Me.lblKunden.Location = New System.Drawing.Point(3, 9)
|
|
Me.lblKunden.Name = "lblKunden"
|
|
Me.lblKunden.Size = New System.Drawing.Size(44, 13)
|
|
Me.lblKunden.TabIndex = 2
|
|
Me.lblKunden.Text = "Kunden"
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnOK.Location = New System.Drawing.Point(402, 65)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(105, 40)
|
|
Me.btnOK.TabIndex = 3
|
|
Me.btnOK.Text = "Ok"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'KdSearchBox
|
|
'
|
|
Me.KdSearchBox._AlleFirmenCLUSTER = False
|
|
Me.KdSearchBox._AllowSetValue = True
|
|
Me.KdSearchBox._autoSizeGross = False
|
|
Me.KdSearchBox._display_Name1 = False
|
|
Me.KdSearchBox._displayAVISO_Email = False
|
|
Me.KdSearchBox._displayFullName = False
|
|
Me.KdSearchBox._displayWoelflKd = False
|
|
Me.KdSearchBox._hideIfListEmpty = True
|
|
Me.KdSearchBox._loadKdData = True
|
|
Me.KdSearchBox._UseFIRMA = ""
|
|
Me.KdSearchBox._ValueKdAndName = True
|
|
Me.KdSearchBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.KdSearchBox.dgvpos = "LEFT"
|
|
Me.KdSearchBox.HideSelection = False
|
|
Me.KdSearchBox.KdName = ""
|
|
Me.KdSearchBox.KdNr = "-1"
|
|
Me.KdSearchBox.kdNrField = Nothing
|
|
Me.KdSearchBox.KdNrNullInt = Nothing
|
|
Me.KdSearchBox.Location = New System.Drawing.Point(6, 31)
|
|
Me.KdSearchBox.Name = "KdSearchBox"
|
|
Me.KdSearchBox.nurAktive = True
|
|
Me.KdSearchBox.searchActive = True
|
|
Me.KdSearchBox.Size = New System.Drawing.Size(501, 20)
|
|
Me.KdSearchBox.TabIndex = 4
|
|
Me.KdSearchBox.TIMER_SEARCH = True
|
|
Me.KdSearchBox.usrcntl = Nothing
|
|
'
|
|
'btnCancel
|
|
'
|
|
Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.btnCancel.Location = New System.Drawing.Point(3, 67)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.Size = New System.Drawing.Size(116, 40)
|
|
Me.btnCancel.TabIndex = 31
|
|
Me.btnCancel.Text = "Abbrechen"
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'cbVMTypen
|
|
'
|
|
Me.cbVMTypen._allowedValuesFreiText = Nothing
|
|
Me.cbVMTypen._allowFreiText = False
|
|
Me.cbVMTypen._value = ""
|
|
Me.cbVMTypen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbVMTypen.FormattingEnabled = True
|
|
Me.cbVMTypen.Location = New System.Drawing.Point(3, 80)
|
|
Me.cbVMTypen.Name = "cbVMTypen"
|
|
Me.cbVMTypen.Size = New System.Drawing.Size(501, 21)
|
|
Me.cbVMTypen.TabIndex = 35
|
|
'
|
|
'MyPanel1
|
|
'
|
|
Me.MyPanel1.Controls.Add(Me.pbMail)
|
|
Me.MyPanel1.Controls.Add(Me.pbAnhaenge)
|
|
Me.MyPanel1.Controls.Add(Me.btnOK)
|
|
Me.MyPanel1.Controls.Add(Me.btnCancel)
|
|
Me.MyPanel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.MyPanel1.Location = New System.Drawing.Point(0, 513)
|
|
Me.MyPanel1.Name = "MyPanel1"
|
|
Me.MyPanel1.Size = New System.Drawing.Size(514, 108)
|
|
Me.MyPanel1.TabIndex = 36
|
|
'
|
|
'pbMail
|
|
'
|
|
Me.pbMail.Enabled = False
|
|
Me.pbMail.Image = Global.VERAGAddIn.My.Resources.Resources.email_big1
|
|
Me.pbMail.Location = New System.Drawing.Point(98, 12)
|
|
Me.pbMail.Name = "pbMail"
|
|
Me.pbMail.Size = New System.Drawing.Size(55, 50)
|
|
Me.pbMail.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.pbMail.TabIndex = 33
|
|
Me.pbMail.TabStop = False
|
|
'
|
|
'pbAnhaenge
|
|
'
|
|
Me.pbAnhaenge.Enabled = False
|
|
Me.pbAnhaenge.Image = Global.VERAGAddIn.My.Resources.Resources.pdf
|
|
Me.pbAnhaenge.Location = New System.Drawing.Point(12, 12)
|
|
Me.pbAnhaenge.Name = "pbAnhaenge"
|
|
Me.pbAnhaenge.Size = New System.Drawing.Size(65, 50)
|
|
Me.pbAnhaenge.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.pbAnhaenge.TabIndex = 32
|
|
Me.pbAnhaenge.TabStop = False
|
|
'
|
|
'MyPanel2
|
|
'
|
|
Me.MyPanel2.Controls.Add(Me.lblVMId)
|
|
Me.MyPanel2.Controls.Add(Me.lblKunden)
|
|
Me.MyPanel2.Controls.Add(Me.KdSearchBox)
|
|
Me.MyPanel2.Controls.Add(Me.cbVMTypen)
|
|
Me.MyPanel2.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.MyPanel2.Location = New System.Drawing.Point(0, 0)
|
|
Me.MyPanel2.Name = "MyPanel2"
|
|
Me.MyPanel2.Size = New System.Drawing.Size(514, 114)
|
|
Me.MyPanel2.TabIndex = 37
|
|
'
|
|
'lblVMId
|
|
'
|
|
Me.lblVMId.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblVMId.AutoSize = True
|
|
Me.lblVMId.Location = New System.Drawing.Point(3, 63)
|
|
Me.lblVMId.Name = "lblVMId"
|
|
Me.lblVMId.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblVMId.TabIndex = 36
|
|
Me.lblVMId.Text = "Vollmacht-Art"
|
|
'
|
|
'UsrCntlKundenZollVollmachten1
|
|
'
|
|
Me.UsrCntlKundenZollVollmachten1.Location = New System.Drawing.Point(0, 120)
|
|
Me.UsrCntlKundenZollVollmachten1.Name = "UsrCntlKundenZollVollmachten1"
|
|
Me.UsrCntlKundenZollVollmachten1.Size = New System.Drawing.Size(514, 387)
|
|
Me.UsrCntlKundenZollVollmachten1.TabIndex = 38
|
|
'
|
|
'frmAvisoFormularAnfuegen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(514, 621)
|
|
Me.Controls.Add(Me.UsrCntlKundenZollVollmachten1)
|
|
Me.Controls.Add(Me.MyPanel2)
|
|
Me.Controls.Add(Me.MyPanel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmAvisoFormularAnfuegen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Formular anfügen"
|
|
Me.MyPanel1.ResumeLayout(False)
|
|
CType(Me.pbMail, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.pbAnhaenge, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.MyPanel2.ResumeLayout(False)
|
|
Me.MyPanel2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents lblKunden As Windows.Forms.Label
|
|
Friend WithEvents btnOK As Windows.Forms.Button
|
|
Friend WithEvents KdSearchBox As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents btnCancel As Windows.Forms.Button
|
|
Friend WithEvents cbVMTypen As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents MyPanel1 As VERAG_PROG_ALLGEMEIN.MyPanel
|
|
Friend WithEvents pbMail As Windows.Forms.PictureBox
|
|
Friend WithEvents pbAnhaenge As Windows.Forms.PictureBox
|
|
Friend WithEvents MyPanel2 As VERAG_PROG_ALLGEMEIN.MyPanel
|
|
Friend WithEvents lblVMId As Windows.Forms.Label
|
|
Friend WithEvents UsrCntlKundenZollVollmachten1 As SDL.usrCntlKundenZollVollmachten
|
|
End Class
|