using DevExpress.Utils;
using DevExpress.XtraEditors;
using DevExpress.XtraTreeList;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace IStation.WinFrmUI.Monitor
{
partial class EquipmentMonitorMappingMgr
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
this.colID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colSortCode = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.colDescription = new DevExpress.XtraTreeList.Columns.TreeListColumn();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// treeList1
//
this.treeList1.CheckBoxFieldName = "Checked";
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
this.colID,
this.colName,
this.colSortCode,
this.colDescription});
this.treeList1.Location = new System.Drawing.Point(2, 2);
this.treeList1.Name = "treeList1";
this.treeList1.OptionsBehavior.Editable = false;
this.treeList1.OptionsBehavior.ReadOnly = true;
this.treeList1.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;
this.treeList1.Size = new System.Drawing.Size(1235, 677);
this.treeList1.TabIndex = 8;
this.treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeList;
//
// colID
//
this.colID.Caption = "标识";
this.colID.FieldName = "ID";
this.colID.Name = "colID";
this.colID.Visible = true;
this.colID.VisibleIndex = 1;
//
// colName
//
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MinWidth = 23;
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 87;
//
// colSortCode
//
this.colSortCode.Caption = "排序码";
this.colSortCode.FieldName = "SortCode";
this.colSortCode.Name = "colSortCode";
this.colSortCode.Visible = true;
this.colSortCode.VisibleIndex = 2;
//
// colDescription
//
this.colDescription.Caption = "说明";
this.colDescription.FieldName = "Description";
this.colDescription.Name = "colDescription";
this.colDescription.Visible = true;
this.colDescription.VisibleIndex = 3;
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.treeList1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1270, 357, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(1239, 681);
this.layoutControl1.TabIndex = 12;
this.layoutControl1.Text = "layoutControl1";
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(1239, 681);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.treeList1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(1239, 681);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// CatalogOrgAuthorityMgrCtrl
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Controls.Add(this.layoutControl1);
this.Name = "CatalogOrgAuthorityMgrCtrl";
this.Size = new System.Drawing.Size(1239, 681);
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTreeList.TreeList treeList1;
private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
private DevExpress.XtraTreeList.Columns.TreeListColumn colID;
private DevExpress.XtraTreeList.Columns.TreeListColumn colSortCode;
private DevExpress.XtraTreeList.Columns.TreeListColumn colDescription;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}