基线 SVN r240
SVN-Revision: r240
This commit is contained in:
Generated
+105
@@ -0,0 +1,105 @@
|
||||
namespace Lskj.PubAdd
|
||||
{
|
||||
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.xtcControl = new DevExpress.XtraTab.XtraTabControl();
|
||||
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.ModuleAddControl = new Lskj.Control.ModulePanelEx();
|
||||
((System.ComponentModel.ISupportInitialize)(this.xtcControl)).BeginInit();
|
||||
this.xtcControl.SuspendLayout();
|
||||
this.xtraTabPage1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// xtcControl
|
||||
//
|
||||
this.xtcControl.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.xtcControl.Appearance.Options.UseBackColor = true;
|
||||
this.xtcControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.xtcControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.xtcControl.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.xtcControl.Name = "xtcControl";
|
||||
this.xtcControl.SelectedTabPage = this.xtraTabPage1;
|
||||
this.xtcControl.Size = new System.Drawing.Size(977, 624);
|
||||
this.xtcControl.TabIndex = 0;
|
||||
this.xtcControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||||
this.xtraTabPage1});
|
||||
this.xtcControl.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.OnSelectedPageChanged);
|
||||
this.xtcControl.SelectedPageChanging += new DevExpress.XtraTab.TabPageChangingEventHandler(this.OnSelectedPageChanging);
|
||||
//
|
||||
// xtraTabPage1
|
||||
//
|
||||
this.xtraTabPage1.Controls.Add(this.ModuleAddControl);
|
||||
this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.xtraTabPage1.Name = "xtraTabPage1";
|
||||
this.xtraTabPage1.Size = new System.Drawing.Size(971, 595);
|
||||
this.xtraTabPage1.Text = "详细信息";
|
||||
//
|
||||
// ModuleAddControl
|
||||
//
|
||||
this.ModuleAddControl.BackColor = System.Drawing.Color.Transparent;
|
||||
this.ModuleAddControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.ModuleAddControl.Location = new System.Drawing.Point(0, 0);
|
||||
this.ModuleAddControl.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.ModuleAddControl.Name = "ModuleAddControl";
|
||||
this.ModuleAddControl.ParentKey = "类别编号";
|
||||
this.ModuleAddControl.ParentValue = "类别名称";
|
||||
this.ModuleAddControl.Size = new System.Drawing.Size(971, 595);
|
||||
this.ModuleAddControl.TabIndex = 0;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(977, 624);
|
||||
this.Controls.Add(this.xtcControl);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "FrmMain";
|
||||
this.Text = "";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnFormClosing);
|
||||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
|
||||
((System.ComponentModel.ISupportInitialize)(this.xtcControl)).EndInit();
|
||||
this.xtcControl.ResumeLayout(false);
|
||||
this.xtraTabPage1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraTab.XtraTabControl xtcControl;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
||||
private Control.ModulePanelEx ModuleAddControl;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user