|
namespace Gs.DevApp.DevFrm.Sys
|
{
|
partial class SimpleKanBan
|
{
|
/// <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 Component 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.toolStripMenuItemRoot = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItemEdt = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
|
this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
this.toolStripMenuItemDel = new System.Windows.Forms.ToolStripMenuItem();
|
this.colId = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colParentId = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colCode = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colTitle = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colNodeType = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colUrl = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colIsEnabled = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colIsExpanded = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colSortOrder = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colCreatedBy = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.colCreatedAt = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.tlMenu = new DevExpress.XtraTreeList.TreeList();
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
|
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
this.cms1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
|
this.split1.Panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
|
this.split1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.tlMenu)).BeginInit();
|
this.xtraTabPage1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
this.xtraTabControl1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// toolStripMenuItemRoot
|
//
|
this.toolStripMenuItemRoot.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_16x16;
|
this.toolStripMenuItemRoot.Name = "toolStripMenuItemRoot";
|
this.toolStripMenuItemRoot.Size = new System.Drawing.Size(156, 30);
|
this.toolStripMenuItemRoot.Text = "增加主项";
|
//
|
// toolStripMenuItemEdt
|
//
|
this.toolStripMenuItemEdt.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_trackchanges_16x16;
|
this.toolStripMenuItemEdt.Name = "toolStripMenuItemEdt";
|
this.toolStripMenuItemEdt.Size = new System.Drawing.Size(156, 30);
|
this.toolStripMenuItemEdt.Text = "编辑该项";
|
//
|
// toolStripMenuItemAdd
|
//
|
this.toolStripMenuItemAdd.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_allmarkup_16x16;
|
this.toolStripMenuItemAdd.Name = "toolStripMenuItemAdd";
|
this.toolStripMenuItemAdd.Size = new System.Drawing.Size(156, 30);
|
this.toolStripMenuItemAdd.Text = "增加子项";
|
//
|
// cms1
|
//
|
this.cms1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.cms1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripMenuItemAdd,
|
this.toolStripMenuItemEdt,
|
this.toolStripMenuItemDel,
|
this.toolStripMenuItemRoot});
|
this.cms1.Name = "contextMenuStrip1";
|
this.cms1.Size = new System.Drawing.Size(157, 124);
|
//
|
// toolStripMenuItemDel
|
//
|
this.toolStripMenuItemDel.Image = global::Gs.DevApp.Properties.Resources.deletelist2_16x16;
|
this.toolStripMenuItemDel.Name = "toolStripMenuItemDel";
|
this.toolStripMenuItemDel.Size = new System.Drawing.Size(156, 30);
|
this.toolStripMenuItemDel.Text = "删除该项";
|
//
|
// colId
|
//
|
this.colId.Caption = "ID";
|
this.colId.FieldName = "id";
|
this.colId.MinWidth = 25;
|
this.colId.Name = "colId";
|
this.colId.Width = 94;
|
//
|
// colParentId
|
//
|
this.colParentId.Caption = "父ID";
|
this.colParentId.FieldName = "parentId";
|
this.colParentId.MinWidth = 25;
|
this.colParentId.Name = "colParentId";
|
this.colParentId.Width = 94;
|
//
|
// colCode
|
//
|
this.colCode.Caption = "编码";
|
this.colCode.FieldName = "code";
|
this.colCode.MinWidth = 29;
|
this.colCode.Name = "colCode";
|
this.colCode.Visible = true;
|
this.colCode.VisibleIndex = 0;
|
this.colCode.Width = 150;
|
//
|
// colTitle
|
//
|
this.colTitle.Caption = "名称";
|
this.colTitle.FieldName = "title";
|
this.colTitle.MinWidth = 47;
|
this.colTitle.Name = "colTitle";
|
this.colTitle.Visible = true;
|
this.colTitle.VisibleIndex = 1;
|
this.colTitle.Width = 250;
|
//
|
// colNodeType
|
//
|
this.colNodeType.Caption = "节点类型";
|
this.colNodeType.FieldName = "nodeTypeTxt";
|
this.colNodeType.MinWidth = 29;
|
this.colNodeType.Name = "colNodeType";
|
this.colNodeType.Visible = true;
|
this.colNodeType.VisibleIndex = 2;
|
this.colNodeType.Width = 100;
|
//
|
// colUrl
|
//
|
this.colUrl.Caption = "URL地址";
|
this.colUrl.FieldName = "url";
|
this.colUrl.MinWidth = 29;
|
this.colUrl.Name = "colUrl";
|
this.colUrl.Visible = true;
|
this.colUrl.VisibleIndex = 3;
|
this.colUrl.Width = 250;
|
//
|
// colIsEnabled
|
//
|
this.colIsEnabled.Caption = "启用";
|
this.colIsEnabled.FieldName = "isEnabledTxt";
|
this.colIsEnabled.MinWidth = 29;
|
this.colIsEnabled.Name = "colIsEnabled";
|
this.colIsEnabled.Visible = true;
|
this.colIsEnabled.VisibleIndex = 5;
|
//
|
// colIsExpanded
|
//
|
this.colIsExpanded.Caption = "是否展开";
|
this.colIsExpanded.FieldName = "isExpandedTxt";
|
this.colIsExpanded.MinWidth = 29;
|
this.colIsExpanded.Name = "colIsExpanded";
|
this.colIsExpanded.Visible = true;
|
this.colIsExpanded.VisibleIndex = 6;
|
this.colIsExpanded.Width = 100;
|
//
|
// colSortOrder
|
//
|
this.colSortOrder.Caption = "排序号";
|
this.colSortOrder.FieldName = "sortOrder";
|
this.colSortOrder.MinWidth = 29;
|
this.colSortOrder.Name = "colSortOrder";
|
this.colSortOrder.Visible = true;
|
this.colSortOrder.VisibleIndex = 7;
|
this.colSortOrder.Width = 100;
|
//
|
// colCreatedBy
|
//
|
this.colCreatedBy.Caption = "创建人";
|
this.colCreatedBy.FieldName = "createdBy";
|
this.colCreatedBy.MinWidth = 29;
|
this.colCreatedBy.Name = "colCreatedBy";
|
this.colCreatedBy.Visible = true;
|
this.colCreatedBy.VisibleIndex = 8;
|
this.colCreatedBy.Width = 125;
|
//
|
// colCreatedAt
|
//
|
this.colCreatedAt.Caption = "创建时间";
|
this.colCreatedAt.FieldName = "createdAt";
|
this.colCreatedAt.MinWidth = 29;
|
this.colCreatedAt.Name = "colCreatedAt";
|
this.colCreatedAt.Visible = true;
|
this.colCreatedAt.VisibleIndex = 9;
|
this.colCreatedAt.Width = 187;
|
//
|
// split1
|
//
|
this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
|
this.split1.Horizontal = false;
|
this.split1.Location = new System.Drawing.Point(0, 0);
|
this.split1.Margin = new System.Windows.Forms.Padding(4);
|
this.split1.Name = "split1";
|
//
|
// split1.Panel1
|
//
|
this.split1.Panel1.Controls.Add(this.tlMenu);
|
this.split1.Panel1.Text = "Panel1";
|
//
|
// split1.Panel2
|
//
|
this.split1.Panel2.Text = "Panel2";
|
this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
|
this.split1.Size = new System.Drawing.Size(1236, 831);
|
this.split1.SplitterPosition = 0;
|
this.split1.TabIndex = 0;
|
//
|
// tlMenu
|
//
|
this.tlMenu.Appearance.Row.Options.UseFont = true;
|
this.tlMenu.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
this.colId,
|
this.colParentId,
|
this.colCode,
|
this.colTitle,
|
this.colNodeType,
|
this.colUrl,
|
this.colIsEnabled,
|
this.colIsExpanded,
|
this.colSortOrder,
|
this.colCreatedBy,
|
this.colCreatedAt,
|
this.treeListColumn1});
|
this.tlMenu.Cursor = System.Windows.Forms.Cursors.Default;
|
this.tlMenu.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tlMenu.HorzScrollStep = 4;
|
this.tlMenu.Location = new System.Drawing.Point(0, 0);
|
this.tlMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.tlMenu.MinWidth = 29;
|
this.tlMenu.Name = "tlMenu";
|
this.tlMenu.OptionsBehavior.Editable = false;
|
this.tlMenu.OptionsFind.AlwaysVisible = true;
|
this.tlMenu.OptionsMenu.EnableColumnMenu = false;
|
this.tlMenu.OptionsMenu.EnableFooterMenu = false;
|
this.tlMenu.OptionsMenu.EnableNodeMenu = false;
|
this.tlMenu.OptionsMenu.ShowAddNodeItems = DevExpress.Utils.DefaultBoolean.False;
|
this.tlMenu.OptionsMenu.ShowAutoFilterRowItem = false;
|
this.tlMenu.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.True;
|
this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid;
|
this.tlMenu.Size = new System.Drawing.Size(1236, 816);
|
this.tlMenu.TabIndex = 3;
|
this.tlMenu.TreeLevelWidth = 31;
|
//
|
// xtraTabPage1
|
//
|
this.xtraTabPage1.Controls.Add(this.split1);
|
this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4);
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
this.xtraTabPage1.Size = new System.Drawing.Size(1236, 831);
|
this.xtraTabPage1.Text = "数据列表";
|
//
|
// xtraTabControl1
|
//
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 98);
|
this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4);
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
this.xtraTabControl1.Size = new System.Drawing.Size(1238, 869);
|
this.xtraTabControl1.TabIndex = 5;
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
this.xtraTabPage1});
|
//
|
// toolBarMenu1
|
//
|
this.toolBarMenu1.chkParameter = null;
|
this.toolBarMenu1.currentAction = null;
|
this.toolBarMenu1.defaultActions = null;
|
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.toolBarMenu1.guidKey = null;
|
this.toolBarMenu1.isSetBtn = false;
|
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
|
this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
this.toolBarMenu1.Name = "toolBarMenu1";
|
this.toolBarMenu1.rptParameter = null;
|
this.toolBarMenu1.Size = new System.Drawing.Size(1238, 98);
|
this.toolBarMenu1.TabIndex = 4;
|
this.toolBarMenu1.xlsInService = null;
|
this.toolBarMenu1.xlsOutParameter = null;
|
//
|
// treeListColumn1
|
//
|
this.treeListColumn1.Caption = "轮播时长";
|
this.treeListColumn1.FieldName = "carouselDuration";
|
this.treeListColumn1.Name = "treeListColumn1";
|
this.treeListColumn1.Visible = true;
|
this.treeListColumn1.VisibleIndex = 4;
|
//
|
// SimpleKanBan
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.xtraTabControl1);
|
this.Controls.Add(this.toolBarMenu1);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "SimpleKanBan";
|
this.Size = new System.Drawing.Size(1238, 967);
|
this.cms1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
|
this.split1.Panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
|
this.split1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.tlMenu)).EndInit();
|
this.xtraTabPage1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
this.xtraTabControl1.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemRoot;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemEdt;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAdd;
|
private System.Windows.Forms.ContextMenuStrip cms1;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemDel;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colId;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colParentId;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colCode;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colTitle;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colNodeType;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colUrl;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colIsEnabled;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colIsExpanded;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colSortOrder;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colCreatedBy;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn colCreatedAt;
|
private DevExpress.XtraEditors.SplitContainerControl split1;
|
private DevExpress.XtraTreeList.TreeList tlMenu;
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
private UserControl.UcToolBarMenu toolBarMenu1;
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
|
}
|
}
|