WinFormTools/WinformGeneralDeveloperFrame/Form/FrmsysDictData.designer.cs

687 lines
39 KiB
C#
Raw Normal View History

2021-04-13 17:46:18 +08:00
using DevExpress.XtraEditors;
using DevExpress.XtraLayout;
using DevExpress.XtraTab;
namespace MES.Form
{
partial class FrmsysDictData
{
/// <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()
{
2021-04-17 15:40:26 +08:00
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemTreeListtxtdictTypeID = new DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit();
this.repositoryItemTreeListtxtdictTypeIDTreeList = 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.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemtxtcreatorId = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemtxteditorId = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
2021-04-13 17:46:18 +08:00
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();
2021-04-17 15:40:26 +08:00
this.tabDataDetail = new DevExpress.XtraTab.XtraTabPage();
2021-04-13 17:46:18 +08:00
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
2021-04-17 15:40:26 +08:00
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtid = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtdictTypeID = new DevExpress.XtraEditors.TreeListLookUpEdit();
this.txtdictTypeIDTreeList = new DevExpress.XtraTreeList.TreeList();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtcode = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtvalue = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtremark = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtsort = new DevExpress.XtraEditors.TextEdit();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtcreatorId = new DevExpress.XtraEditors.LookUpEdit();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.txtcreateTime = new DevExpress.XtraEditors.DateEdit();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.txteditorId = new DevExpress.XtraEditors.LookUpEdit();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
this.txteditTime = new DevExpress.XtraEditors.DateEdit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtdictTypeID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtdictTypeIDTreeList)).BeginInit();
2021-04-17 15:40:26 +08:00
((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.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtdictTypeID.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtdictTypeIDTreeList)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtcode.Properties)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtvalue.Properties)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtsort.Properties)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtcreatorId.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txteditorId.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties)).BeginInit();
this.SuspendLayout();
2021-04-17 15:40:26 +08:00
//
// gridColumn1
//
this.gridColumn1.Caption = "id";
this.gridColumn1.FieldName = "id";
this.gridColumn1.Name = "gridColumn1";
//
// gridColumn2
//
this.gridColumn2.Caption = "类型";
this.gridColumn2.ColumnEdit = this.repositoryItemTreeListtxtdictTypeID;
this.gridColumn2.FieldName = "dictTypeID";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
this.gridColumn2.Width = 201;
//
// repositoryItemTreeListtxtdictTypeID
//
this.repositoryItemTreeListtxtdictTypeID.AutoHeight = false;
this.repositoryItemTreeListtxtdictTypeID.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemTreeListtxtdictTypeID.DisplayMember = "Name";
this.repositoryItemTreeListtxtdictTypeID.Name = "repositoryItemTreeListtxtdictTypeID";
this.repositoryItemTreeListtxtdictTypeID.TreeList = this.repositoryItemTreeListtxtdictTypeIDTreeList;
this.repositoryItemTreeListtxtdictTypeID.ValueMember = "ID";
//
// repositoryItemTreeListtxtdictTypeIDTreeList
//
this.repositoryItemTreeListtxtdictTypeIDTreeList.Location = new System.Drawing.Point(0, 0);
this.repositoryItemTreeListtxtdictTypeIDTreeList.Name = "repositoryItemTreeListtxtdictTypeIDTreeList";
this.repositoryItemTreeListtxtdictTypeIDTreeList.OptionsView.ShowIndentAsRowStyle = true;
this.repositoryItemTreeListtxtdictTypeIDTreeList.ParentFieldName = "PID";
this.repositoryItemTreeListtxtdictTypeIDTreeList.Size = new System.Drawing.Size(400, 200);
this.repositoryItemTreeListtxtdictTypeIDTreeList.TabIndex = 0;
//
// gridColumn3
//
this.gridColumn3.Caption = "编码";
this.gridColumn3.FieldName = "code";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
this.gridColumn3.Width = 201;
//
// gridColumn4
//
this.gridColumn4.Caption = "值";
this.gridColumn4.FieldName = "value";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 2;
this.gridColumn4.Width = 201;
//
// gridColumn5
//
this.gridColumn5.Caption = "备注";
this.gridColumn5.FieldName = "remark";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
this.gridColumn5.Width = 201;
//
// gridColumn6
//
this.gridColumn6.Caption = "排序";
this.gridColumn6.FieldName = "sort";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 4;
this.gridColumn6.Width = 201;
//
// gridColumn7
//
this.gridColumn7.Caption = "创建人";
this.gridColumn7.ColumnEdit = this.repositoryItemtxtcreatorId;
this.gridColumn7.FieldName = "creatorId";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 5;
this.gridColumn7.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";
//
// gridColumn8
//
this.gridColumn8.Caption = "创建时间";
this.gridColumn8.DisplayFormat.FormatString = "G";
this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn8.FieldName = "createTime";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 6;
this.gridColumn8.Width = 201;
//
// gridColumn9
//
this.gridColumn9.Caption = "编辑人";
this.gridColumn9.ColumnEdit = this.repositoryItemtxteditorId;
this.gridColumn9.FieldName = "editorId";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 7;
this.gridColumn9.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";
//
// gridColumn10
//
this.gridColumn10.Caption = "编辑时间";
this.gridColumn10.DisplayFormat.FormatString = "G";
this.gridColumn10.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn10.FieldName = "editTime";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 8;
this.gridColumn10.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;
this.xtraTabControl1.Size = new System.Drawing.Size(1300, 766);
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";
this.tabDataList.Size = new System.Drawing.Size(1294, 737);
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";
this.grdList.Size = new System.Drawing.Size(1294, 737);
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.gridColumn9,
this.gridColumn10});
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";
this.tabDataDetail.Size = new System.Drawing.Size(579, 407);
this.tabDataDetail.Text = "数据编辑";
//
// panelControl2
//
this.panelControl2.Controls.Add(this.layoutControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(579, 407);
this.panelControl2.TabIndex = 0;
//
2021-04-13 17:46:18 +08:00
// layoutControl1
2021-04-17 15:40:26 +08:00
//
2021-04-13 17:46:18 +08:00
this.layoutControl1.Controls.Add(this.txtid);
this.layoutControl1.Controls.Add(this.txtdictTypeID);
this.layoutControl1.Controls.Add(this.txtcode);
this.layoutControl1.Controls.Add(this.txtvalue);
this.layoutControl1.Controls.Add(this.txtremark);
this.layoutControl1.Controls.Add(this.txtsort);
this.layoutControl1.Controls.Add(this.txtcreatorId);
this.layoutControl1.Controls.Add(this.txtcreateTime);
this.layoutControl1.Controls.Add(this.txteditorId);
this.layoutControl1.Controls.Add(this.txteditTime);
2021-04-17 15:40:26 +08:00
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(2, 2);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.layoutControlGroup1;
this.layoutControl1.Size = new System.Drawing.Size(575, 403);
this.layoutControl1.TabIndex = 6;
this.layoutControl1.Text = "layoutControl1";
//
// layoutControlGroup1
//
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4,
this.layoutControlItem5,
this.layoutControlItem6,
this.layoutControlItem7,
this.layoutControlItem8,
this.layoutControlItem9,
this.layoutControlItem10});
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(575, 403);
this.layoutControlGroup1.TextVisible = false;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtid;
this.layoutControlItem1.CustomizationFormText = "id";
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
2021-04-17 15:40:26 +08:00
this.layoutControlItem1.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem1.Text = "id";
2021-04-17 15:40:26 +08:00
this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
//
// txtid
//
this.txtid.Location = new System.Drawing.Point(63, 12);
this.txtid.Name = "txtid";
this.txtid.Size = new System.Drawing.Size(500, 20);
this.txtid.StyleController = this.layoutControl1;
this.txtid.TabIndex = 1;
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtdictTypeID;
this.layoutControlItem2.CustomizationFormText = "类型";
this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(555, 24);
this.layoutControlItem2.Text = "类型";
this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
//
// txtdictTypeID
2021-04-13 17:46:18 +08:00
//
this.txtdictTypeID.EditValue = "";
2021-04-17 15:40:26 +08:00
this.txtdictTypeID.Location = new System.Drawing.Point(63, 36);
2021-04-13 17:46:18 +08:00
this.txtdictTypeID.Name = "txtdictTypeID";
this.txtdictTypeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtdictTypeID.Properties.DisplayMember = "Name";
this.txtdictTypeID.Properties.TreeList = this.txtdictTypeIDTreeList;
this.txtdictTypeID.Properties.ValueMember = "ID";
2021-04-17 15:40:26 +08:00
this.txtdictTypeID.Size = new System.Drawing.Size(500, 20);
2021-04-13 17:46:18 +08:00
this.txtdictTypeID.StyleController = this.layoutControl1;
2021-04-17 15:40:26 +08:00
this.txtdictTypeID.TabIndex = 2;
//
// txtdictTypeIDTreeList
2021-04-13 17:46:18 +08:00
//
this.txtdictTypeIDTreeList.Location = new System.Drawing.Point(0, 0);
this.txtdictTypeIDTreeList.Name = "txtdictTypeIDTreeList";
this.txtdictTypeIDTreeList.OptionsView.ShowIndentAsRowStyle = true;
this.txtdictTypeIDTreeList.ParentFieldName = "PID";
this.txtdictTypeIDTreeList.Size = new System.Drawing.Size(400, 200);
this.txtdictTypeIDTreeList.TabIndex = 0;
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.txtcode;
this.layoutControlItem3.CustomizationFormText = "编码";
this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
this.layoutControlItem3.Name = "layoutControlItem3";
2021-04-17 15:40:26 +08:00
this.layoutControlItem3.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem3.Text = "编码";
2021-04-17 15:40:26 +08:00
this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txtcode
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txtcode.Location = new System.Drawing.Point(63, 60);
this.txtcode.Name = "txtcode";
this.txtcode.Size = new System.Drawing.Size(500, 20);
this.txtcode.StyleController = this.layoutControl1;
this.txtcode.TabIndex = 3;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtvalue;
this.layoutControlItem4.CustomizationFormText = "值";
this.layoutControlItem4.Location = new System.Drawing.Point(0, 72);
this.layoutControlItem4.Name = "layoutControlItem4";
2021-04-17 15:40:26 +08:00
this.layoutControlItem4.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem4.Text = "值";
2021-04-17 15:40:26 +08:00
this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txtvalue
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txtvalue.Location = new System.Drawing.Point(63, 84);
this.txtvalue.Name = "txtvalue";
this.txtvalue.Size = new System.Drawing.Size(500, 20);
this.txtvalue.StyleController = this.layoutControl1;
this.txtvalue.TabIndex = 4;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txtremark;
this.layoutControlItem5.CustomizationFormText = "备注";
this.layoutControlItem5.Location = new System.Drawing.Point(0, 96);
this.layoutControlItem5.Name = "layoutControlItem5";
2021-04-17 15:40:26 +08:00
this.layoutControlItem5.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem5.Text = "备注";
2021-04-17 15:40:26 +08:00
this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txtremark
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txtremark.Location = new System.Drawing.Point(63, 108);
this.txtremark.Name = "txtremark";
this.txtremark.Size = new System.Drawing.Size(500, 20);
this.txtremark.StyleController = this.layoutControl1;
this.txtremark.TabIndex = 5;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txtsort;
this.layoutControlItem6.CustomizationFormText = "排序";
this.layoutControlItem6.Location = new System.Drawing.Point(0, 120);
this.layoutControlItem6.Name = "layoutControlItem6";
2021-04-17 15:40:26 +08:00
this.layoutControlItem6.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem6.Text = "排序";
2021-04-17 15:40:26 +08:00
this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txtsort
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txtsort.Location = new System.Drawing.Point(63, 132);
this.txtsort.Name = "txtsort";
this.txtsort.Size = new System.Drawing.Size(500, 20);
this.txtsort.StyleController = this.layoutControl1;
this.txtsort.TabIndex = 6;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txtcreatorId;
this.layoutControlItem7.CustomizationFormText = "创建人";
this.layoutControlItem7.Location = new System.Drawing.Point(0, 144);
this.layoutControlItem7.Name = "layoutControlItem7";
2021-04-17 15:40:26 +08:00
this.layoutControlItem7.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem7.Text = "创建人";
2021-04-17 15:40:26 +08:00
this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txtcreatorId
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txtcreatorId.EditValue = "";
this.txtcreatorId.Location = new System.Drawing.Point(63, 156);
this.txtcreatorId.Name = "txtcreatorId";
this.txtcreatorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
2021-04-13 17:46:18 +08:00
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
2021-04-17 15:40:26 +08:00
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";
this.txtcreatorId.Size = new System.Drawing.Size(500, 20);
this.txtcreatorId.StyleController = this.layoutControl1;
this.txtcreatorId.TabIndex = 7;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txtcreateTime;
this.layoutControlItem8.CustomizationFormText = "创建时间";
this.layoutControlItem8.Location = new System.Drawing.Point(0, 168);
this.layoutControlItem8.Name = "layoutControlItem8";
2021-04-17 15:40:26 +08:00
this.layoutControlItem8.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem8.Text = "创建时间";
2021-04-17 15:40:26 +08:00
this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txtcreateTime
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txtcreateTime.EditValue = null;
this.txtcreateTime.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtcreateTime.Location = new System.Drawing.Point(63, 180);
this.txtcreateTime.Name = "txtcreateTime";
this.txtcreateTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
2021-04-13 17:46:18 +08:00
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
2021-04-17 15:40:26 +08:00
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;
this.txtcreateTime.Size = new System.Drawing.Size(500, 20);
this.txtcreateTime.StyleController = this.layoutControl1;
this.txtcreateTime.TabIndex = 8;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.txteditorId;
this.layoutControlItem9.CustomizationFormText = "编辑人";
this.layoutControlItem9.Location = new System.Drawing.Point(0, 192);
this.layoutControlItem9.Name = "layoutControlItem9";
2021-04-17 15:40:26 +08:00
this.layoutControlItem9.Size = new System.Drawing.Size(555, 24);
2021-04-13 17:46:18 +08:00
this.layoutControlItem9.Text = "编辑人";
2021-04-17 15:40:26 +08:00
this.layoutControlItem9.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txteditorId
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txteditorId.EditValue = "";
this.txteditorId.Location = new System.Drawing.Point(63, 204);
this.txteditorId.Name = "txteditorId";
this.txteditorId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
2021-04-13 17:46:18 +08:00
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
2021-04-17 15:40:26 +08:00
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";
this.txteditorId.Size = new System.Drawing.Size(500, 20);
this.txteditorId.StyleController = this.layoutControl1;
this.txteditorId.TabIndex = 9;
2021-04-13 17:46:18 +08:00
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txteditTime;
this.layoutControlItem10.CustomizationFormText = "editTime";
this.layoutControlItem10.Location = new System.Drawing.Point(0, 216);
this.layoutControlItem10.Name = "layoutControlItem10";
2021-04-17 15:40:26 +08:00
this.layoutControlItem10.Size = new System.Drawing.Size(555, 167);
2021-04-13 17:46:18 +08:00
this.layoutControlItem10.Text = "editTime";
2021-04-17 15:40:26 +08:00
this.layoutControlItem10.TextSize = new System.Drawing.Size(48, 14);
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// txteditTime
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
this.txteditTime.EditValue = null;
this.txteditTime.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txteditTime.Location = new System.Drawing.Point(63, 228);
this.txteditTime.Name = "txteditTime";
this.txteditTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
2021-04-13 17:46:18 +08:00
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
2021-04-17 15:40:26 +08:00
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;
this.txteditTime.Size = new System.Drawing.Size(500, 20);
this.txteditTime.StyleController = this.layoutControl1;
this.txteditTime.TabIndex = 10;
2021-04-13 17:46:18 +08:00
//
2021-04-17 15:40:26 +08:00
// FrmsysDictData
2021-04-13 17:46:18 +08:00
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1300, 800);
this.Controls.Add(this.xtraTabControl1);
this.Name = "FrmsysDictData";
2021-04-17 15:40:26 +08:00
this.Text = "参数维护";
2021-04-13 17:46:18 +08:00
this.Load += new System.EventHandler(this.FrmsysDictData_Load);
this.Controls.SetChildIndex(this.xtraTabControl1, 0);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtdictTypeID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTreeListtxtdictTypeIDTreeList)).EndInit();
2021-04-17 15:40:26 +08:00
((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.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtid.Properties)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtdictTypeID.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtdictTypeIDTreeList)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtcode.Properties)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtvalue.Properties)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtremark.Properties)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtsort.Properties)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtcreatorId.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtcreateTime.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
2021-04-17 15:40:26 +08:00
((System.ComponentModel.ISupportInitialize)(this.txteditorId.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
2021-04-13 17:46:18 +08:00
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txteditTime.Properties)).EndInit();
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.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtid;
private DevExpress.XtraTreeList.TreeList txtdictTypeIDTreeList;
private DevExpress.XtraEditors.Repository.RepositoryItemTreeListLookUpEdit repositoryItemTreeListtxtdictTypeID;
private DevExpress.XtraTreeList.TreeList repositoryItemTreeListtxtdictTypeIDTreeList;
private DevExpress.XtraEditors.TreeListLookUpEdit txtdictTypeID;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtcode;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtvalue;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtremark;
///////////////////////////////
private DevExpress.XtraEditors.TextEdit txtsort;
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 layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
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 DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
}
}