77 lines
2.9 KiB
C#
77 lines
2.9 KiB
C#
namespace Lskj.PubModuleDetailInfo2
|
|
{
|
|
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.pl_buttom = new DevExpress.XtraEditors.PanelControl();
|
|
this.mControl = new Lskj.Control.ModuleEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pl_buttom
|
|
//
|
|
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_buttom.Appearance.Options.UseBackColor = true;
|
|
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_buttom.Location = new System.Drawing.Point(0, 661);
|
|
this.pl_buttom.Margin = new System.Windows.Forms.Padding(0);
|
|
this.pl_buttom.Name = "pl_buttom";
|
|
this.pl_buttom.Size = new System.Drawing.Size(963, 51);
|
|
this.pl_buttom.TabIndex = 2;
|
|
//
|
|
// mControl
|
|
//
|
|
this.mControl.BackColor = System.Drawing.SystemColors.Control;
|
|
this.mControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mControl.Location = new System.Drawing.Point(0, 0);
|
|
this.mControl.Name = "mControl";
|
|
this.mControl.Size = new System.Drawing.Size(963, 661);
|
|
this.mControl.TabIndex = 3;
|
|
this.mControl.Visible = false;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(963, 712);
|
|
this.Controls.Add(this.mControl);
|
|
this.Controls.Add(this.pl_buttom);
|
|
this.Name = "FrmMain";
|
|
this.Text = "FrmMain";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnFormClosed);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl pl_buttom;
|
|
private Control.ModuleEx mControl;
|
|
|
|
}
|
|
} |