_ Partial Class frmServiceConfig 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.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.txtServiceAddress = New DevExpress.XtraEditors.TextEdit() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.btnOK = New DevExpress.XtraBars.BarButtonItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.txtStatus = New DevExpress.XtraEditors.TextEdit() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.txtServicePort = New DevExpress.XtraEditors.TextEdit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControl1.SuspendLayout() CType(Me.txtServiceAddress.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtStatus.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.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtServicePort.Properties, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'LayoutControl1 ' Me.LayoutControl1.Controls.Add(Me.txtServiceAddress) Me.LayoutControl1.Controls.Add(Me.txtStatus) Me.LayoutControl1.Controls.Add(Me.txtServicePort) Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControl1.Location = New System.Drawing.Point(0, 63) Me.LayoutControl1.Name = "LayoutControl1" Me.LayoutControl1.Root = Me.Root Me.LayoutControl1.Size = New System.Drawing.Size(630, 207) Me.LayoutControl1.TabIndex = 0 Me.LayoutControl1.Text = "LayoutControl1" ' 'txtServiceAddress ' Me.txtServiceAddress.Location = New System.Drawing.Point(105, 40) Me.txtServiceAddress.MenuManager = Me.RibbonControl1 Me.txtServiceAddress.Name = "txtServiceAddress" Me.txtServiceAddress.Size = New System.Drawing.Size(485, 20) Me.txtServiceAddress.StyleController = Me.LayoutControl1 Me.txtServiceAddress.TabIndex = 4 ' '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.btnOK}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 2 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.ShowToolbarCustomizeItem = False Me.RibbonControl1.Size = New System.Drawing.Size(630, 63) Me.RibbonControl1.Toolbar.ShowCustomizeItem = False ' 'btnOK ' Me.btnOK.Caption = "Verbindung zum Dienst herstellen" Me.btnOK.Id = 1 Me.btnOK.ImageOptions.SvgImage = Global.DigitalData.GUIs.ZooFlow.My.Resources.Resources.actions_check5 Me.btnOK.Name = "btnOK" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.btnOK) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'txtStatus ' Me.txtStatus.Location = New System.Drawing.Point(105, 100) Me.txtStatus.MenuManager = Me.RibbonControl1 Me.txtStatus.Name = "txtStatus" Me.txtStatus.Properties.ReadOnly = True Me.txtStatus.Size = New System.Drawing.Size(485, 20) Me.txtStatus.StyleController = Me.LayoutControl1 Me.txtStatus.TabIndex = 6 ' '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.EmptySpaceItem1, Me.LayoutControlItem3}) Me.Root.Name = "Root" Me.Root.Size = New System.Drawing.Size(630, 207) Me.Root.TextVisible = False ' 'LayoutControlItem1 ' Me.LayoutControlItem1.Control = Me.txtServiceAddress Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(30, 30, 30, 5) Me.LayoutControlItem1.Size = New System.Drawing.Size(610, 55) Me.LayoutControlItem1.Text = "IP-Adresse" Me.LayoutControlItem1.TextSize = New System.Drawing.Size(53, 13) ' 'LayoutControlItem2 ' Me.LayoutControlItem2.Control = Me.txtServicePort Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 55) Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(30, 30, 5, 5) Me.LayoutControlItem2.Size = New System.Drawing.Size(610, 30) Me.LayoutControlItem2.Text = "Port" Me.LayoutControlItem2.TextSize = New System.Drawing.Size(53, 13) ' 'EmptySpaceItem1 ' Me.EmptySpaceItem1.AllowHotTrack = False Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 115) Me.EmptySpaceItem1.Name = "EmptySpaceItem1" Me.EmptySpaceItem1.Size = New System.Drawing.Size(610, 72) Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0) ' 'LayoutControlItem3 ' Me.LayoutControlItem3.Control = Me.txtStatus Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 85) Me.LayoutControlItem3.Name = "LayoutControlItem3" Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(30, 30, 5, 5) Me.LayoutControlItem3.Size = New System.Drawing.Size(610, 30) Me.LayoutControlItem3.Text = "Status" Me.LayoutControlItem3.TextSize = New System.Drawing.Size(53, 13) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'txtServicePort ' Me.txtServicePort.EditValue = New Decimal(New Integer() {9000, 0, 0, 0}) Me.txtServicePort.Location = New System.Drawing.Point(105, 70) Me.txtServicePort.MenuManager = Me.RibbonControl1 Me.txtServicePort.Name = "txtServicePort" Me.txtServicePort.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered Me.txtServicePort.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric Me.txtServicePort.Size = New System.Drawing.Size(485, 20) Me.txtServicePort.StyleController = Me.LayoutControl1 Me.txtServicePort.TabIndex = 5 ' 'frmServiceConfig ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(630, 270) Me.Controls.Add(Me.LayoutControl1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmServiceConfig" Me.Ribbon = Me.RibbonControl1 Me.Text = "IDB Dienst-Konfiguration" CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControl1.ResumeLayout(False) CType(Me.txtServiceAddress.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtStatus.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.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtServicePort.Properties, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup 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 RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents btnOK As DevExpress.XtraBars.BarButtonItem Friend WithEvents txtServiceAddress As DevExpress.XtraEditors.TextEdit Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem Friend WithEvents txtStatus As DevExpress.XtraEditors.TextEdit Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents txtServicePort As DevExpress.XtraEditors.TextEdit End Class