264 lines
12 KiB
VB.net
264 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmGenerelleGestellungen
|
|
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(frmGenerelleGestellungen))
|
|
Me.txtSuchen = New System.Windows.Forms.TextBox()
|
|
Me.lblSuchen = New System.Windows.Forms.Label()
|
|
Me.DataGridView = New System.Windows.Forms.DataGridView()
|
|
Me.NameFile = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Aenderungsdatum = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Groesse = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.path = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btnT1T2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtSuchen
|
|
'
|
|
Me.txtSuchen.Location = New System.Drawing.Point(13, 59)
|
|
Me.txtSuchen.Name = "txtSuchen"
|
|
Me.txtSuchen.Size = New System.Drawing.Size(707, 20)
|
|
Me.txtSuchen.TabIndex = 0
|
|
'
|
|
'lblSuchen
|
|
'
|
|
Me.lblSuchen.AutoSize = True
|
|
Me.lblSuchen.Location = New System.Drawing.Point(10, 43)
|
|
Me.lblSuchen.Name = "lblSuchen"
|
|
Me.lblSuchen.Size = New System.Drawing.Size(132, 13)
|
|
Me.lblSuchen.TabIndex = 1
|
|
Me.lblSuchen.Text = "Suchen (mind. 2 Zeichen):"
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.AllowUserToAddRows = False
|
|
Me.DataGridView.AllowUserToDeleteRows = False
|
|
Me.DataGridView.AllowUserToOrderColumns = True
|
|
Me.DataGridView.AllowUserToResizeColumns = False
|
|
Me.DataGridView.AllowUserToResizeRows = False
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.NameFile, Me.Aenderungsdatum, Me.Groesse, Me.path})
|
|
Me.DataGridView.Location = New System.Drawing.Point(13, 86)
|
|
Me.DataGridView.MultiSelect = False
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.ReadOnly = True
|
|
Me.DataGridView.RowHeadersVisible = False
|
|
Me.DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.DataGridView.Size = New System.Drawing.Size(707, 453)
|
|
Me.DataGridView.TabIndex = 2
|
|
'
|
|
'NameFile
|
|
'
|
|
Me.NameFile.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.NameFile.HeaderText = "Name"
|
|
Me.NameFile.Name = "NameFile"
|
|
Me.NameFile.ReadOnly = True
|
|
'
|
|
'Aenderungsdatum
|
|
'
|
|
Me.Aenderungsdatum.HeaderText = "Änderungsdatum"
|
|
Me.Aenderungsdatum.Name = "Aenderungsdatum"
|
|
Me.Aenderungsdatum.ReadOnly = True
|
|
Me.Aenderungsdatum.Width = 200
|
|
'
|
|
'Groesse
|
|
'
|
|
Me.Groesse.HeaderText = "Größe"
|
|
Me.Groesse.Name = "Groesse"
|
|
Me.Groesse.ReadOnly = True
|
|
'
|
|
'path
|
|
'
|
|
Me.path.HeaderText = "path"
|
|
Me.path.Name = "path"
|
|
Me.path.ReadOnly = True
|
|
Me.path.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Location = New System.Drawing.Point(263, 43)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(457, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "(Es wir im Ordner ""F:\VERAG Vorlagen Quickstop\Generelle Gestellungen\"" gesucht)"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(310, 9)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Vorlagen:"
|
|
'
|
|
'btnT1T2
|
|
'
|
|
Me.btnT1T2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnT1T2.Location = New System.Drawing.Point(368, 4)
|
|
Me.btnT1T2.Name = "btnT1T2"
|
|
Me.btnT1T2.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnT1T2.TabIndex = 3
|
|
Me.btnT1T2.Text = "DE"
|
|
Me.btnT1T2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(449, 4)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "EN"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Location = New System.Drawing.Point(530, 4)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button2.TabIndex = 3
|
|
Me.Button2.Text = "FR"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(611, 4)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button3.TabIndex = 3
|
|
Me.Button3.Text = "NL"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Location = New System.Drawing.Point(13, 4)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(129, 23)
|
|
Me.Button4.TabIndex = 4
|
|
Me.Button4.Text = "Hinzufügen"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'DataGridViewTextBoxColumn1
|
|
'
|
|
Me.DataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.DataGridViewTextBoxColumn1.HeaderText = "Name"
|
|
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
|
'
|
|
'DataGridViewTextBoxColumn2
|
|
'
|
|
Me.DataGridViewTextBoxColumn2.HeaderText = "Änderungsdatum"
|
|
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
|
Me.DataGridViewTextBoxColumn2.Width = 200
|
|
'
|
|
'DataGridViewTextBoxColumn3
|
|
'
|
|
Me.DataGridViewTextBoxColumn3.HeaderText = "Größe"
|
|
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
|
'
|
|
'DataGridViewTextBoxColumn4
|
|
'
|
|
Me.DataGridViewTextBoxColumn4.HeaderText = "path"
|
|
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
|
Me.DataGridViewTextBoxColumn4.Visible = False
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Location = New System.Drawing.Point(148, 4)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(129, 23)
|
|
Me.Button5.TabIndex = 6
|
|
Me.Button5.Text = "Eintrag löschen"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'frmGenerelleGestellungen
|
|
'
|
|
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(732, 551)
|
|
Me.Controls.Add(Me.Button5)
|
|
Me.Controls.Add(Me.Button4)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.btnT1T2)
|
|
Me.Controls.Add(Me.DataGridView)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.lblSuchen)
|
|
Me.Controls.Add(Me.txtSuchen)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmGenerelleGestellungen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Generelle Gestellungen"
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents txtSuchen As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblSuchen As System.Windows.Forms.Label
|
|
Friend WithEvents DataGridView As System.Windows.Forms.DataGridView
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnT1T2 As System.Windows.Forms.Button
|
|
Friend WithEvents NameFile As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Aenderungsdatum As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Groesse As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents path As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents DataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
End Class
|