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_wellPole/RibbonFormTest.Designer.cs

70 lines
2.7 KiB
C#

1 month ago
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()
{
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;
}
}