1436 lines
		
	
	
		
			84 KiB
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			1436 lines
		
	
	
		
			84 KiB
		
	
	
	
		
			C#
		
	
	
	
| namespace DeiNiu.wms.win
 | |
| {
 | |
|     partial class DictionaryForm
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DictionaryForm));
 | |
|             this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
 | |
|             this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
 | |
|             this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
 | |
|             this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
 | |
|             this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
 | |
|             this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
 | |
|             this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
 | |
|             this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
 | |
|             this.swSys = new DevExpress.XtraEditors.ToggleSwitch();
 | |
|             this.sw = new DevExpress.XtraEditors.ToggleSwitch();
 | |
|             this.searchLookUpEdit1 = new DevExpress.XtraEditors.SearchLookUpEdit();
 | |
|             this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
 | |
|             this.treeList1 = new DevExpress.XtraTreeList.TreeList();
 | |
|             this.id = new DevExpress.XtraTreeList.Columns.TreeListColumn();
 | |
|             this.name = new DevExpress.XtraTreeList.Columns.TreeListColumn();
 | |
|             this.value = new DevExpress.XtraTreeList.Columns.TreeListColumn();
 | |
|             this.description = new DevExpress.XtraTreeList.Columns.TreeListColumn();
 | |
|             this.flag = new DevExpress.XtraTreeList.Columns.TreeListColumn();
 | |
|             this.btnNew = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.btnSave = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.txtDicName = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.txtQuery = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtParent = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtID = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtFlag = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.txtValue = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.comType = new DevExpress.XtraEditors.ComboBoxEdit();
 | |
|             this.btnRestDesk = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.comboxColors = new DevExpress.XtraEditors.ComboBoxEdit();
 | |
|             this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.btnPrintBox = new DevExpress.XtraEditors.SimpleButton();
 | |
|             this.txtGoodDesc = new DevExpress.XtraEditors.MemoEdit();
 | |
|             this.chkApply = new DevExpress.XtraEditors.CheckEdit();
 | |
|             this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.lcBtnSave = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutBtnNew = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutBtnDel = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem20 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem21 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem14 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem11 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.tabFuncs = new DevExpress.XtraLayout.TabbedControlGroup();
 | |
|             this.lgFunc = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlGroup7 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.emptySpaceItem22 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.lcname = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.lcBool = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.lcValue = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem10 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
 | |
|             this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
 | |
|             this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
 | |
|             this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
 | |
|             this.tabbedControlGroup2 = new DevExpress.XtraLayout.TabbedControlGroup();
 | |
|             this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem18 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem15 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.layoutControlGroup8 = new DevExpress.XtraLayout.LayoutControlGroup();
 | |
|             this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem23 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem24 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem25 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem26 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem27 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
 | |
|             this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
 | |
|             this.emptySpaceItem9 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             this.emptySpaceItem31 = new DevExpress.XtraLayout.EmptySpaceItem();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
 | |
|             this.layoutControl1.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.swSys.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.sw.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtDicName.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtQuery.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtParent.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtFlag.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comboxColors.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtGoodDesc.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.chkApply.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcBtnSave)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutBtnNew)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutBtnDel)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem20)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem21)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabFuncs)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lgFunc)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcname)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcBool)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcValue)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup2)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem18)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem24)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem25)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem26)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem31)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // ribbonStatusBar
 | |
|             // 
 | |
|             this.ribbonStatusBar.Location = new System.Drawing.Point(0, 1206);
 | |
|             this.ribbonStatusBar.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.ribbonStatusBar.Name = "ribbonStatusBar";
 | |
|             this.ribbonStatusBar.Ribbon = this.ribbon;
 | |
|             this.ribbonStatusBar.Size = new System.Drawing.Size(2133, 48);
 | |
|             // 
 | |
|             // ribbon
 | |
|             // 
 | |
|             this.ribbon.ExpandCollapseItem.Id = 0;
 | |
|             this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
 | |
|             this.ribbon.ExpandCollapseItem,
 | |
|             this.barButtonItem1,
 | |
|             this.barButtonItem2,
 | |
|             this.barButtonItem3,
 | |
|             this.barButtonItem5});
 | |
|             this.ribbon.Location = new System.Drawing.Point(0, 0);
 | |
|             this.ribbon.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.ribbon.MaxItemId = 7;
 | |
|             this.ribbon.Name = "ribbon";
 | |
|             this.ribbon.Size = new System.Drawing.Size(2133, 76);
 | |
|             this.ribbon.StatusBar = this.ribbonStatusBar;
 | |
|             // 
 | |
|             // barButtonItem1
 | |
|             // 
 | |
|             this.barButtonItem1.Caption = "新增";
 | |
|             this.barButtonItem1.Id = 2;
 | |
|             this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image")));
 | |
|             this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
 | |
|             this.barButtonItem1.Name = "barButtonItem1";
 | |
|             // 
 | |
|             // barButtonItem2
 | |
|             // 
 | |
|             this.barButtonItem2.Caption = "修改";
 | |
|             this.barButtonItem2.Id = 3;
 | |
|             this.barButtonItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.Image")));
 | |
|             this.barButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.LargeImage")));
 | |
|             this.barButtonItem2.Name = "barButtonItem2";
 | |
|             // 
 | |
|             // barButtonItem3
 | |
|             // 
 | |
|             this.barButtonItem3.Caption = "保存";
 | |
|             this.barButtonItem3.Id = 4;
 | |
|             this.barButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image")));
 | |
|             this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage")));
 | |
|             this.barButtonItem3.Name = "barButtonItem3";
 | |
|             // 
 | |
|             // barButtonItem5
 | |
|             // 
 | |
|             this.barButtonItem5.Caption = "删除";
 | |
|             this.barButtonItem5.Id = 6;
 | |
|             this.barButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.Image")));
 | |
|             this.barButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.LargeImage")));
 | |
|             this.barButtonItem5.Name = "barButtonItem5";
 | |
|             // 
 | |
|             // tabbedControlGroup1
 | |
|             // 
 | |
|             this.tabbedControlGroup1.Location = new System.Drawing.Point(502, 0);
 | |
|             this.tabbedControlGroup1.Name = "tabbedControlGroup1";
 | |
|             this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup3;
 | |
|             this.tabbedControlGroup1.SelectedTabPageIndex = 1;
 | |
|             this.tabbedControlGroup1.Size = new System.Drawing.Size(513, 638);
 | |
|             this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlGroup2,
 | |
|             this.layoutControlGroup3});
 | |
|             // 
 | |
|             // layoutControlGroup3
 | |
|             // 
 | |
|             this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup3.Name = "layoutControlGroup3";
 | |
|             this.layoutControlGroup3.Size = new System.Drawing.Size(489, 591);
 | |
|             // 
 | |
|             // layoutControlGroup2
 | |
|             // 
 | |
|             this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.emptySpaceItem3});
 | |
|             this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup2.Name = "layoutControlGroup2";
 | |
|             this.layoutControlGroup2.Size = new System.Drawing.Size(489, 591);
 | |
|             // 
 | |
|             // emptySpaceItem3
 | |
|             // 
 | |
|             this.emptySpaceItem3.AllowHotTrack = false;
 | |
|             this.emptySpaceItem3.Location = new System.Drawing.Point(0, 0);
 | |
|             this.emptySpaceItem3.Name = "emptySpaceItem3";
 | |
|             this.emptySpaceItem3.Size = new System.Drawing.Size(489, 591);
 | |
|             this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControl1
 | |
|             // 
 | |
|             this.layoutControl1.BackColor = System.Drawing.Color.Transparent;
 | |
|             this.layoutControl1.Controls.Add(this.swSys);
 | |
