64 lines
1.7 KiB
C#
64 lines
1.7 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class frmEnhanced
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |