236 lines
14 KiB
VB.net
236 lines
14 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmWorkflow_Adhoc_start
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'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(frmWorkflow_Adhoc_start))
|
|
Dim ItemTemplateBase1 As DevExpress.XtraEditors.TableLayout.ItemTemplateBase = New DevExpress.XtraEditors.TableLayout.ItemTemplateBase()
|
|
Dim TableColumnDefinition1 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition()
|
|
Dim TableColumnDefinition2 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition()
|
|
Dim TemplatedItemElement1 As DevExpress.XtraEditors.TableLayout.TemplatedItemElement = New DevExpress.XtraEditors.TableLayout.TemplatedItemElement()
|
|
Dim TemplatedItemElement2 As DevExpress.XtraEditors.TableLayout.TemplatedItemElement = New DevExpress.XtraEditors.TableLayout.TemplatedItemElement()
|
|
Dim TableRowDefinition1 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
Dim TableRowDefinition2 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
Dim TableRowDefinition3 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
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.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.LabelControl3 = New DevExpress.XtraEditors.LabelControl()
|
|
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.ListBoxControl1 = New DevExpress.XtraEditors.ListBoxControl()
|
|
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.ListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
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.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.RibbonControl1.MaxItemId = 1
|
|
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.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"
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Location = New System.Drawing.Point(5, 27)
|
|
Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(337, 21)
|
|
Me.ComboBox1.TabIndex = 2
|
|
'
|
|
'LabelControl3
|
|
'
|
|
Me.LabelControl3.Appearance.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LabelControl3.Appearance.Options.UseFont = True
|
|
Me.LabelControl3.Location = New System.Drawing.Point(526, 649)
|
|
Me.LabelControl3.Name = "LabelControl3"
|
|
Me.LabelControl3.Size = New System.Drawing.Size(81, 17)
|
|
Me.LabelControl3.TabIndex = 7
|
|
Me.LabelControl3.Text = "LabelControl3"
|
|
'
|
|
'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.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.Controls.Add(Me.ComboBox1)
|
|
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-Layout Auswahl"
|
|
'
|
|
'ListBoxControl1
|
|
'
|
|
Me.ListBoxControl1.ItemHeight = 120
|
|
Me.ListBoxControl1.Location = New System.Drawing.Point(17, 337)
|
|
Me.ListBoxControl1.Name = "ListBoxControl1"
|
|
Me.ListBoxControl1.Size = New System.Drawing.Size(561, 172)
|
|
Me.ListBoxControl1.TabIndex = 12
|
|
ItemTemplateBase1.Columns.Add(TableColumnDefinition1)
|
|
ItemTemplateBase1.Columns.Add(TableColumnDefinition2)
|
|
TemplatedItemElement1.Appearance.Normal.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
TemplatedItemElement1.Appearance.Normal.Options.UseFont = True
|
|
TemplatedItemElement1.FieldName = Nothing
|
|
TemplatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TemplatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside
|
|
TemplatedItemElement1.Text = "element1"
|
|
TemplatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TemplatedItemElement2.FieldName = Nothing
|
|
TemplatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TemplatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside
|
|
TemplatedItemElement2.RowIndex = 1
|
|
TemplatedItemElement2.Text = "element2"
|
|
TemplatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
ItemTemplateBase1.Elements.Add(TemplatedItemElement1)
|
|
ItemTemplateBase1.Elements.Add(TemplatedItemElement2)
|
|
ItemTemplateBase1.Name = "template1"
|
|
ItemTemplateBase1.Rows.Add(TableRowDefinition1)
|
|
ItemTemplateBase1.Rows.Add(TableRowDefinition2)
|
|
ItemTemplateBase1.Rows.Add(TableRowDefinition3)
|
|
Me.ListBoxControl1.Templates.Add(ItemTemplateBase1)
|
|
'
|
|
'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.ListBoxControl1)
|
|
Me.Controls.Add(Me.GroupControl2)
|
|
Me.Controls.Add(Me.GroupControl1)
|
|
Me.Controls.Add(Me.LabelControl3)
|
|
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.ListBoxControl1, 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 ComboBox1 As Windows.Forms.ComboBox
|
|
Friend WithEvents LabelControl3 As DevExpress.XtraEditors.LabelControl
|
|
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 ListBoxControl1 As DevExpress.XtraEditors.ListBoxControl
|
|
End Class
|