Mini Kabibi Habibi
Imports Microsoft.VisualBasic
Imports System.Drawing
Imports System.Windows.Forms
Imports DevExpress.XtraLayout
Imports DevExpress.ExpressApp.Win.Layout
Imports DevExpress.ExpressApp.Win.Core
Imports DevExpress.ExpressApp.Win.Templates
Partial Public Class PopupForm
''' <summary>
''' Required designer variable.
''' </summary>
Private components As System.ComponentModel.IContainer = Nothing
''' <summary>
''' Clean up any resources being used.
''' </summary>
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso (components IsNot Nothing) Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New XafComponentResourceManager(GetType(PopupForm))
Me.xafBarManager = New DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager(Me.components)
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl()
Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl()
Me.cObjectsCreation = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cRecordEdit = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cView = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cPrint = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cEdit = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cOpenObject = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cUndoRedo = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.cExport = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem()
Me.actionContainersManager = New DevExpress.ExpressApp.Win.Templates.ActionContainersManager(Me.components)
Me.buttonsContainer_Renamed = New DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer()
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
Me.viewSitePanel = New DevExpress.XtraEditors.PanelControl()
Me.bottomPanel = New DevExpress.ExpressApp.Win.Layout.XafLayoutControl()
Me.layoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.simpleSeparator1 = New DevExpress.XtraLayout.SimpleSeparator()
Me.emptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.layoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
Me.formStateModelSynchronizer = New DevExpress.ExpressApp.Win.Core.FormStateModelSynchronizer(Me.components)
CType(Me.xafBarManager, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.buttonsContainer_Renamed, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.viewSitePanel, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.bottomPanel, System.ComponentModel.ISupportInitialize).BeginInit()
Me.bottomPanel.SuspendLayout()
CType(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.simpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
' xafBarManager1
'
Me.xafBarManager.DockControls.Add(Me.barDockControlTop)
Me.xafBarManager.DockControls.Add(Me.barDockControlBottom)
Me.xafBarManager.DockControls.Add(Me.barDockControlLeft)
Me.xafBarManager.DockControls.Add(Me.barDockControlRight)
Me.xafBarManager.Form = Me
Me.xafBarManager.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.cObjectsCreation, Me.cRecordEdit, Me.cView, Me.cPrint, Me.cEdit, Me.cOpenObject, Me.cUndoRedo, Me.cExport})
Me.xafBarManager.MaxItemId = 8
'
' barDockControlTop
'
resources.ApplyResources(Me.barDockControlTop, "barDockControlTop")
'
' barDockControlBottom
'
resources.ApplyResources(Me.barDockControlBottom, "barDockControlBottom")
'
' barDockControlLeft
'
resources.ApplyResources(Me.barDockControlLeft, "barDockControlLeft")
'
' barDockControlRight
'
resources.ApplyResources(Me.barDockControlRight, "barDockControlRight")
'
' cObjectsCreation
'
resources.ApplyResources(Me.cObjectsCreation, "cObjectsCreation")
Me.cObjectsCreation.ContainerId = "ObjectsCreation"
Me.cObjectsCreation.Id = 0
Me.cObjectsCreation.Name = "cObjectsCreation"
Me.cObjectsCreation.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cObjectsCreation.TargetPageGroupCaption = Nothing
'
' cRecordEdit
'
resources.ApplyResources(Me.cRecordEdit, "cRecordEdit")
Me.cRecordEdit.ContainerId = "RecordEdit"
Me.cRecordEdit.Id = 1
Me.cRecordEdit.Name = "cRecordEdit"
Me.cRecordEdit.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cRecordEdit.TargetPageGroupCaption = Nothing
'
' cView
'
resources.ApplyResources(Me.cView, "cView")
Me.cView.ContainerId = "View"
Me.cView.Id = 2
Me.cView.Name = "cView"
Me.cView.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cView.TargetPageGroupCaption = Nothing
'
' cPrint
'
resources.ApplyResources(Me.cPrint, "cPrint")
Me.cPrint.ContainerId = "Print"
Me.cPrint.Id = 3
Me.cPrint.Name = "cPrint"
Me.cPrint.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cPrint.TargetPageGroupCaption = Nothing
'
' cEdit
'
resources.ApplyResources(Me.cEdit, "cEdit")
Me.cEdit.ContainerId = "Edit"
Me.cEdit.Id = 4
Me.cEdit.Name = "cEdit"
Me.cEdit.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cEdit.TargetPageGroupCaption = Nothing
'
' cOpenObject
'
resources.ApplyResources(Me.cOpenObject, "cOpenObject")
Me.cOpenObject.ContainerId = "OpenObject"
Me.cOpenObject.Id = 5
Me.cOpenObject.Name = "cOpenObject"
Me.cOpenObject.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cOpenObject.TargetPageGroupCaption = Nothing
'
' cUndoRedo
'
resources.ApplyResources(Me.cUndoRedo, "cUndoRedo")
Me.cUndoRedo.ContainerId = "UndoRedo"
Me.cUndoRedo.Id = 6
Me.cUndoRedo.Name = "cUndoRedo"
Me.cUndoRedo.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cUndoRedo.TargetPageGroupCaption = Nothing
'
' cExport
'
resources.ApplyResources(Me.cExport, "cExport")
Me.cExport.ContainerId = "Export"
Me.cExport.Id = 7
Me.cExport.Name = "cExport"
Me.cExport.TargetPageCategoryColor = System.Drawing.Color.Empty
Me.cExport.TargetPageGroupCaption = Nothing
'
' actionContainersManager1
'
Me.actionContainersManager.ActionContainerComponents.Add(Me.cObjectsCreation)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cRecordEdit)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cView)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cPrint)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cEdit)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cOpenObject)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cUndoRedo)
Me.actionContainersManager.ActionContainerComponents.Add(Me.cExport)
Me.actionContainersManager.ActionContainerComponents.Add(Me.buttonsContainer_Renamed)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cObjectsCreation)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cEdit)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cRecordEdit)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cUndoRedo)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cOpenObject)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cView)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cExport)
Me.actionContainersManager.ContextMenuContainers.Add(Me.cPrint)
Me.actionContainersManager.DefaultContainer = Me.cObjectsCreation
Me.actionContainersManager.Template = Me
'
' buttonsContainer1
'
Me.buttonsContainer_Renamed.ActionId = Nothing
Me.buttonsContainer_Renamed.AllowCustomizationMenu = False
resources.ApplyResources(Me.buttonsContainer_Renamed, "buttonsContainer1")
Me.buttonsContainer_Renamed.ContainerId = "PopupActions"
Me.buttonsContainer_Renamed.Name = "buttonsContainer1"
Me.buttonsContainer_Renamed.Orientation = DevExpress.ExpressApp.Model.ActionContainerOrientation.Horizontal
Me.buttonsContainer_Renamed.PaintStyle = DevExpress.ExpressApp.Templates.ActionItemPaintStyle.CaptionAndImage
Me.buttonsContainer_Renamed.Root = Me.Root
Me.buttonsContainer_Renamed.SizeConstraints = (CType((DevExpress.ExpressApp.Win.Templates.ActionContainers.SizeConstraints.LockWidth Or DevExpress.ExpressApp.Win.Templates.ActionContainers.SizeConstraints.LockHeight), DevExpress.ExpressApp.Win.Templates.ActionContainers.SizeConstraints))
Me.buttonsContainer_Renamed.OptionsView.UseSkinIndents = False
'
' Root
'
resources.ApplyResources(Me.Root, "Root")
Me.Root.DefaultLayoutType = DevExpress.XtraLayout.Utils.LayoutType.Horizontal
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True
Me.Root.GroupBordersVisible = False
Me.Root.Location = New System.Drawing.Point(0, 0)
Me.Root.Name = "Root"
Me.Root.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 4, 2, 0)
Me.Root.Size = New System.Drawing.Size(497, 29)
Me.Root.Spacing = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
Me.Root.TextVisible = False
'
' viewSitePanel
'
Me.viewSitePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
resources.ApplyResources(Me.viewSitePanel, "viewSitePanel")
Me.viewSitePanel.Name = "viewSitePanel"
'
' bottomPanel
'
Me.bottomPanel.AllowCustomizationMenu = False
resources.ApplyResources(Me.bottomPanel, "bottomPanel")
Me.bottomPanel.Controls.Add(Me.buttonsContainer_Renamed)
Me.bottomPanel.Name = "bottomPanel"
Me.bottomPanel.OptionsCustomizationForm.ShowLoadButton = False
Me.bottomPanel.OptionsCustomizationForm.ShowSaveButton = False
Me.bottomPanel.OptionsView.AllowItemSkinning = False
Me.bottomPanel.OptionsView.EnableIndentsInGroupsWithoutBorders = True
Me.bottomPanel.Root = Me.layoutControlGroup1
Me.bottomPanel.OptionsView.UseSkinIndents = False
Me.bottomPanel.Size = New System.Drawing.Size(552, 38)
'
' layoutControlGroup1
'
resources.ApplyResources(Me.layoutControlGroup1, "layoutControlGroup1")
Me.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True
Me.layoutControlGroup1.GroupBordersVisible = False
Me.layoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.simpleSeparator1, Me.emptySpaceItem1, Me.emptySpaceItem2, Me.layoutControlItem1})
Me.layoutControlGroup1.Location = New System.Drawing.Point(0, 0)
Me.layoutControlGroup1.Name = "Root"
Me.layoutControlGroup1.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
Me.layoutControlGroup1.Size = New System.Drawing.Size(552, 38)
Me.layoutControlGroup1.Spacing = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
Me.layoutControlGroup1.TextVisible = False
'
' simpleSeparator1
'
resources.ApplyResources(Me.simpleSeparator1, "simpleSeparator1")
Me.simpleSeparator1.Location = New System.Drawing.Point(0, 0)
Me.simpleSeparator1.Name = "simpleSeparator1"
Me.simpleSeparator1.Size = New System.Drawing.Size(552, 2)
Me.simpleSeparator1.SeparatorWidth = 2
'
' emptySpaceItem1
'
resources.ApplyResources(Me.emptySpaceItem1, "emptySpaceItem1")
Me.emptySpaceItem1.Location = New System.Drawing.Point(51, 35)
Me.emptySpaceItem1.Name = "emptySpaceItem1"
Me.emptySpaceItem1.Size = New System.Drawing.Size(501, 10)
Me.emptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
' emptySpaceItem2
'
resources.ApplyResources(Me.emptySpaceItem2, "emptySpaceItem2")
Me.emptySpaceItem2.Location = New System.Drawing.Point(0, 2)
Me.emptySpaceItem2.Name = "emptySpaceItem2"
Me.emptySpaceItem2.Size = New System.Drawing.Size(51, 43)
Me.emptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
'
' layoutControlItem1
'
Me.layoutControlItem1.Control = Me.buttonsContainer_Renamed
resources.ApplyResources(Me.layoutControlItem1, "layoutControlItem1")
Me.layoutControlItem1.Location = New System.Drawing.Point(51, 2)
Me.layoutControlItem1.Name = "layoutControlItem1"
Me.layoutControlItem1.Size = New System.Drawing.Size(501, 33)
Me.layoutControlItem1.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem1.TextToControlDistance = 0
Me.layoutControlItem1.TextVisible = False
'
' formStateModelSynchronizer
'
Me.formStateModelSynchronizer.Form = Me
Me.formStateModelSynchronizer.Model = Nothing
'
' PopupForm
'
resources.ApplyResources(Me, "$this")
Me.Controls.Add(Me.viewSitePanel)
Me.Controls.Add(Me.bottomPanel)
Me.Controls.Add(Me.barDockControlLeft)
Me.Controls.Add(Me.barDockControlRight)
Me.Controls.Add(Me.barDockControlBottom)
Me.Controls.Add(Me.barDockControlTop)
Me.Name = "PopupForm"
Me.Padding = New Padding(0, 0, 0, 12)
CType(Me.xafBarManager, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.buttonsContainer_Renamed, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.viewSitePanel, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.bottomPanel, System.ComponentModel.ISupportInitialize).EndInit()
Me.bottomPanel.ResumeLayout(False)
CType(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.simpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Private xafBarManager As DevExpress.ExpressApp.Win.Templates.Controls.XafBarManager
Private cObjectsCreation As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private cRecordEdit As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private cView As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private cPrint As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private cEdit As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private cOpenObject As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private barDockControlTop As DevExpress.XtraBars.BarDockControl
Private barDockControlBottom As DevExpress.XtraBars.BarDockControl
Private barDockControlLeft As DevExpress.XtraBars.BarDockControl
Private barDockControlRight As DevExpress.XtraBars.BarDockControl
Private actionContainersManager As ActionContainersManager
Private cUndoRedo As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private cExport As DevExpress.ExpressApp.Win.Templates.ActionContainers.ActionContainerBarItem
Private viewSitePanel As DevExpress.XtraEditors.PanelControl
Private bottomPanel As XafLayoutControl
Private layoutControlGroup1 As LayoutControlGroup
Private buttonsContainer_Renamed As DevExpress.ExpressApp.Win.Templates.ActionContainers.ButtonsContainer
Private Root As LayoutControlGroup
Private simpleSeparator1 As SimpleSeparator
Private emptySpaceItem1 As EmptySpaceItem
Private emptySpaceItem2 As EmptySpaceItem
Private layoutControlItem1 As LayoutControlItem
Private formStateModelSynchronizer As FormStateModelSynchronizer
End Class