2021-05-07 17:59:08 +08:00
|
|
|
|
|
|
|
|
using DevExpress.XtraEditors;
|
|
|
|
|
using DevExpress.XtraLayout;
|
|
|
|
|
using DevExpress.XtraTab;
|
|
|
|
|
|
|
|
|
|
namespace MES.Form
|
|
|
|
|
{
|
|
|
|
|
partial class FrmsysRole
|
|
|
|
|
{
|
|
|
|
|
/// <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.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId = new DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit();
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList = new DevExpress.XtraTreeList.TreeList();
|
|
|
|
|
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.repositoryItemtxtcreatorId = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
|
|
|
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.repositoryItemtxteditorId = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
|
|
|
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|
|
|
|
this.tabDataList = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.grdList = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
this.grdListView = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
this.tabDataDetail = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.xtraTabControl2 = new DevExpress.XtraTab.XtraTabControl();
|
|
|
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
|
this.txtid = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtcompanyId = new DevExpress.XtraEditors.TreeListLookUpEdit();
|
|
|
|
|
this.txtcompanyIdTreeList = new DevExpress.XtraTreeList.TreeList();
|
|
|
|
|
this.txtname = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.txtcreatorId = new DevExpress.XtraEditors.LookUpEdit();
|
|
|
|
|
this.txtcreateTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
|
|
this.txteditorId = new DevExpress.XtraEditors.LookUpEdit();
|
|
|
|
|
this.txteditTime = new DevExpress.XtraEditors.DateEdit();
|
|
|
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
|
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.btnRefrsh = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.treeList1 = new DevExpress.XtraTreeList.TreeList();
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
|
|
|
|
|
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
|
|
|
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.treeList2 = new DevExpress.XtraTreeList.TreeList();
|
|
|
|
|
this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
|
|
|
this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
|
|
|
this.treeListColumn3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
|
|
|
this.treeListColumn4 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
|
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
|
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
|
|
this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
|
2021-05-07 17:59:08 +08:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtcompanyId)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtcompanyIdTreeList)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcreatorId)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxteditorId)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|
|
|
|
this.xtraTabControl1.SuspendLayout();
|
|
|
|
|
this.tabDataList.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdListView)).BeginInit();
|
|
|
|
|
this.tabDataDetail.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
|
|
|
this.panelControl2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).BeginInit();
|
|
|
|
|
this.xtraTabControl2.SuspendLayout();
|
|
|
|
|
this.xtraTabPage1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
|
|
this.layoutControl1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcompanyId.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcompanyIdTreeList)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcreatorId.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txteditorId.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties.CalendarTimeProperties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
|
|
|
|
this.xtraTabPage2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
|
|
|
|
|
this.panelControl3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
|
|
|
this.panelControl4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabPage3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
|
|
|
|
|
this.panelControl5.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
|
|
|
|
|
this.panelControl7.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
|
|
|
|
|
this.panelControl6.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
|
|
|
|
|
this.layoutControl2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
|
2021-05-07 17:59:08 +08:00
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// gridColumn1
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn1.Caption = "ID";
|
|
|
|
|
this.gridColumn1.FieldName = "id";
|
|
|
|
|
this.gridColumn1.Name = "gridColumn1";
|
|
|
|
|
this.gridColumn1.Visible = true;
|
|
|
|
|
this.gridColumn1.VisibleIndex = 0;
|
|
|
|
|
this.gridColumn1.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn2
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn2.Caption = "公司id";
|
|
|
|
|
this.gridColumn2.ColumnEdit = this.repositoryItemTreeListtxtcompanyId;
|
|
|
|
|
this.gridColumn2.FieldName = "companyId";
|
|
|
|
|
this.gridColumn2.Name = "gridColumn2";
|
|
|
|
|
this.gridColumn2.Visible = true;
|
|
|
|
|
this.gridColumn2.VisibleIndex = 1;
|
|
|
|
|
this.gridColumn2.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemTreeListtxtcompanyId
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId.AutoHeight = false;
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId.DisplayMember = "Name";
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId.Name = "repositoryItemTreeListtxtcompanyId";
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId.TreeList = this.repositoryItemTreeListtxtcompanyIdTreeList;
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyId.ValueMember = "ID";
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemTreeListtxtcompanyIdTreeList
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList.Name = "repositoryItemTreeListtxtcompanyIdTreeList";
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList.OptionsView.ShowIndentAsRowStyle = true;
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList.ParentFieldName = "PID";
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList.Size = new System.Drawing.Size(400, 200);
|
|
|
|
|
this.repositoryItemTreeListtxtcompanyIdTreeList.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn3
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn3.Caption = "公司名称";
|
|
|
|
|
this.gridColumn3.FieldName = "companyName";
|
|
|
|
|
this.gridColumn3.Name = "gridColumn3";
|
|
|
|
|
this.gridColumn3.Visible = true;
|
|
|
|
|
this.gridColumn3.VisibleIndex = 2;
|
|
|
|
|
this.gridColumn3.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn4
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn4.Caption = "角色名称";
|
|
|
|
|
this.gridColumn4.FieldName = "name";
|
|
|
|
|
this.gridColumn4.Name = "gridColumn4";
|
|
|
|
|
this.gridColumn4.Visible = true;
|
|
|
|
|
this.gridColumn4.VisibleIndex = 3;
|
|
|
|
|
this.gridColumn4.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn5
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn5.Caption = "创建人";
|
|
|
|
|
this.gridColumn5.ColumnEdit = this.repositoryItemtxtcreatorId;
|
|
|
|
|
this.gridColumn5.FieldName = "creatorId";
|
|
|
|
|
this.gridColumn5.Name = "gridColumn5";
|
|
|
|
|
this.gridColumn5.Visible = true;
|
|
|
|
|
this.gridColumn5.VisibleIndex = 4;
|
|
|
|
|
this.gridColumn5.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemtxtcreatorId
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemtxtcreatorId.AutoHeight = false;
|
|
|
|
|
this.repositoryItemtxtcreatorId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemtxtcreatorId.DisplayMember = "Name";
|
|
|
|
|
this.repositoryItemtxtcreatorId.Name = "repositoryItemtxtcreatorId";
|
|
|
|
|
this.repositoryItemtxtcreatorId.ValueMember = "ID";
|
|
|
|
|
//
|
|
|
|
|
// gridColumn6
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn6.Caption = "创建时间";
|
|
|
|
|
this.gridColumn6.DisplayFormat.FormatString = "G";
|
|
|
|
|
this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
|
|
|
this.gridColumn6.FieldName = "createTime";
|
|
|
|
|
this.gridColumn6.Name = "gridColumn6";
|
|
|
|
|
this.gridColumn6.Visible = true;
|
|
|
|
|
this.gridColumn6.VisibleIndex = 5;
|
|
|
|
|
this.gridColumn6.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn7
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn7.Caption = "编辑人";
|
|
|
|
|
this.gridColumn7.ColumnEdit = this.repositoryItemtxteditorId;
|
|
|
|
|
this.gridColumn7.FieldName = "editorId";
|
|
|
|
|
this.gridColumn7.Name = "gridColumn7";
|
|
|
|
|
this.gridColumn7.Visible = true;
|
|
|
|
|
this.gridColumn7.VisibleIndex = 6;
|
|
|
|
|
this.gridColumn7.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemtxteditorId
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemtxteditorId.AutoHeight = false;
|
|
|
|
|
this.repositoryItemtxteditorId.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemtxteditorId.DisplayMember = "Name";
|
|
|
|
|
this.repositoryItemtxteditorId.Name = "repositoryItemtxteditorId";
|
|
|
|
|
this.repositoryItemtxteditorId.ValueMember = "ID";
|
|
|
|
|
//
|
|
|
|
|
// gridColumn8
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn8.Caption = "编辑时间";
|
|
|
|
|
this.gridColumn8.DisplayFormat.FormatString = "G";
|
|
|
|
|
this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
|
|
|
this.gridColumn8.FieldName = "editTime";
|
|
|
|
|
this.gridColumn8.Name = "gridColumn8";
|
|
|
|
|
this.gridColumn8.Visible = true;
|
|
|
|
|
this.gridColumn8.VisibleIndex = 7;
|
|
|
|
|
this.gridColumn8.Width = 201;
|
|
|
|
|
//
|
|
|
|
|
// xtraTabControl1
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 34);
|
|
|
|
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|
|
|
|
this.xtraTabControl1.SelectedTabPage = this.tabDataList;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabControl1.Size = new System.Drawing.Size(738, 645);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.xtraTabControl1.TabIndex = 1;
|
|
|
|
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
|
|
this.tabDataList,
|
|
|
|
|
this.tabDataDetail});
|
|
|
|
|
//
|
|
|
|
|
// tabDataList
|
|
|
|
|
//
|
|
|
|
|
this.tabDataList.Controls.Add(this.grdList);
|
|
|
|
|
this.tabDataList.Name = "tabDataList";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.tabDataList.Size = new System.Drawing.Size(732, 616);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.tabDataList.Text = "数据列表";
|
|
|
|
|
//
|
|
|
|
|
// grdList
|
|
|
|
|
//
|
|
|
|
|
this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.grdList.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.grdList.MainView = this.grdListView;
|
|
|
|
|
this.grdList.Name = "grdList";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.grdList.Size = new System.Drawing.Size(732, 616);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.grdList.TabIndex = 0;
|
|
|
|
|
this.grdList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
|
|
this.grdListView});
|
|
|
|
|
//
|
|
|
|
|
// grdListView
|
|
|
|
|
//
|
|
|
|
|
this.grdListView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
|
|
this.gridColumn1,
|
|
|
|
|
this.gridColumn2,
|
|
|
|
|
this.gridColumn3,
|
|
|
|
|
this.gridColumn4,
|
|
|
|
|
this.gridColumn5,
|
|
|
|
|
this.gridColumn6,
|
|
|
|
|
this.gridColumn7,
|
|
|
|
|
this.gridColumn8});
|
|
|
|
|
this.grdListView.GridControl = this.grdList;
|
|
|
|
|
this.grdListView.Name = "grdListView";
|
|
|
|
|
this.grdListView.OptionsBehavior.Editable = false;
|
|
|
|
|
this.grdListView.OptionsView.ColumnAutoWidth = false;
|
|
|
|
|
//
|
|
|
|
|
// tabDataDetail
|
|
|
|
|
//
|
|
|
|
|
this.tabDataDetail.Controls.Add(this.panelControl2);
|
|
|
|
|
this.tabDataDetail.Name = "tabDataDetail";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.tabDataDetail.Size = new System.Drawing.Size(732, 616);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.tabDataDetail.Text = "数据编辑";
|
|
|
|
|
//
|
|
|
|
|
// panelControl2
|
|
|
|
|
//
|
|
|
|
|
this.panelControl2.Controls.Add(this.xtraTabControl2);
|
|
|
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panelControl2.Name = "panelControl2";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.panelControl2.Size = new System.Drawing.Size(732, 616);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.panelControl2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// xtraTabControl2
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.xtraTabControl2.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.xtraTabControl2.Name = "xtraTabControl2";
|
|
|
|
|
this.xtraTabControl2.SelectedTabPage = this.xtraTabPage1;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabControl2.Size = new System.Drawing.Size(728, 612);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.xtraTabControl2.TabIndex = 7;
|
|
|
|
|
this.xtraTabControl2.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
|
|
this.xtraTabPage1,
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabPage2,
|
|
|
|
|
this.xtraTabPage3});
|
2021-05-07 17:59:08 +08:00
|
|
|
//
|
|
|
|
|
// xtraTabPage1
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage1.Controls.Add(this.layoutControl1);
|
|
|
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(722, 583);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.xtraTabPage1.Text = "角色基础信息";
|
|
|
|
|
//
|
|
|
|
|
// layoutControl1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtid);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcompanyId);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtname);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcreatorId);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txtcreateTime);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txteditorId);
|
|
|
|
|
this.layoutControl1.Controls.Add(this.txteditTime);
|
|
|
|
|
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.layoutControlGroup1;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControl1.Size = new System.Drawing.Size(722, 583);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControl1.TabIndex = 6;
|
|
|
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
|
|
|
//
|
|
|
|
|
// txtid
|
|
|
|
|
//
|
|
|
|
|
this.txtid.Location = new System.Drawing.Point(63, 12);
|
|
|
|
|
this.txtid.Name = "txtid";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtid.Size = new System.Drawing.Size(296, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtid.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtid.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// txtcompanyId
|
|
|
|
|
//
|
|
|
|
|
this.txtcompanyId.EditValue = "";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtcompanyId.Location = new System.Drawing.Point(414, 12);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtcompanyId.Name = "txtcompanyId";
|
|
|
|
|
this.txtcompanyId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txtcompanyId.Properties.DisplayMember = "Name";
|
|
|
|
|
this.txtcompanyId.Properties.TreeList = this.txtcompanyIdTreeList;
|
|
|
|
|
this.txtcompanyId.Properties.ValueMember = "ID";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtcompanyId.Size = new System.Drawing.Size(296, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtcompanyId.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcompanyId.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// txtcompanyIdTreeList
|
|
|
|
|
//
|
|
|
|
|
this.txtcompanyIdTreeList.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.txtcompanyIdTreeList.Name = "txtcompanyIdTreeList";
|
|
|
|
|
this.txtcompanyIdTreeList.OptionsView.ShowIndentAsRowStyle = true;
|
|
|
|
|
this.txtcompanyIdTreeList.ParentFieldName = "PID";
|
|
|
|
|
this.txtcompanyIdTreeList.Size = new System.Drawing.Size(400, 200);
|
|
|
|
|
this.txtcompanyIdTreeList.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// txtname
|
|
|
|
|
//
|
|
|
|
|
this.txtname.Location = new System.Drawing.Point(63, 36);
|
|
|
|
|
this.txtname.Name = "txtname";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtname.Size = new System.Drawing.Size(647, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtname.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtname.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// txtcreatorId
|
|
|
|
|
//
|
|
|
|
|
this.txtcreatorId.EditValue = "";
|
|
|
|
|
this.txtcreatorId.Location = new System.Drawing.Point(63, 60);
|
|
|
|
|
this.txtcreatorId.Name = "txtcreatorId";
|
|
|
|
|
this.txtcreatorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txtcreatorId.Properties.DisplayMember = "Name";
|
|
|
|
|
this.txtcreatorId.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
|
|
|
|
|
this.txtcreatorId.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|
|
|
|
this.txtcreatorId.Properties.ValueMember = "ID";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtcreatorId.Size = new System.Drawing.Size(296, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtcreatorId.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcreatorId.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// txtcreateTime
|
|
|
|
|
//
|
|
|
|
|
this.txtcreateTime.EditValue = null;
|
|
|
|
|
this.txtcreateTime.ImeMode = System.Windows.Forms.ImeMode.Off;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtcreateTime.Location = new System.Drawing.Point(414, 60);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtcreateTime.Name = "txtcreateTime";
|
|
|
|
|
this.txtcreateTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txtcreateTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
|
|
this.txtcreateTime.Properties.DisplayFormat.FormatString = "G";
|
|
|
|
|
this.txtcreateTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txtcreateTime.Size = new System.Drawing.Size(296, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txtcreateTime.StyleController = this.layoutControl1;
|
|
|
|
|
this.txtcreateTime.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// txteditorId
|
|
|
|
|
//
|
|
|
|
|
this.txteditorId.EditValue = "";
|
|
|
|
|
this.txteditorId.Location = new System.Drawing.Point(63, 84);
|
|
|
|
|
this.txteditorId.Name = "txteditorId";
|
|
|
|
|
this.txteditorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txteditorId.Properties.DisplayMember = "Name";
|
|
|
|
|
this.txteditorId.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
|
|
|
|
|
this.txteditorId.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
|
|
|
|
|
this.txteditorId.Properties.ValueMember = "ID";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txteditorId.Size = new System.Drawing.Size(296, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txteditorId.StyleController = this.layoutControl1;
|
|
|
|
|
this.txteditorId.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// txteditTime
|
|
|
|
|
//
|
|
|
|
|
this.txteditTime.EditValue = null;
|
|
|
|
|
this.txteditTime.ImeMode = System.Windows.Forms.ImeMode.Off;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txteditTime.Location = new System.Drawing.Point(414, 84);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txteditTime.Name = "txteditTime";
|
|
|
|
|
this.txteditTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.txteditTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
|
|
this.txteditTime.Properties.DisplayFormat.FormatString = "G";
|
|
|
|
|
this.txteditTime.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.txteditTime.Size = new System.Drawing.Size(296, 20);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.txteditTime.StyleController = this.layoutControl1;
|
|
|
|
|
this.txteditTime.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlGroup1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
|
|
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.layoutControlItem1,
|
|
|
|
|
this.layoutControlItem4,
|
|
|
|
|
this.layoutControlItem5,
|
|
|
|
|
this.layoutControlItem7,
|
|
|
|
|
this.layoutControlItem2,
|
|
|
|
|
this.layoutControlItem6,
|
|
|
|
|
this.emptySpaceItem1,
|
|
|
|
|
this.layoutControlItem8});
|
|
|
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(722, 583);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem1
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem1.Control = this.txtid;
|
|
|
|
|
this.layoutControlItem1.CustomizationFormText = "ID";
|
|
|
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(351, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem1.Text = "ID";
|
|
|
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem4
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem4.Control = this.txtname;
|
|
|
|
|
this.layoutControlItem4.CustomizationFormText = "角色名称";
|
|
|
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 24);
|
|
|
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(702, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem4.Text = "角色名称";
|
|
|
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem5
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem5.Control = this.txtcreatorId;
|
|
|
|
|
this.layoutControlItem5.CustomizationFormText = "创建人";
|
|
|
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 48);
|
|
|
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(351, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem5.Text = "创建人";
|
|
|
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem7
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem7.Control = this.txteditorId;
|
|
|
|
|
this.layoutControlItem7.CustomizationFormText = "编辑人";
|
|
|
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 72);
|
|
|
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem7.Size = new System.Drawing.Size(351, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem7.Text = "编辑人";
|
|
|
|
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem2
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem2.Control = this.txtcompanyId;
|
|
|
|
|
this.layoutControlItem2.CustomizationFormText = "公司";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(351, 0);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(351, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem2.Text = "公司";
|
|
|
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem6
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem6.Control = this.txtcreateTime;
|
|
|
|
|
this.layoutControlItem6.CustomizationFormText = "创建时间";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(351, 48);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(351, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem6.Text = "创建时间";
|
|
|
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// emptySpaceItem1
|
|
|
|
|
//
|
|
|
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
|
|
|
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 96);
|
|
|
|
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.emptySpaceItem1.Size = new System.Drawing.Size(702, 467);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem8
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem8.Control = this.txteditTime;
|
|
|
|
|
this.layoutControlItem8.CustomizationFormText = "编辑时间";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem8.Location = new System.Drawing.Point(351, 72);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.layoutControlItem8.Size = new System.Drawing.Size(351, 24);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.layoutControlItem8.Text = "编辑时间";
|
|
|
|
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
|
|
|
|
|
//
|
|
|
|
|
// xtraTabPage2
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage2.Controls.Add(this.panelControl3);
|
|
|
|
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabPage2.Size = new System.Drawing.Size(722, 583);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.xtraTabPage2.Text = "可操作功能";
|
|
|
|
|
//
|
|
|
|
|
// panelControl3
|
|
|
|
|
//
|
|
|
|
|
this.panelControl3.Controls.Add(this.panelControl4);
|
|
|
|
|
this.panelControl3.Controls.Add(this.treeList1);
|
|
|
|
|
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panelControl3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panelControl3.Name = "panelControl3";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.panelControl3.Size = new System.Drawing.Size(722, 583);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.panelControl3.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// panelControl4
|
|
|
|
|
//
|
|
|
|
|
this.panelControl4.Controls.Add(this.btnRefrsh);
|
|
|
|
|
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panelControl4.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.panelControl4.Name = "panelControl4";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.panelControl4.Size = new System.Drawing.Size(718, 36);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.panelControl4.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// btnRefrsh
|
|
|
|
|
//
|
|
|
|
|
this.btnRefrsh.Location = new System.Drawing.Point(6, 8);
|
|
|
|
|
this.btnRefrsh.Name = "btnRefrsh";
|
|
|
|
|
this.btnRefrsh.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnRefrsh.TabIndex = 0;
|
|
|
|
|
this.btnRefrsh.Text = "刷新列表";
|
|
|
|
|
this.btnRefrsh.Click += new System.EventHandler(this.btnRefrsh_Click);
|
|
|
|
|
//
|
|
|
|
|
// treeList1
|
|
|
|
|
//
|
|
|
|
|
this.treeList1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.treeList1.Location = new System.Drawing.Point(2, 39);
|
|
|
|
|
this.treeList1.Name = "treeList1";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.treeList1.OptionsBehavior.Editable = false;
|
2021-05-07 17:59:08 +08:00
|
|
|
this.treeList1.ParentFieldName = "PID";
|
2021-05-08 16:42:38 +08:00
|
|
|
this.treeList1.Size = new System.Drawing.Size(720, 544);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.treeList1.TabIndex = 0;
|
|
|
|
|
//
|
2021-05-08 16:42:38 +08:00
|
|
|
// xtraTabPage3
|
|
|
|
|
//
|
|
|
|
|
this.xtraTabPage3.Controls.Add(this.panelControl5);
|
|
|
|
|
this.xtraTabPage3.Name = "xtraTabPage3";
|
|
|
|
|
this.xtraTabPage3.Size = new System.Drawing.Size(722, 583);
|
|
|
|
|
this.xtraTabPage3.Text = "用户";
|
|
|
|
|
//
|
|
|
|
|
// panelControl5
|
|
|
|
|
//
|
|
|
|
|
this.panelControl5.Controls.Add(this.panelControl7);
|
|
|
|
|
this.panelControl5.Controls.Add(this.panelControl6);
|
|
|
|
|
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panelControl5.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panelControl5.Name = "panelControl5";
|
|
|
|
|
this.panelControl5.Size = new System.Drawing.Size(722, 583);
|
|
|
|
|
this.panelControl5.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// panelControl7
|
|
|
|
|
//
|
|
|
|
|
this.panelControl7.Controls.Add(this.gridControl1);
|
|
|
|
|
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.panelControl7.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.panelControl7.Name = "panelControl7";
|
|
|
|
|
this.panelControl7.Size = new System.Drawing.Size(245, 579);
|
|
|
|
|
this.panelControl7.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// gridControl1
|
|
|
|
|
//
|
|
|
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.gridControl1.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.gridControl1.MainView = this.gridView1;
|
|
|
|
|
this.gridControl1.Name = "gridControl1";
|
|
|
|
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
|
|
this.repositoryItemLookUpEdit1});
|
|
|
|
|
this.gridControl1.Size = new System.Drawing.Size(241, 575);
|
|
|
|
|
this.gridControl1.TabIndex = 0;
|
|
|
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
|
|
this.gridView1});
|
|
|
|
|
//
|
|
|
|
|
// gridView1
|
|
|
|
|
//
|
|
|
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
|
|
this.gridColumn9,
|
|
|
|
|
this.gridColumn10,
|
|
|
|
|
this.gridColumn11,
|
|
|
|
|
this.gridColumn12});
|
|
|
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn9
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn9.Caption = "工号";
|
|
|
|
|
this.gridColumn9.FieldName = "account";
|
|
|
|
|
this.gridColumn9.Name = "gridColumn9";
|
|
|
|
|
this.gridColumn9.Visible = true;
|
|
|
|
|
this.gridColumn9.VisibleIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn10
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn10.Caption = "姓名";
|
|
|
|
|
this.gridColumn10.FieldName = "username";
|
|
|
|
|
this.gridColumn10.Name = "gridColumn10";
|
|
|
|
|
this.gridColumn10.Visible = true;
|
|
|
|
|
this.gridColumn10.VisibleIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// gridColumn11
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn11.Caption = "部门";
|
|
|
|
|
this.gridColumn11.ColumnEdit = this.repositoryItemLookUpEdit1;
|
|
|
|
|
this.gridColumn11.FieldName = "deptId";
|
|
|
|
|
this.gridColumn11.Name = "gridColumn11";
|
|
|
|
|
this.gridColumn11.Visible = true;
|
|
|
|
|
this.gridColumn11.VisibleIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemLookUpEdit1
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemLookUpEdit1.AutoHeight = false;
|
|
|
|
|
this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemLookUpEdit1.DisplayMember = "Name";
|
|
|
|
|
this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
|
|
|
|
|
this.repositoryItemLookUpEdit1.NullText = "";
|
|
|
|
|
this.repositoryItemLookUpEdit1.ValueMember = "ID";
|
|
|
|
|
//
|
|
|
|
|
// gridColumn12
|
|
|
|
|
//
|
|
|
|
|
this.gridColumn12.Caption = "gridColumn12";
|
|
|
|
|
this.gridColumn12.FieldName = "id";
|
|
|
|
|
this.gridColumn12.Name = "gridColumn12";
|
|
|
|
|
//
|
|
|
|
|
// panelControl6
|
|
|
|
|
//
|
|
|
|
|
this.panelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.panelControl6.Controls.Add(this.layoutControl2);
|
|
|
|
|
this.panelControl6.Location = new System.Drawing.Point(247, 2);
|
|
|
|
|
this.panelControl6.Name = "panelControl6";
|
|
|
|
|
this.panelControl6.Size = new System.Drawing.Size(474, 581);
|
|
|
|
|
this.panelControl6.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// layoutControl2
|
|
|
|
|
//
|
|
|
|
|
this.layoutControl2.Controls.Add(this.simpleButton2);
|
|
|
|
|
this.layoutControl2.Controls.Add(this.treeList2);
|
|
|
|
|
this.layoutControl2.Controls.Add(this.simpleButton1);
|
|
|
|
|
this.layoutControl2.Controls.Add(this.textEdit1);
|
|
|
|
|
this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.layoutControl2.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.layoutControl2.Name = "layoutControl2";
|
|
|
|
|
this.layoutControl2.Root = this.Root;
|
|
|
|
|
this.layoutControl2.Size = new System.Drawing.Size(470, 577);
|
|
|
|
|
this.layoutControl2.TabIndex = 1;
|
|
|
|
|
this.layoutControl2.Text = "layoutControl2";
|
|
|
|
|
//
|
|
|
|
|
// simpleButton2
|
|
|
|
|
//
|
|
|
|
|
this.simpleButton2.Location = new System.Drawing.Point(12, 543);
|
|
|
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
|
|
|
this.simpleButton2.Size = new System.Drawing.Size(446, 22);
|
|
|
|
|
this.simpleButton2.StyleController = this.layoutControl2;
|
|
|
|
|
this.simpleButton2.TabIndex = 10;
|
|
|
|
|
this.simpleButton2.Text = "确定";
|
|
|
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
|
|
|
//
|
|
|
|
|
// treeList2
|
|
|
|
|
//
|
|
|
|
|
this.treeList2.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
|
|
|
this.treeListColumn1,
|
|
|
|
|
this.treeListColumn2,
|
|
|
|
|
this.treeListColumn3,
|
|
|
|
|
this.treeListColumn4});
|
|
|
|
|
this.treeList2.Location = new System.Drawing.Point(12, 38);
|
|
|
|
|
this.treeList2.Name = "treeList2";
|
|
|
|
|
this.treeList2.Size = new System.Drawing.Size(446, 501);
|
|
|
|
|
this.treeList2.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// treeListColumn1
|
|
|
|
|
//
|
|
|
|
|
this.treeListColumn1.Caption = "工号";
|
|
|
|
|
this.treeListColumn1.FieldName = "account";
|
|
|
|
|
this.treeListColumn1.Name = "treeListColumn1";
|
|
|
|
|
this.treeListColumn1.Visible = true;
|
|
|
|
|
this.treeListColumn1.VisibleIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// treeListColumn2
|
|
|
|
|
//
|
|
|
|
|
this.treeListColumn2.Caption = "姓名";
|
|
|
|
|
this.treeListColumn2.FieldName = "username";
|
|
|
|
|
this.treeListColumn2.Name = "treeListColumn2";
|
|
|
|
|
this.treeListColumn2.Visible = true;
|
|
|
|
|
this.treeListColumn2.VisibleIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// treeListColumn3
|
|
|
|
|
//
|
|
|
|
|
this.treeListColumn3.Caption = "部门";
|
|
|
|
|
this.treeListColumn3.FieldName = "deptId";
|
|
|
|
|
this.treeListColumn3.Name = "treeListColumn3";
|
|
|
|
|
//
|
|
|
|
|
// treeListColumn4
|
|
|
|
|
//
|
|
|
|
|
this.treeListColumn4.Caption = "treeListColumn4";
|
|
|
|
|
this.treeListColumn4.FieldName = "id";
|
|
|
|
|
this.treeListColumn4.Name = "treeListColumn4";
|
|
|
|
|
//
|
|
|
|
|
// simpleButton1
|
|
|
|
|
//
|
|
|
|
|
this.simpleButton1.Location = new System.Drawing.Point(371, 12);
|
|
|
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
|
|
|
this.simpleButton1.Size = new System.Drawing.Size(87, 22);
|
|
|
|
|
this.simpleButton1.StyleController = this.layoutControl2;
|
|
|
|
|
this.simpleButton1.TabIndex = 8;
|
|
|
|
|
this.simpleButton1.Text = "搜索";
|
|
|
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
|
|
|
//
|
|
|
|
|
// textEdit1
|
|
|
|
|
//
|
|
|
|
|
this.textEdit1.Location = new System.Drawing.Point(39, 12);
|
|
|
|
|
this.textEdit1.Name = "textEdit1";
|
|
|
|
|
this.textEdit1.Size = new System.Drawing.Size(328, 20);
|
|
|
|
|
this.textEdit1.StyleController = this.layoutControl2;
|
|
|
|
|
this.textEdit1.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// Root
|
|
|
|
|
//
|
|
|
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
|
|
this.Root.GroupBordersVisible = false;
|
|
|
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
|
|
this.layoutControlItem9,
|
|
|
|
|
this.layoutControlItem10,
|
|
|
|
|
this.layoutControlItem3,
|
|
|
|
|
this.layoutControlItem11});
|
|
|
|
|
this.Root.Name = "Root";
|
|
|
|
|
this.Root.Size = new System.Drawing.Size(470, 577);
|
|
|
|
|
this.Root.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem9
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem9.Control = this.textEdit1;
|
|
|
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
|
|
|
this.layoutControlItem9.Size = new System.Drawing.Size(359, 26);
|
|
|
|
|
this.layoutControlItem9.Text = "工号";
|
|
|
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(24, 14);
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem10
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem10.Control = this.simpleButton1;
|
|
|
|
|
this.layoutControlItem10.Location = new System.Drawing.Point(359, 0);
|
|
|
|
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
|
|
|
|
this.layoutControlItem10.Size = new System.Drawing.Size(91, 26);
|
|
|
|
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
this.layoutControlItem10.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem3
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem3.Control = this.treeList2;
|
|
|
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
|
|
|
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
|
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(450, 505);
|
|
|
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
this.layoutControlItem3.TextVisible = false;
|
|
|
|
|
//
|
|
|
|
|
// layoutControlItem11
|
|
|
|
|
//
|
|
|
|
|
this.layoutControlItem11.Control = this.simpleButton2;
|
|
|
|
|
this.layoutControlItem11.Location = new System.Drawing.Point(0, 531);
|
|
|
|
|
this.layoutControlItem11.Name = "layoutControlItem11";
|
|
|
|
|
this.layoutControlItem11.Size = new System.Drawing.Size(450, 26);
|
|
|
|
|
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
|
|
|
|
|
this.layoutControlItem11.TextVisible = false;
|
|
|
|
|
//
|
2021-05-07 17:59:08 +08:00
|
|
|
// FrmsysRole
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2021-05-08 16:42:38 +08:00
|
|
|
this.ClientSize = new System.Drawing.Size(738, 679);
|
2021-05-07 17:59:08 +08:00
|
|
|
this.Controls.Add(this.xtraTabControl1);
|
|
|
|
|
this.Name = "FrmsysRole";
|
|
|
|
|
this.Text = "FrmsysRole";
|
|
|
|
|
this.Load += new System.EventHandler(this.FrmsysRole_Load);
|
|
|
|
|
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtcompanyId)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtcompanyIdTreeList)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxtcreatorId)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemtxteditorId)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|
|
|
|
this.xtraTabControl1.ResumeLayout(false);
|
|
|
|
|
this.tabDataList.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.grdListView)).EndInit();
|
|
|
|
|
this.tabDataDetail.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
|
|
|
this.panelControl2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl2)).EndInit();
|
|
|
|
|
this.xtraTabControl2.ResumeLayout(false);
|
|
|
|
|
this.xtraTabPage1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
|
|
this.layoutControl1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcompanyId.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcompanyIdTreeList)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcreatorId.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties.CalendarTimeProperties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txteditorId.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties.CalendarTimeProperties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
|
|
|
|
this.xtraTabPage2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
|
|
|
|
|
this.panelControl3.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
|
|
|
this.panelControl4.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
|
2021-05-08 16:42:38 +08:00
|
|
|
this.xtraTabPage3.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
|
|
|
|
|
this.panelControl5.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
|
|
|
|
|
this.panelControl7.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
|
|
|
|
|
this.panelControl6.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
|
|
|
|
|
this.layoutControl2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
|
2021-05-07 17:59:08 +08:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private XtraTabControl xtraTabControl1;
|
|
|
|
|
private XtraTabPage tabDataList;
|
|
|
|
|
private XtraTabPage tabDataDetail;
|
|
|
|
|
private DevExpress.XtraGrid.GridControl grdList;
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView grdListView;
|
|
|
|
|
private PanelControl panelControl2;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtid;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraTreeList.TreeList txtcompanyIdTreeList;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit repositoryItemTreeListtxtcompanyId;
|
|
|
|
|
private DevExpress.XtraTreeList.TreeList repositoryItemTreeListtxtcompanyIdTreeList;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraEditors.TreeListLookUpEdit txtcompanyId;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtname;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemtxtcreatorId;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraEditors.LookUpEdit txtcreatorId;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.DateEdit txtcreateTime;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemtxteditorId;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraEditors.LookUpEdit txteditorId;
|
|
|
|
|
///////////////////////////////
|
|
|
|
|
private DevExpress.XtraEditors.DateEdit txteditTime;
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
|
|
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
|
|
|
|
private EmptySpaceItem emptySpaceItem1;
|
|
|
|
|
private XtraTabControl xtraTabControl2;
|
|
|
|
|
private XtraTabPage xtraTabPage1;
|
|
|
|
|
private LayoutControlItem layoutControlItem2;
|
|
|
|
|
private XtraTabPage xtraTabPage2;
|
|
|
|
|
private PanelControl panelControl3;
|
|
|
|
|
private DevExpress.XtraTreeList.TreeList treeList1;
|
|
|
|
|
private PanelControl panelControl4;
|
|
|
|
|
private SimpleButton btnRefrsh;
|
2021-05-08 16:42:38 +08:00
|
|
|
private XtraTabPage xtraTabPage3;
|
|
|
|
|
private PanelControl panelControl5;
|
|
|
|
|
private PanelControl panelControl7;
|
|
|
|
|
private PanelControl panelControl6;
|
|
|
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
|
|
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
|
|
|
|
|
private LayoutControl layoutControl2;
|
|
|
|
|
private SimpleButton simpleButton1;
|
|
|
|
|
private TextEdit textEdit1;
|
|
|
|
|
private LayoutControlGroup Root;
|
|
|
|
|
private LayoutControlItem layoutControlItem9;
|
|
|
|
|
private LayoutControlItem layoutControlItem10;
|
|
|
|
|
private DevExpress.XtraTreeList.TreeList treeList2;
|
|
|
|
|
private LayoutControlItem layoutControlItem3;
|
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
|
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn2;
|
|
|
|
|
private SimpleButton simpleButton2;
|
|
|
|
|
private LayoutControlItem layoutControlItem11;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
|
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn3;
|
|
|
|
|
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn4;
|
2021-05-07 17:59:08 +08:00
|
|
|
}
|
|
|
|
|
}
|