ab56a9bcf7
SVN-Revision: r240
93 lines
3.8 KiB
C#
93 lines
3.8 KiB
C#
namespace Lskj.PubPageDetail
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.tabContainer = new Lskj.Control.TabControlEx();
|
|
this.tabContainer2 = new Lskj.Control.TabControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
|
|
this.scc_container.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// scc_container
|
|
//
|
|
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.scc_container.Horizontal = false;
|
|
this.scc_container.Location = new System.Drawing.Point(0, 0);
|
|
this.scc_container.Name = "scc_container";
|
|
this.scc_container.Panel1.Controls.Add(this.tabContainer);
|
|
this.scc_container.Panel1.Text = "Panel1";
|
|
this.scc_container.Panel2.Controls.Add(this.tabContainer2);
|
|
this.scc_container.Panel2.Text = "Panel2";
|
|
this.scc_container.Size = new System.Drawing.Size(924, 618);
|
|
this.scc_container.SplitterPosition = 300;
|
|
this.scc_container.TabIndex = 1;
|
|
//
|
|
// tabContainer
|
|
//
|
|
this.tabContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.tabContainer.Name = "tabContainer";
|
|
this.tabContainer.Size = new System.Drawing.Size(924, 300);
|
|
this.tabContainer.TabIndex = 1;
|
|
//
|
|
// tabContainer2
|
|
//
|
|
this.tabContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.tabContainer2.Name = "tabContainer2";
|
|
this.tabContainer2.Size = new System.Drawing.Size(924, 313);
|
|
this.tabContainer2.TabIndex = 1;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(924, 618);
|
|
this.Controls.Add(this.scc_container);
|
|
this.Name = "FrmMain";
|
|
this.Text = "FrmMain";
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
|
|
this.scc_container.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl scc_container;
|
|
private Control.TabControlEx tabContainer;
|
|
private Control.TabControlEx tabContainer2;
|
|
|
|
}
|
|
} |