_ Partial Class frmWorkflowRawData Inherits DevExpress.XtraEditors.XtraForm '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.VGridControl1 = New DevExpress.XtraVerticalGrid.VGridControl() CType(Me.VGridControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'VGridControl1 ' Me.VGridControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.VGridControl1.LayoutStyle = DevExpress.XtraVerticalGrid.LayoutViewStyle.SingleRecordView Me.VGridControl1.Location = New System.Drawing.Point(0, 0) Me.VGridControl1.Name = "VGridControl1" Me.VGridControl1.Size = New System.Drawing.Size(800, 450) Me.VGridControl1.TabIndex = 1 ' 'frmWorkflowRawData ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.VGridControl1) Me.Name = "frmWorkflowRawData" Me.Text = "Rohdaten" CType(Me.VGridControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents VGridControl1 As DevExpress.XtraVerticalGrid.VGridControl End Class