Partial Class frmAPIZugaenge Inherits System.Windows.Forms.Form 'Das Formular ü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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAPIZugaenge)) Me.Label2 = New System.Windows.Forms.Label() Me.txtSuche = New System.Windows.Forms.TextBox() Me.btnOK = New System.Windows.Forms.Button() Me.DataGridView = New System.Windows.Forms.DataGridView() Me.cbxProduktivsystem = New System.Windows.Forms.CheckBox() Me.PictureBox5 = New System.Windows.Forms.PictureBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(9, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 13) Me.Label2.TabIndex = 21 Me.Label2.Text = "Suche:" ' 'txtSuche ' Me.txtSuche.Location = New System.Drawing.Point(12, 23) Me.txtSuche.Name = "txtSuche" Me.txtSuche.Size = New System.Drawing.Size(176, 20) Me.txtSuche.TabIndex = 22 ' 'btnOK ' Me.btnOK.Location = New System.Drawing.Point(942, 454) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(109, 23) Me.btnOK.TabIndex = 20 Me.btnOK.Text = "Speichern" Me.btnOK.UseVisualStyleBackColor = True Me.btnOK.Visible = False ' 'DataGridView ' Me.DataGridView.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView.Location = New System.Drawing.Point(12, 49) Me.DataGridView.MultiSelect = False Me.DataGridView.Name = "DataGridView" Me.DataGridView.Size = New System.Drawing.Size(1035, 399) Me.DataGridView.TabIndex = 19 ' 'cbxProduktivsystem ' Me.cbxProduktivsystem.AutoSize = True Me.cbxProduktivsystem.Checked = True Me.cbxProduktivsystem.CheckState = System.Windows.Forms.CheckState.Checked Me.cbxProduktivsystem.Location = New System.Drawing.Point(213, 26) Me.cbxProduktivsystem.Name = "cbxProduktivsystem" Me.cbxProduktivsystem.Size = New System.Drawing.Size(80, 17) Me.cbxProduktivsystem.TabIndex = 25 Me.cbxProduktivsystem.Text = "aktive User" Me.cbxProduktivsystem.UseVisualStyleBackColor = True ' 'PictureBox5 ' Me.PictureBox5.BackgroundImage = Global.ADMIN.My.Resources.Resources.fragezeichen Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox5.Location = New System.Drawing.Point(1020, 21) Me.PictureBox5.Name = "PictureBox5" Me.PictureBox5.Size = New System.Drawing.Size(27, 22) Me.PictureBox5.TabIndex = 131 Me.PictureBox5.TabStop = False ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(806, 454) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(109, 23) Me.Button1.TabIndex = 132 Me.Button1.Text = "Hash PW" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(12, 454) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(109, 23) Me.Button2.TabIndex = 133 Me.Button2.Text = "TEST HASHES" Me.Button2.UseVisualStyleBackColor = True ' 'frmAPIZugaenge ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1059, 485) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox5) Me.Controls.Add(Me.cbxProduktivsystem) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtSuche) Me.Controls.Add(Me.btnOK) Me.Controls.Add(Me.DataGridView) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmAPIZugaenge" Me.Text = "API Verwaltung" CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label2 As Label Friend WithEvents txtSuche As TextBox Friend WithEvents btnOK As Button Friend WithEvents DataGridView As DataGridView Friend WithEvents cbxProduktivsystem As CheckBox Friend WithEvents PictureBox5 As PictureBox Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button End Class