|             this.layoutControl1.Controls.Add(this.sw);
 | |
|             this.layoutControl1.Controls.Add(this.searchLookUpEdit1);
 | |
|             this.layoutControl1.Controls.Add(this.treeList1);
 | |
|             this.layoutControl1.Controls.Add(this.btnNew);
 | |
|             this.layoutControl1.Controls.Add(this.btnDelete);
 | |
|             this.layoutControl1.Controls.Add(this.btnSave);
 | |
|             this.layoutControl1.Controls.Add(this.txtDicName);
 | |
|             this.layoutControl1.Controls.Add(this.btnQuery);
 | |
|             this.layoutControl1.Controls.Add(this.txtQuery);
 | |
|             this.layoutControl1.Controls.Add(this.txtParent);
 | |
|             this.layoutControl1.Controls.Add(this.txtID);
 | |
|             this.layoutControl1.Controls.Add(this.txtFlag);
 | |
|             this.layoutControl1.Controls.Add(this.txtValue);
 | |
|             this.layoutControl1.Controls.Add(this.comType);
 | |
|             this.layoutControl1.Controls.Add(this.btnRestDesk);
 | |
|             this.layoutControl1.Controls.Add(this.comboxColors);
 | |
|             this.layoutControl1.Controls.Add(this.textEdit2);
 | |
|             this.layoutControl1.Controls.Add(this.textEdit3);
 | |
|             this.layoutControl1.Controls.Add(this.btnPrintBox);
 | |
|             this.layoutControl1.Controls.Add(this.txtGoodDesc);
 | |
|             this.layoutControl1.Controls.Add(this.chkApply);
 | |
|             this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.layoutControl1.Location = new System.Drawing.Point(0, 76);
 | |
|             this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.layoutControl1.Name = "layoutControl1";
 | |
|             this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1473, 646, 838, 400);
 | |
|             this.layoutControl1.Root = this.layoutControlGroup1;
 | |
|             this.layoutControl1.Size = new System.Drawing.Size(2116, 1130);
 | |
|             this.layoutControl1.TabIndex = 8;
 | |
|             this.layoutControl1.Text = "layoutControl1";
 | |
|             // 
 | |
|             // swSys
 | |
|             // 
 | |
|             this.swSys.Location = new System.Drawing.Point(1276, 113);
 | |
|             this.swSys.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.swSys.MenuManager = this.ribbon;
 | |
|             this.swSys.Name = "swSys";
 | |
|             this.swSys.Properties.OffText = "关";
 | |
|             this.swSys.Properties.OnText = "开";
 | |
|             this.swSys.Size = new System.Drawing.Size(177, 34);
 | |
|             this.swSys.StyleController = this.layoutControl1;
 | |
|             this.swSys.TabIndex = 29;
 | |
|             // 
 | |
|             // sw
 | |
|             // 
 | |
|             this.sw.Location = new System.Drawing.Point(1201, 214);
 | |
|             this.sw.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.sw.MenuManager = this.ribbon;
 | |
|             this.sw.Name = "sw";
 | |
|             this.sw.Properties.OffText = "关";
 | |
|             this.sw.Properties.OnText = "开";
 | |
|             this.sw.Size = new System.Drawing.Size(252, 34);
 | |
|             this.sw.StyleController = this.layoutControl1;
 | |
|             this.sw.TabIndex = 21;
 | |
|             // 
 | |
|             // searchLookUpEdit1
 | |
|             // 
 | |
|             this.searchLookUpEdit1.Location = new System.Drawing.Point(1271, 626);
 | |
|             this.searchLookUpEdit1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.searchLookUpEdit1.MenuManager = this.ribbon;
 | |
|             this.searchLookUpEdit1.Name = "searchLookUpEdit1";
 | |
|             this.searchLookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.searchLookUpEdit1.Properties.View = this.searchLookUpEdit1View;
 | |
|             this.searchLookUpEdit1.Size = new System.Drawing.Size(325, 28);
 | |
|             this.searchLookUpEdit1.StyleController = this.layoutControl1;
 | |
|             this.searchLookUpEdit1.TabIndex = 17;
 | |
|             this.searchLookUpEdit1.Visible = false;
 | |
|             // 
 | |
|             // searchLookUpEdit1View
 | |
|             // 
 | |
|             this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
 | |
|             this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
 | |
|             this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
 | |
|             this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
 | |
|             // 
 | |
|             // treeList1
 | |
|             // 
 | |
|             this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
 | |
|             this.id,
 | |
|             this.name,
 | |
|             this.value,
 | |
|             this.description,
 | |
|             this.flag});
 | |
|             this.treeList1.Cursor = System.Windows.Forms.Cursors.Default;
 | |
|             this.treeList1.Location = new System.Drawing.Point(19, 19);
 | |
|             this.treeList1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.treeList1.Name = "treeList1";
 | |
|             this.treeList1.Size = new System.Drawing.Size(1150, 1092);
 | |
|             this.treeList1.TabIndex = 16;
 | |
|             // 
 | |
|             // id
 | |
|             // 
 | |
|             this.id.Caption = "id";
 | |
|             this.id.FieldName = "id";
 | |
|             this.id.Name = "id";
 | |
|             // 
 | |
|             // name
 | |
|             // 
 | |
|             this.name.Caption = "名称";
 | |
|             this.name.FieldName = "name";
 | |
|             this.name.Name = "name";
 | |
|             this.name.Visible = true;
 | |
|             this.name.VisibleIndex = 0;
 | |
|             this.name.Width = 151;
 | |
|             // 
 | |
|             // value
 | |
|             // 
 | |
|             this.value.Caption = "内容";
 | |
|             this.value.FieldName = "value";
 | |
|             this.value.Name = "value";
 | |
|             this.value.Visible = true;
 | |
|             this.value.VisibleIndex = 2;
 | |
|             this.value.Width = 151;
 | |
|             // 
 | |
|             // description
 | |
|             // 
 | |
|             this.description.Caption = "说明";
 | |
|             this.description.FieldName = "description";
 | |
|             this.description.Name = "description";
 | |
|             this.description.Visible = true;
 | |
|             this.description.VisibleIndex = 3;
 | |
|             this.description.Width = 243;
 | |
|             // 
 | |
|             // flag
 | |
|             // 
 | |
|             this.flag.Caption = "标识";
 | |
|             this.flag.FieldName = "flag";
 | |
|             this.flag.Name = "flag";
 | |
|             this.flag.Visible = true;
 | |
|             this.flag.VisibleIndex = 1;
 | |
|             this.flag.Width = 50;
 | |
|             // 
 | |
|             // btnNew
 | |
|             // 
 | |
|             this.btnNew.ImageUri.Uri = "Add;Size16x16";
 | |
|             this.btnNew.Location = new System.Drawing.Point(1196, 547);
 | |
|             this.btnNew.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.btnNew.Name = "btnNew";
 | |
|             this.btnNew.Size = new System.Drawing.Size(66, 32);
 | |
|             this.btnNew.StyleController = this.layoutControl1;
 | |
|             this.btnNew.TabIndex = 14;
 | |
|             this.btnNew.Text = "新增";
 | |
|             this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
 | |
|             // 
 | |
|             // btnDelete
 | |
|             // 
 | |
|             this.btnDelete.ImageUri.Uri = "Delete;Size16x16";
 | |
|             this.btnDelete.Location = new System.Drawing.Point(1402, 547);
 | |
|             this.btnDelete.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.btnDelete.Name = "btnDelete";
 | |
|             this.btnDelete.Size = new System.Drawing.Size(66, 32);
 | |
|             this.btnDelete.StyleController = this.layoutControl1;
 | |
