206 lines
9.5 KiB
VB.net
206 lines
9.5 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmGlobixMissingInput
|
|
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()
|
|
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.btnAccept = New System.Windows.Forms.Button()
|
|
Me.txtSearchtext = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtInput = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.lblMissingElementName = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.CommandLayout = DevExpress.XtraBars.Ribbon.CommandLayout.Simplified
|
|
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.MaxItemId = 1
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(607, 66)
|
|
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, 389)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(607, 22)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'btnAccept
|
|
'
|
|
Me.btnAccept.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnAccept.Font = New System.Drawing.Font("Tahoma", 9.75!)
|
|
Me.btnAccept.Image = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.action_add_16xLG
|
|
Me.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnAccept.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.btnAccept.Location = New System.Drawing.Point(12, 348)
|
|
Me.btnAccept.Name = "btnAccept"
|
|
Me.btnAccept.Size = New System.Drawing.Size(583, 35)
|
|
Me.btnAccept.TabIndex = 9
|
|
Me.btnAccept.Text = "OK - Apply manual Input"
|
|
Me.btnAccept.UseVisualStyleBackColor = True
|
|
'
|
|
'txtSearchtext
|
|
'
|
|
Me.txtSearchtext.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtSearchtext.Location = New System.Drawing.Point(12, 204)
|
|
Me.txtSearchtext.Multiline = True
|
|
Me.txtSearchtext.Name = "txtSearchtext"
|
|
Me.txtSearchtext.ReadOnly = True
|
|
Me.txtSearchtext.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
Me.txtSearchtext.Size = New System.Drawing.Size(580, 138)
|
|
Me.txtSearchtext.TabIndex = 13
|
|
Me.txtSearchtext.TabStop = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label3.Location = New System.Drawing.Point(9, 188)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(88, 13)
|
|
Me.Label3.TabIndex = 12
|
|
Me.Label3.Text = "Evaluation-Text:"
|
|
'
|
|
'txtInput
|
|
'
|
|
Me.txtInput.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.txtInput.Font = New System.Drawing.Font("Tahoma", 12.0!)
|
|
Me.txtInput.Location = New System.Drawing.Point(12, 145)
|
|
Me.txtInput.Name = "txtInput"
|
|
Me.txtInput.Size = New System.Drawing.Size(580, 27)
|
|
Me.txtInput.TabIndex = 7
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!)
|
|
Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label2.Location = New System.Drawing.Point(9, 126)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(193, 16)
|
|
Me.Label2.TabIndex = 11
|
|
Me.Label2.Text = "Please input the value manually:"
|
|
'
|
|
'lblMissingElementName
|
|
'
|
|
Me.lblMissingElementName.AutoSize = True
|
|
Me.lblMissingElementName.Font = New System.Drawing.Font("Tahoma", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle))
|
|
Me.lblMissingElementName.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.lblMissingElementName.Location = New System.Drawing.Point(274, 102)
|
|
Me.lblMissingElementName.Name = "lblMissingElementName"
|
|
Me.lblMissingElementName.Size = New System.Drawing.Size(50, 16)
|
|
Me.lblMissingElementName.TabIndex = 10
|
|
Me.lblMissingElementName.Text = "Label2"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!)
|
|
Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label1.Location = New System.Drawing.Point(9, 102)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(259, 16)
|
|
Me.Label1.TabIndex = 8
|
|
Me.Label1.Text = "No Content found for the following element:"
|
|
'
|
|
'frmGlobixMissingInput
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(607, 411)
|
|
Me.Controls.Add(Me.btnAccept)
|
|
Me.Controls.Add(Me.txtSearchtext)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtInput)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.lblMissingElementName)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmGlobixMissingInput"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Fehlende Eingabe"
|
|
Me.TopMost = True
|
|
CType(Me.RibbonControl1, 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 btnAccept As Button
|
|
Friend WithEvents txtSearchtext As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents txtInput As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents lblMissingElementName As Label
|
|
Friend WithEvents Label1 As Label
|
|
End Class
|