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

92 lines
3.9 KiB
C#

namespace PcgDrawR
{
partial class FrmDoc
{
/// <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.DrawEditor = new PcgDrawR.UCDrawEdit();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
this.SuspendLayout();
//
// DrawEditor
//
this.DrawEditor.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.DrawEditor.Appearance.Options.UseBackColor = true;
this.DrawEditor.Dock = System.Windows.Forms.DockStyle.Fill;
this.DrawEditor.FileFullName = null;
this.DrawEditor.LayerControl = null;
this.DrawEditor.LayerPanel = null;
this.DrawEditor.LayerSelected = null;
this.DrawEditor.Location = new System.Drawing.Point(0, 27);
this.DrawEditor.Name = "DrawEditor";
this.DrawEditor.PropertyControl = null;
this.DrawEditor.PropertyPanel = null;
this.DrawEditor.Size = new System.Drawing.Size(864, 430);
this.DrawEditor.StatisticControl = null;
this.DrawEditor.TabIndex = 2;
this.DrawEditor.ZColorWidth = 25D;
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem});
this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
this.ribbonControl1.MaxItemId = 1;
this.ribbonControl1.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
this.ribbonControl1.ShowToolbarCustomizeItem = false;
this.ribbonControl1.Size = new System.Drawing.Size(864, 27);
this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
//
// FrmDoc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(864, 457);
this.Controls.Add(this.DrawEditor);
this.Controls.Add(this.ribbonControl1);
this.Name = "FrmDoc";
this.Ribbon = this.ribbonControl1;
this.Text = "FrmDoc";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDoc_FormClosing);
this.Load += new System.EventHandler(this.FrmDoc_Load);
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private UCDrawEdit DrawEditor;
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
}
}