|             this.btnDelete.TabIndex = 13;
 | |
|             this.btnDelete.Text = "删除";
 | |
|             this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
 | |
|             // 
 | |
|             // btnSave
 | |
|             // 
 | |
|             this.btnSave.ImageUri.Uri = "Save;Size16x16";
 | |
|             this.btnSave.Location = new System.Drawing.Point(1298, 547);
 | |
|             this.btnSave.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.btnSave.Name = "btnSave";
 | |
|             this.btnSave.Size = new System.Drawing.Size(66, 32);
 | |
|             this.btnSave.StyleController = this.layoutControl1;
 | |
|             this.btnSave.TabIndex = 11;
 | |
|             this.btnSave.Text = "保存";
 | |
|             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
 | |
|             // 
 | |
|             // txtDicName
 | |
|             // 
 | |
|             this.txtDicName.Location = new System.Drawing.Point(1276, 190);
 | |
|             this.txtDicName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtDicName.MenuManager = this.ribbon;
 | |
|             this.txtDicName.Name = "txtDicName";
 | |
|             this.txtDicName.Size = new System.Drawing.Size(177, 28);
 | |
|             this.txtDicName.StyleController = this.layoutControl1;
 | |
|             this.txtDicName.TabIndex = 9;
 | |
|             // 
 | |
|             // btnQuery
 | |
|             // 
 | |
|             this.btnQuery.ImageUri.Uri = "Find;Size16x16";
 | |
|             this.btnQuery.Location = new System.Drawing.Point(1371, 588);
 | |
|             this.btnQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.btnQuery.Name = "btnQuery";
 | |
|             this.btnQuery.Size = new System.Drawing.Size(225, 32);
 | |
|             this.btnQuery.StyleController = this.layoutControl1;
 | |
|             this.btnQuery.TabIndex = 6;
 | |
|             this.btnQuery.Text = "查询";
 | |
|             this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
 | |
|             // 
 | |
|             // txtQuery
 | |
|             // 
 | |
|             this.txtQuery.Location = new System.Drawing.Point(1271, 588);
 | |
|             this.txtQuery.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtQuery.MenuManager = this.ribbon;
 | |
|             this.txtQuery.Name = "txtQuery";
 | |
|             this.txtQuery.Size = new System.Drawing.Size(94, 28);
 | |
|             this.txtQuery.StyleController = this.layoutControl1;
 | |
|             this.txtQuery.TabIndex = 4;
 | |
|             // 
 | |
|             // txtParent
 | |
|             // 
 | |
|             this.txtParent.Location = new System.Drawing.Point(1276, 142);
 | |
|             this.txtParent.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtParent.MenuManager = this.ribbon;
 | |
|             this.txtParent.Name = "txtParent";
 | |
|             this.txtParent.Size = new System.Drawing.Size(177, 28);
 | |
|             this.txtParent.StyleController = this.layoutControl1;
 | |
|             this.txtParent.TabIndex = 18;
 | |
|             // 
 | |
|             // txtID
 | |
|             // 
 | |
|             this.txtID.Location = new System.Drawing.Point(1276, 89);
 | |
|             this.txtID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtID.MenuManager = this.ribbon;
 | |
|             this.txtID.Name = "txtID";
 | |
|             this.txtID.Size = new System.Drawing.Size(60, 28);
 | |
|             this.txtID.StyleController = this.layoutControl1;
 | |
|             this.txtID.TabIndex = 19;
 | |
|             // 
 | |
|             // txtFlag
 | |
|             // 
 | |
|             this.txtFlag.Location = new System.Drawing.Point(1390, 166);
 | |
|             this.txtFlag.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtFlag.MenuManager = this.ribbon;
 | |
|             this.txtFlag.Name = "txtFlag";
 | |
|             this.txtFlag.Properties.Mask.EditMask = "f0";
 | |
|             this.txtFlag.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
 | |
|             this.txtFlag.Size = new System.Drawing.Size(63, 28);
 | |
|             this.txtFlag.StyleController = this.layoutControl1;
 | |
|             this.txtFlag.TabIndex = 20;
 | |
|             // 
 | |
|             // txtValue
 | |
|             // 
 | |
|             this.txtValue.Location = new System.Drawing.Point(1276, 243);
 | |
|             this.txtValue.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtValue.Name = "txtValue";
 | |
|             this.txtValue.Size = new System.Drawing.Size(177, 28);
 | |
|             this.txtValue.StyleController = this.layoutControl1;
 | |
|             this.txtValue.TabIndex = 10;
 | |
|             // 
 | |
|             // comType
 | |
|             // 
 | |
|             this.comType.Location = new System.Drawing.Point(1276, 166);
 | |
|             this.comType.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.comType.MenuManager = this.ribbon;
 | |
|             this.comType.Name = "comType";
 | |
|             this.comType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comType.Size = new System.Drawing.Size(67, 28);
 | |
|             this.comType.StyleController = this.layoutControl1;
 | |
|             this.comType.TabIndex = 22;
 | |
|             this.comType.SelectedIndexChanged += new System.EventHandler(this.comType_SelectedIndexChanged);
 | |
|             // 
 | |
|             // btnRestDesk
 | |
|             // 
 | |
|             this.btnRestDesk.Location = new System.Drawing.Point(1215, 1049);
 | |
|             this.btnRestDesk.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.btnRestDesk.Name = "btnRestDesk";
 | |
|             this.btnRestDesk.Size = new System.Drawing.Size(113, 42);
 | |
|             this.btnRestDesk.StyleController = this.layoutControl1;
 | |
|             this.btnRestDesk.TabIndex = 23;
 | |
|             this.btnRestDesk.Text = "复核台初始化";
 | |
|             this.btnRestDesk.Click += new System.EventHandler(this.btnRestDesk_Click);
 | |
|             // 
 | |
|             // comboxColors
 | |
|             // 
 | |
|             this.comboxColors.Location = new System.Drawing.Point(1290, 1049);
 | |
|             this.comboxColors.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.comboxColors.MenuManager = this.ribbon;
 | |
|             this.comboxColors.Name = "comboxColors";
 | |
|             this.comboxColors.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
 | |
|             new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
 | |
|             this.comboxColors.Size = new System.Drawing.Size(131, 28);
 | |
|             this.comboxColors.StyleController = this.layoutControl1;
 | |
|             this.comboxColors.TabIndex = 24;
 | |
|             // 
 | |
|             // textEdit2
 | |
|             // 
 | |
|             this.textEdit2.Location = new System.Drawing.Point(1290, 1073);
 | |
|             this.textEdit2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.textEdit2.MenuManager = this.ribbon;
 | |
|             this.textEdit2.Name = "textEdit2";
 | |
|             this.textEdit2.Size = new System.Drawing.Size(49, 28);
 | |
|             this.textEdit2.StyleController = this.layoutControl1;
 | |
|             this.textEdit2.TabIndex = 25;
 | |
|             // 
 | |
|             // textEdit3
 | |
|             // 
 | |
|             this.textEdit3.Location = new System.Drawing.Point(1345, 1073);
 | |
|             this.textEdit3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.textEdit3.MenuManager = this.ribbon;
 | |
|             this.textEdit3.Name = "textEdit3";
 | |
|             this.textEdit3.Size = new System.Drawing.Size(76, 28);
 | |
|             this.textEdit3.StyleController = this.layoutControl1;
 | |
|             this.textEdit3.TabIndex = 26;
 | |
|             // 
 | |
|             // btnPrintBox
 | |
|             // 
 | |
|             this.btnPrintBox.ImageUri.Uri = "Print";
 | |
|             this.btnPrintBox.Location = new System.Drawing.Point(1427, 1049);
 | |
