876 lines
41 KiB
VB.net
876 lines
41 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmBerechtigungsObjekte
|
|
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(frmBerechtigungsObjekte))
|
|
Me.lblNeuesObjekt = New System.Windows.Forms.Label()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.MyTextBox4 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.gdvGruppen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.dgvGrp_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dgvGrp_bez = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.Label15 = New System.Windows.Forms.Label()
|
|
Me.Label16 = New System.Windows.Forms.Label()
|
|
Me.dgvGruppenBenutzer = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.dgvGrBen_id = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dgvGrBen_Name = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.dgvGrBen_Art = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Stufe = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.MyTextBox3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.dgvObjekte = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.id = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.bez = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.art = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.MyTextBox1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.MyComboBox3 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.MyComboBox2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label17 = New System.Windows.Forms.Label()
|
|
Me.MyTextBox5 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label18 = New System.Windows.Forms.Label()
|
|
Me.cboNiederlassung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Label19 = New System.Windows.Forms.Label()
|
|
Me.MyTextBox6 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.cboAbteilung = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.txtSuche = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.pnl.SuspendLayout()
|
|
CType(Me.gdvGruppen, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvGruppenBenutzer, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvObjekte, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblNeuesObjekt
|
|
'
|
|
Me.lblNeuesObjekt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblNeuesObjekt.AutoSize = True
|
|
Me.lblNeuesObjekt.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblNeuesObjekt.Location = New System.Drawing.Point(236, 606)
|
|
Me.lblNeuesObjekt.Name = "lblNeuesObjekt"
|
|
Me.lblNeuesObjekt.Size = New System.Drawing.Size(84, 13)
|
|
Me.lblNeuesObjekt.TabIndex = 2
|
|
Me.lblNeuesObjekt.Text = "Neues Objekt"
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Location = New System.Drawing.Point(520, 622)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(34, 23)
|
|
Me.btnOK.TabIndex = 3
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(769, 291)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button1.TabIndex = 7
|
|
Me.Button1.Text = "OK"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
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(559, 277)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(114, 13)
|
|
Me.Label1.TabIndex = 6
|
|
Me.Label1.Text = "Gruppe hinzufügen"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(234, 36)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(118, 13)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "Berechtigungs-Objekte:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(559, 53)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(162, 13)
|
|
Me.Label3.TabIndex = 6
|
|
Me.Label3.Text = "Zugeordnete Gruppen/Benutzer:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(442, 606)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(23, 13)
|
|
Me.Label4.TabIndex = 9
|
|
Me.Label4.Text = "Art:"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(770, 415)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button2.TabIndex = 11
|
|
Me.Button2.Text = "OK"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
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(560, 401)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(123, 13)
|
|
Me.Label5.TabIndex = 13
|
|
Me.Label5.Text = "Benutzer hinzufügen"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(724, 277)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label6.TabIndex = 17
|
|
Me.Label6.Text = "Stufe:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(725, 401)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label7.TabIndex = 18
|
|
Me.Label7.Text = "Stufe:"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label8.ForeColor = System.Drawing.Color.White
|
|
Me.Label8.Location = New System.Drawing.Point(12, 36)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(118, 13)
|
|
Me.Label8.TabIndex = 21
|
|
Me.Label8.Text = "Programm-Gruppen:"
|
|
'
|
|
'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.ForeColor = System.Drawing.Color.White
|
|
Me.Button3.Location = New System.Drawing.Point(157, 620)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button3.TabIndex = 24
|
|
Me.Button3.Text = "OK"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label9.ForeColor = System.Drawing.Color.White
|
|
Me.Label9.Location = New System.Drawing.Point(11, 609)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(86, 13)
|
|
Me.Label9.TabIndex = 23
|
|
Me.Label9.Text = "Neue Gruppe:"
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.pnl.Controls.Add(Me.Button6)
|
|
Me.pnl.Controls.Add(Me.Button3)
|
|
Me.pnl.Controls.Add(Me.Label9)
|
|
Me.pnl.Controls.Add(Me.MyTextBox4)
|
|
Me.pnl.Controls.Add(Me.Label8)
|
|
Me.pnl.Controls.Add(Me.gdvGruppen)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(208, 658)
|
|
Me.pnl.TabIndex = 25
|
|
'
|
|
'Button6
|
|
'
|
|
Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button6.ForeColor = System.Drawing.Color.White
|
|
Me.Button6.Location = New System.Drawing.Point(14, 10)
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.Size = New System.Drawing.Size(177, 23)
|
|
Me.Button6.TabIndex = 25
|
|
Me.Button6.Text = "Liste User"
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'MyTextBox4
|
|
'
|
|
Me.MyTextBox4._DateTimeOnly = False
|
|
Me.MyTextBox4._numbersOnly = False
|
|
Me.MyTextBox4._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox4._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox4._Prozent = False
|
|
Me.MyTextBox4._ShortDateNew = False
|
|
Me.MyTextBox4._ShortDateOnly = False
|
|
Me.MyTextBox4._TimeOnly = False
|
|
Me.MyTextBox4._TimeOnly_Seconds = False
|
|
Me.MyTextBox4._value = Nothing
|
|
Me.MyTextBox4._Waehrung = False
|
|
Me.MyTextBox4._WaehrungZeichen = True
|
|
Me.MyTextBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.MyTextBox4.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox4.Location = New System.Drawing.Point(12, 622)
|
|
Me.MyTextBox4.MaxLineLength = -1
|
|
Me.MyTextBox4.MaxLines_Warning = ""
|
|
Me.MyTextBox4.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox4.Name = "MyTextBox4"
|
|
Me.MyTextBox4.Size = New System.Drawing.Size(139, 20)
|
|
Me.MyTextBox4.TabIndex = 22
|
|
'
|
|
'gdvGruppen
|
|
'
|
|
Me.gdvGruppen.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.gdvGruppen.AllowUserToAddRows = False
|
|
Me.gdvGruppen.AllowUserToDeleteRows = False
|
|
Me.gdvGruppen.AllowUserToResizeColumns = False
|
|
Me.gdvGruppen.AllowUserToResizeRows = False
|
|
Me.gdvGruppen.BackgroundColor = System.Drawing.Color.White
|
|
Me.gdvGruppen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.gdvGruppen.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dgvGrp_id, Me.dgvGrp_bez})
|
|
Me.gdvGruppen.Location = New System.Drawing.Point(12, 52)
|
|
Me.gdvGruppen.MultiSelect = False
|
|
Me.gdvGruppen.Name = "gdvGruppen"
|
|
Me.gdvGruppen.ReadOnly = True
|
|
Me.gdvGruppen.RowHeadersVisible = False
|
|
Me.gdvGruppen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.gdvGruppen.Size = New System.Drawing.Size(179, 554)
|
|
Me.gdvGruppen.TabIndex = 20
|
|
'
|
|
'dgvGrp_id
|
|
'
|
|
Me.dgvGrp_id.HeaderText = "Id"
|
|
Me.dgvGrp_id.Name = "dgvGrp_id"
|
|
Me.dgvGrp_id.ReadOnly = True
|
|
Me.dgvGrp_id.Visible = False
|
|
Me.dgvGrp_id.Width = 50
|
|
'
|
|
'dgvGrp_bez
|
|
'
|
|
Me.dgvGrp_bez.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.dgvGrp_bez.HeaderText = "Bezeichnung"
|
|
Me.dgvGrp_bez.Name = "dgvGrp_bez"
|
|
Me.dgvGrp_bez.ReadOnly = True
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label10.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label10.ForeColor = System.Drawing.Color.White
|
|
Me.Label10.Location = New System.Drawing.Point(207, 0)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(629, 26)
|
|
Me.Label10.TabIndex = 25
|
|
Me.Label10.Text = "ADMIN"
|
|
Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(560, 603)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(44, 13)
|
|
Me.Label11.TabIndex = 26
|
|
Me.Label11.Text = "Stufe 0"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(604, 603)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label12.TabIndex = 27
|
|
Me.Label12.Text = "..... Vollzugriff"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(604, 632)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(65, 13)
|
|
Me.Label13.TabIndex = 29
|
|
Me.Label13.Text = "..... Gesperrt"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Location = New System.Drawing.Point(560, 632)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(47, 13)
|
|
Me.Label14.TabIndex = 28
|
|
Me.Label14.Text = "Stufe 99"
|
|
'
|
|
'Label15
|
|
'
|
|
Me.Label15.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label15.AutoSize = True
|
|
Me.Label15.Location = New System.Drawing.Point(604, 617)
|
|
Me.Label15.Name = "Label15"
|
|
Me.Label15.Size = New System.Drawing.Size(220, 13)
|
|
Me.Label15.TabIndex = 31
|
|
Me.Label15.Text = "..... div. Berechtigungen (Programmgesteuert)"
|
|
'
|
|
'Label16
|
|
'
|
|
Me.Label16.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label16.AutoSize = True
|
|
Me.Label16.Location = New System.Drawing.Point(560, 617)
|
|
Me.Label16.Name = "Label16"
|
|
Me.Label16.Size = New System.Drawing.Size(44, 13)
|
|
Me.Label16.TabIndex = 30
|
|
Me.Label16.Text = "Stufe -"
|
|
'
|
|
'dgvGruppenBenutzer
|
|
'
|
|
Me.dgvGruppenBenutzer.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvGruppenBenutzer.AllowUserToAddRows = False
|
|
Me.dgvGruppenBenutzer.AllowUserToDeleteRows = False
|
|
Me.dgvGruppenBenutzer.AllowUserToResizeColumns = False
|
|
Me.dgvGruppenBenutzer.AllowUserToResizeRows = False
|
|
Me.dgvGruppenBenutzer.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvGruppenBenutzer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvGruppenBenutzer.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dgvGrBen_id, Me.dgvGrBen_Name, Me.dgvGrBen_Art, Me.Stufe})
|
|
Me.dgvGruppenBenutzer.Location = New System.Drawing.Point(560, 69)
|
|
Me.dgvGruppenBenutzer.MultiSelect = False
|
|
Me.dgvGruppenBenutzer.Name = "dgvGruppenBenutzer"
|
|
Me.dgvGruppenBenutzer.ReadOnly = True
|
|
Me.dgvGruppenBenutzer.RowHeadersVisible = False
|
|
Me.dgvGruppenBenutzer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvGruppenBenutzer.Size = New System.Drawing.Size(244, 205)
|
|
Me.dgvGruppenBenutzer.TabIndex = 19
|
|
'
|
|
'dgvGrBen_id
|
|
'
|
|
Me.dgvGrBen_id.HeaderText = "Id"
|
|
Me.dgvGrBen_id.Name = "dgvGrBen_id"
|
|
Me.dgvGrBen_id.ReadOnly = True
|
|
Me.dgvGrBen_id.Visible = False
|
|
Me.dgvGrBen_id.Width = 50
|
|
'
|
|
'dgvGrBen_Name
|
|
'
|
|
Me.dgvGrBen_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.dgvGrBen_Name.HeaderText = "Name"
|
|
Me.dgvGrBen_Name.Name = "dgvGrBen_Name"
|
|
Me.dgvGrBen_Name.ReadOnly = True
|
|
'
|
|
'dgvGrBen_Art
|
|
'
|
|
Me.dgvGrBen_Art.HeaderText = "Art"
|
|
Me.dgvGrBen_Art.Name = "dgvGrBen_Art"
|
|
Me.dgvGrBen_Art.ReadOnly = True
|
|
Me.dgvGrBen_Art.Width = 50
|
|
'
|
|
'Stufe
|
|
'
|
|
Me.Stufe.HeaderText = "Stufe"
|
|
Me.Stufe.Name = "Stufe"
|
|
Me.Stufe.ReadOnly = True
|
|
Me.Stufe.Width = 40
|
|
'
|
|
'MyTextBox3
|
|
'
|
|
Me.MyTextBox3._DateTimeOnly = False
|
|
Me.MyTextBox3._numbersOnly = False
|
|
Me.MyTextBox3._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox3._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox3._Prozent = False
|
|
Me.MyTextBox3._ShortDateNew = False
|
|
Me.MyTextBox3._ShortDateOnly = False
|
|
Me.MyTextBox3._TimeOnly = False
|
|
Me.MyTextBox3._TimeOnly_Seconds = False
|
|
Me.MyTextBox3._value = "0"
|
|
Me.MyTextBox3._Waehrung = False
|
|
Me.MyTextBox3._WaehrungZeichen = True
|
|
Me.MyTextBox3.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox3.Location = New System.Drawing.Point(728, 417)
|
|
Me.MyTextBox3.MaxLineLength = -1
|
|
Me.MyTextBox3.MaxLines_Warning = ""
|
|
Me.MyTextBox3.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox3.Name = "MyTextBox3"
|
|
Me.MyTextBox3.Size = New System.Drawing.Size(36, 20)
|
|
Me.MyTextBox3.TabIndex = 16
|
|
Me.MyTextBox3.Text = "0"
|
|
'
|
|
'MyTextBox2
|
|
'
|
|
Me.MyTextBox2._DateTimeOnly = False
|
|
Me.MyTextBox2._numbersOnly = False
|
|
Me.MyTextBox2._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox2._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox2._Prozent = False
|
|
Me.MyTextBox2._ShortDateNew = False
|
|
Me.MyTextBox2._ShortDateOnly = False
|
|
Me.MyTextBox2._TimeOnly = False
|
|
Me.MyTextBox2._TimeOnly_Seconds = False
|
|
Me.MyTextBox2._value = "0"
|
|
Me.MyTextBox2._Waehrung = False
|
|
Me.MyTextBox2._WaehrungZeichen = True
|
|
Me.MyTextBox2.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox2.Location = New System.Drawing.Point(727, 293)
|
|
Me.MyTextBox2.MaxLineLength = -1
|
|
Me.MyTextBox2.MaxLines_Warning = ""
|
|
Me.MyTextBox2.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox2.Name = "MyTextBox2"
|
|
Me.MyTextBox2.Size = New System.Drawing.Size(36, 20)
|
|
Me.MyTextBox2.TabIndex = 15
|
|
Me.MyTextBox2.Text = "0"
|
|
'
|
|
'dgvObjekte
|
|
'
|
|
Me.dgvObjekte.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvObjekte.AllowUserToAddRows = False
|
|
Me.dgvObjekte.AllowUserToDeleteRows = False
|
|
Me.dgvObjekte.AllowUserToResizeColumns = False
|
|
Me.dgvObjekte.AllowUserToResizeRows = False
|
|
Me.dgvObjekte.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvObjekte.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvObjekte.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.id, Me.bez, Me.art})
|
|
Me.dgvObjekte.Location = New System.Drawing.Point(237, 54)
|
|
Me.dgvObjekte.MultiSelect = False
|
|
Me.dgvObjekte.Name = "dgvObjekte"
|
|
Me.dgvObjekte.ReadOnly = True
|
|
Me.dgvObjekte.RowHeadersVisible = False
|
|
Me.dgvObjekte.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvObjekte.Size = New System.Drawing.Size(317, 552)
|
|
Me.dgvObjekte.TabIndex = 14
|
|
'
|
|
'id
|
|
'
|
|
Me.id.HeaderText = "Id"
|
|
Me.id.Name = "id"
|
|
Me.id.ReadOnly = True
|
|
Me.id.Width = 50
|
|
'
|
|
'bez
|
|
'
|
|
Me.bez.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.bez.HeaderText = "Objekt-Bezeichnug"
|
|
Me.bez.Name = "bez"
|
|
Me.bez.ReadOnly = True
|
|
'
|
|
'art
|
|
'
|
|
Me.art.HeaderText = "Art"
|
|
Me.art.Name = "art"
|
|
Me.art.ReadOnly = True
|
|
'
|
|
'MyTextBox1
|
|
'
|
|
Me.MyTextBox1._DateTimeOnly = False
|
|
Me.MyTextBox1._numbersOnly = False
|
|
Me.MyTextBox1._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox1._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox1._Prozent = False
|
|
Me.MyTextBox1._ShortDateNew = False
|
|
Me.MyTextBox1._ShortDateOnly = False
|
|
Me.MyTextBox1._TimeOnly = False
|
|
Me.MyTextBox1._TimeOnly_Seconds = False
|
|
Me.MyTextBox1._value = Nothing
|
|
Me.MyTextBox1._Waehrung = False
|
|
Me.MyTextBox1._WaehrungZeichen = True
|
|
Me.MyTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.MyTextBox1.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox1.Location = New System.Drawing.Point(237, 622)
|
|
Me.MyTextBox1.MaxLineLength = -1
|
|
Me.MyTextBox1.MaxLines_Warning = ""
|
|
Me.MyTextBox1.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox1.Name = "MyTextBox1"
|
|
Me.MyTextBox1.Size = New System.Drawing.Size(200, 20)
|
|
Me.MyTextBox1.TabIndex = 1
|
|
'
|
|
'MyComboBox3
|
|
'
|
|
Me.MyComboBox3._allowedValuesFreiText = Nothing
|
|
Me.MyComboBox3._allowFreiText = False
|
|
Me.MyComboBox3._value = ""
|
|
Me.MyComboBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.MyComboBox3.DropDownWidth = 300
|
|
Me.MyComboBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.MyComboBox3.FormattingEnabled = True
|
|
Me.MyComboBox3.Items.AddRange(New Object() {"FORM", "FUNC", "GLOBAL"})
|
|
Me.MyComboBox3.Location = New System.Drawing.Point(563, 417)
|
|
Me.MyComboBox3.Name = "MyComboBox3"
|
|
Me.MyComboBox3.Size = New System.Drawing.Size(159, 21)
|
|
Me.MyComboBox3.TabIndex = 12
|
|
'
|
|
'MyComboBox2
|
|
'
|
|
Me.MyComboBox2._allowedValuesFreiText = Nothing
|
|
Me.MyComboBox2._allowFreiText = False
|
|
Me.MyComboBox2._value = ""
|
|
Me.MyComboBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.MyComboBox2.DropDownWidth = 300
|
|
Me.MyComboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.MyComboBox2.FormattingEnabled = True
|
|
Me.MyComboBox2.Items.AddRange(New Object() {"FORM", "FUNC", "GLOBAL"})
|
|
Me.MyComboBox2.Location = New System.Drawing.Point(562, 293)
|
|
Me.MyComboBox2.Name = "MyComboBox2"
|
|
Me.MyComboBox2.Size = New System.Drawing.Size(159, 21)
|
|
Me.MyComboBox2.TabIndex = 10
|
|
'
|
|
'MyComboBox1
|
|
'
|
|
Me.MyComboBox1._allowedValuesFreiText = Nothing
|
|
Me.MyComboBox1._allowFreiText = False
|
|
Me.MyComboBox1._value = ""
|
|
Me.MyComboBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.MyComboBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.MyComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.MyComboBox1.FormattingEnabled = True
|
|
Me.MyComboBox1.Items.AddRange(New Object() {"FORM", "FUNC", "GLOBAL"})
|
|
Me.MyComboBox1.Location = New System.Drawing.Point(443, 622)
|
|
Me.MyComboBox1.Name = "MyComboBox1"
|
|
Me.MyComboBox1.Size = New System.Drawing.Size(71, 21)
|
|
Me.MyComboBox1.TabIndex = 8
|
|
'
|
|
'Label17
|
|
'
|
|
Me.Label17.AutoSize = True
|
|
Me.Label17.Location = New System.Drawing.Point(725, 321)
|
|
Me.Label17.Name = "Label17"
|
|
Me.Label17.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label17.TabIndex = 36
|
|
Me.Label17.Text = "Stufe:"
|
|
'
|
|
'MyTextBox5
|
|
'
|
|
Me.MyTextBox5._DateTimeOnly = False
|
|
Me.MyTextBox5._numbersOnly = False
|
|
Me.MyTextBox5._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox5._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox5._Prozent = False
|
|
Me.MyTextBox5._ShortDateNew = False
|
|
Me.MyTextBox5._ShortDateOnly = False
|
|
Me.MyTextBox5._TimeOnly = False
|
|
Me.MyTextBox5._TimeOnly_Seconds = False
|
|
Me.MyTextBox5._value = "0"
|
|
Me.MyTextBox5._Waehrung = False
|
|
Me.MyTextBox5._WaehrungZeichen = True
|
|
Me.MyTextBox5.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox5.Location = New System.Drawing.Point(728, 337)
|
|
Me.MyTextBox5.MaxLineLength = -1
|
|
Me.MyTextBox5.MaxLines_Warning = ""
|
|
Me.MyTextBox5.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox5.Name = "MyTextBox5"
|
|
Me.MyTextBox5.Size = New System.Drawing.Size(36, 20)
|
|
Me.MyTextBox5.TabIndex = 35
|
|
Me.MyTextBox5.Text = "0"
|
|
'
|
|
'Label18
|
|
'
|
|
Me.Label18.AutoSize = True
|
|
Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label18.Location = New System.Drawing.Point(560, 321)
|
|
Me.Label18.Name = "Label18"
|
|
Me.Label18.Size = New System.Drawing.Size(153, 13)
|
|
Me.Label18.TabIndex = 34
|
|
Me.Label18.Text = "Niederlassung hinzufügen"
|
|
'
|
|
'cboNiederlassung
|
|
'
|
|
Me.cboNiederlassung._allowedValuesFreiText = Nothing
|
|
Me.cboNiederlassung._allowFreiText = False
|
|
Me.cboNiederlassung._value = ""
|
|
Me.cboNiederlassung.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.cboNiederlassung.DropDownWidth = 300
|
|
Me.cboNiederlassung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.cboNiederlassung.FormattingEnabled = True
|
|
Me.cboNiederlassung.Items.AddRange(New Object() {"FORM", "FUNC", "GLOBAL"})
|
|
Me.cboNiederlassung.Location = New System.Drawing.Point(563, 337)
|
|
Me.cboNiederlassung.Name = "cboNiederlassung"
|
|
Me.cboNiederlassung.Size = New System.Drawing.Size(159, 21)
|
|
Me.cboNiederlassung.TabIndex = 33
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Location = New System.Drawing.Point(770, 335)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button4.TabIndex = 32
|
|
Me.Button4.Text = "OK"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Label19
|
|
'
|
|
Me.Label19.AutoSize = True
|
|
Me.Label19.Location = New System.Drawing.Point(725, 361)
|
|
Me.Label19.Name = "Label19"
|
|
Me.Label19.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label19.TabIndex = 41
|
|
Me.Label19.Text = "Stufe:"
|
|
'
|
|
'MyTextBox6
|
|
'
|
|
Me.MyTextBox6._DateTimeOnly = False
|
|
Me.MyTextBox6._numbersOnly = False
|
|
Me.MyTextBox6._numbersOnlyKommastellen = ""
|
|
Me.MyTextBox6._numbersOnlyTrennzeichen = True
|
|
Me.MyTextBox6._Prozent = False
|
|
Me.MyTextBox6._ShortDateNew = False
|
|
Me.MyTextBox6._ShortDateOnly = False
|
|
Me.MyTextBox6._TimeOnly = False
|
|
Me.MyTextBox6._TimeOnly_Seconds = False
|
|
Me.MyTextBox6._value = "0"
|
|
Me.MyTextBox6._Waehrung = False
|
|
Me.MyTextBox6._WaehrungZeichen = True
|
|
Me.MyTextBox6.ForeColor = System.Drawing.Color.Black
|
|
Me.MyTextBox6.Location = New System.Drawing.Point(728, 377)
|
|
Me.MyTextBox6.MaxLineLength = -1
|
|
Me.MyTextBox6.MaxLines_Warning = ""
|
|
Me.MyTextBox6.MaxLines_Warning_Label = Nothing
|
|
Me.MyTextBox6.Name = "MyTextBox6"
|
|
Me.MyTextBox6.Size = New System.Drawing.Size(36, 20)
|
|
Me.MyTextBox6.TabIndex = 40
|
|
Me.MyTextBox6.Text = "0"
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label20.Location = New System.Drawing.Point(560, 361)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(126, 13)
|
|
Me.Label20.TabIndex = 39
|
|
Me.Label20.Text = "Abteilung hinzufügen"
|
|
'
|
|
'cboAbteilung
|
|
'
|
|
Me.cboAbteilung._allowedValuesFreiText = Nothing
|
|
Me.cboAbteilung._allowFreiText = False
|
|
Me.cboAbteilung._value = ""
|
|
Me.cboAbteilung.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.cboAbteilung.DropDownWidth = 300
|
|
Me.cboAbteilung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.cboAbteilung.FormattingEnabled = True
|
|
Me.cboAbteilung.Items.AddRange(New Object() {"FORM", "FUNC", "GLOBAL"})
|
|
Me.cboAbteilung.Location = New System.Drawing.Point(563, 377)
|
|
Me.cboAbteilung.Name = "cboAbteilung"
|
|
Me.cboAbteilung.Size = New System.Drawing.Size(159, 21)
|
|
Me.cboAbteilung.TabIndex = 38
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Location = New System.Drawing.Point(770, 375)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(34, 23)
|
|
Me.Button5.TabIndex = 37
|
|
Me.Button5.Text = "OK"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'txtSuche
|
|
'
|
|
Me.txtSuche._DateTimeOnly = False
|
|
Me.txtSuche._numbersOnly = False
|
|
Me.txtSuche._numbersOnlyKommastellen = ""
|
|
Me.txtSuche._numbersOnlyTrennzeichen = True
|
|
Me.txtSuche._Prozent = False
|
|
Me.txtSuche._ShortDateNew = False
|
|
Me.txtSuche._ShortDateOnly = False
|
|
Me.txtSuche._TimeOnly = False
|
|
Me.txtSuche._TimeOnly_Seconds = False
|
|
Me.txtSuche._value = Nothing
|
|
Me.txtSuche._Waehrung = False
|
|
Me.txtSuche._WaehrungZeichen = True
|
|
Me.txtSuche.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.txtSuche.ForeColor = System.Drawing.Color.Black
|
|
Me.txtSuche.Location = New System.Drawing.Point(358, 33)
|
|
Me.txtSuche.MaxLineLength = -1
|
|
Me.txtSuche.MaxLines_Warning = ""
|
|
Me.txtSuche.MaxLines_Warning_Label = Nothing
|
|
Me.txtSuche.Name = "txtSuche"
|
|
Me.txtSuche.Size = New System.Drawing.Size(168, 20)
|
|
Me.txtSuche.TabIndex = 42
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = Global.ADMIN.My.Resources.Resources.search
|
|
Me.PictureBox1.Location = New System.Drawing.Point(532, 33)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(23, 17)
|
|
Me.PictureBox1.TabIndex = 43
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'frmBerechtigungsObjekte
|
|
'
|
|
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(836, 658)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.txtSuche)
|
|
Me.Controls.Add(Me.Label19)
|
|
Me.Controls.Add(Me.MyTextBox6)
|
|
Me.Controls.Add(Me.Label20)
|
|
Me.Controls.Add(Me.cboAbteilung)
|
|
Me.Controls.Add(Me.Button5)
|
|
Me.Controls.Add(Me.Label17)
|
|
Me.Controls.Add(Me.MyTextBox5)
|
|
Me.Controls.Add(Me.Label18)
|
|
Me.Controls.Add(Me.cboNiederlassung)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.Label16)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Controls.Add(Me.dgvGruppenBenutzer)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.MyTextBox3)
|
|
Me.Controls.Add(Me.MyTextBox2)
|
|
Me.Controls.Add(Me.dgvObjekte)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.MyComboBox3)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.MyComboBox2)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.MyComboBox1)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.lblNeuesObjekt)
|
|
Me.Controls.Add(Me.MyTextBox1)
|
|
Me.Controls.Add(Me.Label15)
|
|
Me.Controls.Add(Me.Label13)
|
|
Me.Controls.Add(Me.Label12)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmBerechtigungsObjekte"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Berechtigungen Zuordnung"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
CType(Me.gdvGruppen, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvGruppenBenutzer, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvObjekte, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents MyTextBox1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblNeuesObjekt As System.Windows.Forms.Label
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents MyComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents MyComboBox2 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents MyComboBox3 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents dgvObjekte As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents id As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents bez As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents art As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents MyTextBox3 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents dgvGruppenBenutzer As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents gdvGruppen As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents MyTextBox4 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents dgvGrp_id As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents dgvGrp_bez As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents Label14 As System.Windows.Forms.Label
|
|
Friend WithEvents Label15 As System.Windows.Forms.Label
|
|
Friend WithEvents Label16 As System.Windows.Forms.Label
|
|
Friend WithEvents dgvGrBen_id As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents dgvGrBen_Name As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents dgvGrBen_Art As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Stufe As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Label17 As System.Windows.Forms.Label
|
|
Friend WithEvents MyTextBox5 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label18 As System.Windows.Forms.Label
|
|
Friend WithEvents cboNiederlassung As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents Label19 As System.Windows.Forms.Label
|
|
Friend WithEvents MyTextBox6 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label20 As System.Windows.Forms.Label
|
|
Friend WithEvents cboAbteilung As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents Button6 As Button
|
|
Friend WithEvents txtSuche As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
End Class
|