_ Partial Class uscntr_FunktionAdmin 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.btnJa = New System.Windows.Forms.Button() Me.btnNein = 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(78, 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 = 1 Me.lblName.Text = "Ist Doku-Admin:" Me.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'btnJa ' Me.btnJa.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnJa.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnJa.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnJa.Location = New System.Drawing.Point(11, 6) Me.btnJa.Name = "btnJa" Me.btnJa.Size = New System.Drawing.Size(121, 24) Me.btnJa.TabIndex = 3 Me.btnJa.Text = "Ja" Me.btnJa.UseVisualStyleBackColor = False ' 'btnNein ' Me.btnNein.BackColor = System.Drawing.SystemColors.ControlLightLight Me.btnNein.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNein.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnNein.Location = New System.Drawing.Point(138, 6) Me.btnNein.Name = "btnNein" Me.btnNein.Size = New System.Drawing.Size(121, 24) Me.btnNein.TabIndex = 4 Me.btnNein.Text = "Nein" Me.btnNein.UseVisualStyleBackColor = False ' 'Panel1 ' Me.Panel1.Controls.Add(Me.btnNein) Me.Panel1.Controls.Add(Me.btnJa) Me.Panel1.Location = New System.Drawing.Point(385, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(316, 36) Me.Panel1.TabIndex = 5 ' 'uscntr_FunktionAdmin ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.GradientActiveCaption Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.lblName) Me.Name = "uscntr_FunktionAdmin" Me.Size = New System.Drawing.Size(704, 36) Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents lblName As Label Friend WithEvents btnJa As Button Friend WithEvents btnNein As Button Friend WithEvents Panel1 As Panel End Class