|             this.btnPrintBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.btnPrintBox.Name = "btnPrintBox";
 | |
|             this.btnPrintBox.Size = new System.Drawing.Size(38, 42);
 | |
|             this.btnPrintBox.StyleController = this.layoutControl1;
 | |
|             this.btnPrintBox.TabIndex = 27;
 | |
|             this.btnPrintBox.Click += new System.EventHandler(this.btnPrintBox_Click);
 | |
|             // 
 | |
|             // txtGoodDesc
 | |
|             // 
 | |
|             this.txtGoodDesc.Location = new System.Drawing.Point(1201, 294);
 | |
|             this.txtGoodDesc.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.txtGoodDesc.MenuManager = this.ribbon;
 | |
|             this.txtGoodDesc.Name = "txtGoodDesc";
 | |
|             this.txtGoodDesc.Size = new System.Drawing.Size(376, 242);
 | |
|             this.txtGoodDesc.StyleController = this.layoutControl1;
 | |
|             this.txtGoodDesc.TabIndex = 10;
 | |
|             // 
 | |
|             // chkApply
 | |
|             // 
 | |
|             this.chkApply.EditValue = true;
 | |
|             this.chkApply.Location = new System.Drawing.Point(1502, 547);
 | |
|             this.chkApply.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 | |
|             this.chkApply.MenuManager = this.ribbon;
 | |
|             this.chkApply.Name = "chkApply";
 | |
|             this.chkApply.Properties.Caption = "立即生效";
 | |
|             this.chkApply.Size = new System.Drawing.Size(94, 26);
 | |
|             this.chkApply.StyleController = this.layoutControl1;
 | |
|             this.chkApply.TabIndex = 28;
 | |
|             // 
 | |
|             // layoutControlGroup1
 | |
|             // 
 | |
|             this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
 | |
|             this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.lcBtnSave,
 | |
|             this.layoutBtnNew,
 | |
|             this.layoutBtnDel,
 | |
|             this.emptySpaceItem20,
 | |
|             this.emptySpaceItem21,
 | |
|             this.layoutControlItem7,
 | |
|             this.layoutControlItem3,
 | |
|             this.layoutControlItem1,
 | |
|             this.layoutControlItem2,
 | |
|             this.emptySpaceItem14,
 | |
|             this.layoutControlItem16,
 | |
|             this.emptySpaceItem11,
 | |
|             this.tabFuncs,
 | |
|             this.layoutControlGroup6,
 | |
|             this.emptySpaceItem10,
 | |
|             this.simpleSeparator1,
 | |
|             this.simpleSeparator2,
 | |
|             this.emptySpaceItem1,
 | |
|             this.splitterItem1,
 | |
|             this.simpleSeparator3,
 | |
|             this.tabbedControlGroup2});
 | |
|             this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup1.Name = "Root";
 | |
|             this.layoutControlGroup1.Size = new System.Drawing.Size(2116, 1130);
 | |
|             this.layoutControlGroup1.TextVisible = false;
 | |
|             // 
 | |
|             // lcBtnSave
 | |
|             // 
 | |
|             this.lcBtnSave.Control = this.btnSave;
 | |
|             this.lcBtnSave.Location = new System.Drawing.Point(1279, 528);
 | |
|             this.lcBtnSave.Name = "lcBtnSave";
 | |
|             this.lcBtnSave.Size = new System.Drawing.Size(72, 38);
 | |
|             this.lcBtnSave.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.lcBtnSave.TextVisible = false;
 | |
|             // 
 | |
|             // layoutBtnNew
 | |
|             // 
 | |
|             this.layoutBtnNew.Control = this.btnNew;
 | |
|             this.layoutBtnNew.Location = new System.Drawing.Point(1177, 528);
 | |
|             this.layoutBtnNew.Name = "layoutBtnNew";
 | |
|             this.layoutBtnNew.Size = new System.Drawing.Size(72, 38);
 | |
|             this.layoutBtnNew.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutBtnNew.TextVisible = false;
 | |
|             // 
 | |
|             // layoutBtnDel
 | |
|             // 
 | |
|             this.layoutBtnDel.Control = this.btnDelete;
 | |
|             this.layoutBtnDel.Location = new System.Drawing.Point(1383, 528);
 | |
|             this.layoutBtnDel.Name = "layoutBtnDel";
 | |
|             this.layoutBtnDel.Size = new System.Drawing.Size(72, 38);
 | |
|             this.layoutBtnDel.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutBtnDel.TextVisible = false;
 | |
|             // 
 | |
|             // emptySpaceItem20
 | |
|             // 
 | |
|             this.emptySpaceItem20.AllowHotTrack = false;
 | |
|             this.emptySpaceItem20.Location = new System.Drawing.Point(1249, 528);
 | |
|             this.emptySpaceItem20.MaxSize = new System.Drawing.Size(30, 26);
 | |
|             this.emptySpaceItem20.MinSize = new System.Drawing.Size(30, 26);
 | |
|             this.emptySpaceItem20.Name = "emptySpaceItem20";
 | |
|             this.emptySpaceItem20.Size = new System.Drawing.Size(30, 38);
 | |
|             this.emptySpaceItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem20.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem21
 | |
|             // 
 | |
|             this.emptySpaceItem21.AllowHotTrack = false;
 | |
|             this.emptySpaceItem21.Location = new System.Drawing.Point(1351, 528);
 | |
|             this.emptySpaceItem21.MaxSize = new System.Drawing.Size(32, 26);
 | |
|             this.emptySpaceItem21.MinSize = new System.Drawing.Size(32, 26);
 | |
|             this.emptySpaceItem21.Name = "emptySpaceItem21";
 | |
|             this.emptySpaceItem21.Size = new System.Drawing.Size(32, 38);
 | |
|             this.emptySpaceItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem21.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem7
 | |
|             // 
 | |
|             this.layoutControlItem7.Control = this.treeList1;
 | |
|             this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem7.MinSize = new System.Drawing.Size(104, 24);
 | |
|             this.layoutControlItem7.Name = "layoutControlItem7";
 | |
|             this.layoutControlItem7.Size = new System.Drawing.Size(1156, 1098);
 | |
|             this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem7.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlItem3
 | |
|             // 
 | |
|             this.layoutControlItem3.Control = this.btnQuery;
 | |
|             this.layoutControlItem3.Location = new System.Drawing.Point(1352, 569);
 | |
|             this.layoutControlItem3.Name = "layoutControlItem3";
 | |
|             this.layoutControlItem3.Size = new System.Drawing.Size(231, 38);
 | |
|             this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem3.TextVisible = false;
 | |
|             this.layoutControlItem3.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
 | |
|             // 
 | |
|             // layoutControlItem1
 | |
|             // 
 | |
|             this.layoutControlItem1.Control = this.txtQuery;
 | |
|             this.layoutControlItem1.Location = new System.Drawing.Point(1177, 569);
 | |
|             this.layoutControlItem1.Name = "layoutControlItem1";
 | |
|             this.layoutControlItem1.Size = new System.Drawing.Size(175, 38);
 | |
|             this.layoutControlItem1.Text = "字典名称";
 | |
|             this.layoutControlItem1.TextSize = new System.Drawing.Size(72, 22);
 | |
|             this.layoutControlItem1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
 | |
|             // 
 | |
|             // layoutControlItem2
 | |
|             // 
 | |
|             this.layoutControlItem2.Control = this.searchLookUpEdit1;
 | |
|             this.layoutControlItem2.Location = new System.Drawing.Point(1177, 607);
 | |
|             this.layoutControlItem2.Name = "layoutControlItem2";
 | |
