namespace Volian.Controls.Library { partial class frmEnhanced { /// /// 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.tc = new Volian.Controls.Library.DisplayTabControl(); this.SuspendLayout(); // // tc // this.tc.ChgId = null; this.tc.Dock = System.Windows.Forms.DockStyle.Fill; this.tc.Location = new System.Drawing.Point(0, 0); this.tc.MyCopyStep = null; this.tc.MyEditItem = null; this.tc.MySessionInfo = null; this.tc.Name = "tc"; this.tc.RibbonExpanded = true; this.tc.SelectedDisplayTabItem = null; this.tc.Size = new System.Drawing.Size(284, 262); this.tc.SyncEnhancedDocuments = false; this.tc.TabIndex = 0; // // frmEnhanced // this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.tc); this.Name = "frmEnhanced"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Load += new System.EventHandler(this.frmEnhanced_Load); this.ResumeLayout(false); } #endregion private Volian.Controls.Library.DisplayTabControl tc; } }