DHF Artikel API; AuditFlow
This commit is contained in:
493
VERAG_PROG_ALLGEMEIN/AuditFlow/frmAuditFlow_Pruefungen.Designer.vb
generated
Normal file
493
VERAG_PROG_ALLGEMEIN/AuditFlow/frmAuditFlow_Pruefungen.Designer.vb
generated
Normal file
@@ -0,0 +1,493 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmAuditFlow_Pruefungen
|
||||
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(frmAuditFlow_Pruefungen))
|
||||
Me.pnlTop = New System.Windows.Forms.Panel()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.cboKategorie = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.cboStandort = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.cboNL = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtKennung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.cboMA = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.datVon = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Label15 = New System.Windows.Forms.Label()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
|
||||
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.UsrcntlPDFScanList1 = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'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.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(580, 48)
|
||||
Me.pnlTop.TabIndex = 10
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label4.ForeColor = System.Drawing.Color.White
|
||||
Me.Label4.Location = New System.Drawing.Point(10, 13)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(207, 26)
|
||||
Me.Label4.TabIndex = 0
|
||||
Me.Label4.Text = "AuditFlow Prüfung"
|
||||
'
|
||||
'cboKategorie
|
||||
'
|
||||
Me.cboKategorie._allowedValuesFreiText = Nothing
|
||||
Me.cboKategorie._allowFreiText = False
|
||||
Me.cboKategorie._value = ""
|
||||
Me.cboKategorie.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboKategorie.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboKategorie.Enabled = False
|
||||
Me.cboKategorie.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboKategorie.FormattingEnabled = True
|
||||
Me.cboKategorie.Location = New System.Drawing.Point(403, 125)
|
||||
Me.cboKategorie.Name = "cboKategorie"
|
||||
Me.cboKategorie.Size = New System.Drawing.Size(143, 24)
|
||||
Me.cboKategorie.TabIndex = 38
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Enabled = False
|
||||
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(315, 130)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(82, 13)
|
||||
Me.Label1.TabIndex = 37
|
||||
Me.Label1.Text = "KATEGORIE:"
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Enabled = False
|
||||
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label7.Location = New System.Drawing.Point(13, 130)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(50, 13)
|
||||
Me.Label7.TabIndex = 36
|
||||
Me.Label7.Text = "Standort:"
|
||||
'
|
||||
'cboStandort
|
||||
'
|
||||
Me.cboStandort._allowedValuesFreiText = Nothing
|
||||
Me.cboStandort._allowFreiText = False
|
||||
Me.cboStandort._value = ""
|
||||
Me.cboStandort.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboStandort.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboStandort.Enabled = False
|
||||
Me.cboStandort.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboStandort.FormattingEnabled = True
|
||||
Me.cboStandort.Location = New System.Drawing.Point(123, 125)
|
||||
Me.cboStandort.Name = "cboStandort"
|
||||
Me.cboStandort.Size = New System.Drawing.Size(143, 24)
|
||||
Me.cboStandort.TabIndex = 35
|
||||
'
|
||||
'cboFirma
|
||||
'
|
||||
Me.cboFirma._allowedValuesFreiText = Nothing
|
||||
Me.cboFirma._allowFreiText = False
|
||||
Me.cboFirma._value = ""
|
||||
Me.cboFirma.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboFirma.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboFirma.Enabled = False
|
||||
Me.cboFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboFirma.FormattingEnabled = True
|
||||
Me.cboFirma.Location = New System.Drawing.Point(123, 68)
|
||||
Me.cboFirma.Name = "cboFirma"
|
||||
Me.cboFirma.Size = New System.Drawing.Size(143, 24)
|
||||
Me.cboFirma.TabIndex = 34
|
||||
'
|
||||
'cboNL
|
||||
'
|
||||
Me.cboNL._allowedValuesFreiText = Nothing
|
||||
Me.cboNL._allowFreiText = False
|
||||
Me.cboNL._value = ""
|
||||
Me.cboNL.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboNL.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboNL.Enabled = False
|
||||
Me.cboNL.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cboNL.FormattingEnabled = True
|
||||
Me.cboNL.Location = New System.Drawing.Point(123, 94)
|
||||
Me.cboNL.Name = "cboNL"
|
||||
Me.cboNL.Size = New System.Drawing.Size(143, 24)
|
||||
Me.cboNL.TabIndex = 33
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Enabled = False
|
||||
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label5.Location = New System.Drawing.Point(13, 73)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(49, 13)
|
||||
Me.Label5.TabIndex = 31
|
||||
Me.Label5.Text = "FIRMA:"
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Enabled = False
|
||||
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label6.Location = New System.Drawing.Point(13, 99)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(77, 13)
|
||||
Me.Label6.TabIndex = 32
|
||||
Me.Label6.Text = "Niederlassung:"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Enabled = False
|
||||
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label2.Location = New System.Drawing.Point(14, 205)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(84, 13)
|
||||
Me.Label2.TabIndex = 39
|
||||
Me.Label2.Text = "Bezeichnung:"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Enabled = False
|
||||
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
||||
Me.Label3.Location = New System.Drawing.Point(14, 231)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(90, 26)
|
||||
Me.Label3.TabIndex = 40
|
||||
Me.Label3.Text = "Kennung:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(zB Kennzeichen)"
|
||||
'
|
||||
'txtBezeichnung
|
||||
'
|
||||
Me.txtBezeichnung._DateTimeOnly = False
|
||||
Me.txtBezeichnung._numbersOnly = False
|
||||
Me.txtBezeichnung._numbersOnlyKommastellen = ""
|
||||
Me.txtBezeichnung._numbersOnlyTrennzeichen = True
|
||||
Me.txtBezeichnung._Prozent = False
|
||||
Me.txtBezeichnung._ShortDateNew = False
|
||||
Me.txtBezeichnung._ShortDateOnly = False
|
||||
Me.txtBezeichnung._TimeOnly = False
|
||||
Me.txtBezeichnung._TimeOnly_Seconds = False
|
||||
Me.txtBezeichnung._value = ""
|
||||
Me.txtBezeichnung._Waehrung = False
|
||||
Me.txtBezeichnung._WaehrungZeichen = True
|
||||
Me.txtBezeichnung.Enabled = False
|
||||
Me.txtBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.txtBezeichnung.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtBezeichnung.Location = New System.Drawing.Point(123, 197)
|
||||
Me.txtBezeichnung.MaxLineLength = -1
|
||||
Me.txtBezeichnung.MaxLines_Warning = ""
|
||||
Me.txtBezeichnung.MaxLines_Warning_Label = Nothing
|
||||
Me.txtBezeichnung.Multiline = True
|
||||
Me.txtBezeichnung.Name = "txtBezeichnung"
|
||||
Me.txtBezeichnung.Size = New System.Drawing.Size(436, 28)
|
||||
Me.txtBezeichnung.TabIndex = 43
|
||||
'
|
||||
'txtKennung
|
||||
'
|
||||
Me.txtKennung._DateTimeOnly = False
|
||||
Me.txtKennung._numbersOnly = False
|
||||
Me.txtKennung._numbersOnlyKommastellen = ""
|
||||
Me.txtKennung._numbersOnlyTrennzeichen = True
|
||||
Me.txtKennung._Prozent = False
|
||||
Me.txtKennung._ShortDateNew = False
|
||||
Me.txtKennung._ShortDateOnly = False
|
||||
Me.txtKennung._TimeOnly = False
|
||||
Me.txtKennung._TimeOnly_Seconds = False
|
||||
Me.txtKennung._value = ""
|
||||
Me.txtKennung._Waehrung = False
|
||||
Me.txtKennung._WaehrungZeichen = True
|
||||
Me.txtKennung.Enabled = False
|
||||
Me.txtKennung.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.txtKennung.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtKennung.Location = New System.Drawing.Point(123, 231)
|
||||
Me.txtKennung.MaxLineLength = -1
|
||||
Me.txtKennung.MaxLines_Warning = ""
|
||||
Me.txtKennung.MaxLines_Warning_Label = Nothing
|
||||
Me.txtKennung.Multiline = True
|
||||
Me.txtKennung.Name = "txtKennung"
|
||||
Me.txtKennung.Size = New System.Drawing.Size(436, 28)
|
||||
Me.txtKennung.TabIndex = 44
|
||||
'
|
||||
'cboMA
|
||||
'
|
||||
Me.cboMA._allowedValuesFreiText = Nothing
|
||||
Me.cboMA._allowFreiText = False
|
||||
Me.cboMA._value = ""
|
||||
Me.cboMA.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboMA.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboMA.Enabled = False
|
||||
Me.cboMA.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.cboMA.FormattingEnabled = True
|
||||
Me.cboMA.Location = New System.Drawing.Point(123, 282)
|
||||
Me.cboMA.Name = "cboMA"
|
||||
Me.cboMA.Size = New System.Drawing.Size(436, 28)
|
||||
Me.cboMA.TabIndex = 46
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Enabled = False
|
||||
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
||||
Me.Label8.Location = New System.Drawing.Point(14, 282)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(63, 26)
|
||||
Me.Label8.TabIndex = 45
|
||||
Me.Label8.Text = "Zuständiger" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Mitarbeiter:"
|
||||
'
|
||||
'datVon
|
||||
'
|
||||
Me.datVon._DateTimeOnly = False
|
||||
Me.datVon._numbersOnly = False
|
||||
Me.datVon._numbersOnlyKommastellen = ""
|
||||
Me.datVon._numbersOnlyTrennzeichen = False
|
||||
Me.datVon._Prozent = False
|
||||
Me.datVon._ShortDateNew = True
|
||||
Me.datVon._ShortDateOnly = False
|
||||
Me.datVon._TimeOnly = False
|
||||
Me.datVon._TimeOnly_Seconds = False
|
||||
Me.datVon._value = ""
|
||||
Me.datVon._Waehrung = False
|
||||
Me.datVon._WaehrungZeichen = True
|
||||
Me.datVon.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.datVon.ForeColor = System.Drawing.Color.Black
|
||||
Me.datVon.Location = New System.Drawing.Point(123, 6)
|
||||
Me.datVon.MaxLength = 10
|
||||
Me.datVon.MaxLineLength = -1
|
||||
Me.datVon.MaxLines_Warning = ""
|
||||
Me.datVon.MaxLines_Warning_Label = Nothing
|
||||
Me.datVon.Name = "datVon"
|
||||
Me.datVon.Size = New System.Drawing.Size(143, 26)
|
||||
Me.datVon.TabIndex = 48
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Panel1.Controls.Add(Me.Label15)
|
||||
Me.Panel1.Controls.Add(Me.datVon)
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 323)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(566, 83)
|
||||
Me.Panel1.TabIndex = 61
|
||||
'
|
||||
'Label15
|
||||
'
|
||||
Me.Label15.AutoSize = True
|
||||
Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label15.Location = New System.Drawing.Point(15, 14)
|
||||
Me.Label15.Name = "Label15"
|
||||
Me.Label15.Size = New System.Drawing.Size(102, 13)
|
||||
Me.Label15.TabIndex = 61
|
||||
Me.Label15.Text = "Fälligkeitsdatum:"
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.BackColor = System.Drawing.Color.PapayaWhip
|
||||
Me.Panel2.Controls.Add(Me.Label9)
|
||||
Me.Panel2.Controls.Add(Me.RichTextBox1)
|
||||
Me.Panel2.Controls.Add(Me.CheckBox2)
|
||||
Me.Panel2.Controls.Add(Me.Label10)
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 407)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(566, 266)
|
||||
Me.Panel2.TabIndex = 62
|
||||
'
|
||||
'Label9
|
||||
'
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label9.Location = New System.Drawing.Point(14, 53)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(64, 13)
|
||||
Me.Label9.TabIndex = 70
|
||||
Me.Label9.Text = "Bemerkung:"
|
||||
'
|
||||
'RichTextBox1
|
||||
'
|
||||
Me.RichTextBox1.Location = New System.Drawing.Point(123, 50)
|
||||
Me.RichTextBox1.Name = "RichTextBox1"
|
||||
Me.RichTextBox1.Size = New System.Drawing.Size(436, 197)
|
||||
Me.RichTextBox1.TabIndex = 69
|
||||
Me.RichTextBox1.Text = ""
|
||||
'
|
||||
'CheckBox2
|
||||
'
|
||||
Me.CheckBox2.AutoSize = True
|
||||
Me.CheckBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.CheckBox2.Location = New System.Drawing.Point(123, 19)
|
||||
Me.CheckBox2.Name = "CheckBox2"
|
||||
Me.CheckBox2.Size = New System.Drawing.Size(118, 24)
|
||||
Me.CheckBox2.TabIndex = 68
|
||||
Me.CheckBox2.Text = "ERLEDIGT"
|
||||
Me.CheckBox2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
Me.Label10.AutoSize = True
|
||||
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label10.Location = New System.Drawing.Point(13, 25)
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.Label10.Size = New System.Drawing.Size(47, 13)
|
||||
Me.Label10.TabIndex = 55
|
||||
Me.Label10.Text = "Status:"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button2.Location = New System.Drawing.Point(416, 786)
|
||||
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
||||
Me.Button2.Size = New System.Drawing.Size(143, 45)
|
||||
Me.Button2.TabIndex = 63
|
||||
Me.Button2.Text = "Speichern"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'UsrcntlPDFScanList1
|
||||
'
|
||||
Me.UsrcntlPDFScanList1._DATENSERVER_KATEGORIE = "DOKUMENTE"
|
||||
Me.UsrcntlPDFScanList1._DATENSERVER_ORDNER = ""
|
||||
Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner1 = ""
|
||||
Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner2 = ""
|
||||
Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner3 = ""
|
||||
Me.UsrcntlPDFScanList1._OPEN_ORIGINAL = False
|
||||
Me.UsrcntlPDFScanList1._TYPE = "PDF"
|
||||
Me.UsrcntlPDFScanList1.AllowDrop = True
|
||||
Me.UsrcntlPDFScanList1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.UsrcntlPDFScanList1.BackColor = System.Drawing.Color.White
|
||||
Me.UsrcntlPDFScanList1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.UsrcntlPDFScanList1.Cursor = System.Windows.Forms.Cursors.Default
|
||||
Me.UsrcntlPDFScanList1.Location = New System.Drawing.Point(123, 686)
|
||||
Me.UsrcntlPDFScanList1.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.UsrcntlPDFScanList1.Name = "UsrcntlPDFScanList1"
|
||||
Me.UsrcntlPDFScanList1.Size = New System.Drawing.Size(275, 145)
|
||||
Me.UsrcntlPDFScanList1.TabIndex = 64
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label11.Location = New System.Drawing.Point(14, 686)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(61, 13)
|
||||
Me.Label11.TabIndex = 71
|
||||
Me.Label11.Text = "Anhänge:"
|
||||
'
|
||||
'frmAuditFlow_Pruefungen
|
||||
'
|
||||
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(580, 845)
|
||||
Me.Controls.Add(Me.Label11)
|
||||
Me.Controls.Add(Me.UsrcntlPDFScanList1)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.cboMA)
|
||||
Me.Controls.Add(Me.Label8)
|
||||
Me.Controls.Add(Me.txtKennung)
|
||||
Me.Controls.Add(Me.txtBezeichnung)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.cboKategorie)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.Label7)
|
||||
Me.Controls.Add(Me.cboStandort)
|
||||
Me.Controls.Add(Me.cboFirma)
|
||||
Me.Controls.Add(Me.cboNL)
|
||||
Me.Controls.Add(Me.Label5)
|
||||
Me.Controls.Add(Me.Label6)
|
||||
Me.Controls.Add(Me.pnlTop)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmAuditFlow_Pruefungen"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "AuditFlow Prüfungsojekt"
|
||||
Me.pnlTop.ResumeLayout(False)
|
||||
Me.pnlTop.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
Me.Panel2.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents pnlTop As Windows.Forms.Panel
|
||||
Friend WithEvents cboKategorie As MyComboBox
|
||||
Friend WithEvents Label1 As Windows.Forms.Label
|
||||
Friend WithEvents Label7 As Windows.Forms.Label
|
||||
Friend WithEvents cboStandort As MyComboBox
|
||||
Friend WithEvents cboFirma As MyComboBox
|
||||
Friend WithEvents cboNL As MyComboBox
|
||||
Friend WithEvents Label5 As Windows.Forms.Label
|
||||
Friend WithEvents Label6 As Windows.Forms.Label
|
||||
Friend WithEvents Label2 As Windows.Forms.Label
|
||||
Friend WithEvents Label3 As Windows.Forms.Label
|
||||
Friend WithEvents txtBezeichnung As MyTextBox
|
||||
Friend WithEvents txtKennung As MyTextBox
|
||||
Friend WithEvents cboMA As MyComboBox
|
||||
Friend WithEvents Label8 As Windows.Forms.Label
|
||||
Friend WithEvents datVon As MyTextBox
|
||||
Friend WithEvents Panel1 As Windows.Forms.Panel
|
||||
Friend WithEvents Panel2 As Windows.Forms.Panel
|
||||
Friend WithEvents Label15 As Windows.Forms.Label
|
||||
Friend WithEvents Button2 As Windows.Forms.Button
|
||||
Friend WithEvents Label4 As Windows.Forms.Label
|
||||
Friend WithEvents Label9 As Windows.Forms.Label
|
||||
Friend WithEvents RichTextBox1 As Windows.Forms.RichTextBox
|
||||
Friend WithEvents CheckBox2 As Windows.Forms.CheckBox
|
||||
Friend WithEvents Label10 As Windows.Forms.Label
|
||||
Friend WithEvents UsrcntlPDFScanList1 As usrcntlPDFScanList
|
||||
Friend WithEvents Label11 As Windows.Forms.Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user