// *** Start programmer edit section *** (Form Designer Initialize)
        private void InitializeComponent()
        {
            ctrlMasterName       = new System.Windows.Forms.TextBox();
            ctrlMasterNameLabel  = new System.Windows.Forms.Label();
            ctrlMasterField      = new System.Windows.Forms.TextBox();
            ctrlMasterFieldLabel = new System.Windows.Forms.Label();
            EditPanel            = new System.Windows.Forms.Panel();

            MasterDetail = new ICSSoft.STORMNET.Windows.Forms.GroupEditBase();
            //
            // MasterDetail
            //
            MasterDetail.AdvansedMarks    = false;
            MasterDetail.AllowRowLocking  = false;
            MasterDetail.AlternativeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
            MasterDetail.BackOnShiftEnter = false;
            MasterDetail.Bindings         = new ICSSoft.STORMNET.Windows.Forms.Design.Binds("MasterDetailD", typeof(SimpleTestAuditProject.MasterDetail), new ICSSoft.STORMNET.Windows.Forms.Design.OneBind[0]);
            MasterDetail.Caption          = "";
            MasterDetail.Columns          = new ICSSoft.STORMNET.Windows.Forms.ColumnInfo[] {
                new ICSSoft.STORMNET.Windows.Forms.ColumnInfo("Field", 36, true, ICSSoft.STORMNET.Business.SortOrder.None, ((byte)(0)), "Field", false, false)
            };
            MasterDetail.DataObjectTypes = new System.Type[] {
                ((System.Type)(typeof(SimpleTestAuditProject.MasterDetail)))
            };
            MasterDetail.DataService                              = null;
            MasterDetail.DoNotAutoLoadItems                       = false;
            MasterDetail.EditManagerForMulipleEdit                = null;
            MasterDetail.EditOnEnter                              = true;
            MasterDetail.EnableValueDisplayResponsibility         = false;
            MasterDetail.GenerateValueChangedEventOnRowOperations = false;
            MasterDetail.KeepFocus                = false;
            MasterDetail.LeaveOnLastEnter         = false;
            MasterDetail.Location                 = new System.Drawing.Point(81, 64);
            MasterDetail.MoveNextOnEnter          = false;
            MasterDetail.Name                     = "MasterDetail";
            MasterDetail.NewRowOnInsert           = false;
            MasterDetail.NextOnEnter              = false;
            MasterDetail.ObjectValue              = null;
            MasterDetail.ReadOnly                 = false;
            MasterDetail.ShowAutoResizeBtn        = true;
            MasterDetail.ShowCopyBtn              = true;
            MasterDetail.ShowCopyCSVBtn           = true;
            MasterDetail.ShowDeleteButton         = true;
            MasterDetail.ShowDeleted              = false;
            MasterDetail.ShowDnBtn                = false;
            MasterDetail.ShowMarkBySelectionBtn   = false;
            MasterDetail.ShowMarks                = true;
            MasterDetail.ShowNewBtn               = true;
            MasterDetail.ShowPasteBtn             = true;
            MasterDetail.ShowPreviewBtn           = true;
            MasterDetail.ShowPrintBtn             = true;
            MasterDetail.ShowPrintSettingsBtn     = true;
            MasterDetail.ShowShowDeletedRows      = true;
            MasterDetail.ShowStatusBar            = false;
            MasterDetail.ShowUpBtn                = false;
            MasterDetail.ShowVisibleColumnsButton = true;
            MasterDetail.Size                     = new System.Drawing.Size(736, 220);
            MasterDetail.Stylization              = new ICSSoft.STORMNET.Windows.Forms.TextStylization("", new ICSSoft.STORMNET.Windows.Forms.TextStyle[0]);
            MasterDetail.TabIndex                 = 4;
            MasterDetail.UseAlternativeColoring   = true;
            MasterDetail.ViewName                 = "MasterDetailD";

            //
            // ctrlMasterName
            //
            ctrlMasterName.Location  = new System.Drawing.Point(81, 12);
            ctrlMasterName.MaxLength = 255;
            ctrlMasterName.Name      = "ctrlMasterName";
            ctrlMasterName.TabIndex  = 0;
            //
            // ctrlMasterNameLabel
            //
            ctrlMasterNameLabel.AutoSize = true;
            ctrlMasterNameLabel.Location = new System.Drawing.Point(11, 16);
            ctrlMasterNameLabel.Name     = "ctrlMasterNameLabel";
            ctrlMasterNameLabel.Size     = new System.Drawing.Size(69, 17);
            ctrlMasterNameLabel.TabIndex = 1;
            ctrlMasterNameLabel.Text     = "MasterName";
            ctrlMasterNameLabel.UseCompatibleTextRendering = true;
            //
            // ctrlMasterField
            //
            ctrlMasterField.Location = new System.Drawing.Point(81, 38);
            ctrlMasterField.Name     = "ctrlMasterField";
            ctrlMasterField.TabIndex = 2;
            //
            // ctrlMasterFieldLabel
            //
            ctrlMasterFieldLabel.AutoSize = true;
            ctrlMasterFieldLabel.Location = new System.Drawing.Point(15, 42);
            ctrlMasterFieldLabel.Name     = "ctrlMasterFieldLabel";
            ctrlMasterFieldLabel.Size     = new System.Drawing.Size(63, 17);
            ctrlMasterFieldLabel.TabIndex = 3;
            ctrlMasterFieldLabel.Text     = "MasterField";
            ctrlMasterFieldLabel.UseCompatibleTextRendering = true;
            //
            // EditPanel
            //
            EditPanel.AutoScroll        = true;
            EditPanel.AutoScrollMinSize = new System.Drawing.Size(187, 64);
            EditPanel.BackColor         = System.Drawing.SystemColors.Control;
            EditPanel.Controls.Add(ctrlMasterName);
            EditPanel.Controls.Add(ctrlMasterNameLabel);
            EditPanel.Controls.Add(ctrlMasterField);
            EditPanel.Controls.Add(ctrlMasterFieldLabel);
            EditPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
            EditPanel.Location = new System.Drawing.Point(0, 42);
            EditPanel.Name     = "EditPanel";
            EditPanel.Size     = new System.Drawing.Size(187, 64);
            EditPanel.TabIndex = 2;
            //
            this.EditPanel.Controls.Add(this.MasterDetail);
            // EditManager
            //
            EditManager.Bindings = new ICSSoft.STORMNET.Windows.Forms.Design.Binds("MasterObjE", typeof(SimpleTestAuditProject.MasterObj), new ICSSoft.STORMNET.Windows.Forms.Design.OneBind[] { new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(ctrlMasterField, typeof(System.Windows.Forms.TextBox), "Text", new System.Type[] {
                    ((System.Type)(typeof(int))),
                    ((System.Type)(typeof(string)))
                }, "MasterField"),
                                                                                                                                                                                                 new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(ctrlMasterName, typeof(System.Windows.Forms.TextBox), "Text", null, "MasterName"), new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(MasterDetail, typeof(ICSSoft.STORMNET.Windows.Forms.GroupEditBase), "Value", null, "MasterDetail") });
            EditManager.NotNullToolTip = "Необходимо заполнить";
            EditManager.ReadOnly       = false;
            //
            // Save
            //
            Save.ImageIndex  = 0;
            Save.Name        = "Save";
            Save.Tag         = "Save";
            Save.ToolTipText = "Сохранить документ (Ctrl+S)";
            //
            // SaveAndClose
            //
            SaveAndClose.ImageIndex  = 1;
            SaveAndClose.Name        = "SaveAndClose";
            SaveAndClose.Tag         = "SaveAndClose";
            SaveAndClose.ToolTipText = "Сохранить и закрыть (Ctrl+Q)";
            //
            // PrintButton
            //
            PrintButton.ImageIndex  = 2;
            PrintButton.Name        = "PrintButton";
            PrintButton.Tag         = "Print";
            PrintButton.ToolTipText = "Печать";
            PrintButton.Visible     = false;
            //
            // PreviewButton
            //
            PreviewButton.ImageIndex  = 3;
            PreviewButton.Name        = "PreviewButton";
            PreviewButton.Tag         = "Preview";
            PreviewButton.ToolTipText = "Предварительный просмотр (Ctrl+P)";
            PreviewButton.Visible     = false;

            this.AutoScroll = true;
            this.Caption    = "Master obj E";
            this.ClientSize = new System.Drawing.Size(187, 126);
            this.ContPath   = "";
            this.Controls.Add(EditPanel);
            this.DataObject       = null;
            this.KeyPreview       = true;
            this.Name             = "UniWinEdit";
            this.OutScreenControl = false;
            this.PromtUserForActionAtCloseText = "Сохранить документ?";
            this.PropertyName   = "";
            this.Text           = "UniWinEdit";
            this.Visible        = false;
            this.VisiblePercent = 40;
            this.Controls.SetChildIndex(this.EditPanel, 0);
        }
 // *** Start programmer edit section *** (Form Designer Initialize)
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinformMainObjE));
     this.ctrlName                      = new System.Windows.Forms.TextBox();
     this.ctrlNameLabel                 = new System.Windows.Forms.Label();
     this.ctrlField                     = new System.Windows.Forms.TextBox();
     this.ctrlFieldLabel                = new System.Windows.Forms.Label();
     this.ctrlMasterObj                 = new ICSSoft.STORMNET.Windows.Forms.LookUp();
     this.ctrlMasterObjLabel            = new System.Windows.Forms.Label();
     this.ctrlMasterObjMasterName       = new System.Windows.Forms.TextBox();
     this.ctrlMasterObjMasterNameLabel  = new System.Windows.Forms.Label();
     this.ctrlMasterObjMasterField      = new System.Windows.Forms.TextBox();
     this.ctrlMasterObjMasterFieldLabel = new System.Windows.Forms.Label();
     this.DetailObj                     = new ICSSoft.STORMNET.Windows.Forms.GroupEditBase();
     this.EditPanel                     = new System.Windows.Forms.Panel();
     this.ctrlHierarchy                 = new ICSSoft.STORMNET.Windows.Forms.LookUp();
     this.ctrlHierarchyLabel            = new System.Windows.Forms.Label();
     this.ctrlHierarchyName             = new System.Windows.Forms.TextBox();
     this.ctrlHierarchyNameLabel        = new System.Windows.Forms.Label();
     this.EditPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // EditManager
     //
     this.EditManager.Bindings = new ICSSoft.STORMNET.Windows.Forms.Design.Binds("MainObjE", typeof(SimpleTestAuditProject.MainObj), new ICSSoft.STORMNET.Windows.Forms.Design.OneBind[] {
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.DetailObj, typeof(ICSSoft.STORMNET.Windows.Forms.GroupEditBase), "Value", null, "DetailObj"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlField, typeof(System.Windows.Forms.TextBox), "Text", new System.Type[] {
             ((System.Type)(typeof(int))),
             ((System.Type)(typeof(string)))
         }, "Field"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlMasterObj, typeof(ICSSoft.STORMNET.Windows.Forms.LookUp), "Value", null, "MasterObj"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlMasterObjMasterField, typeof(System.Windows.Forms.TextBox), "Text", new System.Type[] {
             ((System.Type)(typeof(int))),
             ((System.Type)(typeof(string)))
         }, "MasterObj.MasterField"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlMasterObjMasterName, typeof(System.Windows.Forms.TextBox), "Text", null, "MasterObj.MasterName"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlName, typeof(System.Windows.Forms.TextBox), "Text", null, "Name"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlHierarchy, typeof(ICSSoft.STORMNET.Windows.Forms.LookUp), "Value", null, "Hierarchy"),
         new ICSSoft.STORMNET.Windows.Forms.Design.OneBind(this.ctrlHierarchyName, typeof(System.Windows.Forms.TextBox), "Text", null, "Hierarchy.Name")
     });
     //
     // EditImages
     //
     this.EditImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("EditImages.ImageStream")));
     this.EditImages.Images.SetKeyName(0, "");
     this.EditImages.Images.SetKeyName(1, "");
     this.EditImages.Images.SetKeyName(2, "");
     this.EditImages.Images.SetKeyName(3, "");
     //
     // StatusBar
     //
     this.StatusBar.Location = new System.Drawing.Point(0, 618);
     this.StatusBar.Size     = new System.Drawing.Size(1075, 25);
     //
     // ToolBar
     //
     this.ToolBar.Size = new System.Drawing.Size(1075, 36);
     //
     // ctrlName
     //
     this.ctrlName.Location  = new System.Drawing.Point(136, 12);
     this.ctrlName.MaxLength = 255;
     this.ctrlName.Name      = "ctrlName";
     this.ctrlName.Size      = new System.Drawing.Size(100, 20);
     this.ctrlName.TabIndex  = 0;
     //
     // ctrlNameLabel
     //
     this.ctrlNameLabel.AutoSize = true;
     this.ctrlNameLabel.Location = new System.Drawing.Point(100, 16);
     this.ctrlNameLabel.Name     = "ctrlNameLabel";
     this.ctrlNameLabel.Size     = new System.Drawing.Size(34, 17);
     this.ctrlNameLabel.TabIndex = 1;
     this.ctrlNameLabel.Text     = "Name";
     this.ctrlNameLabel.UseCompatibleTextRendering = true;
     //
     // ctrlField
     //
     this.ctrlField.Location = new System.Drawing.Point(136, 38);
     this.ctrlField.Name     = "ctrlField";
     this.ctrlField.Size     = new System.Drawing.Size(100, 20);
     this.ctrlField.TabIndex = 2;
     //
     // ctrlFieldLabel
     //
     this.ctrlFieldLabel.AutoSize = true;
     this.ctrlFieldLabel.Location = new System.Drawing.Point(104, 42);
     this.ctrlFieldLabel.Name     = "ctrlFieldLabel";
     this.ctrlFieldLabel.Size     = new System.Drawing.Size(29, 17);
     this.ctrlFieldLabel.TabIndex = 3;
     this.ctrlFieldLabel.Text     = "Field";
     this.ctrlFieldLabel.UseCompatibleTextRendering = true;
     //
     // ctrlMasterObj
     //
     this.ctrlMasterObj.ButtonBorder    = true;
     this.ctrlMasterObj.ButtonSize      = new System.Drawing.Size(24, 24);
     this.ctrlMasterObj.Location        = new System.Drawing.Point(136, 64);
     this.ctrlMasterObj.LookupIsEditor  = false;
     this.ctrlMasterObj.Name            = "ctrlMasterObj";
     this.ctrlMasterObj.Operations      = ICSSoft.STORMNET.Windows.Forms.LookUpOperations.Parse("LookUpOrEdit,Clear");
     this.ctrlMasterObj.PropertyForGrid = "";
     this.ctrlMasterObj.ReadOnly        = false;
     this.ctrlMasterObj.Size            = new System.Drawing.Size(48, 24);
     this.ctrlMasterObj.TabIndex        = 4;
     this.ctrlMasterObj.Value           = null;
     this.ctrlMasterObj.LookUpEvent    += new System.EventHandler(this.look_LookUpEvent);
     //
     // ctrlMasterObjLabel
     //
     this.ctrlMasterObjLabel.AutoSize = true;
     this.ctrlMasterObjLabel.Location = new System.Drawing.Point(78, 68);
     this.ctrlMasterObjLabel.Name     = "ctrlMasterObjLabel";
     this.ctrlMasterObjLabel.Size     = new System.Drawing.Size(56, 17);
     this.ctrlMasterObjLabel.TabIndex = 5;
     this.ctrlMasterObjLabel.Text     = "MasterObj";
     this.ctrlMasterObjLabel.UseCompatibleTextRendering = true;
     //
     // ctrlMasterObjMasterName
     //
     this.ctrlMasterObjMasterName.Location  = new System.Drawing.Point(136, 94);
     this.ctrlMasterObjMasterName.MaxLength = 255;
     this.ctrlMasterObjMasterName.Name      = "ctrlMasterObjMasterName";
     this.ctrlMasterObjMasterName.ReadOnly  = true;
     this.ctrlMasterObjMasterName.Size      = new System.Drawing.Size(100, 20);
     this.ctrlMasterObjMasterName.TabIndex  = 6;
     //
     // ctrlMasterObjMasterNameLabel
     //
     this.ctrlMasterObjMasterNameLabel.AutoSize = true;
     this.ctrlMasterObjMasterNameLabel.Location = new System.Drawing.Point(11, 98);
     this.ctrlMasterObjMasterNameLabel.Name     = "ctrlMasterObjMasterNameLabel";
     this.ctrlMasterObjMasterNameLabel.Size     = new System.Drawing.Size(124, 17);
     this.ctrlMasterObjMasterNameLabel.TabIndex = 7;
     this.ctrlMasterObjMasterNameLabel.Text     = "MasterObj.MasterName";
     this.ctrlMasterObjMasterNameLabel.UseCompatibleTextRendering = true;
     //
     // ctrlMasterObjMasterField
     //
     this.ctrlMasterObjMasterField.Location = new System.Drawing.Point(136, 120);
     this.ctrlMasterObjMasterField.Name     = "ctrlMasterObjMasterField";
     this.ctrlMasterObjMasterField.ReadOnly = true;
     this.ctrlMasterObjMasterField.Size     = new System.Drawing.Size(100, 20);
     this.ctrlMasterObjMasterField.TabIndex = 8;
     //
     // ctrlMasterObjMasterFieldLabel
     //
     this.ctrlMasterObjMasterFieldLabel.AutoSize = true;
     this.ctrlMasterObjMasterFieldLabel.Location = new System.Drawing.Point(15, 124);
     this.ctrlMasterObjMasterFieldLabel.Name     = "ctrlMasterObjMasterFieldLabel";
     this.ctrlMasterObjMasterFieldLabel.Size     = new System.Drawing.Size(119, 17);
     this.ctrlMasterObjMasterFieldLabel.TabIndex = 9;
     this.ctrlMasterObjMasterFieldLabel.Text     = "MasterObj.MasterField";
     this.ctrlMasterObjMasterFieldLabel.UseCompatibleTextRendering = true;
     //
     // DetailObj
     //
     this.DetailObj.AdvansedMarks    = false;
     this.DetailObj.AllowRowLocking  = false;
     this.DetailObj.AlternativeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
     this.DetailObj.BackOnShiftEnter = false;
     this.DetailObj.Bindings         = new ICSSoft.STORMNET.Windows.Forms.Design.Binds("DetailObjD", typeof(SimpleTestAuditProject.DetailObj), new ICSSoft.STORMNET.Windows.Forms.Design.OneBind[0]);
     this.DetailObj.Caption          = "";
     this.DetailObj.Columns          = new ICSSoft.STORMNET.Windows.Forms.ColumnInfo[] {
         new ICSSoft.STORMNET.Windows.Forms.ColumnInfo("DetailName", 70, true, ICSSoft.STORMNET.Business.SortOrder.None, ((byte)(0)), "DetailName", false, false),
         new ICSSoft.STORMNET.Windows.Forms.ColumnInfo("DetailField", 65, true, ICSSoft.STORMNET.Business.SortOrder.None, ((byte)(0)), "DetailField", false, false),
         new ICSSoft.STORMNET.Windows.Forms.ColumnInfo("DetailMaster", 75, true, ICSSoft.STORMNET.Business.SortOrder.None, ((byte)(0)), "DetailMaster", false, false)
     };
     this.DetailObj.DataObjectTypes = new System.Type[] {
         ((System.Type)(typeof(SimpleTestAuditProject.DetailObj)))
     };
     this.DetailObj.DataService                              = null;
     this.DetailObj.DoNotAutoLoadItems                       = false;
     this.DetailObj.EditManagerForMulipleEdit                = null;
     this.DetailObj.EditOnEnter                              = true;
     this.DetailObj.EnableValueDisplayResponsibility         = false;
     this.DetailObj.GenerateValueChangedEventOnRowOperations = false;
     this.DetailObj.KeepFocus                = false;
     this.DetailObj.LeaveOnLastEnter         = false;
     this.DetailObj.Location                 = new System.Drawing.Point(15, 202);
     this.DetailObj.MoveNextOnEnter          = false;
     this.DetailObj.Name                     = "DetailObj";
     this.DetailObj.NewRowOnInsert           = false;
     this.DetailObj.NextOnEnter              = false;
     this.DetailObj.ObjectValue              = null;
     this.DetailObj.ReadOnly                 = false;
     this.DetailObj.ShowAutoResizeBtn        = true;
     this.DetailObj.ShowCopyBtn              = true;
     this.DetailObj.ShowCopyCSVBtn           = true;
     this.DetailObj.ShowDeleteButton         = true;
     this.DetailObj.ShowDeleted              = false;
     this.DetailObj.ShowDnBtn                = false;
     this.DetailObj.ShowMarkBySelectionBtn   = false;
     this.DetailObj.ShowMarks                = true;
     this.DetailObj.ShowNewBtn               = true;
     this.DetailObj.ShowPasteBtn             = true;
     this.DetailObj.ShowPreviewBtn           = true;
     this.DetailObj.ShowPrintBtn             = true;
     this.DetailObj.ShowPrintSettingsBtn     = true;
     this.DetailObj.ShowShowDeletedRows      = true;
     this.DetailObj.ShowStatusBar            = false;
     this.DetailObj.ShowUpBtn                = false;
     this.DetailObj.ShowVisibleColumnsButton = true;
     this.DetailObj.Size                     = new System.Drawing.Size(1057, 374);
     this.DetailObj.Stylization              = new ICSSoft.STORMNET.Windows.Forms.TextStylization("", new ICSSoft.STORMNET.Windows.Forms.TextStyle[0]);
     this.DetailObj.TabIndex                 = 10;
     this.DetailObj.UseAlternativeColoring   = true;
     this.DetailObj.ViewName                 = "DetailObjD";
     this.DetailObj.SetupEditor             += new ICSSoft.STORMNET.Windows.Forms.OnSetupEditorEventHandler(this.gr_SetupEditorEventHandler);
     //
     // EditPanel
     //
     this.EditPanel.AutoScroll        = true;
     this.EditPanel.AutoScrollMinSize = new System.Drawing.Size(878, 372);
     this.EditPanel.BackColor         = System.Drawing.SystemColors.Control;
     this.EditPanel.Controls.Add(this.ctrlName);
     this.EditPanel.Controls.Add(this.ctrlNameLabel);
     this.EditPanel.Controls.Add(this.ctrlField);
     this.EditPanel.Controls.Add(this.ctrlFieldLabel);
     this.EditPanel.Controls.Add(this.ctrlMasterObj);
     this.EditPanel.Controls.Add(this.ctrlMasterObjLabel);
     this.EditPanel.Controls.Add(this.ctrlMasterObjMasterName);
     this.EditPanel.Controls.Add(this.ctrlMasterObjMasterNameLabel);
     this.EditPanel.Controls.Add(this.ctrlMasterObjMasterField);
     this.EditPanel.Controls.Add(this.ctrlMasterObjMasterFieldLabel);
     this.EditPanel.Controls.Add(this.DetailObj);
     this.EditPanel.Controls.Add(this.ctrlHierarchy);
     this.EditPanel.Controls.Add(this.ctrlHierarchyLabel);
     this.EditPanel.Controls.Add(this.ctrlHierarchyName);
     this.EditPanel.Controls.Add(this.ctrlHierarchyNameLabel);
     this.EditPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.EditPanel.Location = new System.Drawing.Point(0, 36);
     this.EditPanel.Name     = "EditPanel";
     this.EditPanel.Size     = new System.Drawing.Size(1075, 582);
     this.EditPanel.TabIndex = 2;
     //
     // ctrlHierarchy
     //
     this.ctrlHierarchy.ButtonBorder    = true;
     this.ctrlHierarchy.ButtonSize      = new System.Drawing.Size(24, 24);
     this.ctrlHierarchy.Location        = new System.Drawing.Point(136, 146);
     this.ctrlHierarchy.LookupIsEditor  = false;
     this.ctrlHierarchy.Name            = "ctrlHierarchy";
     this.ctrlHierarchy.Operations      = ICSSoft.STORMNET.Windows.Forms.LookUpOperations.Parse("LookUpOrEdit,Clear");
     this.ctrlHierarchy.PropertyForGrid = "";
     this.ctrlHierarchy.ReadOnly        = false;
     this.ctrlHierarchy.Size            = new System.Drawing.Size(48, 24);
     this.ctrlHierarchy.TabIndex        = 10;
     this.ctrlHierarchy.Value           = null;
     this.ctrlHierarchy.LookUpEvent    += new System.EventHandler(this.look_LookUpEvent);
     //
     // ctrlHierarchyLabel
     //
     this.ctrlHierarchyLabel.AutoSize = true;
     this.ctrlHierarchyLabel.Location = new System.Drawing.Point(83, 150);
     this.ctrlHierarchyLabel.Name     = "ctrlHierarchyLabel";
     this.ctrlHierarchyLabel.Size     = new System.Drawing.Size(53, 17);
     this.ctrlHierarchyLabel.TabIndex = 11;
     this.ctrlHierarchyLabel.Text     = "Hierarchy";
     this.ctrlHierarchyLabel.UseCompatibleTextRendering = true;
     //
     // ctrlHierarchyName
     //
     this.ctrlHierarchyName.Location  = new System.Drawing.Point(136, 176);
     this.ctrlHierarchyName.MaxLength = 255;
     this.ctrlHierarchyName.Name      = "ctrlHierarchyName";
     this.ctrlHierarchyName.ReadOnly  = true;
     this.ctrlHierarchyName.Size      = new System.Drawing.Size(100, 20);
     this.ctrlHierarchyName.TabIndex  = 12;
     //
     // ctrlHierarchyNameLabel
     //
     this.ctrlHierarchyNameLabel.AutoSize = true;
     this.ctrlHierarchyNameLabel.Location = new System.Drawing.Point(48, 180);
     this.ctrlHierarchyNameLabel.Name     = "ctrlHierarchyNameLabel";
     this.ctrlHierarchyNameLabel.Size     = new System.Drawing.Size(86, 17);
     this.ctrlHierarchyNameLabel.TabIndex = 13;
     this.ctrlHierarchyNameLabel.Text     = "Hierarchy.Name";
     this.ctrlHierarchyNameLabel.UseCompatibleTextRendering = true;
     //
     // WinformMainObjE
     //
     this.Caption    = "Main obj E";
     this.ClientSize = new System.Drawing.Size(1075, 643);
     this.Controls.Add(this.EditPanel);
     this.Name = "WinformMainObjE";
     this.Text = "UniWinEdit";
     this.Controls.SetChildIndex(this.StatusBar, 0);
     this.Controls.SetChildIndex(this.ToolBar, 0);
     this.Controls.SetChildIndex(this.EditPanel, 0);
     this.EditPanel.ResumeLayout(false);
     this.EditPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }