170 lines
8.0 KiB
VB.net
170 lines
8.0 KiB
VB.net
Imports DigitalData.GUIs.ClientSuite.Base
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmWorkflowStep
|
|
Inherits BaseRibbonForm
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.RibbonControl = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.LayoutControlGroupMain = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cmbJobState = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroupMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.cmbJobState.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl
|
|
'
|
|
Me.RibbonControl.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl.ExpandCollapseItem})
|
|
Me.RibbonControl.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl.MaxItemId = 1
|
|
Me.RibbonControl.Name = "RibbonControl"
|
|
Me.RibbonControl.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl.Size = New System.Drawing.Size(991, 146)
|
|
Me.RibbonControl.StatusBar = Me.RibbonStatusBar
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "RibbonPage1"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
|
'
|
|
'RibbonStatusBar
|
|
'
|
|
Me.RibbonStatusBar.Location = New System.Drawing.Point(0, 494)
|
|
Me.RibbonStatusBar.Name = "RibbonStatusBar"
|
|
Me.RibbonStatusBar.Ribbon = Me.RibbonControl
|
|
Me.RibbonStatusBar.Size = New System.Drawing.Size(991, 21)
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.BackColor = System.Drawing.Color.Gray
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 146)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(1039, 241, 650, 400)
|
|
Me.LayoutControl1.Root = Me.LayoutControlGroupMain
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(991, 251)
|
|
Me.LayoutControl1.TabIndex = 2
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'LayoutControlGroupMain
|
|
'
|
|
Me.LayoutControlGroupMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.LayoutControlGroupMain.GroupBordersVisible = False
|
|
Me.LayoutControlGroupMain.Name = "Root"
|
|
Me.LayoutControlGroupMain.Size = New System.Drawing.Size(991, 251)
|
|
Me.LayoutControlGroupMain.TextVisible = False
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Button1)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.cmbJobState)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 403)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(991, 91)
|
|
Me.GroupBox1.TabIndex = 5
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Job - Aktualisierung"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.Button1.Image = Global.DigitalData.GUIs.ClientSuite.My.Resources.Resources.StatusAnnotations_Complete_and_ok_32xLG
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(830, 19)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(158, 69)
|
|
Me.Button1.TabIndex = 2
|
|
Me.Button1.Text = "Job abschliessen"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 28)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(43, 16)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "State:"
|
|
'
|
|
'cmbJobState
|
|
'
|
|
Me.cmbJobState.Location = New System.Drawing.Point(15, 47)
|
|
Me.cmbJobState.MenuManager = Me.RibbonControl
|
|
Me.cmbJobState.Name = "cmbJobState"
|
|
Me.cmbJobState.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.cmbJobState.Size = New System.Drawing.Size(210, 20)
|
|
Me.cmbJobState.TabIndex = 0
|
|
'
|
|
'frmWorkflowStep
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(991, 515)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.LayoutControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar)
|
|
Me.Controls.Add(Me.RibbonControl)
|
|
Me.Name = "frmWorkflowStep"
|
|
Me.Ribbon = Me.RibbonControl
|
|
Me.StatusBar = Me.RibbonStatusBar
|
|
Me.Text = "View WorkflowStep"
|
|
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroupMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
CType(Me.cmbJobState.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents RibbonControl As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents RibbonStatusBar As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents LayoutControlGroupMain As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cmbJobState As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|