|             this.layoutControlItem2.Size = new System.Drawing.Size(406, 34);
 | |
|             this.layoutControlItem2.Text = "上级字典";
 | |
|             this.layoutControlItem2.TextSize = new System.Drawing.Size(72, 22);
 | |
|             this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
 | |
|             // 
 | |
|             // emptySpaceItem14
 | |
|             // 
 | |
|             this.emptySpaceItem14.AllowHotTrack = false;
 | |
|             this.emptySpaceItem14.Location = new System.Drawing.Point(1177, 641);
 | |
|             this.emptySpaceItem14.MinSize = new System.Drawing.Size(104, 24);
 | |
|             this.emptySpaceItem14.Name = "emptySpaceItem14";
 | |
|             this.emptySpaceItem14.Size = new System.Drawing.Size(406, 335);
 | |
|             this.emptySpaceItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem14.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem16
 | |
|             // 
 | |
|             this.layoutControlItem16.Control = this.chkApply;
 | |
|             this.layoutControlItem16.Location = new System.Drawing.Point(1483, 528);
 | |
|             this.layoutControlItem16.Name = "layoutControlItem16";
 | |
|             this.layoutControlItem16.Size = new System.Drawing.Size(100, 38);
 | |
|             this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem16.TextVisible = false;
 | |
|             // 
 | |
|             // emptySpaceItem11
 | |
|             // 
 | |
|             this.emptySpaceItem11.AllowHotTrack = false;
 | |
|             this.emptySpaceItem11.Location = new System.Drawing.Point(1455, 528);
 | |
|             this.emptySpaceItem11.MaxSize = new System.Drawing.Size(28, 26);
 | |
|             this.emptySpaceItem11.MinSize = new System.Drawing.Size(28, 26);
 | |
|             this.emptySpaceItem11.Name = "emptySpaceItem11";
 | |
|             this.emptySpaceItem11.Size = new System.Drawing.Size(28, 38);
 | |
|             this.emptySpaceItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem11.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // tabFuncs
 | |
|             // 
 | |
|             this.tabFuncs.Location = new System.Drawing.Point(1177, 0);
 | |
|             this.tabFuncs.Name = "tabFuncs";
 | |
|             this.tabFuncs.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
 | |
|             this.tabFuncs.SelectedTabPage = this.lgFunc;
 | |
|             this.tabFuncs.SelectedTabPageIndex = 0;
 | |
|             this.tabFuncs.Size = new System.Drawing.Size(406, 65);
 | |
|             this.tabFuncs.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 0);
 | |
|             this.tabFuncs.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.lgFunc,
 | |
|             this.layoutControlGroup7});
 | |
|             this.tabFuncs.SelectedPageChanged += new DevExpress.XtraLayout.LayoutTabPageChangedEventHandler(this.tabbedControlGroup3_SelectedPageChanged);
 | |
|             // 
 | |
|             // lgFunc
 | |
|             // 
 | |
|             this.lgFunc.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.emptySpaceItem5});
 | |
|             this.lgFunc.Location = new System.Drawing.Point(0, 0);
 | |
|             this.lgFunc.Name = "lgFunc";
 | |
|             this.lgFunc.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
 | |
|             this.lgFunc.Size = new System.Drawing.Size(392, 18);
 | |
|             this.lgFunc.Text = "修改";
 | |
|             // 
 | |
|             // emptySpaceItem5
 | |
|             // 
 | |
|             this.emptySpaceItem5.AllowHotTrack = false;
 | |
|             this.emptySpaceItem5.Location = new System.Drawing.Point(0, 0);
 | |
|             this.emptySpaceItem5.Name = "emptySpaceItem5";
 | |
|             this.emptySpaceItem5.Size = new System.Drawing.Size(392, 18);
 | |
|             this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlGroup7
 | |
|             // 
 | |
|             this.layoutControlGroup7.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.emptySpaceItem22});
 | |
|             this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup7.Name = "layoutControlGroup7";
 | |
|             this.layoutControlGroup7.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
 | |
|             this.layoutControlGroup7.Size = new System.Drawing.Size(392, 18);
 | |
|             this.layoutControlGroup7.Text = "新增";
 | |
|             // 
 | |
|             // emptySpaceItem22
 | |
|             // 
 | |
|             this.emptySpaceItem22.AllowHotTrack = false;
 | |
|             this.emptySpaceItem22.Location = new System.Drawing.Point(0, 0);
 | |
|             this.emptySpaceItem22.Name = "emptySpaceItem22";
 | |
|             this.emptySpaceItem22.Size = new System.Drawing.Size(392, 18);
 | |
|             this.emptySpaceItem22.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlGroup6
 | |
|             // 
 | |
|             this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.emptySpaceItem4,
 | |
|             this.layoutControlItem8,
 | |
|             this.layoutControlItem4,
 | |
|             this.layoutControlItem12,
 | |
|             this.layoutControlItem9,
 | |
|             this.lcname,
 | |
|             this.lcBool,
 | |
|             this.lcValue,
 | |
|             this.layoutControlItem6,
 | |
|             this.layoutControlItem17,
 | |
|             this.emptySpaceItem2});
 | |
|             this.layoutControlGroup6.Location = new System.Drawing.Point(1177, 65);
 | |
|             this.layoutControlGroup6.Name = "layoutControlGroup6";
 | |
|             this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
 | |
|             this.layoutControlGroup6.Size = new System.Drawing.Size(406, 463);
 | |
|             this.layoutControlGroup6.TextVisible = false;
 | |
|             // 
 | |
|             // emptySpaceItem4
 | |
|             // 
 | |
|             this.emptySpaceItem4.AllowHotTrack = false;
 | |
|             this.emptySpaceItem4.Location = new System.Drawing.Point(258, 0);
 | |
|             this.emptySpaceItem4.MinSize = new System.Drawing.Size(104, 24);
 | |
|             this.emptySpaceItem4.Name = "emptySpaceItem4";
 | |
|             this.emptySpaceItem4.Size = new System.Drawing.Size(138, 180);
 | |
|             this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem8
 | |
|             // 
 | |
|             this.layoutControlItem8.Control = this.txtID;
 | |
|             this.layoutControlItem8.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem8.MaxSize = new System.Drawing.Size(141, 24);
 | |
|             this.layoutControlItem8.MinSize = new System.Drawing.Size(141, 24);
 | |
|             this.layoutControlItem8.Name = "layoutControlItem8";
 | |
|             this.layoutControlItem8.Size = new System.Drawing.Size(141, 24);
 | |
|             this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem8.Text = "ID";
 | |
|             this.layoutControlItem8.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // layoutControlItem4
 | |
|             // 
 | |
|             this.layoutControlItem4.Control = this.txtParent;
 | |
|             this.layoutControlItem4.Location = new System.Drawing.Point(0, 53);
 | |
|             this.layoutControlItem4.MaxSize = new System.Drawing.Size(258, 24);
 | |
|             this.layoutControlItem4.MinSize = new System.Drawing.Size(258, 24);
 | |
|             this.layoutControlItem4.Name = "layoutControlItem4";
 | |
|             this.layoutControlItem4.Size = new System.Drawing.Size(258, 24);
 | |
|             this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem4.Text = "上级字典";
 | |
|             this.layoutControlItem4.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // layoutControlItem12
 | |
|             // 
 | |
|             this.layoutControlItem12.Control = this.comType;
 | |
|             this.layoutControlItem12.Location = new System.Drawing.Point(0, 77);
 | |
|             this.layoutControlItem12.MaxSize = new System.Drawing.Size(148, 24);
 | |
|             this.layoutControlItem12.MinSize = new System.Drawing.Size(148, 24);
 | |
