namespace PcgDrawR { partial class RibbonFormTest { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); this.SuspendLayout(); // // ribbon // this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbon.ExpandCollapseItem}); this.ribbon.Location = new System.Drawing.Point(0, 0); this.ribbon.MaxItemId = 1; this.ribbon.Name = "ribbon"; this.ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; this.ribbon.ShowToolbarCustomizeItem = false; this.ribbon.Size = new System.Drawing.Size(833, 27); this.ribbon.Toolbar.ShowCustomizeItem = false; this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // RibbonFormTest // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(833, 462); this.Controls.Add(this.ribbon); this.Name = "RibbonFormTest"; this.Ribbon = this.ribbon; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show; this.Text = "RibbonFormTest"; ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbon; } }