ab56a9bcf7
SVN-Revision: r240
347 lines
18 KiB
C#
347 lines
18 KiB
C#
namespace Lskj.Control.MultiModelLookUp
|
|
{
|
|
partial class FrmRowsModelLookUp
|
|
{
|
|
/// <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.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pl_left = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_left_main = new System.Windows.Forms.Panel();
|
|
this.pl_gridandtree_container = new DevExpress.XtraEditors.PanelControl();
|
|
this.treeLeft = new Lskj.Control.TreeViewEx();
|
|
this.gridLeft = new Lskj.Control.GridControlEx();
|
|
this.pl_left_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btn_cancelAll = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_main_top = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_top_fix_search = new DevExpress.XtraEditors.PanelControl();
|
|
this.labMc = new Lskj.Control.LabelTextEdit();
|
|
this.labDm = new Lskj.Control.LabelTextEdit();
|
|
this.btnFixSearch = new DevExpress.XtraEditors.SimpleButton();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip();
|
|
this.tsmi_all = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tsmi_reserve = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.tsmi_cancel = new System.Windows.Forms.ToolStripMenuItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
|
|
this.splitMain.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).BeginInit();
|
|
this.pl_left.SuspendLayout();
|
|
this.pl_left_main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).BeginInit();
|
|
this.pl_gridandtree_container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).BeginInit();
|
|
this.pl_main_top.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).BeginInit();
|
|
this.pl_top_fix_search.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMain
|
|
//
|
|
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitMain.Location = new System.Drawing.Point(0, 0);
|
|
this.splitMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.splitMain.Name = "splitMain";
|
|
this.splitMain.Panel1.Controls.Add(this.pl_left);
|
|
this.splitMain.Panel1.Text = "Panel1";
|
|
this.splitMain.Panel2.Controls.Add(this.gcMain);
|
|
this.splitMain.Panel2.Controls.Add(this.panelControl1);
|
|
this.splitMain.Panel2.Controls.Add(this.pl_main_top);
|
|
this.splitMain.Panel2.Text = "Panel2";
|
|
this.splitMain.Size = new System.Drawing.Size(1212, 745);
|
|
this.splitMain.SplitterPosition = 268;
|
|
this.splitMain.TabIndex = 0;
|
|
this.splitMain.Text = "splitContainerControl1";
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_left.Appearance.Options.UseBackColor = true;
|
|
this.pl_left.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left.Controls.Add(this.pl_left_main);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(268, 745);
|
|
this.pl_left.TabIndex = 1;
|
|
//
|
|
// pl_left_main
|
|
//
|
|
this.pl_left_main.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_left_main.Controls.Add(this.pl_gridandtree_container);
|
|
this.pl_left_main.Controls.Add(this.pl_left_top);
|
|
this.pl_left_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_left_main.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left_main.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_left_main.Name = "pl_left_main";
|
|
this.pl_left_main.Size = new System.Drawing.Size(268, 745);
|
|
this.pl_left_main.TabIndex = 6;
|
|
//
|
|
// pl_gridandtree_container
|
|
//
|
|
this.pl_gridandtree_container.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_gridandtree_container.Controls.Add(this.treeLeft);
|
|
this.pl_gridandtree_container.Controls.Add(this.gridLeft);
|
|
this.pl_gridandtree_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_gridandtree_container.Location = new System.Drawing.Point(0, 36);
|
|
this.pl_gridandtree_container.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_gridandtree_container.Name = "pl_gridandtree_container";
|
|
this.pl_gridandtree_container.Size = new System.Drawing.Size(268, 709);
|
|
this.pl_gridandtree_container.TabIndex = 9;
|
|
//
|
|
// treeLeft
|
|
//
|
|
this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.treeLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.treeLeft.Margin = new System.Windows.Forms.Padding(4);
|
|
this.treeLeft.Name = "treeLeft";
|
|
this.treeLeft.Size = new System.Drawing.Size(268, 709);
|
|
this.treeLeft.TabIndex = 7;
|
|
this.treeLeft.Visible = false;
|
|
//
|
|
// gridLeft
|
|
//
|
|
this.gridLeft.AdapterObj = null;
|
|
this.gridLeft.BackColor = System.Drawing.SystemColors.Control;
|
|
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.gridLeft.Margin = new System.Windows.Forms.Padding(5);
|
|
this.gridLeft.Name = "gridLeft";
|
|
this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gridLeft.Size = new System.Drawing.Size(268, 709);
|
|
this.gridLeft.TabIndex = 6;
|
|
//
|
|
// pl_left_top
|
|
//
|
|
this.pl_left_top.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pl_left_top.Appearance.Options.UseBackColor = true;
|
|
this.pl_left_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_left_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_left_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left_top.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_left_top.Name = "pl_left_top";
|
|
this.pl_left_top.Size = new System.Drawing.Size(268, 36);
|
|
this.pl_left_top.TabIndex = 8;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 37);
|
|
this.gcMain.Margin = new System.Windows.Forms.Padding(5, 7, 5, 7);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcMain.Size = new System.Drawing.Size(939, 661);
|
|
this.gcMain.TabIndex = 17;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.btn_cancelAll);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 698);
|
|
this.panelControl1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(939, 47);
|
|
this.panelControl1.TabIndex = 16;
|
|
//
|
|
// btn_cancelAll
|
|
//
|
|
this.btn_cancelAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btn_cancelAll.Appearance.Options.UseFont = true;
|
|
this.btn_cancelAll.Location = new System.Drawing.Point(9, 6);
|
|
this.btn_cancelAll.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btn_cancelAll.Name = "btn_cancelAll";
|
|
this.btn_cancelAll.Size = new System.Drawing.Size(76, 35);
|
|
this.btn_cancelAll.TabIndex = 23;
|
|
this.btn_cancelAll.TabStop = false;
|
|
this.btn_cancelAll.Text = "全取消";
|
|
this.btn_cancelAll.Click += new System.EventHandler(this.btn_cancelAll_Click);
|
|
//
|
|
// pl_main_top
|
|
//
|
|
this.pl_main_top.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.pl_main_top.Appearance.Options.UseBackColor = true;
|
|
this.pl_main_top.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_main_top.Controls.Add(this.pl_top_fix_search);
|
|
this.pl_main_top.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pl_main_top.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_main_top.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_main_top.Name = "pl_main_top";
|
|
this.pl_main_top.Size = new System.Drawing.Size(939, 37);
|
|
this.pl_main_top.TabIndex = 15;
|
|
//
|
|
// pl_top_fix_search
|
|
//
|
|
this.pl_top_fix_search.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_top_fix_search.Controls.Add(this.labMc);
|
|
this.pl_top_fix_search.Controls.Add(this.labDm);
|
|
this.pl_top_fix_search.Controls.Add(this.btnFixSearch);
|
|
this.pl_top_fix_search.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pl_top_fix_search.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_top_fix_search.Name = "pl_top_fix_search";
|
|
this.pl_top_fix_search.Size = new System.Drawing.Size(372, 37);
|
|
this.pl_top_fix_search.TabIndex = 10;
|
|
//
|
|
// labMc
|
|
//
|
|
this.labMc.BackColor = System.Drawing.Color.Transparent;
|
|
this.labMc.EditText = "";
|
|
this.labMc.FontSize = 0F;
|
|
this.labMc.LabelText = "名称";
|
|
this.labMc.Location = new System.Drawing.Point(149, 8);
|
|
this.labMc.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labMc.Model = null;
|
|
this.labMc.Name = "labMc";
|
|
this.labMc.NullText = "";
|
|
this.labMc.ReadOnly = false;
|
|
this.labMc.Required = false;
|
|
this.labMc.Size = new System.Drawing.Size(122, 21);
|
|
this.labMc.TabIndex = 34;
|
|
this.labMc.Visible = false;
|
|
//
|
|
// labDm
|
|
//
|
|
this.labDm.BackColor = System.Drawing.Color.Transparent;
|
|
this.labDm.EditText = "";
|
|
this.labDm.FontSize = 0F;
|
|
this.labDm.LabelText = "名称";
|
|
this.labDm.Location = new System.Drawing.Point(9, 7);
|
|
this.labDm.Margin = new System.Windows.Forms.Padding(4);
|
|
this.labDm.Model = null;
|
|
this.labDm.Name = "labDm";
|
|
this.labDm.NullText = "";
|
|
this.labDm.ReadOnly = false;
|
|
this.labDm.Required = false;
|
|
this.labDm.Size = new System.Drawing.Size(122, 21);
|
|
this.labDm.TabIndex = 34;
|
|
this.labDm.Visible = false;
|
|
//
|
|
// btnFixSearch
|
|
//
|
|
this.btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnFixSearch.Appearance.Options.UseFont = true;
|
|
this.btnFixSearch.Location = new System.Drawing.Point(286, 6);
|
|
this.btnFixSearch.Name = "btnFixSearch";
|
|
this.btnFixSearch.Size = new System.Drawing.Size(63, 24);
|
|
this.btnFixSearch.TabIndex = 33;
|
|
this.btnFixSearch.Text = "查询(&Q)";
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.tsmi_all,
|
|
this.tsmi_reserve,
|
|
this.toolStripSeparator1,
|
|
this.tsmi_cancel});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(101, 76);
|
|
//
|
|
// tsmi_all
|
|
//
|
|
this.tsmi_all.Name = "tsmi_all";
|
|
this.tsmi_all.Size = new System.Drawing.Size(100, 22);
|
|
this.tsmi_all.Text = "全选";
|
|
//
|
|
// tsmi_reserve
|
|
//
|
|
this.tsmi_reserve.Name = "tsmi_reserve";
|
|
this.tsmi_reserve.Size = new System.Drawing.Size(100, 22);
|
|
this.tsmi_reserve.Text = "反选";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(97, 6);
|
|
//
|
|
// tsmi_cancel
|
|
//
|
|
this.tsmi_cancel.Name = "tsmi_cancel";
|
|
this.tsmi_cancel.Size = new System.Drawing.Size(100, 22);
|
|
this.tsmi_cancel.Text = "取消";
|
|
//
|
|
// FrmRowsModelLookUp
|
|
//
|
|
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(1212, 745);
|
|
this.Controls.Add(this.splitMain);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Name = "FrmRowsModelLookUp";
|
|
this.Text = "提示:单击选择";
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMain)).EndInit();
|
|
this.splitMain.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left)).EndInit();
|
|
this.pl_left.ResumeLayout(false);
|
|
this.pl_left_main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_gridandtree_container)).EndInit();
|
|
this.pl_gridandtree_container.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_left_top)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_main_top)).EndInit();
|
|
this.pl_main_top.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_top_fix_search)).EndInit();
|
|
this.pl_top_fix_search.ResumeLayout(false);
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMain;
|
|
private DevExpress.XtraEditors.PanelControl pl_left;
|
|
private System.Windows.Forms.Panel pl_left_main;
|
|
private DevExpress.XtraEditors.PanelControl pl_gridandtree_container;
|
|
private GridControlEx gridLeft;
|
|
private DevExpress.XtraEditors.PanelControl pl_left_top;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmi_all;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmi_reserve;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem tsmi_cancel;
|
|
private TreeViewEx treeLeft;
|
|
private GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btn_cancelAll;
|
|
private DevExpress.XtraEditors.PanelControl pl_main_top;
|
|
private DevExpress.XtraEditors.PanelControl pl_top_fix_search;
|
|
private LabelTextEdit labMc;
|
|
private LabelTextEdit labDm;
|
|
private DevExpress.XtraEditors.SimpleButton btnFixSearch;
|
|
}
|
|
} |