Imports DevExpress.XtraEditors Partial Class frmExpression_Designer 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.layoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.btnClear = New DevExpress.XtraEditors.SimpleButton() Me.btnCancel = New DevExpress.XtraEditors.SimpleButton() Me.btnOK = New DevExpress.XtraEditors.SimpleButton() Me.lblColumnCount = New System.Windows.Forms.Label() Me.lblValidation = New System.Windows.Forms.Label() Me.btnValidate = New DevExpress.XtraEditors.SimpleButton() Me.panelOperators = New System.Windows.Forms.Panel() Me.lstFunctions = New System.Windows.Forms.ListBox() Me.lstColumns = New System.Windows.Forms.ListBox() Me.txtExpression = New DevExpress.XtraEditors.MemoEdit() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.layoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem() Me.emptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem() Me.layoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem() Me.layoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem() Me.btnAdd = New DevExpress.XtraEditors.SimpleButton() Me.btnSubtract = New DevExpress.XtraEditors.SimpleButton() Me.btnMultiply = New DevExpress.XtraEditors.SimpleButton() Me.btnDivide = New DevExpress.XtraEditors.SimpleButton() Me.btnEquals = New DevExpress.XtraEditors.SimpleButton() Me.btnNotEquals = New DevExpress.XtraEditors.SimpleButton() Me.btnGreater = New DevExpress.XtraEditors.SimpleButton() Me.btnLess = New DevExpress.XtraEditors.SimpleButton() Me.btnAnd = New DevExpress.XtraEditors.SimpleButton() Me.btnOr = New DevExpress.XtraEditors.SimpleButton() Me.btnNot = New DevExpress.XtraEditors.SimpleButton() Me.btnOpenBracket = New DevExpress.XtraEditors.SimpleButton() Me.btnCloseBracket = New DevExpress.XtraEditors.SimpleButton() CType(Me.layoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.layoutControl1.SuspendLayout() CType(Me.txtExpression.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.layoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'layoutControl1 ' Me.layoutControl1.Controls.Add(Me.btnClear) Me.layoutControl1.Controls.Add(Me.btnCancel) Me.layoutControl1.Controls.Add(Me.btnOK) Me.layoutControl1.Controls.Add(Me.lblColumnCount) Me.layoutControl1.Controls.Add(Me.lblValidation) Me.layoutControl1.Controls.Add(Me.btnValidate) Me.layoutControl1.Controls.Add(Me.panelOperators) Me.layoutControl1.Controls.Add(Me.lstFunctions) Me.layoutControl1.Controls.Add(Me.lstColumns) Me.layoutControl1.Controls.Add(Me.txtExpression) Me.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.layoutControl1.Location = New System.Drawing.Point(0, 0) Me.layoutControl1.Name = "layoutControl1" Me.layoutControl1.Root = Me.Root Me.layoutControl1.Size = New System.Drawing.Size(900, 600) Me.layoutControl1.TabIndex = 0 Me.layoutControl1.Text = "LayoutControl1" ' 'btnClear ' Me.btnClear.Location = New System.Drawing.Point(809, 558) Me.btnClear.Name = "btnClear" Me.btnClear.Size = New System.Drawing.Size(79, 30) Me.btnClear.StyleController = Me.layoutControl1 Me.btnClear.TabIndex = 13 Me.btnClear.Text = "Löschen" ' 'btnCancel ' Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCancel.Location = New System.Drawing.Point(724, 558) Me.btnCancel.Name = "btnCancel" Me.btnCancel.Size = New System.Drawing.Size(81, 30) Me.btnCancel.StyleController = Me.layoutControl1 Me.btnCancel.TabIndex = 12 Me.btnCancel.Text = "Abbrechen" ' 'btnOK ' Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK Me.btnOK.Location = New System.Drawing.Point(644, 558) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(76, 30) Me.btnOK.StyleController = Me.layoutControl1 Me.btnOK.TabIndex = 11 Me.btnOK.Text = "OK" ' 'lblColumnCount ' Me.lblColumnCount.Location = New System.Drawing.Point(12, 472) Me.lblColumnCount.Name = "lblColumnCount" Me.lblColumnCount.Size = New System.Drawing.Size(876, 20) Me.lblColumnCount.TabIndex = 10 Me.lblColumnCount.Text = "Referenzierte Spalten: 0" ' 'lblValidation ' Me.lblValidation.Location = New System.Drawing.Point(116, 438) Me.lblValidation.Name = "lblValidation" Me.lblValidation.Size = New System.Drawing.Size(772, 30) Me.lblValidation.TabIndex = 9 ' 'btnValidate ' Me.btnValidate.Location = New System.Drawing.Point(12, 438) Me.btnValidate.Name = "btnValidate" Me.btnValidate.Size = New System.Drawing.Size(100, 30) Me.btnValidate.StyleController = Me.layoutControl1 Me.btnValidate.TabIndex = 8 Me.btnValidate.Text = "Validieren" ' 'panelOperators ' Me.panelOperators.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.panelOperators.Location = New System.Drawing.Point(602, 161) Me.panelOperators.Name = "panelOperators" Me.panelOperators.Size = New System.Drawing.Size(286, 273) Me.panelOperators.TabIndex = 7 ' 'lstFunctions ' Me.lstFunctions.FormattingEnabled = True Me.lstFunctions.Location = New System.Drawing.Point(307, 161) Me.lstFunctions.Name = "lstFunctions" Me.lstFunctions.Size = New System.Drawing.Size(291, 273) Me.lstFunctions.TabIndex = 6 ' 'lstColumns ' Me.lstColumns.FormattingEnabled = True Me.lstColumns.Location = New System.Drawing.Point(12, 161) Me.lstColumns.Name = "lstColumns" Me.lstColumns.Size = New System.Drawing.Size(291, 273) Me.lstColumns.TabIndex = 5 ' 'txtExpression ' Me.txtExpression.Location = New System.Drawing.Point(12, 28) Me.txtExpression.Name = "txtExpression" Me.txtExpression.Properties.ScrollBars = System.Windows.Forms.ScrollBars.Both Me.txtExpression.Properties.WordWrap = False Me.txtExpression.Size = New System.Drawing.Size(876, 113) Me.txtExpression.StyleController = Me.layoutControl1 Me.txtExpression.TabIndex = 4 ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.Root.GroupBordersVisible = False Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.layoutControlItem1, Me.layoutControlItem2, Me.layoutControlItem3, Me.layoutControlItem4, Me.layoutControlItem5, Me.layoutControlItem6, Me.layoutControlItem7, Me.emptySpaceItem1, Me.layoutControlItem8, Me.layoutControlItem9, Me.layoutControlItem10}) Me.Root.Name = "Root" Me.Root.Size = New System.Drawing.Size(900, 600) Me.Root.TextVisible = False ' 'layoutControlItem1 ' Me.layoutControlItem1.Control = Me.txtExpression Me.layoutControlItem1.Location = New System.Drawing.Point(0, 0) Me.layoutControlItem1.Name = "layoutControlItem1" Me.layoutControlItem1.Size = New System.Drawing.Size(880, 133) Me.layoutControlItem1.Text = "Expression:" Me.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top Me.layoutControlItem1.TextSize = New System.Drawing.Size(61, 13) ' 'layoutControlItem2 ' Me.layoutControlItem2.Control = Me.lstColumns Me.layoutControlItem2.Location = New System.Drawing.Point(0, 133) Me.layoutControlItem2.Name = "layoutControlItem2" Me.layoutControlItem2.Size = New System.Drawing.Size(295, 293) Me.layoutControlItem2.Text = "Verfügbare Spalten:" Me.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top Me.layoutControlItem2.TextSize = New System.Drawing.Size(61, 13) ' 'layoutControlItem3 ' Me.layoutControlItem3.Control = Me.lstFunctions Me.layoutControlItem3.Location = New System.Drawing.Point(295, 133) Me.layoutControlItem3.Name = "layoutControlItem3" Me.layoutControlItem3.Size = New System.Drawing.Size(295, 293) Me.layoutControlItem3.Text = "Funktionen:" Me.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top Me.layoutControlItem3.TextSize = New System.Drawing.Size(61, 13) ' 'layoutControlItem4 ' Me.layoutControlItem4.Control = Me.panelOperators Me.layoutControlItem4.Location = New System.Drawing.Point(590, 133) Me.layoutControlItem4.Name = "layoutControlItem4" Me.layoutControlItem4.Size = New System.Drawing.Size(290, 293) Me.layoutControlItem4.Text = "Operatoren:" Me.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top Me.layoutControlItem4.TextSize = New System.Drawing.Size(61, 13) ' 'layoutControlItem5 ' Me.layoutControlItem5.Control = Me.btnValidate Me.layoutControlItem5.Location = New System.Drawing.Point(0, 426) Me.layoutControlItem5.MaxSize = New System.Drawing.Size(104, 34) Me.layoutControlItem5.MinSize = New System.Drawing.Size(104, 34) Me.layoutControlItem5.Name = "layoutControlItem5" Me.layoutControlItem5.Size = New System.Drawing.Size(104, 34) Me.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom Me.layoutControlItem5.TextSize = New System.Drawing.Size(0, 0) Me.layoutControlItem5.TextVisible = False ' 'layoutControlItem6 ' Me.layoutControlItem6.Control = Me.lblValidation Me.layoutControlItem6.Location = New System.Drawing.Point(104, 426) Me.layoutControlItem6.Name = "layoutControlItem6" Me.layoutControlItem6.Size = New System.Drawing.Size(776, 34) Me.layoutControlItem6.TextSize = New System.Drawing.Size(0, 0) Me.layoutControlItem6.TextVisible = False ' 'layoutControlItem7 ' Me.layoutControlItem7.Control = Me.lblColumnCount Me.layoutControlItem7.Location = New System.Drawing.Point(0, 460) Me.layoutControlItem7.Name = "layoutControlItem7" Me.layoutControlItem7.Size = New System.Drawing.Size(880, 24) Me.layoutControlItem7.TextSize = New System.Drawing.Size(0, 0) Me.layoutControlItem7.TextVisible = False ' 'emptySpaceItem1 ' Me.emptySpaceItem1.AllowHotTrack = False Me.emptySpaceItem1.Location = New System.Drawing.Point(0, 484) Me.emptySpaceItem1.Name = "emptySpaceItem1" Me.emptySpaceItem1.Size = New System.Drawing.Size(632, 62) Me.emptySpaceItem1.TextSize = New System.Drawing.Size(0, 0) ' 'layoutControlItem8 ' Me.layoutControlItem8.Control = Me.btnOK Me.layoutControlItem8.Location = New System.Drawing.Point(632, 546) Me.layoutControlItem8.MaxSize = New System.Drawing.Size(80, 34) Me.layoutControlItem8.MinSize = New System.Drawing.Size(80, 34) Me.layoutControlItem8.Name = "layoutControlItem8" Me.layoutControlItem8.Size = New System.Drawing.Size(80, 34) Me.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom Me.layoutControlItem8.TextSize = New System.Drawing.Size(0, 0) Me.layoutControlItem8.TextVisible = False ' 'layoutControlItem9 ' Me.layoutControlItem9.Control = Me.btnCancel Me.layoutControlItem9.Location = New System.Drawing.Point(712, 546) Me.layoutControlItem9.MaxSize = New System.Drawing.Size(85, 34) Me.layoutControlItem9.MinSize = New System.Drawing.Size(85, 34) Me.layoutControlItem9.Name = "layoutControlItem9" Me.layoutControlItem9.Size = New System.Drawing.Size(85, 34) Me.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom Me.layoutControlItem9.TextSize = New System.Drawing.Size(0, 0) Me.layoutControlItem9.TextVisible = False ' 'layoutControlItem10 ' Me.layoutControlItem10.Control = Me.btnClear Me.layoutControlItem10.Location = New System.Drawing.Point(797, 546) Me.layoutControlItem10.MaxSize = New System.Drawing.Size(83, 34) Me.layoutControlItem10.MinSize = New System.Drawing.Size(83, 34) Me.layoutControlItem10.Name = "layoutControlItem10" Me.layoutControlItem10.Size = New System.Drawing.Size(83, 34) Me.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom Me.layoutControlItem10.TextSize = New System.Drawing.Size(0, 0) Me.layoutControlItem10.TextVisible = False ' 'btnAdd ' Me.btnAdd.Name = "btnAdd" Me.btnAdd.Size = New System.Drawing.Size(50, 30) Me.btnAdd.TabIndex = 0 Me.btnAdd.Text = "+" ' 'btnSubtract ' Me.btnSubtract.Name = "btnSubtract" Me.btnSubtract.Size = New System.Drawing.Size(50, 30) Me.btnSubtract.TabIndex = 1 Me.btnSubtract.Text = "-" ' 'btnMultiply ' Me.btnMultiply.Name = "btnMultiply" Me.btnMultiply.Size = New System.Drawing.Size(50, 30) Me.btnMultiply.TabIndex = 2 Me.btnMultiply.Text = "*" ' 'btnDivide ' Me.btnDivide.Name = "btnDivide" Me.btnDivide.Size = New System.Drawing.Size(50, 30) Me.btnDivide.TabIndex = 3 Me.btnDivide.Text = "/" ' 'btnEquals ' Me.btnEquals.Name = "btnEquals" Me.btnEquals.Size = New System.Drawing.Size(50, 30) Me.btnEquals.TabIndex = 4 Me.btnEquals.Text = "=" ' 'btnNotEquals ' Me.btnNotEquals.Name = "btnNotEquals" Me.btnNotEquals.Size = New System.Drawing.Size(50, 30) Me.btnNotEquals.TabIndex = 5 Me.btnNotEquals.Text = "<>" ' 'btnGreater ' Me.btnGreater.Name = "btnGreater" Me.btnGreater.Size = New System.Drawing.Size(50, 30) Me.btnGreater.TabIndex = 6 Me.btnGreater.Text = ">" ' 'btnLess ' Me.btnLess.Name = "btnLess" Me.btnLess.Size = New System.Drawing.Size(50, 30) Me.btnLess.TabIndex = 7 Me.btnLess.Text = "<" ' 'btnAnd ' Me.btnAnd.Name = "btnAnd" Me.btnAnd.Size = New System.Drawing.Size(50, 30) Me.btnAnd.TabIndex = 8 Me.btnAnd.Text = "AND" ' 'btnOr ' Me.btnOr.Name = "btnOr" Me.btnOr.Size = New System.Drawing.Size(50, 30) Me.btnOr.TabIndex = 9 Me.btnOr.Text = "OR" ' 'btnNot ' Me.btnNot.Name = "btnNot" Me.btnNot.Size = New System.Drawing.Size(50, 30) Me.btnNot.TabIndex = 10 Me.btnNot.Text = "NOT" ' 'btnOpenBracket ' Me.btnOpenBracket.Name = "btnOpenBracket" Me.btnOpenBracket.Size = New System.Drawing.Size(50, 30) Me.btnOpenBracket.TabIndex = 11 Me.btnOpenBracket.Text = "(" ' 'btnCloseBracket ' Me.btnCloseBracket.Name = "btnCloseBracket" Me.btnCloseBracket.Size = New System.Drawing.Size(50, 30) Me.btnCloseBracket.TabIndex = 12 Me.btnCloseBracket.Text = ")" ' 'frmExpression_Designer ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(900, 600) Me.Controls.Add(Me.layoutControl1) Me.Name = "frmExpression_Designer" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Expression Designer" CType(Me.layoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.layoutControl1.ResumeLayout(False) CType(Me.txtExpression.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.layoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents layoutControl1 As DevExpress.XtraLayout.LayoutControl Friend WithEvents btnClear As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnCancel As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnOK As DevExpress.XtraEditors.SimpleButton Friend WithEvents lblColumnCount As Label Friend WithEvents lblValidation As Label Friend WithEvents btnValidate As DevExpress.XtraEditors.SimpleButton Friend WithEvents panelOperators As Panel Friend WithEvents lstFunctions As ListBox Friend WithEvents lstColumns As ListBox Friend WithEvents txtExpression As DevExpress.XtraEditors.MemoEdit Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents layoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents emptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem Friend WithEvents layoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents layoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents btnAdd As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnSubtract As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnMultiply As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnDivide As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnEquals As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnNotEquals As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnGreater As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnLess As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnAnd As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnOr As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnNot As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnOpenBracket As DevExpress.XtraEditors.SimpleButton Friend WithEvents btnCloseBracket As DevExpress.XtraEditors.SimpleButton End Class