You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
4.5 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmKopien
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKopien))
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton()
Me.C1Result = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.ToolStrip1.SuspendLayout()
CType(Me.C1Result, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(629, 25)
Me.ToolStrip1.TabIndex = 0
Me.ToolStrip1.Text = "ToolStrip1"
'
'TSBtnQuit
'
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TSBtnQuit.Name = "TSBtnQuit"
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
Me.TSBtnQuit.Text = "Fenster schliessen"
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
'
'C1Result
'
Me.C1Result.AllowDrop = True
Me.C1Result.AllowRowSelect = False
Me.C1Result.AllowUpdate = False
Me.C1Result.AllowUpdateOnBlur = False
Me.C1Result.AlternatingRows = True
Me.C1Result.CellTipsDelay = 200
Me.C1Result.Dock = System.Windows.Forms.DockStyle.Fill
Me.C1Result.FetchRowStyles = True
Me.C1Result.FilterBar = True
Me.C1Result.GroupByCaption = "Drag a column header here to group by that column"
Me.C1Result.Images.Add(CType(resources.GetObject("C1Result.Images"), System.Drawing.Image))
Me.C1Result.Location = New System.Drawing.Point(0, 25)
Me.C1Result.Name = "C1Result"
Me.C1Result.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1Result.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1Result.PreviewInfo.ZoomFactor = 75.0R
Me.C1Result.PrintInfo.PageSettings = CType(resources.GetObject("C1Result.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.C1Result.Size = New System.Drawing.Size(629, 243)
Me.C1Result.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
Me.C1Result.TabIndex = 22
Me.C1Result.Text = "C1TrueDBGrid1"
Me.C1Result.PropBag = resources.GetString("C1Result.PropBag")
'
'frmKopien
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(629, 268)
Me.Controls.Add(Me.C1Result)
Me.Controls.Add(Me.ToolStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmKopien"
Me.Text = "Kopien von "
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
CType(Me.C1Result, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
Friend WithEvents C1Result As C1.Win.C1TrueDBGrid.C1TrueDBGrid
End Class