ab56a9bcf7
SVN-Revision: r240
282 lines
14 KiB
C#
282 lines
14 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class FrmRemindSelectEx
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.gridConfirm = new Lskj.Control.GridControlEx();
|
|
this.pl_confrimBar = new DevExpress.XtraEditors.PanelControl();
|
|
this.label_confrim = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnConfirmAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnConfirmDel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gridRemind = new Lskj.Control.GridControlEx();
|
|
this.pl_remindBar = new DevExpress.XtraEditors.PanelControl();
|
|
this.label_remind = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnRemindAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnExamineOk = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnRemindDel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gridMain = new Lskj.Control.GridControlEx();
|
|
this.tv_left = new Lskj.Control.TreeViewEx();
|
|
this.pl_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_right_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_comfirm = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_remind = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_confrimBar)).BeginInit();
|
|
this.pl_confrimBar.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_remindBar)).BeginInit();
|
|
this.pl_remindBar.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
|
|
this.pl_left.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).BeginInit();
|
|
this.pl_right_bottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_comfirm)).BeginInit();
|
|
this.pl_comfirm.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_remind)).BeginInit();
|
|
this.pl_remind.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// gridConfirm
|
|
//
|
|
this.gridConfirm.AdapterObj = null;
|
|
this.gridConfirm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridConfirm.Location = new System.Drawing.Point(0, 30);
|
|
this.gridConfirm.Name = "gridConfirm";
|
|
this.gridConfirm.Size = new System.Drawing.Size(292, 166);
|
|
this.gridConfirm.TabIndex = 7;
|
|
//
|
|
// pl_confrimBar
|
|
//
|
|
this.pl_confrimBar.Controls.Add(this.label_confrim);
|
|
this.pl_confrimBar.Controls.Add(this.btnConfirmAdd);
|
|
this.pl_confrimBar.Controls.Add(this.btnConfirmDel);
|
|
this.pl_confrimBar.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_confrimBar.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_confrimBar.Name = "pl_confrimBar";
|
|
this.pl_confrimBar.Size = new System.Drawing.Size(292, 30);
|
|
this.pl_confrimBar.TabIndex = 8;
|
|
//
|
|
// label_confrim
|
|
//
|
|
this.label_confrim.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.label_confrim.Location = new System.Drawing.Point(6, 7);
|
|
this.label_confrim.Name = "label_confrim";
|
|
this.label_confrim.Size = new System.Drawing.Size(60, 12);
|
|
this.label_confrim.TabIndex = 7;
|
|
this.label_confrim.Text = "确认人列表";
|
|
//
|
|
// btnConfirmAdd
|
|
//
|
|
this.btnConfirmAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnConfirmAdd.Appearance.Options.UseFont = true;
|
|
this.btnConfirmAdd.Location = new System.Drawing.Point(219, 3);
|
|
this.btnConfirmAdd.Name = "btnConfirmAdd";
|
|
this.btnConfirmAdd.Size = new System.Drawing.Size(63, 24);
|
|
this.btnConfirmAdd.TabIndex = 6;
|
|
this.btnConfirmAdd.Text = "添加";
|
|
this.btnConfirmAdd.Click += new System.EventHandler(this.btnAddConfirm_Click);
|
|
//
|
|
// btnConfirmDel
|
|
//
|
|
this.btnConfirmDel.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnConfirmDel.Appearance.Options.UseFont = true;
|
|
this.btnConfirmDel.Location = new System.Drawing.Point(151, 3);
|
|
this.btnConfirmDel.Name = "btnConfirmDel";
|
|
this.btnConfirmDel.Size = new System.Drawing.Size(63, 24);
|
|
this.btnConfirmDel.TabIndex = 6;
|
|
this.btnConfirmDel.Text = "删除";
|
|
this.btnConfirmDel.Click += new System.EventHandler(this.btnDelConfirm_Click);
|
|
//
|
|
// gridRemind
|
|
//
|
|
this.gridRemind.AdapterObj = null;
|
|
this.gridRemind.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridRemind.Location = new System.Drawing.Point(0, 30);
|
|
this.gridRemind.Name = "gridRemind";
|
|
this.gridRemind.Size = new System.Drawing.Size(292, 166);
|
|
this.gridRemind.TabIndex = 5;
|
|
//
|
|
// pl_remindBar
|
|
//
|
|
this.pl_remindBar.Controls.Add(this.label_remind);
|
|
this.pl_remindBar.Controls.Add(this.btnRemindAdd);
|
|
this.pl_remindBar.Controls.Add(this.btnExamineOk);
|
|
this.pl_remindBar.Controls.Add(this.btnRemindDel);
|
|
this.pl_remindBar.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_remindBar.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_remindBar.Name = "pl_remindBar";
|
|
this.pl_remindBar.Size = new System.Drawing.Size(292, 30);
|
|
this.pl_remindBar.TabIndex = 5;
|
|
//
|
|
// label_remind
|
|
//
|
|
this.label_remind.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.label_remind.Location = new System.Drawing.Point(6, 7);
|
|
this.label_remind.Name = "label_remind";
|
|
this.label_remind.Size = new System.Drawing.Size(60, 12);
|
|
this.label_remind.TabIndex = 8;
|
|
this.label_remind.Text = "提醒人列表";
|
|
//
|
|
// btnRemindAdd
|
|
//
|
|
this.btnRemindAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnRemindAdd.Appearance.Options.UseFont = true;
|
|
this.btnRemindAdd.Location = new System.Drawing.Point(219, 3);
|
|
this.btnRemindAdd.Name = "btnRemindAdd";
|
|
this.btnRemindAdd.Size = new System.Drawing.Size(63, 24);
|
|
this.btnRemindAdd.TabIndex = 5;
|
|
this.btnRemindAdd.Text = "添加";
|
|
this.btnRemindAdd.Click += new System.EventHandler(this.btnAddRemind_Click);
|
|
//
|
|
// btnExamineOk
|
|
//
|
|
this.btnExamineOk.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnExamineOk.Appearance.Options.UseFont = true;
|
|
this.btnExamineOk.Location = new System.Drawing.Point(82, 3);
|
|
this.btnExamineOk.Name = "btnExamineOk";
|
|
this.btnExamineOk.Size = new System.Drawing.Size(63, 24);
|
|
this.btnExamineOk.TabIndex = 3;
|
|
this.btnExamineOk.Text = "确定";
|
|
this.btnExamineOk.Click += new System.EventHandler(this.btnExamineOk_Click);
|
|
//
|
|
// btnRemindDel
|
|
//
|
|
this.btnRemindDel.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.btnRemindDel.Appearance.Options.UseFont = true;
|
|
this.btnRemindDel.Location = new System.Drawing.Point(151, 3);
|
|
this.btnRemindDel.Name = "btnRemindDel";
|
|
this.btnRemindDel.Size = new System.Drawing.Size(63, 24);
|
|
this.btnRemindDel.TabIndex = 3;
|
|
this.btnRemindDel.Text = "删除";
|
|
this.btnRemindDel.Click += new System.EventHandler(this.btnDelRemind_Click);
|
|
//
|
|
// gridMain
|
|
//
|
|
this.gridMain.AdapterObj = null;
|
|
this.gridMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridMain.Location = new System.Drawing.Point(200, 0);
|
|
this.gridMain.Name = "gridMain";
|
|
this.gridMain.Size = new System.Drawing.Size(584, 350);
|
|
this.gridMain.TabIndex = 4;
|
|
//
|
|
// tv_left
|
|
//
|
|
this.tv_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tv_left.Location = new System.Drawing.Point(2, 2);
|
|
this.tv_left.Name = "tv_left";
|
|
this.tv_left.Size = new System.Drawing.Size(196, 542);
|
|
this.tv_left.TabIndex = 0;
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.Controls.Add(this.tv_left);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(200, 546);
|
|
this.pl_left.TabIndex = 5;
|
|
//
|
|
// pl_right_bottom
|
|
//
|
|
this.pl_right_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_right_bottom.Controls.Add(this.pl_comfirm);
|
|
this.pl_right_bottom.Controls.Add(this.pl_remind);
|
|
this.pl_right_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_right_bottom.Location = new System.Drawing.Point(200, 350);
|
|
this.pl_right_bottom.Name = "pl_right_bottom";
|
|
this.pl_right_bottom.Size = new System.Drawing.Size(584, 196);
|
|
this.pl_right_bottom.TabIndex = 6;
|
|
//
|
|
// pl_comfirm
|
|
//
|
|
this.pl_comfirm.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_comfirm.Controls.Add(this.gridConfirm);
|
|
this.pl_comfirm.Controls.Add(this.pl_confrimBar);
|
|
this.pl_comfirm.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_comfirm.Location = new System.Drawing.Point(292, 0);
|
|
this.pl_comfirm.Name = "pl_comfirm";
|
|
this.pl_comfirm.Size = new System.Drawing.Size(292, 196);
|
|
this.pl_comfirm.TabIndex = 1;
|
|
//
|
|
// pl_remind
|
|
//
|
|
this.pl_remind.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_remind.Controls.Add(this.gridRemind);
|
|
this.pl_remind.Controls.Add(this.pl_remindBar);
|
|
this.pl_remind.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pl_remind.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_remind.Name = "pl_remind";
|
|
this.pl_remind.Size = new System.Drawing.Size(292, 196);
|
|
this.pl_remind.TabIndex = 0;
|
|
//
|
|
// FrmRemindSelectEx
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.gridMain);
|
|
this.Controls.Add(this.pl_right_bottom);
|
|
this.Controls.Add(this.pl_left);
|
|
this.Name = "FrmRemindSelectEx";
|
|
this.Size = new System.Drawing.Size(784, 546);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_confrimBar)).EndInit();
|
|
this.pl_confrimBar.ResumeLayout(false);
|
|
this.pl_confrimBar.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_remindBar)).EndInit();
|
|
this.pl_remindBar.ResumeLayout(false);
|
|
this.pl_remindBar.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
|
|
this.pl_left.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_right_bottom)).EndInit();
|
|
this.pl_right_bottom.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_comfirm)).EndInit();
|
|
this.pl_comfirm.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_remind)).EndInit();
|
|
this.pl_remind.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GridControlEx gridConfirm;
|
|
private GridControlEx gridRemind;
|
|
private GridControlEx gridMain;
|
|
private DevExpress.XtraEditors.PanelControl pl_confrimBar;
|
|
private DevExpress.XtraEditors.PanelControl pl_remindBar;
|
|
private DevExpress.XtraEditors.SimpleButton btnRemindDel;
|
|
private DevExpress.XtraEditors.SimpleButton btnRemindAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnConfirmDel;
|
|
private DevExpress.XtraEditors.SimpleButton btnConfirmAdd;
|
|
private TreeViewEx tv_left;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private DevExpress.XtraEditors.LabelControl label_confrim;
|
|
private DevExpress.XtraEditors.LabelControl label_remind;
|
|
private DevExpress.XtraEditors.PanelControl pl_right_bottom;
|
|
private DevExpress.XtraEditors.PanelControl pl_remind;
|
|
private DevExpress.XtraEditors.PanelControl pl_comfirm;
|
|
private DevExpress.XtraEditors.SimpleButton btnExamineOk;
|
|
}
|
|
}
|