|             this.layoutControlItem12.Name = "layoutControlItem12";
 | |
|             this.layoutControlItem12.Size = new System.Drawing.Size(148, 24);
 | |
|             this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem12.Text = "类型";
 | |
|             this.layoutControlItem12.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // layoutControlItem9
 | |
|             // 
 | |
|             this.layoutControlItem9.Control = this.txtFlag;
 | |
|             this.layoutControlItem9.Location = new System.Drawing.Point(148, 77);
 | |
|             this.layoutControlItem9.MaxSize = new System.Drawing.Size(110, 24);
 | |
|             this.layoutControlItem9.MinSize = new System.Drawing.Size(110, 24);
 | |
|             this.layoutControlItem9.Name = "layoutControlItem9";
 | |
|             this.layoutControlItem9.Size = new System.Drawing.Size(110, 24);
 | |
|             this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem9.Text = "标识";
 | |
|             this.layoutControlItem9.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
 | |
|             this.layoutControlItem9.TextSize = new System.Drawing.Size(36, 22);
 | |
|             this.layoutControlItem9.TextToControlDistance = 5;
 | |
|             // 
 | |
|             // lcname
 | |
|             // 
 | |
|             this.lcname.Control = this.txtDicName;
 | |
|             this.lcname.Location = new System.Drawing.Point(0, 101);
 | |
|             this.lcname.MaxSize = new System.Drawing.Size(258, 24);
 | |
|             this.lcname.MinSize = new System.Drawing.Size(258, 24);
 | |
|             this.lcname.Name = "lcname";
 | |
|             this.lcname.Size = new System.Drawing.Size(258, 24);
 | |
|             this.lcname.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.lcname.Text = "字典名称";
 | |
|             this.lcname.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // lcBool
 | |
|             // 
 | |
|             this.lcBool.Control = this.sw;
 | |
|             this.lcBool.Location = new System.Drawing.Point(0, 125);
 | |
|             this.lcBool.MaxSize = new System.Drawing.Size(258, 29);
 | |
|             this.lcBool.MinSize = new System.Drawing.Size(258, 29);
 | |
|             this.lcBool.Name = "lcBool";
 | |
|             this.lcBool.Size = new System.Drawing.Size(258, 29);
 | |
|             this.lcBool.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.lcBool.Text = "布尔开关";
 | |
|             this.lcBool.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.lcBool.TextVisible = false;
 | |
|             // 
 | |
|             // lcValue
 | |
|             // 
 | |
|             this.lcValue.Control = this.txtValue;
 | |
|             this.lcValue.CustomizationFormText = "字典内容";
 | |
|             this.lcValue.Location = new System.Drawing.Point(0, 154);
 | |
|             this.lcValue.MaxSize = new System.Drawing.Size(258, 26);
 | |
|             this.lcValue.MinSize = new System.Drawing.Size(258, 26);
 | |
|             this.lcValue.Name = "lcValue";
 | |
|             this.lcValue.Size = new System.Drawing.Size(258, 26);
 | |
|             this.lcValue.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.lcValue.Text = "字典内容";
 | |
|             this.lcValue.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // layoutControlItem6
 | |
|             // 
 | |
|             this.layoutControlItem6.Control = this.txtGoodDesc;
 | |
|             this.layoutControlItem6.Location = new System.Drawing.Point(0, 180);
 | |
|             this.layoutControlItem6.MaxSize = new System.Drawing.Size(382, 273);
 | |
|             this.layoutControlItem6.MinSize = new System.Drawing.Size(382, 273);
 | |
|             this.layoutControlItem6.Name = "layoutControlItem6";
 | |
|             this.layoutControlItem6.Size = new System.Drawing.Size(396, 273);
 | |
|             this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem6.Text = "字典描述";
 | |
|             this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
 | |
|             this.layoutControlItem6.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // layoutControlItem17
 | |
|             // 
 | |
|             this.layoutControlItem17.Control = this.swSys;
 | |
|             this.layoutControlItem17.Location = new System.Drawing.Point(0, 24);
 | |
|             this.layoutControlItem17.MaxSize = new System.Drawing.Size(0, 29);
 | |
|             this.layoutControlItem17.MinSize = new System.Drawing.Size(144, 29);
 | |
|             this.layoutControlItem17.Name = "layoutControlItem17";
 | |
|             this.layoutControlItem17.Size = new System.Drawing.Size(258, 29);
 | |
|             this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem17.Text = "系统参数";
 | |
|             this.layoutControlItem17.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // emptySpaceItem2
 | |
|             // 
 | |
|             this.emptySpaceItem2.AllowHotTrack = false;
 | |
|             this.emptySpaceItem2.Location = new System.Drawing.Point(141, 0);
 | |
|             this.emptySpaceItem2.Name = "emptySpaceItem2";
 | |
|             this.emptySpaceItem2.Size = new System.Drawing.Size(117, 24);
 | |
|             this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem10
 | |
|             // 
 | |
|             this.emptySpaceItem10.AllowHotTrack = false;
 | |
|             this.emptySpaceItem10.Location = new System.Drawing.Point(1167, 0);
 | |
|             this.emptySpaceItem10.MaxSize = new System.Drawing.Size(10, 678);
 | |
|             this.emptySpaceItem10.MinSize = new System.Drawing.Size(10, 678);
 | |
|             this.emptySpaceItem10.Name = "emptySpaceItem10";
 | |
|             this.emptySpaceItem10.Size = new System.Drawing.Size(10, 1098);
 | |
|             this.emptySpaceItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.emptySpaceItem10.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // simpleSeparator1
 | |
|             // 
 | |
|             this.simpleSeparator1.AllowHotTrack = false;
 | |
|             this.simpleSeparator1.Location = new System.Drawing.Point(1177, 566);
 | |
|             this.simpleSeparator1.Name = "simpleSeparator1";
 | |
|             this.simpleSeparator1.Size = new System.Drawing.Size(406, 3);
 | |
|             // 
 | |
|             // simpleSeparator2
 | |
|             // 
 | |
|             this.simpleSeparator2.AllowHotTrack = false;
 | |
|             this.simpleSeparator2.Location = new System.Drawing.Point(1164, 0);
 | |
|             this.simpleSeparator2.Name = "simpleSeparator2";
 | |
|             this.simpleSeparator2.Size = new System.Drawing.Size(3, 1098);
 | |
|             // 
 | |
|             // emptySpaceItem1
 | |
|             // 
 | |
|             this.emptySpaceItem1.AllowHotTrack = false;
 | |
|             this.emptySpaceItem1.Location = new System.Drawing.Point(1583, 0);
 | |
|             this.emptySpaceItem1.Name = "emptySpaceItem1";
 | |
|             this.emptySpaceItem1.Size = new System.Drawing.Size(498, 1098);
 | |
|             this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // splitterItem1
 | |
|             // 
 | |
|             this.splitterItem1.AllowHotTrack = true;
 | |
|             this.splitterItem1.Location = new System.Drawing.Point(1156, 0);
 | |
|             this.splitterItem1.Name = "splitterItem1";
 | |
|             this.splitterItem1.Size = new System.Drawing.Size(8, 1098);
 | |
|             // 
 | |
|             // simpleSeparator3
 | |
|             // 
 | |
|             this.simpleSeparator3.AllowHotTrack = false;
 | |
|             this.simpleSeparator3.Location = new System.Drawing.Point(2081, 0);
 | |
|             this.simpleSeparator3.Name = "simpleSeparator3";
 | |
|             this.simpleSeparator3.Size = new System.Drawing.Size(3, 1098);
 | |
|             // 
 | |
|             // tabbedControlGroup2
 | |
|             // 
 | |
