_ Partial Class frmFormDesigner Inherits BaseRibbonForm 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.RibbonControl = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonStatusBar = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.LayoutControlMain = New DevExpress.XtraLayout.LayoutControl() Me.LayoutControlGroupMain = New DevExpress.XtraLayout.LayoutControlGroup() Me.ToolboxControl1 = New DevExpress.XtraToolbox.ToolboxControl() Me.ToolboxGroup1 = New DevExpress.XtraToolbox.ToolboxGroup() Me.ToolboxItemTextbox = New DevExpress.XtraToolbox.ToolboxItem() Me.ToolboxItemMemo = New DevExpress.XtraToolbox.ToolboxItem() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.ToolboxItem1 = New DevExpress.XtraToolbox.ToolboxItem() CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlMain, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroupMain, 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(870, 146) Me.RibbonControl.StatusBar = Me.RibbonStatusBar ' 'RibbonPage1 ' Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonStatusBar ' Me.RibbonStatusBar.Location = New System.Drawing.Point(0, 508) Me.RibbonStatusBar.Name = "RibbonStatusBar" Me.RibbonStatusBar.Ribbon = Me.RibbonControl Me.RibbonStatusBar.Size = New System.Drawing.Size(870, 21) ' 'LayoutControlMain ' Me.LayoutControlMain.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.LayoutControlMain.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControlMain.Location = New System.Drawing.Point(0, 146) Me.LayoutControlMain.Name = "LayoutControlMain" Me.LayoutControlMain.Root = Me.LayoutControlGroupMain Me.LayoutControlMain.Size = New System.Drawing.Size(658, 362) Me.LayoutControlMain.TabIndex = 2 Me.LayoutControlMain.Text = "LayoutControl1" ' 'LayoutControlGroupMain ' Me.LayoutControlGroupMain.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.LayoutControlGroupMain.GroupBordersVisible = False Me.LayoutControlGroupMain.Name = "LayoutControlGroupMain" Me.LayoutControlGroupMain.Size = New System.Drawing.Size(658, 362) Me.LayoutControlGroupMain.TextVisible = False ' 'ToolboxControl1 ' Me.ToolboxControl1.Caption = "Form Controls" Me.ToolboxControl1.Dock = System.Windows.Forms.DockStyle.Right Me.ToolboxControl1.Groups.Add(Me.ToolboxGroup1) Me.ToolboxControl1.Location = New System.Drawing.Point(658, 146) Me.ToolboxControl1.Name = "ToolboxControl1" Me.ToolboxControl1.OptionsView.ShowMenuButton = False Me.ToolboxControl1.OptionsView.ShowToolboxCaption = True Me.ToolboxControl1.Size = New System.Drawing.Size(212, 362) Me.ToolboxControl1.TabIndex = 4 Me.ToolboxControl1.Text = "Form Controls" ' 'ToolboxGroup1 ' Me.ToolboxGroup1.BeginGroupCaption = "" Me.ToolboxGroup1.Caption = "ToolboxGroup1" Me.ToolboxGroup1.Items.Add(Me.ToolboxItemTextbox) Me.ToolboxGroup1.Items.Add(Me.ToolboxItemMemo) Me.ToolboxGroup1.Items.Add(Me.ToolboxItem1) Me.ToolboxGroup1.Name = "ToolboxGroup1" ' 'ToolboxItemTextbox ' Me.ToolboxItemTextbox.BeginGroupCaption = Nothing Me.ToolboxItemTextbox.Caption = "Textbox" Me.ToolboxItemTextbox.Name = "ToolboxItemTextbox" ' 'ToolboxItemMemo ' Me.ToolboxItemMemo.BeginGroupCaption = Nothing Me.ToolboxItemMemo.Caption = "Multiline Textbox" Me.ToolboxItemMemo.Name = "ToolboxItemMemo" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'ToolboxItem1 ' Me.ToolboxItem1.BeginGroupCaption = Nothing Me.ToolboxItem1.Caption = "ToolboxItem1" Me.ToolboxItem1.Name = "ToolboxItem1" ' 'frmFormDesigner ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(870, 529) Me.Controls.Add(Me.LayoutControlMain) Me.Controls.Add(Me.ToolboxControl1) Me.Controls.Add(Me.RibbonStatusBar) Me.Controls.Add(Me.RibbonControl) Me.Name = "frmFormDesigner" Me.Ribbon = Me.RibbonControl Me.StatusBar = Me.RibbonStatusBar Me.Text = "frmFormDesigner" CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlMain, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroupMain, 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 RibbonStatusBar As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents LayoutControlMain As DevExpress.XtraLayout.LayoutControl Friend WithEvents LayoutControlGroupMain As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents ToolboxControl1 As DevExpress.XtraToolbox.ToolboxControl Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents ToolboxGroup1 As DevExpress.XtraToolbox.ToolboxGroup Friend WithEvents ToolboxItemTextbox As DevExpress.XtraToolbox.ToolboxItem Friend WithEvents ToolboxItemMemo As DevExpress.XtraToolbox.ToolboxItem Friend WithEvents ToolboxItem1 As DevExpress.XtraToolbox.ToolboxItem End Class