namespace PcgDrawR { partial class FrmDoc { /// /// 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.DrawEditor = new PcgDrawR.WellPoleUCDrawEdit(); 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.PropertyEleControl = null; this.DrawEditor.PropertyWellControl = 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 WellPoleUCDrawEdit DrawEditor; private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; } }