_ Partial Class uscntr_Berechtigungen Inherits System.Windows.Forms.UserControl 'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.lblName = New System.Windows.Forms.Label() Me.btnNope = New System.Windows.Forms.Button() Me.btnLesen = New System.Windows.Forms.Button() Me.btnSchreiben = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'lblName ' Me.lblName.BackColor = System.Drawing.SystemColors.ControlLightLight Me.lblName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.lblName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblName.Location = New System.Drawing.Point(3, 3) Me.lblName.Margin = New System.Windows.Forms.Padding(3) Me.lblName.Name = "lblName" Me.lblName.Size = New System.Drawing.Size(283, 30) Me.lblName.TabIndex = 0 Me.lblName.Text = "Label1" Me.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btnNope ' Me.btnNope.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnNope.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNope.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnNope.Location = New System.Drawing.Point(26, 6) Me.btnNope.Name = "btnNope" Me.btnNope.Size = New System.Drawing.Size(121, 24) Me.btnNope.TabIndex = 1 Me.btnNope.Text = "Verweigern" Me.btnNope.UseVisualStyleBackColor = False ' 'btnLesen ' Me.btnLesen.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnLesen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnLesen.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLesen.Location = New System.Drawing.Point(153, 6) Me.btnLesen.Name = "btnLesen" Me.btnLesen.Size = New System.Drawing.Size(121, 24) Me.btnLesen.TabIndex = 2 Me.btnLesen.Text = "Lesen" Me.btnLesen.UseVisualStyleBackColor = False ' 'btnSchreiben ' Me.btnSchreiben.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnSchreiben.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSchreiben.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSchreiben.Location = New System.Drawing.Point(280, 6) Me.btnSchreiben.Name = "btnSchreiben" Me.btnSchreiben.Size = New System.Drawing.Size(121, 24) Me.btnSchreiben.TabIndex = 3 Me.btnSchreiben.Text = "Schreiben" Me.btnSchreiben.UseVisualStyleBackColor = False ' 'Panel1 ' Me.Panel1.Controls.Add(Me.btnSchreiben) Me.Panel1.Controls.Add(Me.btnNope) Me.Panel1.Controls.Add(Me.btnLesen) Me.Panel1.Location = New System.Drawing.Point(300, 0) Me.Panel1.Margin = New System.Windows.Forms.Padding(0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(404, 36) Me.Panel1.TabIndex = 4 ' 'uscntr_Berechtigungen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.lblName) Me.Name = "uscntr_Berechtigungen" Me.Size = New System.Drawing.Size(704, 36) Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents lblName As Label Friend WithEvents btnNope As Button Friend WithEvents btnLesen As Button Friend WithEvents btnSchreiben As Button Friend WithEvents Panel1 As Panel End Class