_ Partial Class ctlPhasen 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ctlPhasen)) Dim Style1 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style2 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style3 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style4 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style5 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style6 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style7 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Dim Style8 As C1.Win.C1TrueDBGrid.Style = New C1.Win.C1TrueDBGrid.Style() Me.C1Phasen = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.C1PhaseDropDown = New C1.Win.C1TrueDBGrid.C1TrueDBDropdown() CType(Me.C1Phasen, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1PhaseDropDown, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'C1Phasen ' Me.C1Phasen.AllowAddNew = True Me.C1Phasen.AllowDrop = True Me.C1Phasen.AlternatingRows = True Me.C1Phasen.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Phasen.FetchRowStyles = True Me.C1Phasen.FilterBar = True Me.C1Phasen.GroupByCaption = "Drag a column header here to group by that column" Me.C1Phasen.Images.Add(CType(resources.GetObject("C1Phasen.Images"), System.Drawing.Image)) Me.C1Phasen.Location = New System.Drawing.Point(0, 0) Me.C1Phasen.Name = "C1Phasen" Me.C1Phasen.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Phasen.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Phasen.PreviewInfo.ZoomFactor = 75.0R Me.C1Phasen.PrintInfo.PageSettings = CType(resources.GetObject("C1Phasen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Phasen.Size = New System.Drawing.Size(475, 186) Me.C1Phasen.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Phasen.TabIndex = 10 Me.C1Phasen.Text = "C1TrueDBGrid1" Me.C1Phasen.PropBag = resources.GetString("C1Phasen.PropBag") ' 'C1PhaseDropDown ' Me.C1PhaseDropDown.AllowColMove = True Me.C1PhaseDropDown.AllowColSelect = True Me.C1PhaseDropDown.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows Me.C1PhaseDropDown.AlternatingRows = False Me.C1PhaseDropDown.CaptionStyle = Style1 Me.C1PhaseDropDown.ColumnCaptionHeight = 17 Me.C1PhaseDropDown.ColumnFooterHeight = 17 Me.C1PhaseDropDown.EvenRowStyle = Style2 Me.C1PhaseDropDown.FetchRowStyles = False Me.C1PhaseDropDown.FooterStyle = Style3 Me.C1PhaseDropDown.HeadingStyle = Style4 Me.C1PhaseDropDown.HighLightRowStyle = Style5 Me.C1PhaseDropDown.Images.Add(CType(resources.GetObject("C1PhaseDropDown.Images"), System.Drawing.Image)) Me.C1PhaseDropDown.Location = New System.Drawing.Point(42, 16) Me.C1PhaseDropDown.Name = "C1PhaseDropDown" Me.C1PhaseDropDown.OddRowStyle = Style6 Me.C1PhaseDropDown.RecordSelectorStyle = Style7 Me.C1PhaseDropDown.RowDivider.Color = System.Drawing.Color.DarkGray Me.C1PhaseDropDown.RowDivider.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.[Single] Me.C1PhaseDropDown.RowSubDividerColor = System.Drawing.Color.DarkGray Me.C1PhaseDropDown.ScrollTips = False Me.C1PhaseDropDown.Size = New System.Drawing.Size(100, 150) Me.C1PhaseDropDown.Style = Style8 Me.C1PhaseDropDown.TabIndex = 11 Me.C1PhaseDropDown.Text = "C1TrueDBDropdown1" Me.C1PhaseDropDown.Visible = False Me.C1PhaseDropDown.PropBag = resources.GetString("C1PhaseDropDown.PropBag") ' 'ctlPhasen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.C1PhaseDropDown) Me.Controls.Add(Me.C1Phasen) Me.Name = "ctlPhasen" Me.Size = New System.Drawing.Size(475, 186) CType(Me.C1Phasen, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1PhaseDropDown, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents C1PhaseDropDown As C1.Win.C1TrueDBGrid.C1TrueDBDropdown Friend WithEvents C1Phasen As C1.Win.C1TrueDBGrid.C1TrueDBGrid End Class