Auditflow Verwaltung
This commit is contained in:
@@ -42,6 +42,7 @@ Partial Class frmAuditFlow
|
||||
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.cboKategorie = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
@@ -76,6 +77,8 @@ Partial Class frmAuditFlow
|
||||
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.Label13 = New System.Windows.Forms.Label()
|
||||
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.Button8 = New System.Windows.Forms.Button()
|
||||
Me.cntxtOptionen.SuspendLayout()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -304,6 +307,9 @@ Partial Class frmAuditFlow
|
||||
'
|
||||
Me.Panel2.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.Panel2.Controls.Add(Me.Button8)
|
||||
Me.Panel2.Controls.Add(Me.Button4)
|
||||
Me.Panel2.Controls.Add(Me.Button3)
|
||||
Me.Panel2.Controls.Add(Me.cboKategorie)
|
||||
Me.Panel2.Controls.Add(Me.Label1)
|
||||
Me.Panel2.Controls.Add(Me.Label7)
|
||||
@@ -318,6 +324,21 @@ Partial Class frmAuditFlow
|
||||
Me.Panel2.Size = New System.Drawing.Size(960, 106)
|
||||
Me.Panel2.TabIndex = 8
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button3.Location = New System.Drawing.Point(780, 2)
|
||||
Me.Button3.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
||||
Me.Button3.Size = New System.Drawing.Size(164, 27)
|
||||
Me.Button3.TabIndex = 31
|
||||
Me.Button3.Text = "Niederlassungen verwalten"
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
Me.Button3.Visible = False
|
||||
'
|
||||
'cboKategorie
|
||||
'
|
||||
Me.cboKategorie._allowedValuesFreiText = Nothing
|
||||
@@ -818,6 +839,34 @@ Partial Class frmAuditFlow
|
||||
Me.DateTimePicker1.Size = New System.Drawing.Size(115, 20)
|
||||
Me.DateTimePicker1.TabIndex = 10
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button4.Location = New System.Drawing.Point(780, 30)
|
||||
Me.Button4.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button4.Name = "Button4"
|
||||
Me.Button4.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
||||
Me.Button4.Size = New System.Drawing.Size(164, 27)
|
||||
Me.Button4.TabIndex = 32
|
||||
Me.Button4.Text = "Standorte verwalten"
|
||||
Me.Button4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button8
|
||||
'
|
||||
Me.Button8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button8.Location = New System.Drawing.Point(780, 58)
|
||||
Me.Button8.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button8.Name = "Button8"
|
||||
Me.Button8.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0)
|
||||
Me.Button8.Size = New System.Drawing.Size(164, 27)
|
||||
Me.Button8.TabIndex = 33
|
||||
Me.Button8.Text = "Kategorien verwalten"
|
||||
Me.Button8.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAuditFlow
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -902,4 +951,7 @@ Partial Class frmAuditFlow
|
||||
Friend WithEvents Button1 As Windows.Forms.Button
|
||||
Friend WithEvents lblAbDat As Windows.Forms.Label
|
||||
Friend WithEvents txtWartungFaelligkeitAbDat As MyTextBox
|
||||
Friend WithEvents Button3 As Windows.Forms.Button
|
||||
Friend WithEvents Button4 As Windows.Forms.Button
|
||||
Friend WithEvents Button8 As Windows.Forms.Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user