namespace TProduct.WinFrmUI.Data4Factory
|
{
|
partial class SelProductValveContentListCtrl
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
|
this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colDia = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// 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.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(356, 399);
|
this.layoutControl1.TabIndex = 5;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// treeList1
|
//
|
this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
this.colName,
|
this.colDia,
|
this.colID});
|
this.treeList1.DataSource = this.bindingSource1;
|
this.treeList1.Location = new System.Drawing.Point(2, 2);
|
this.treeList1.Name = "treeList1";
|
this.treeList1.OptionsView.ShowIndicator = false;
|
this.treeList1.Size = new System.Drawing.Size(352, 395);
|
this.treeList1.TabIndex = 4;
|
this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
|
//
|
// colName
|
//
|
this.colName.Caption = "名称";
|
this.colName.FieldName = "Name";
|
this.colName.Name = "colName";
|
this.colName.Visible = true;
|
this.colName.VisibleIndex = 0;
|
//
|
// colDia
|
//
|
this.colDia.Caption = "口径";
|
this.colDia.FieldName = "strDia";
|
this.colDia.MaxWidth = 120;
|
this.colDia.Name = "colDia";
|
this.colDia.Visible = true;
|
this.colDia.VisibleIndex = 1;
|
this.colDia.Width = 70;
|
//
|
// colID
|
//
|
this.colID.Caption = "ID";
|
this.colID.FieldName = "ID";
|
this.colID.Name = "colID";
|
//
|
// 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(356, 399);
|
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(356, 399);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// treeListColumn3
|
//
|
this.treeListColumn3.Caption = "treeListColumn2";
|
this.treeListColumn3.Name = "treeListColumn3";
|
this.treeListColumn3.Visible = true;
|
this.treeListColumn3.VisibleIndex = 1;
|
//
|
// treeListColumn4
|
//
|
this.treeListColumn4.Caption = "treeListColumn2";
|
this.treeListColumn4.Name = "treeListColumn4";
|
this.treeListColumn4.Visible = true;
|
this.treeListColumn4.VisibleIndex = 1;
|
//
|
// SelProductValveContentListCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "SelProductValveContentListCtrl";
|
this.Size = new System.Drawing.Size(356, 399);
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn4;
|
private DevExpress.XtraTreeList.TreeList treeList1;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colName;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colDia;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colID;
|
}
|
}
|