|             this.tabbedControlGroup2.Location = new System.Drawing.Point(1177, 976);
 | |
|             this.tabbedControlGroup2.Name = "tabbedControlGroup2";
 | |
|             this.tabbedControlGroup2.SelectedTabPage = this.layoutControlGroup5;
 | |
|             this.tabbedControlGroup2.SelectedTabPageIndex = 1;
 | |
|             this.tabbedControlGroup2.Size = new System.Drawing.Size(406, 122);
 | |
|             this.tabbedControlGroup2.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlGroup4,
 | |
|             this.layoutControlGroup5,
 | |
|             this.layoutControlGroup8});
 | |
|             this.tabbedControlGroup2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
 | |
|             // 
 | |
|             // layoutControlGroup5
 | |
|             // 
 | |
|             this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem10,
 | |
|             this.layoutControlItem11,
 | |
|             this.emptySpaceItem18,
 | |
|             this.layoutControlItem15,
 | |
|             this.layoutControlItem14});
 | |
|             this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup5.Name = "layoutControlGroup5";
 | |
|             this.layoutControlGroup5.Size = new System.Drawing.Size(367, 48);
 | |
|             this.layoutControlGroup5.Text = "周转箱打印";
 | |
|             // 
 | |
|             // layoutControlItem10
 | |
|             // 
 | |
|             this.layoutControlItem10.Control = this.comboxColors;
 | |
|             this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem10.MaxSize = new System.Drawing.Size(212, 24);
 | |
|             this.layoutControlItem10.MinSize = new System.Drawing.Size(212, 24);
 | |
|             this.layoutControlItem10.Name = "layoutControlItem10";
 | |
|             this.layoutControlItem10.Size = new System.Drawing.Size(212, 24);
 | |
|             this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem10.Text = "颜色";
 | |
|             this.layoutControlItem10.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // layoutControlItem11
 | |
|             // 
 | |
|             this.layoutControlItem11.Control = this.textEdit2;
 | |
|             this.layoutControlItem11.Location = new System.Drawing.Point(0, 24);
 | |
|             this.layoutControlItem11.MaxSize = new System.Drawing.Size(130, 24);
 | |
|             this.layoutControlItem11.MinSize = new System.Drawing.Size(130, 24);
 | |
|             this.layoutControlItem11.Name = "layoutControlItem11";
 | |
|             this.layoutControlItem11.Size = new System.Drawing.Size(130, 24);
 | |
|             this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem11.Text = "编号范围";
 | |
|             this.layoutControlItem11.TextSize = new System.Drawing.Size(72, 22);
 | |
|             // 
 | |
|             // emptySpaceItem18
 | |
|             // 
 | |
|             this.emptySpaceItem18.AllowHotTrack = false;
 | |
|             this.emptySpaceItem18.Location = new System.Drawing.Point(256, 0);
 | |
|             this.emptySpaceItem18.Name = "emptySpaceItem18";
 | |
|             this.emptySpaceItem18.Size = new System.Drawing.Size(111, 48);
 | |
|             this.emptySpaceItem18.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlItem15
 | |
|             // 
 | |
|             this.layoutControlItem15.Control = this.btnPrintBox;
 | |
|             this.layoutControlItem15.Location = new System.Drawing.Point(212, 0);
 | |
|             this.layoutControlItem15.MaxSize = new System.Drawing.Size(44, 48);
 | |
|             this.layoutControlItem15.MinSize = new System.Drawing.Size(44, 48);
 | |
|             this.layoutControlItem15.Name = "layoutControlItem15";
 | |
|             this.layoutControlItem15.Size = new System.Drawing.Size(44, 48);
 | |
|             this.layoutControlItem15.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem15.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlItem14
 | |
|             // 
 | |
|             this.layoutControlItem14.Control = this.textEdit3;
 | |
|             this.layoutControlItem14.Location = new System.Drawing.Point(130, 24);
 | |
|             this.layoutControlItem14.MaxSize = new System.Drawing.Size(82, 24);
 | |
|             this.layoutControlItem14.MinSize = new System.Drawing.Size(82, 24);
 | |
|             this.layoutControlItem14.Name = "layoutControlItem14";
 | |
|             this.layoutControlItem14.Size = new System.Drawing.Size(82, 24);
 | |
|             this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem14.Text = "-";
 | |
|             this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem14.TextVisible = false;
 | |
|             // 
 | |
|             // layoutControlGroup4
 | |
|             // 
 | |
|             this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.layoutControlItem5,
 | |
|             this.emptySpaceItem15});
 | |
|             this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup4.Name = "layoutControlGroup4";
 | |
|             this.layoutControlGroup4.Size = new System.Drawing.Size(367, 48);
 | |
|             this.layoutControlGroup4.Text = "复核台设置";
 | |
|             // 
 | |
|             // layoutControlItem5
 | |
|             // 
 | |
|             this.layoutControlItem5.Control = this.btnRestDesk;
 | |
|             this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlItem5.MaxSize = new System.Drawing.Size(119, 48);
 | |
|             this.layoutControlItem5.MinSize = new System.Drawing.Size(119, 48);
 | |
|             this.layoutControlItem5.Name = "layoutControlItem5";
 | |
|             this.layoutControlItem5.Size = new System.Drawing.Size(119, 48);
 | |
|             this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
 | |
|             this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
 | |
|             this.layoutControlItem5.TextVisible = false;
 | |
|             // 
 | |
|             // emptySpaceItem15
 | |
|             // 
 | |
|             this.emptySpaceItem15.AllowHotTrack = false;
 | |
|             this.emptySpaceItem15.Location = new System.Drawing.Point(119, 0);
 | |
|             this.emptySpaceItem15.Name = "emptySpaceItem15";
 | |
|             this.emptySpaceItem15.Size = new System.Drawing.Size(248, 48);
 | |
|             this.emptySpaceItem15.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // layoutControlGroup8
 | |
|             // 
 | |
|             this.layoutControlGroup8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
 | |
|             this.emptySpaceItem6});
 | |
|             this.layoutControlGroup8.Location = new System.Drawing.Point(0, 0);
 | |
|             this.layoutControlGroup8.Name = "layoutControlGroup8";
 | |
|             this.layoutControlGroup8.Size = new System.Drawing.Size(367, 48);
 | |
|             this.layoutControlGroup8.Text = "其它设置";
 | |
|             // 
 | |
|             // emptySpaceItem6
 | |
|             // 
 | |
|             this.emptySpaceItem6.AllowHotTrack = false;
 | |
|             this.emptySpaceItem6.Location = new System.Drawing.Point(0, 0);
 | |
|             this.emptySpaceItem6.Name = "emptySpaceItem6";
 | |
|             this.emptySpaceItem6.Size = new System.Drawing.Size(367, 48);
 | |
|             this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem23
 | |
|             // 
 | |
|             this.emptySpaceItem23.AllowHotTrack = false;
 | |
|             this.emptySpaceItem23.Location = new System.Drawing.Point(247, 279);
 | |
|             this.emptySpaceItem23.Name = "emptySpaceItem23";
 | |
|             this.emptySpaceItem23.Size = new System.Drawing.Size(182, 24);
 | |
|             this.emptySpaceItem23.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem24
 | |
|             // 
 | |
|             this.emptySpaceItem24.AllowHotTrack = false;
 | |
|             this.emptySpaceItem24.Location = new System.Drawing.Point(429, 243);
 | |
|             this.emptySpaceItem24.Name = "emptySpaceItem24";
 | |
|             this.emptySpaceItem24.Size = new System.Drawing.Size(365, 36);
 | |
|             this.emptySpaceItem24.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem25
 | |
|             // 
 | |
