_ Partial Class frmWorkflow_Adhoc_start Inherits DevExpress.XtraBars.Ribbon.RibbonForm '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(frmWorkflow_Adhoc_start)) Dim TableColumnDefinition3 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition() Dim TableColumnDefinition4 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition() Dim TableRowDefinition3 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition() Dim TableRowDefinition4 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition() Dim TileViewItemElement4 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement() Dim TileViewItemElement5 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement() Dim TileViewItemElement6 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.cmbWorkflowSelect = New System.Windows.Forms.ComboBox() Me.LookUpEdit1 = New DevExpress.XtraEditors.LookUpEdit() Me.GroupControl1 = New DevExpress.XtraEditors.GroupControl() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.GroupControl2 = New DevExpress.XtraEditors.GroupControl() Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() Me.GroupControl3 = New DevExpress.XtraEditors.GroupControl() Me.GridPredefinedSearches = New DevExpress.XtraGrid.GridControl() Me.TileView1 = New DevExpress.XtraGrid.Views.Tile.TileView() Me.colName = New DevExpress.XtraGrid.Columns.TileViewColumn() Me.colDescription = New DevExpress.XtraGrid.Columns.TileViewColumn() Me.colCount = New DevExpress.XtraGrid.Columns.TileViewColumn() Me.colImage = New DevExpress.XtraGrid.Columns.TileViewColumn() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.SvgImageCollection1 = New DevExpress.Utils.SvgImageCollection(Me.components) CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LookUpEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GroupControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupControl1.SuspendLayout() CType(Me.GroupControl2, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupControl2.SuspendLayout() CType(Me.GroupControl3, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupControl3.SuspendLayout() CType(Me.GridPredefinedSearches, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TileView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'RibbonControl1 ' Me.RibbonControl1.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Green Me.RibbonControl1.EmptyAreaImageOptions.ImagePadding = New System.Windows.Forms.Padding(35, 39, 35, 39) Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.RibbonControl1.MaxItemId = 2 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.OptionsMenuMinWidth = 385 Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.Size = New System.Drawing.Size(933, 158) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "RibbonPageGroup2" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 706) Me.RibbonStatusBar1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(933, 24) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'cmbWorkflowSelect ' Me.cmbWorkflowSelect.FormattingEnabled = True Me.cmbWorkflowSelect.Location = New System.Drawing.Point(5, 32) Me.cmbWorkflowSelect.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmbWorkflowSelect.Name = "cmbWorkflowSelect" Me.cmbWorkflowSelect.Size = New System.Drawing.Size(337, 21) Me.cmbWorkflowSelect.TabIndex = 2 ' 'LookUpEdit1 ' Me.LookUpEdit1.Location = New System.Drawing.Point(5, 30) Me.LookUpEdit1.MenuManager = Me.RibbonControl1 Me.LookUpEdit1.Name = "LookUpEdit1" Me.LookUpEdit1.Properties.Appearance.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LookUpEdit1.Properties.Appearance.Options.UseFont = True Me.LookUpEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.LookUpEdit1.Size = New System.Drawing.Size(337, 24) Me.LookUpEdit1.TabIndex = 8 ' 'GroupControl1 ' Me.GroupControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupControl1.Appearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer)) Me.GroupControl1.Appearance.Options.UseBorderColor = True Me.GroupControl1.Controls.Add(Me.SimpleButton1) Me.GroupControl1.Controls.Add(Me.LookUpEdit1) Me.GroupControl1.Location = New System.Drawing.Point(12, 242) Me.GroupControl1.Name = "GroupControl1" Me.GroupControl1.Size = New System.Drawing.Size(909, 70) Me.GroupControl1.TabIndex = 10 Me.GroupControl1.Text = "Benutzerauswahl" ' 'SimpleButton1 ' Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton1.Location = New System.Drawing.Point(348, 23) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.PaintStyle = DevExpress.XtraEditors.Controls.PaintStyles.Light Me.SimpleButton1.Size = New System.Drawing.Size(108, 31) Me.SimpleButton1.TabIndex = 9 Me.SimpleButton1.Text = "Hinzufügen" ' 'GroupControl2 ' Me.GroupControl2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupControl2.Appearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer)) Me.GroupControl2.Appearance.Options.UseBorderColor = True Me.GroupControl2.Controls.Add(Me.cmbWorkflowSelect) Me.GroupControl2.Location = New System.Drawing.Point(12, 173) Me.GroupControl2.Name = "GroupControl2" Me.GroupControl2.Size = New System.Drawing.Size(909, 63) Me.GroupControl2.TabIndex = 11 Me.GroupControl2.Text = "Workflow Auswahl" ' 'BarButtonItem1 ' Me.BarButtonItem1.Caption = "Speichern und Schliessen" Me.BarButtonItem1.Id = 1 Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem1.Name = "BarButtonItem1" ' 'GroupControl3 ' Me.GroupControl3.Appearance.BorderColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(19, Byte), Integer)) Me.GroupControl3.Appearance.Options.UseBorderColor = True Me.GroupControl3.Controls.Add(Me.GridPredefinedSearches) Me.GroupControl3.Location = New System.Drawing.Point(12, 318) Me.GroupControl3.Name = "GroupControl3" Me.GroupControl3.Size = New System.Drawing.Size(909, 295) Me.GroupControl3.TabIndex = 15 Me.GroupControl3.Text = "GroupControl3" ' 'GridPredefinedSearches ' Me.GridPredefinedSearches.Location = New System.Drawing.Point(25, 99) Me.GridPredefinedSearches.MainView = Me.TileView1 Me.GridPredefinedSearches.MenuManager = Me.RibbonControl1 Me.GridPredefinedSearches.Name = "GridPredefinedSearches" Me.GridPredefinedSearches.Size = New System.Drawing.Size(858, 96) Me.GridPredefinedSearches.TabIndex = 2 Me.GridPredefinedSearches.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.TileView1, Me.GridView1}) ' 'TileView1 ' Me.TileView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colName, Me.colDescription, Me.colCount, Me.colImage}) Me.TileView1.GridControl = Me.GridPredefinedSearches Me.TileView1.Name = "TileView1" Me.TileView1.OptionsTiles.AllowItemHover = True Me.TileView1.OptionsTiles.ItemSize = New System.Drawing.Size(190, 80) Me.TileView1.OptionsTiles.Orientation = System.Windows.Forms.Orientation.Vertical Me.TileView1.OptionsTiles.RowCount = 2 Me.TileView1.OptionsTiles.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Center TableColumnDefinition3.Length.Value = 35.0R TableColumnDefinition3.PaddingRight = 5 TableColumnDefinition4.Length.Value = 129.0R Me.TileView1.TileColumns.Add(TableColumnDefinition3) Me.TileView1.TileColumns.Add(TableColumnDefinition4) TableRowDefinition3.Length.Value = 21.0R TableRowDefinition4.Length.Value = 43.0R Me.TileView1.TileRows.Add(TableRowDefinition3) Me.TileView1.TileRows.Add(TableRowDefinition4) TileViewItemElement4.Appearance.Normal.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) TileViewItemElement4.Appearance.Normal.Options.UseFont = True TileViewItemElement4.Column = Me.colName TileViewItemElement4.ColumnIndex = 1 TileViewItemElement4.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter TileViewItemElement4.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze TileViewItemElement4.Text = "colName" TileViewItemElement4.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter TileViewItemElement5.Column = Me.colDescription TileViewItemElement5.ColumnIndex = 1 TileViewItemElement5.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter TileViewItemElement5.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze TileViewItemElement5.RowIndex = 1 TileViewItemElement5.Text = "colDescription" TileViewItemElement5.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter TileViewItemElement6.Column = Me.colImage TileViewItemElement6.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter TileViewItemElement6.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze TileViewItemElement6.RowIndex = 1 TileViewItemElement6.Text = "colImage" TileViewItemElement6.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter Me.TileView1.TileTemplate.Add(TileViewItemElement4) Me.TileView1.TileTemplate.Add(TileViewItemElement5) Me.TileView1.TileTemplate.Add(TileViewItemElement6) ' 'colName ' Me.colName.Caption = "Name" Me.colName.FieldName = "DisplayName" Me.colName.Name = "colName" Me.colName.Visible = True Me.colName.VisibleIndex = 0 ' 'colDescription ' Me.colDescription.Caption = "Beschreibung" Me.colDescription.FieldName = "Description" Me.colDescription.Name = "colDescription" Me.colDescription.Visible = True Me.colDescription.VisibleIndex = 1 ' 'colCount ' Me.colCount.Caption = "Anzahl" Me.colCount.FieldName = "Count" Me.colCount.Name = "colCount" Me.colCount.Visible = True Me.colCount.VisibleIndex = 2 ' 'colImage ' Me.colImage.Caption = "Image" Me.colImage.FieldName = "Image" Me.colImage.Name = "colImage" Me.colImage.Visible = True Me.colImage.VisibleIndex = 3 ' 'GridView1 ' Me.GridView1.GridControl = Me.GridPredefinedSearches Me.GridView1.Name = "GridView1" ' 'SvgImageCollection1 ' Me.SvgImageCollection1.Add("actions_user", "image://svgimages/icon builder/actions_user.svg") ' 'frmWorkflow_Adhoc_start ' Me.Appearance.Options.UseFont = True Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(933, 730) Me.Controls.Add(Me.GroupControl3) Me.Controls.Add(Me.GroupControl2) Me.Controls.Add(Me.GroupControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "frmWorkflow_Adhoc_start" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "Ad-hoc Workflow starten" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LookUpEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GroupControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupControl1.ResumeLayout(False) CType(Me.GroupControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupControl2.ResumeLayout(False) CType(Me.GroupControl3, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupControl3.ResumeLayout(False) CType(Me.GridPredefinedSearches, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TileView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SvgImageCollection1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents cmbWorkflowSelect As Windows.Forms.ComboBox Friend WithEvents LookUpEdit1 As DevExpress.XtraEditors.LookUpEdit Friend WithEvents GroupControl1 As DevExpress.XtraEditors.GroupControl Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton Friend WithEvents GroupControl2 As DevExpress.XtraEditors.GroupControl Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem Friend WithEvents GroupControl3 As DevExpress.XtraEditors.GroupControl Friend WithEvents GridPredefinedSearches As DevExpress.XtraGrid.GridControl Friend WithEvents TileView1 As DevExpress.XtraGrid.Views.Tile.TileView Friend WithEvents colName As DevExpress.XtraGrid.Columns.TileViewColumn Friend WithEvents colDescription As DevExpress.XtraGrid.Columns.TileViewColumn Friend WithEvents colCount As DevExpress.XtraGrid.Columns.TileViewColumn Friend WithEvents colImage As DevExpress.XtraGrid.Columns.TileViewColumn Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents SvgImageCollection1 As DevExpress.Utils.SvgImageCollection End Class