_ Partial Class frmVorlagen 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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVorlagen)) Me.Label1 = New System.Windows.Forms.Label() Me.btnUpload = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.txtSuche = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.lblCount = New System.Windows.Forms.Label() Me.dgvVolagen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components) CType(Me.dgvVolagen, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(8, 15) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Kategorie:" ' 'btnUpload ' Me.btnUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnUpload.Location = New System.Drawing.Point(12, 609) Me.btnUpload.Name = "btnUpload" Me.btnUpload.Size = New System.Drawing.Size(225, 44) Me.btnUpload.TabIndex = 8 Me.btnUpload.Text = "Neue Vorlage" Me.btnUpload.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(305, 609) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(225, 44) Me.Button1.TabIndex = 10 Me.Button1.Text = "Vorlage Ändern" Me.Button1.UseVisualStyleBackColor = True ' 'txtSuche ' Me.txtSuche.Location = New System.Drawing.Point(996, 8) Me.txtSuche.Name = "txtSuche" Me.txtSuche.Size = New System.Drawing.Size(109, 20) Me.txtSuche.TabIndex = 11 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.White Me.Label2.Location = New System.Drawing.Point(924, 11) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(64, 13) Me.Label2.TabIndex = 12 Me.Label2.Text = "Suchbegriff:" ' 'lblCount ' Me.lblCount.AutoSize = True Me.lblCount.BackColor = System.Drawing.Color.White Me.lblCount.Location = New System.Drawing.Point(1077, 609) Me.lblCount.Name = "lblCount" Me.lblCount.Size = New System.Drawing.Size(28, 13) Me.lblCount.TabIndex = 13 Me.lblCount.Text = "Text" Me.lblCount.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'dgvVolagen ' Me.dgvVolagen.AKTUALISIERUNGS_INTERVALL = -1 Me.dgvVolagen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvVolagen.Location = New System.Drawing.Point(11, 34) Me.dgvVolagen.MultiSelect = False Me.dgvVolagen.Name = "dgvVolagen" Me.dgvVolagen.ReadOnly = True Me.dgvVolagen.RowHeadersVisible = False Me.dgvVolagen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvVolagen.Size = New System.Drawing.Size(1094, 569) Me.dgvVolagen.TabIndex = 9 ' 'frmVorlagen ' 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(1117, 665) Me.Controls.Add(Me.lblCount) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtSuche) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.dgvVolagen) Me.Controls.Add(Me.btnUpload) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmVorlagen" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Vorlage - Upload" CType(Me.dgvVolagen, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents btnUpload As System.Windows.Forms.Button Friend WithEvents dgvVolagen As VERAG_PROG_ALLGEMEIN.MyDatagridview Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents txtSuche As Windows.Forms.TextBox Friend WithEvents Label2 As Windows.Forms.Label Friend WithEvents lblCount As Windows.Forms.Label End Class