You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/PcgDrawR/RibbonFormTest.Designer.cs

70 lines
2.7 KiB
C#

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