|             this.emptySpaceItem25.AllowHotTrack = false;
 | |
|             this.emptySpaceItem25.Location = new System.Drawing.Point(381, 253);
 | |
|             this.emptySpaceItem25.Name = "emptySpaceItem25";
 | |
|             this.emptySpaceItem25.Size = new System.Drawing.Size(48, 26);
 | |
|             this.emptySpaceItem25.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem26
 | |
|             // 
 | |
|             this.emptySpaceItem26.AllowHotTrack = false;
 | |
|             this.emptySpaceItem26.Location = new System.Drawing.Point(429, 279);
 | |
|             this.emptySpaceItem26.Name = "emptySpaceItem26";
 | |
|             this.emptySpaceItem26.Size = new System.Drawing.Size(365, 24);
 | |
|             this.emptySpaceItem26.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem27
 | |
|             // 
 | |
|             this.emptySpaceItem27.AllowHotTrack = false;
 | |
|             this.emptySpaceItem27.Location = new System.Drawing.Point(297, 253);
 | |
|             this.emptySpaceItem27.Name = "emptySpaceItem27";
 | |
|             this.emptySpaceItem27.Size = new System.Drawing.Size(28, 26);
 | |
|             this.emptySpaceItem27.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // textEdit1
 | |
|             // 
 | |
|             this.textEdit1.Location = new System.Drawing.Point(192, 201);
 | |
|             this.textEdit1.MenuManager = this.ribbon;
 | |
|             this.textEdit1.Name = "textEdit1";
 | |
|             this.textEdit1.Size = new System.Drawing.Size(143, 28);
 | |
|             this.textEdit1.TabIndex = 17;
 | |
|             // 
 | |
|             // layoutControlItem13
 | |
|             // 
 | |
|             this.layoutControlItem13.Control = this.textEdit1;
 | |
|             this.layoutControlItem13.Location = new System.Drawing.Point(65, 189);
 | |
|             this.layoutControlItem13.Name = "layoutControlItem13";
 | |
|             this.layoutControlItem13.Size = new System.Drawing.Size(262, 24);
 | |
|             this.layoutControlItem13.TextSize = new System.Drawing.Size(48, 14);
 | |
|             // 
 | |
|             // emptySpaceItem9
 | |
|             // 
 | |
|             this.emptySpaceItem9.AllowHotTrack = false;
 | |
|             this.emptySpaceItem9.Location = new System.Drawing.Point(0, 0);
 | |
|             this.emptySpaceItem9.Name = "emptySpaceItem9";
 | |
|             this.emptySpaceItem9.Size = new System.Drawing.Size(0, 0);
 | |
|             this.emptySpaceItem9.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // emptySpaceItem31
 | |
|             // 
 | |
|             this.emptySpaceItem31.AllowHotTrack = false;
 | |
|             this.emptySpaceItem31.Location = new System.Drawing.Point(429, 110);
 | |
|             this.emptySpaceItem31.Name = "emptySpaceItem31";
 | |
|             this.emptySpaceItem31.Size = new System.Drawing.Size(365, 26);
 | |
|             this.emptySpaceItem31.TextSize = new System.Drawing.Size(0, 0);
 | |
|             // 
 | |
|             // DictionaryForm
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(2133, 1254);
 | |
|             this.Controls.Add(this.layoutControl1);
 | |
|             this.Controls.Add(this.ribbonStatusBar);
 | |
|             this.Controls.Add(this.ribbon);
 | |
|             this.Margin = new System.Windows.Forms.Padding(10, 14, 10, 14);
 | |
|             this.Name = "DictionaryForm";
 | |
|             this.Ribbon = this.ribbon;
 | |
|             this.StatusBar = this.ribbonStatusBar;
 | |
|             this.Text = "货品类别";
 | |
|             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DictionaryForm_FormClosing);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
 | |
|             this.layoutControl1.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.swSys.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.sw.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtDicName.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtQuery.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtParent.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtID.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtFlag.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtValue.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comType.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.comboxColors.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.txtGoodDesc.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.chkApply.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcBtnSave)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutBtnNew)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutBtnDel)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem20)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem21)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem14)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabFuncs)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lgFunc)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup7)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem22)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcname)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcBool)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.lcValue)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup2)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem18)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem15)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup8)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem23)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem24)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem25)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem26)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem27)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem31)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
|             this.PerformLayout();
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar;
 | |
|         private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
 | |
|         private DevExpress.XtraBars.BarButtonItem barButtonItem1;
 | |
|         private DevExpress.XtraBars.BarButtonItem barButtonItem2;
 | |
|         private DevExpress.XtraBars.BarButtonItem barButtonItem3;
 | |
|         private DevExpress.XtraBars.BarButtonItem barButtonItem5;
 | |
|         private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
 | |
|         private DevExpress.XtraLayout.LayoutControl layoutControl1;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnQuery;
 | |
|         private DevExpress.XtraEditors.TextEdit txtQuery;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
 | |
|         private DevExpress.XtraEditors.TextEdit txtDicName;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem lcname;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnSave;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem lcBtnSave;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnDelete;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutBtnDel;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnNew;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutBtnNew;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem20;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem21;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem23;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem24;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem25;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem26;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem27;
 | |
|         private DevExpress.XtraEditors.TextEdit textEdit1;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem9;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem31;
 | |
|         private DevExpress.XtraTreeList.TreeList treeList1;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem10;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
 | |
|         private DevExpress.XtraTreeList.Columns.TreeListColumn id;
 | |
|         private DevExpress.XtraTreeList.Columns.TreeListColumn name;
 | |
|         private DevExpress.XtraTreeList.Columns.TreeListColumn description;
 | |
|         private DevExpress.XtraEditors.SearchLookUpEdit searchLookUpEdit1;
 | |
|         private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
 | |
|         private DevExpress.XtraEditors.TextEdit txtParent;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
 | |
|         private DevExpress.XtraEditors.TextEdit txtID;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
 | |
|         private DevExpress.XtraEditors.TextEdit txtFlag;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
 | |
|         private DevExpress.XtraTreeList.Columns.TreeListColumn flag;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
 | |
|         private DevExpress.XtraEditors.ToggleSwitch sw;
 | |
|         private DevExpress.XtraEditors.TextEdit txtValue;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem lcValue;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem lcBool;
 | |
|         private DevExpress.XtraEditors.ComboBoxEdit comType;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
 | |
|         private DevExpress.XtraTreeList.Columns.TreeListColumn value;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnRestDesk;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem14;
 | |
|         private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup2;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem15;
 | |
|         private DevExpress.XtraEditors.ComboBoxEdit comboxColors;
 | |
|         private DevExpress.XtraEditors.TextEdit textEdit2;
 | |
|         private DevExpress.XtraEditors.TextEdit textEdit3;
 | |
|         private DevExpress.XtraEditors.SimpleButton btnPrintBox;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem18;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
 | |
|         private DevExpress.XtraEditors.MemoEdit txtGoodDesc;
 | |
|         private DevExpress.XtraEditors.CheckEdit chkApply;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem11;
 | |
|         private DevExpress.XtraEditors.ToggleSwitch swSys;
 | |
|         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
 | |
|         private DevExpress.XtraLayout.TabbedControlGroup tabFuncs;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup lgFunc;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup7;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem22;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
 | |
|         private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
 | |
|         private DevExpress.XtraLayout.SimpleSeparator simpleSeparator2;
 | |
|         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
 | |
|         private DevExpress.XtraLayout.SplitterItem splitterItem1;
 | |
|         private DevExpress.XtraLayout.SimpleSeparator simpleSeparator3;
 | |
|         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup8;
 | |
|     }
 | |
| } |