namespace Lskj.Control
{
partial class ModuleConditionsPanelEx
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.BtnSave = new DevExpress.XtraEditors.SimpleButton();
this.BtnClose = new DevExpress.XtraEditors.SimpleButton();
this.pl_main = new DevExpress.XtraEditors.XtraScrollableControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.Controls.Add(this.BtnSave);
this.panelControl1.Controls.Add(this.BtnClose);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 511);
this.panelControl1.Margin = new System.Windows.Forms.Padding(4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.panelControl1.Size = new System.Drawing.Size(929, 47);
this.panelControl1.TabIndex = 15;
//
// BtnSave
//
this.BtnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnSave.Appearance.Options.UseFont = true;
this.BtnSave.Location = new System.Drawing.Point(785, 6);
this.BtnSave.Margin = new System.Windows.Forms.Padding(4);
this.BtnSave.Name = "BtnSave";
this.BtnSave.Size = new System.Drawing.Size(66, 37);
this.BtnSave.TabIndex = 18;
this.BtnSave.TabStop = false;
this.BtnSave.Text = "确定";
//
// BtnClose
//
this.BtnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.BtnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BtnClose.Appearance.Options.UseFont = true;
this.BtnClose.Location = new System.Drawing.Point(859, 6);
this.BtnClose.Margin = new System.Windows.Forms.Padding(4);
this.BtnClose.Name = "BtnClose";
this.BtnClose.Size = new System.Drawing.Size(66, 37);
this.BtnClose.TabIndex = 17;
this.BtnClose.TabStop = false;
this.BtnClose.Text = "关闭";
//
// pl_main
//
this.pl_main.AutoScroll = false;
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.Margin = new System.Windows.Forms.Padding(4);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(929, 511);
this.pl_main.TabIndex = 16;
//
// ModuleConditionsPanelEx
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(929, 558);
this.Controls.Add(this.pl_main);
this.Controls.Add(this.panelControl1);
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "ModuleConditionsPanelEx";
this.Text = "条件设置";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton BtnSave;
private DevExpress.XtraEditors.SimpleButton BtnClose;
private DevExpress.XtraEditors.XtraScrollableControl pl_main;
}
}