コード例 #1
0
        private void DrawSubUltraWinMenuItem(IMenu menu, Infragistics.Win.UltraWinToolbars.UltraToolbar mainMenuBar)
        {
            for (int i = 0; i < menu.SubMenus.Length; i++)
            {
                Infragistics.Win.UltraWinToolbars.ToolBase subMenuItem;
                if (menu.SubMenus[i].SubMenus != null)
                {
                    subMenuItem = new Infragistics.Win.UltraWinToolbars.PopupMenuTool(menu.SubMenus[i].Caption);
                }
                else
                {
                    subMenuItem = new Infragistics.Win.UltraWinToolbars.ButtonTool(menu.SubMenus[i].Caption);
                }

                subMenuItem.SharedProps.Caption           = menu.SubMenus[i].Caption;
                subMenuItem.SharedProps.CustomizerCaption = menu.SubMenus[i].Caption;
                subMenuItem.SharedProps.Shortcut          = menu.SubMenus[i].Shortcut;
                //subMenuItem.Index   = menu.Index;
                subMenuItem.Key             = (string)menu.SubMenus[i].Key;
                menu.SubMenus[i].MenuObject = subMenuItem;

                mainMenuBar.ToolbarsManager.Tools.Add(subMenuItem);
                ((Infragistics.Win.UltraWinToolbars.PopupMenuTool)menu.MenuObject).Tools.Add(subMenuItem);

                if (menu.SubMenus[i].SubMenus != null)
                {
                    DrawSubUltraWinMenuItem(menu.SubMenus[i], mainMenuBar);
                }
            }
        }
コード例 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance   appearance1 = new Infragistics.Win.Appearance();
     System.Windows.Forms.TreeNode treeNode1   = new System.Windows.Forms.TreeNode("节点0");
     System.Windows.Forms.TreeNode treeNode2   = new System.Windows.Forms.TreeNode("节点1");
     System.Windows.Forms.TreeNode treeNode3   = new System.Windows.Forms.TreeNode("节点4");
     System.Windows.Forms.TreeNode treeNode4   = new System.Windows.Forms.TreeNode("节点5");
     System.Windows.Forms.TreeNode treeNode5   = new System.Windows.Forms.TreeNode("节点6");
     System.Windows.Forms.TreeNode treeNode6   = new System.Windows.Forms.TreeNode("节点2", new System.Windows.Forms.TreeNode[] {
         treeNode3,
         treeNode4,
         treeNode5
     });
     System.Windows.Forms.TreeNode treeNode7   = new System.Windows.Forms.TreeNode("节点3");
     Infragistics.Win.Appearance   appearance2 = new Infragistics.Win.Appearance();
     System.Windows.Forms.TreeNode treeNode8   = new System.Windows.Forms.TreeNode("节点0");
     System.Windows.Forms.TreeNode treeNode9   = new System.Windows.Forms.TreeNode("节点1");
     System.Windows.Forms.TreeNode treeNode10  = new System.Windows.Forms.TreeNode("节点4");
     System.Windows.Forms.TreeNode treeNode11  = new System.Windows.Forms.TreeNode("节点5");
     System.Windows.Forms.TreeNode treeNode12  = new System.Windows.Forms.TreeNode("节点6");
     System.Windows.Forms.TreeNode treeNode13  = new System.Windows.Forms.TreeNode("节点2", new System.Windows.Forms.TreeNode[] {
         treeNode10,
         treeNode11,
         treeNode12
     });
     System.Windows.Forms.TreeNode treeNode14  = new System.Windows.Forms.TreeNode("节点3");
     Infragistics.Win.Appearance   appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar1  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Action");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("New");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Approve");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("UnApprove");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Export");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Import");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool19   = new Infragistics.Win.UltraWinToolbars.ButtonTool("SendMsg");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool20   = new Infragistics.Win.UltraWinToolbars.ButtonTool("SignIn");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool21   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Adjust");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool22   = new Infragistics.Win.UltraWinToolbars.ButtonTool("StartStockTask");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool23   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Synchronize");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool24   = new Infragistics.Win.UltraWinToolbars.ButtonTool("CancelCertification");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool25   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Deliver");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool26   = new Infragistics.Win.UltraWinToolbars.ButtonTool("CancelDeliver");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool45   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Analyse");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool27   = new Infragistics.Win.UltraWinToolbars.ButtonTool("New");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Approve");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UnApprove");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Import");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Print");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SendMsg");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("SignIn");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Adjust");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("StartStockTask");
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Synchronize");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CancelCertification");
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Deliver");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CancelDeliver");
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Analyse");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Export");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ExportCurrentPage");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ExportAll");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ExportCurrentPage");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ExportAll");
     this.imageListAction = new System.Windows.Forms.ImageList(this.components);
     this.FrmUserMenuManager_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.tableLayoutPanel2             = new System.Windows.Forms.TableLayoutPanel();
     this.gbUserJobAuth        = new Infragistics.Win.Misc.UltraGroupBox();
     this.tvUserJob            = new System.Windows.Forms.TreeView();
     this.gbBase               = new Infragistics.Win.Misc.UltraGroupBox();
     this.tableLayoutPanelBase = new System.Windows.Forms.TableLayoutPanel();
     this.ultraPanel1          = new Infragistics.Win.Misc.UltraPanel();
     this.ultraLabel5          = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel3          = new Infragistics.Win.Misc.UltraLabel();
     this.mcbUserName          = new SkyCar.Coeus.Common.CustomControl.SkyCarMultiComboBox();
     this.gbMenuActionAuth     = new Infragistics.Win.Misc.UltraGroupBox();
     this.tvUserMenuAction     = new System.Windows.Forms.TreeView();
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.toolBarAction = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmUserMenuManager_Fill_Panel.ClientArea.SuspendLayout();
     this.FrmUserMenuManager_Fill_Panel.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbUserJobAuth)).BeginInit();
     this.gbUserJobAuth.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbBase)).BeginInit();
     this.gbBase.SuspendLayout();
     this.tableLayoutPanelBase.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gbMenuActionAuth)).BeginInit();
     this.gbMenuActionAuth.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.toolBarAction)).BeginInit();
     this.SuspendLayout();
     //
     // imageListAction
     //
     this.imageListAction.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageListAction.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListAction.TransparentColor = System.Drawing.Color.Transparent;
     //
     // FrmUserMenuManager_Fill_Panel
     //
     appearance1.BackColor         = System.Drawing.Color.White;
     appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.None;
     this.FrmUserMenuManager_Fill_Panel.Appearance = appearance1;
     //
     // FrmUserMenuManager_Fill_Panel.ClientArea
     //
     this.FrmUserMenuManager_Fill_Panel.ClientArea.Controls.Add(this.tableLayoutPanel2);
     this.FrmUserMenuManager_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.FrmUserMenuManager_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FrmUserMenuManager_Fill_Panel.Font     = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FrmUserMenuManager_Fill_Panel.Location = new System.Drawing.Point(0, 85);
     this.FrmUserMenuManager_Fill_Panel.Name     = "FrmUserMenuManager_Fill_Panel";
     this.FrmUserMenuManager_Fill_Panel.Size     = new System.Drawing.Size(1097, 447);
     this.FrmUserMenuManager_Fill_Panel.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.gbUserJobAuth, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.gbBase, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.gbMenuActionAuth, 0, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 2;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 65F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1097, 447);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // gbUserJobAuth
     //
     this.gbUserJobAuth.Controls.Add(this.tvUserJob);
     this.gbUserJobAuth.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbUserJobAuth.Location = new System.Drawing.Point(551, 68);
     this.gbUserJobAuth.Name     = "gbUserJobAuth";
     this.gbUserJobAuth.Size     = new System.Drawing.Size(543, 376);
     this.gbUserJobAuth.TabIndex = 2;
     this.gbUserJobAuth.Text     = "订阅作业结果";
     //
     // tvUserJob
     //
     this.tvUserJob.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.tvUserJob.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvUserJob.CheckBoxes  = true;
     this.tvUserJob.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.tvUserJob.Font        = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tvUserJob.Indent      = 30;
     this.tvUserJob.ItemHeight  = 20;
     this.tvUserJob.Location    = new System.Drawing.Point(3, 23);
     this.tvUserJob.Name        = "tvUserJob";
     treeNode1.Name             = "节点0";
     treeNode1.Text             = "节点0";
     treeNode2.Name             = "节点1";
     treeNode2.Text             = "节点1";
     treeNode3.Name             = "节点4";
     treeNode3.Text             = "节点4";
     treeNode4.Name             = "节点5";
     treeNode4.Text             = "节点5";
     treeNode5.Name             = "节点6";
     treeNode5.Text             = "节点6";
     treeNode6.Name             = "节点2";
     treeNode6.Text             = "节点2";
     treeNode7.Name             = "节点3";
     treeNode7.Text             = "节点3";
     this.tvUserJob.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode6,
         treeNode7
     });
     this.tvUserJob.Size        = new System.Drawing.Size(537, 350);
     this.tvUserJob.TabIndex    = 0;
     this.tvUserJob.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvUserJob_AfterCheck);
     //
     // gbBase
     //
     this.tableLayoutPanel2.SetColumnSpan(this.gbBase, 2);
     this.gbBase.Controls.Add(this.tableLayoutPanelBase);
     this.gbBase.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbBase.Location = new System.Drawing.Point(3, 3);
     this.gbBase.Name     = "gbBase";
     this.gbBase.Size     = new System.Drawing.Size(1091, 59);
     this.gbBase.TabIndex = 0;
     this.gbBase.Text     = "基本";
     //
     // tableLayoutPanelBase
     //
     this.tableLayoutPanelBase.ColumnCount = 8;
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanelBase.Controls.Add(this.ultraPanel1, 0, 0);
     this.tableLayoutPanelBase.Controls.Add(this.mcbUserName, 1, 0);
     this.tableLayoutPanelBase.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanelBase.Location = new System.Drawing.Point(3, 23);
     this.tableLayoutPanelBase.Name     = "tableLayoutPanelBase";
     this.tableLayoutPanelBase.RowCount = 1;
     this.tableLayoutPanelBase.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanelBase.Size     = new System.Drawing.Size(1085, 33);
     this.tableLayoutPanelBase.TabIndex = 0;
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel5);
     this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
     this.ultraPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(3, 3);
     this.ultraPanel1.Name     = "ultraPanel1";
     this.ultraPanel1.Size     = new System.Drawing.Size(94, 27);
     this.ultraPanel1.TabIndex = 136;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.ultraLabel5.AutoSize = true;
     this.ultraLabel5.Location = new System.Drawing.Point(51, 7);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(34, 21);
     this.ultraLabel5.TabIndex = 127;
     this.ultraLabel5.Text     = "姓名";
     //
     // ultraLabel3
     //
     this.ultraLabel3.Anchor     = System.Windows.Forms.AnchorStyles.Right;
     appearance2.ForeColor       = System.Drawing.Color.Red;
     this.ultraLabel3.Appearance = appearance2;
     this.ultraLabel3.AutoSize   = true;
     this.ultraLabel3.Location   = new System.Drawing.Point(83, 10);
     this.ultraLabel3.Name       = "ultraLabel3";
     this.ultraLabel3.Size       = new System.Drawing.Size(12, 21);
     this.ultraLabel3.TabIndex   = 129;
     this.ultraLabel3.Text       = "*";
     //
     // mcbUserName
     //
     this.mcbUserName.Anchor             = System.Windows.Forms.AnchorStyles.Left;
     this.mcbUserName.BackColor          = System.Drawing.Color.White;
     this.mcbUserName.ExtraDisplayMember = "";
     this.mcbUserName.FormattingEnabled  = true;
     this.mcbUserName.Location           = new System.Drawing.Point(103, 3);
     this.mcbUserName.Name = "mcbUserName";
     this.mcbUserName.PopupGridAutoSize = false;
     this.mcbUserName.RowFilterVisible  = true;
     this.mcbUserName.SelectedTextExtra = "";
     this.mcbUserName.SelectedValue     = "";
     this.mcbUserName.Size     = new System.Drawing.Size(121, 28);
     this.mcbUserName.TabIndex = 0;
     //
     // gbMenuActionAuth
     //
     this.gbMenuActionAuth.Controls.Add(this.tvUserMenuAction);
     this.gbMenuActionAuth.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gbMenuActionAuth.Location = new System.Drawing.Point(3, 68);
     this.gbMenuActionAuth.Name     = "gbMenuActionAuth";
     this.gbMenuActionAuth.Size     = new System.Drawing.Size(542, 376);
     this.gbMenuActionAuth.TabIndex = 1;
     this.gbMenuActionAuth.Text     = "菜单动作授权";
     //
     // tvUserMenuAction
     //
     this.tvUserMenuAction.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.tvUserMenuAction.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvUserMenuAction.CheckBoxes  = true;
     this.tvUserMenuAction.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.tvUserMenuAction.Font        = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tvUserMenuAction.Indent      = 30;
     this.tvUserMenuAction.ItemHeight  = 20;
     this.tvUserMenuAction.Location    = new System.Drawing.Point(3, 23);
     this.tvUserMenuAction.Name        = "tvUserMenuAction";
     treeNode8.Name  = "节点0";
     treeNode8.Text  = "节点0";
     treeNode9.Name  = "节点1";
     treeNode9.Text  = "节点1";
     treeNode10.Name = "节点4";
     treeNode10.Text = "节点4";
     treeNode11.Name = "节点5";
     treeNode11.Text = "节点5";
     treeNode12.Name = "节点6";
     treeNode12.Text = "节点6";
     treeNode13.Name = "节点2";
     treeNode13.Text = "节点2";
     treeNode14.Name = "节点3";
     treeNode14.Text = "节点3";
     this.tvUserMenuAction.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode8,
         treeNode9,
         treeNode13,
         treeNode14
     });
     this.tvUserMenuAction.Size        = new System.Drawing.Size(536, 350);
     this.tvUserMenuAction.TabIndex    = 0;
     this.tvUserMenuAction.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvUserMenuAction_AfterCheck);
     //
     // _FrmUserMenuManager_Toolbars_Dock_Area_Left
     //
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.White;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 85);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.Name            = "_FrmUserMenuManager_Toolbars_Dock_Area_Left";
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 447);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolBarAction;
     //
     // toolBarAction
     //
     appearance3.BackColor                          = System.Drawing.Color.White;
     appearance3.BackGradientStyle                  = Infragistics.Win.GradientStyle.None;
     this.toolBarAction.Appearance                  = appearance3;
     this.toolBarAction.DesignerFlags               = 1;
     this.toolBarAction.DockWithinContainer         = this;
     this.toolBarAction.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.toolBarAction.ImageListLarge              = this.imageListAction;
     ultraToolbar1.DockedColumn                     = 0;
     ultraToolbar1.DockedRow                        = 0;
     ultraToolbar1.IsMainMenuBar                    = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool12,
         buttonTool13,
         buttonTool1,
         buttonTool14,
         buttonTool15,
         popupMenuTool1,
         buttonTool17,
         buttonTool18,
         buttonTool19,
         buttonTool20,
         buttonTool21,
         buttonTool22,
         buttonTool23,
         buttonTool24,
         buttonTool25,
         buttonTool26,
         buttonTool45
     });
     ultraToolbar1.Text = "Action";
     this.toolBarAction.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance4.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.New;
     buttonTool27.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     buttonTool27.SharedPropsInternal.Caption      = "新增";
     buttonTool27.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance5.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Save;
     buttonTool28.SharedPropsInternal.AppearancesLarge.Appearance = appearance5;
     buttonTool28.SharedPropsInternal.Caption      = "保存";
     buttonTool28.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance6.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Copy;
     buttonTool29.SharedPropsInternal.AppearancesLarge.Appearance = appearance6;
     buttonTool29.SharedPropsInternal.Caption      = "复制";
     buttonTool29.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance7.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Delete;
     buttonTool30.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     buttonTool30.SharedPropsInternal.Caption      = "删除";
     buttonTool30.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance8.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Query;
     buttonTool31.SharedPropsInternal.AppearancesLarge.Appearance = appearance8;
     buttonTool31.SharedPropsInternal.Caption      = "查询";
     buttonTool31.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance9.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Approve;
     buttonTool32.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     buttonTool32.SharedPropsInternal.Caption      = "审核";
     buttonTool32.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance10.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.UnApprove;
     buttonTool33.SharedPropsInternal.AppearancesLarge.Appearance = appearance10;
     buttonTool33.SharedPropsInternal.Caption      = "反审核";
     buttonTool33.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance11.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Import;
     buttonTool35.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
     buttonTool35.SharedPropsInternal.Caption      = "导入";
     buttonTool35.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance12.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Print;
     buttonTool36.SharedPropsInternal.AppearancesLarge.Appearance = appearance12;
     buttonTool36.SharedPropsInternal.Caption      = "打印";
     buttonTool36.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance13.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.SendMsg;
     buttonTool37.SharedPropsInternal.AppearancesLarge.Appearance = appearance13;
     buttonTool37.SharedPropsInternal.Caption      = "推送消息";
     buttonTool37.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance14.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.SignIn;
     buttonTool38.SharedPropsInternal.AppearancesLarge.Appearance = appearance14;
     buttonTool38.SharedPropsInternal.Caption      = "签收";
     buttonTool38.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance15.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Adjust;
     buttonTool39.SharedPropsInternal.AppearancesLarge.Appearance = appearance15;
     buttonTool39.SharedPropsInternal.Caption      = "校正";
     buttonTool39.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance16.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.StartStockTask;
     buttonTool40.SharedPropsInternal.AppearancesLarge.Appearance = appearance16;
     buttonTool40.SharedPropsInternal.Caption      = "启动盘点";
     buttonTool40.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance17.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Synchronize;
     buttonTool41.SharedPropsInternal.AppearancesLarge.Appearance = appearance17;
     buttonTool41.SharedPropsInternal.Caption      = "同步";
     buttonTool41.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance18.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.CancelCertification;
     buttonTool42.SharedPropsInternal.AppearancesLarge.Appearance = appearance18;
     buttonTool42.SharedPropsInternal.Caption      = "取消认证";
     buttonTool42.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance19.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Deliver;
     buttonTool43.SharedPropsInternal.AppearancesLarge.Appearance = appearance19;
     buttonTool43.SharedPropsInternal.Caption      = "下发";
     buttonTool43.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance20.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.CancelDeliver;
     buttonTool44.SharedPropsInternal.AppearancesLarge.Appearance = appearance20;
     buttonTool44.SharedPropsInternal.Caption      = "取消下发";
     buttonTool44.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance21.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Analyse;
     buttonTool46.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
     buttonTool46.SharedPropsInternal.Caption      = "损益分析";
     buttonTool46.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance22.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Clear;
     buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance22;
     buttonTool2.SharedPropsInternal.Caption      = "清空";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance23.Image = global::SkyCar.Coeus.UI.SM.Properties.Resources.Export;
     popupMenuTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance23;
     popupMenuTool2.SharedPropsInternal.Caption      = "导出";
     popupMenuTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool3,
         buttonTool4
     });
     buttonTool8.SharedPropsInternal.Caption = "导出当前页";
     buttonTool9.SharedPropsInternal.Caption = "导出全部";
     this.toolBarAction.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool27,
         buttonTool28,
         buttonTool29,
         buttonTool30,
         buttonTool31,
         buttonTool32,
         buttonTool33,
         buttonTool35,
         buttonTool36,
         buttonTool37,
         buttonTool38,
         buttonTool39,
         buttonTool40,
         buttonTool41,
         buttonTool42,
         buttonTool43,
         buttonTool44,
         buttonTool46,
         buttonTool2,
         popupMenuTool2,
         buttonTool8,
         buttonTool9
     });
     this.toolBarAction.UseLargeImagesOnToolbar = true;
     //
     // _FrmUserMenuManager_Toolbars_Dock_Area_Right
     //
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.White;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(1097, 85);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.Name            = "_FrmUserMenuManager_Toolbars_Dock_Area_Right";
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 447);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolBarAction;
     //
     // _FrmUserMenuManager_Toolbars_Dock_Area_Top
     //
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.White;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.Name            = "_FrmUserMenuManager_Toolbars_Dock_Area_Top";
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(1097, 85);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolBarAction;
     //
     // _FrmUserMenuManager_Toolbars_Dock_Area_Bottom
     //
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.White;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 532);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.Name            = "_FrmUserMenuManager_Toolbars_Dock_Area_Bottom";
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(1097, 0);
     this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolBarAction;
     //
     // FrmUserMenuManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1097, 532);
     this.Controls.Add(this.FrmUserMenuManager_Fill_Panel);
     this.Controls.Add(this._FrmUserMenuManager_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FrmUserMenuManager_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FrmUserMenuManager_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._FrmUserMenuManager_Toolbars_Dock_Area_Top);
     this.Name  = "FrmUserMenuManager";
     this.Text  = "用户菜单管理";
     this.Load += new System.EventHandler(this.FrmUserMenuManager_Load);
     this.FrmUserMenuManager_Fill_Panel.ClientArea.ResumeLayout(false);
     this.FrmUserMenuManager_Fill_Panel.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbUserJobAuth)).EndInit();
     this.gbUserJobAuth.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbBase)).EndInit();
     this.gbBase.ResumeLayout(false);
     this.tableLayoutPanelBase.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ClientArea.PerformLayout();
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gbMenuActionAuth)).EndInit();
     this.gbMenuActionAuth.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.toolBarAction)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool3           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.RibbonTab            ribbonTab1            = new Infragistics.Win.UltraWinToolbars.RibbonTab("Data");
     Infragistics.Win.UltraWinToolbars.RibbonGroup          ribbonGroup1          = new Infragistics.Win.UltraWinToolbars.RibbonGroup("rgGetData");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool20          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Download from BRIS");
     Infragistics.Win.UltraWinToolbars.RibbonGroup          ribbonGroup2          = new Infragistics.Win.UltraWinToolbars.RibbonGroup("rgConvert");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool15          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Extract Latekick numbers");
     Infragistics.Win.UltraWinToolbars.RibbonTab            ribbonTab2            = new Infragistics.Win.UltraWinToolbars.RibbonTab("Handicap");
     Infragistics.Win.UltraWinToolbars.RibbonGroup          ribbonGroup3          = new Infragistics.Win.UltraWinToolbars.RibbonGroup("PDF");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool21          = new Infragistics.Win.UltraWinToolbars.ButtonTool("View PDF");
     Infragistics.Win.UltraWinToolbars.UltraToolbar         ultraToolbar1         = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Menu1");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool18          = new Infragistics.Win.UltraWinToolbars.ButtonTool("OneClick");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool        popupMenuTool1        = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Data");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool        popupMenuTool3        = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Handicap");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool        popupMenuTool5        = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("My Account");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Spacer");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool1            = new Infragistics.Win.UltraWinToolbars.LabelTool("Balance");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool4           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool17          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Extract Latekick numbers");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool19          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Download from BRIS");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool22          = new Infragistics.Win.UltraWinToolbars.ButtonTool("View PDF");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool        popupMenuTool2        = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Data");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool1           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Download from BRIS");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool13          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Download from Trackmaster");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool2           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Extract Latekick numbers");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool        popupMenuTool4        = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Handicap");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool5           = new Infragistics.Win.UltraWinToolbars.ButtonTool("View PDF");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool        popupMenuTool6        = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("My Account");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool7           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Overview");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool6           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add Funds");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool10          = new Infragistics.Win.UltraWinToolbars.ButtonTool("History");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool8           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add Funds");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool9           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Withdraw Funds");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool11          = new Infragistics.Win.UltraWinToolbars.ButtonTool("History");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool2            = new Infragistics.Win.UltraWinToolbars.LabelTool("Balance");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Spacer");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool12          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Overview");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool14          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Download from Trackmaster");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool23          = new Infragistics.Win.UltraWinToolbars.ButtonTool("OneClick");
     this._Form1_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultratabmanager       = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultratabmanager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // _Form1_Toolbars_Dock_Area_Right
     //
     this._Form1_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.LightYellow;
     this._Form1_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._Form1_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(1080, 25);
     this._Form1_Toolbars_Dock_Area_Right.Name            = "_Form1_Toolbars_Dock_Area_Right";
     this._Form1_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 973);
     this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _Form1_Toolbars_Dock_Area_Left
     //
     this._Form1_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.LightYellow;
     this._Form1_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._Form1_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 25);
     this._Form1_Toolbars_Dock_Area_Left.Name            = "_Form1_Toolbars_Dock_Area_Left";
     this._Form1_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 973);
     this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _Form1_Toolbars_Dock_Area_Bottom
     //
     this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.LightYellow;
     this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._Form1_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 998);
     this._Form1_Toolbars_Dock_Area_Bottom.Name            = "_Form1_Toolbars_Dock_Area_Bottom";
     this._Form1_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(1080, 0);
     this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _Form1_Toolbars_Dock_Area_Top
     //
     this._Form1_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.LightYellow;
     this._Form1_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._Form1_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._Form1_Toolbars_Dock_Area_Top.Name            = "_Form1_Toolbars_Dock_Area_Top";
     this._Form1_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(1080, 25);
     this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultratabmanager
     //
     this.ultratabmanager.MdiParent   = this;
     this.ultratabmanager.ViewStyle   = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.ultratabmanager.TabClosing += new Infragistics.Win.UltraWinTabbedMdi.CancelableMdiTabEventHandler(this.ultratabmanager_TabClosing);
     //
     // ultraToolbarsManager1
     //
     appearance12.BackColor = System.Drawing.Color.LightYellow;
     this.ultraToolbarsManager1.Appearance                  = appearance12;
     this.ultraToolbarsManager1.DesignerFlags               = 1;
     this.ultraToolbarsManager1.DockWithinContainer         = this;
     this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.ultraToolbarsManager1.Enabled = false;
     this.ultraToolbarsManager1.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.ultraToolbarsManager1.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool3
     });
     ribbonTab1.Caption   = "Data";
     ribbonGroup1.Caption = "Official data";
     ribbonGroup1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool20
     });
     ribbonGroup2.Caption = "Latekick";
     ribbonGroup2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool15
     });
     ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
         ribbonGroup1,
         ribbonGroup2
     });
     ribbonTab2.Caption   = "Handicap";
     ribbonGroup3.Caption = "PDF";
     ribbonGroup3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool21
     });
     ribbonTab2.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
         ribbonGroup3
     });
     this.ultraToolbarsManager1.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
         ribbonTab1,
         ribbonTab2
     });
     this.ultraToolbarsManager1.ShowFontNamesInFont      = false;
     this.ultraToolbarsManager1.ShowFullMenusDelay       = 500;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     ultraToolbar1.DockedColumn                = 0;
     ultraToolbar1.DockedRow                   = 0;
     ultraToolbar1.IsMainMenuBar               = true;
     controlContainerTool1.CanSetWidth         = true;
     controlContainerTool1.InstanceProps.Width = 400;
     labelTool1.InstanceProps.Width            = 81;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool18,
         popupMenuTool1,
         popupMenuTool3,
         popupMenuTool5,
         controlContainerTool1,
         labelTool1
     });
     ultraToolbar1.Text = "Menu1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     buttonTool4.SharedPropsInternal.Caption           = "Exit";
     buttonTool4.SharedPropsInternal.Category          = "Guy";
     buttonTool4.SharedPropsInternal.CustomizerCaption = "Exit";
     buttonTool17.SharedPropsInternal.Caption          = "Extract Latekick numbers";
     buttonTool19.SharedPropsInternal.Caption          = "Download from BRIS";
     buttonTool22.SharedPropsInternal.Caption          = "View PDF";
     popupMenuTool2.SharedPropsInternal.Caption        = "Data";
     popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool13,
         buttonTool2
     });
     popupMenuTool4.SharedPropsInternal.Caption = "Handicap";
     popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool5
     });
     popupMenuTool6.SharedPropsInternal.Caption = "My Account";
     popupMenuTool6.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool7,
         buttonTool6,
         buttonTool10
     });
     buttonTool8.SharedPropsInternal.Caption  = "Add Funds";
     buttonTool9.SharedPropsInternal.Caption  = "Withdraw Funds";
     buttonTool11.SharedPropsInternal.Caption = "History";
     appearance11.FontData.BoldAsString       = "True";
     appearance11.TextHAlignAsString          = "Right";
     labelTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
     labelTool2.SharedPropsInternal.Caption             = "Balance";
     controlContainerTool2.CanSetWidth                  = true;
     controlContainerTool2.SharedPropsInternal.Caption  = "Spacer";
     controlContainerTool2.SharedPropsInternal.MinWidth = 200;
     controlContainerTool2.SharedPropsInternal.Width    = 200;
     buttonTool12.SharedPropsInternal.Caption           = "Overview";
     buttonTool14.SharedPropsInternal.Caption           = "Download from Trackmaster";
     buttonTool23.SharedPropsInternal.Caption           = "OneClick";
     buttonTool23.SharedPropsInternal.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool4,
         buttonTool17,
         buttonTool19,
         buttonTool22,
         popupMenuTool2,
         popupMenuTool4,
         popupMenuTool6,
         buttonTool8,
         buttonTool9,
         buttonTool11,
         labelTool2,
         controlContainerTool2,
         buttonTool12,
         buttonTool14,
         buttonTool23
     });
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1080, 998);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
     this.IsMdiContainer = true;
     this.Name           = "MainForm";
     this.Text           = "Latekick";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultratabmanager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("ReportSalesCustomer", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CustomerCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TotalAmount");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TotalVATAmount");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TotalSaleAmount");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CustomerName");
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("tbrFunction");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool5   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGet");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool1   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExport");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool6   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAdd");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources   = new System.ComponentModel.ComponentResourceManager(typeof(frmReportSalesByCustomer));
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuEdit");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGet");
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popMenuFunction");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAdd");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGet");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExport");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     this.lblTitle = new Infragistics.Win.Misc.UltraLabel();
     this.grdList  = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.bsList   = new System.Windows.Forms.BindingSource(this.components);
     this.dsReport = new ClientApp.UI.Report.ReportDataSet();
     this._frmBaseList_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.tbrFunction = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._frmBaseList_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmBaseList_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmBaseList_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dtToDate   = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label2     = new System.Windows.Forms.Label();
     this.label1     = new System.Windows.Forms.Label();
     this.dtFromDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.frmSellingInventory_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.btnGetData = new Infragistics.Win.Misc.UltraButton();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbrFunction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtToDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtFromDate)).BeginInit();
     this.frmSellingInventory_Fill_Panel.ClientArea.SuspendLayout();
     this.frmSellingInventory_Fill_Panel.SuspendLayout();
     this.SuspendLayout();
     //
     // lblTitle
     //
     appearance1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance1.TextHAlignAsString = "Left";
     appearance1.TextVAlignAsString = "Middle";
     this.lblTitle.Appearance       = appearance1;
     this.lblTitle.Font             = new System.Drawing.Font("Microsoft PhagsPa", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location         = new System.Drawing.Point(0, 2);
     this.lblTitle.Name             = "lblTitle";
     this.lblTitle.Padding          = new System.Drawing.Size(8, 0);
     this.lblTitle.Size             = new System.Drawing.Size(334, 27);
     this.lblTitle.TabIndex         = 19;
     this.lblTitle.Text             = "Báo cáo doanh thu theo khách hàng";
     this.lblTitle.UseFlatMode      = Infragistics.Win.DefaultableBoolean.True;
     this.lblTitle.UseOsThemes      = Infragistics.Win.DefaultableBoolean.False;
     //
     // grdList
     //
     this.grdList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdList.DataSource                  = this.bsList;
     appearance2.BackColor                    = System.Drawing.SystemColors.Window;
     appearance2.BorderColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance2.TextVAlignAsString           = "Middle";
     this.grdList.DisplayLayout.Appearance    = appearance2;
     this.grdList.DisplayLayout.AutoFitStyle  = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     ultraGridColumn1.Header.Caption          = "Mã khách hàng";
     ultraGridColumn1.Header.VisiblePosition  = 0;
     ultraGridColumn2.Header.Caption          = "Tổng";
     ultraGridColumn2.Header.VisiblePosition  = 4;
     ultraGridColumn2.MaskDisplayMode         = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
     ultraGridColumn2.MaskInput               = "{LOC}nn,nnn,nnn,nnn,nnn.nn đ";
     ultraGridColumn5.Header.Caption          = "Tiền thuế";
     ultraGridColumn5.Header.VisiblePosition  = 2;
     ultraGridColumn5.MaskDisplayMode         = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
     ultraGridColumn5.MaskInput               = "{LOC}nn,nnn,nnn,nnn,nnn.nn đ";
     ultraGridColumn6.Header.Caption          = "Tiền hàng";
     ultraGridColumn6.Header.VisiblePosition  = 3;
     ultraGridColumn6.MaskDisplayMode         = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
     ultraGridColumn6.MaskInput               = "{LOC}nn,nnn,nnn,nnn,nnn.nn đ";
     ultraGridColumn10.Header.Caption         = "Tên khách hàng";
     ultraGridColumn10.Header.VisiblePosition = 1;
     ultraGridColumn10.Width                  = 147;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn10
     });
     this.grdList.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.grdList.DisplayLayout.BorderStyle                    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.grdList.DisplayLayout.CaptionVisible                 = Infragistics.Win.DefaultableBoolean.False;
     this.grdList.DisplayLayout.DefaultSelectedBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     this.grdList.DisplayLayout.DefaultSelectedForeColor       = System.Drawing.Color.Black;
     this.grdList.DisplayLayout.EmptyRowSettings.ShowEmptyRows = true;
     appearance3.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance3.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.BorderColor       = System.Drawing.SystemColors.Window;
     this.grdList.DisplayLayout.GroupByBox.Appearance = appearance3;
     appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
     this.grdList.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
     this.grdList.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance5.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance5.BackColor2        = System.Drawing.SystemColors.Control;
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance5.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.grdList.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
     this.grdList.DisplayLayout.MaxColScrollRegions         = 1;
     this.grdList.DisplayLayout.MaxRowScrollRegions         = 1;
     this.grdList.DisplayLayout.NewBandLoadStyle            = Infragistics.Win.UltraWinGrid.NewBandLoadStyle.Hide;
     this.grdList.DisplayLayout.NewColumnLoadStyle          = Infragistics.Win.UltraWinGrid.NewColumnLoadStyle.Hide;
     appearance6.BackColor = System.Drawing.SystemColors.Window;
     appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.grdList.DisplayLayout.Override.ActiveCellAppearance = appearance6;
     appearance7.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     appearance7.BackColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     appearance7.BorderColor = System.Drawing.Color.Black;
     appearance7.ForeColor   = System.Drawing.Color.Black;
     this.grdList.DisplayLayout.Override.ActiveRowAppearance       = appearance7;
     this.grdList.DisplayLayout.Override.AllowRowLayoutCellSizing  = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     this.grdList.DisplayLayout.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     this.grdList.DisplayLayout.Override.BorderStyleCell           = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.grdList.DisplayLayout.Override.BorderStyleRow            = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance8.BackColor = System.Drawing.SystemColors.Window;
     this.grdList.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BorderColor        = System.Drawing.Color.Silver;
     appearance9.TextTrimming       = Infragistics.Win.TextTrimming.EllipsisCharacter;
     appearance9.TextVAlignAsString = "Middle";
     this.grdList.DisplayLayout.Override.CellAppearance  = appearance9;
     this.grdList.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.grdList.DisplayLayout.Override.CellPadding     = 0;
     appearance10.TextVAlignAsString = "Middle";
     this.grdList.DisplayLayout.Override.FilterCellAppearance       = appearance10;
     this.grdList.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     appearance11.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
     appearance11.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
     this.grdList.DisplayLayout.Override.FilterRowAppearance = appearance11;
     this.grdList.DisplayLayout.Override.FilterUIType        = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance12.BackColor             = System.Drawing.SystemColors.Control;
     appearance12.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance12.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance12.BorderColor           = System.Drawing.SystemColors.Window;
     this.grdList.DisplayLayout.Override.GroupByRowAppearance = appearance12;
     appearance13.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance13.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance13.ForeColor          = System.Drawing.Color.Black;
     appearance13.TextHAlignAsString = "Center";
     this.grdList.DisplayLayout.Override.HeaderAppearance  = appearance13;
     this.grdList.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.grdList.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance14.BackColor   = System.Drawing.SystemColors.Window;
     appearance14.BorderColor = System.Drawing.Color.Silver;
     this.grdList.DisplayLayout.Override.RowAppearance = appearance14;
     this.grdList.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     appearance15.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     this.grdList.DisplayLayout.Override.SelectedRowAppearance       = appearance15;
     this.grdList.DisplayLayout.Override.SummaryDisplayArea          = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
     this.grdList.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
     this.grdList.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
     appearance17.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance17.BackColor2                         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     scrollBarLook1.Appearance                       = appearance17;
     appearance18.BackColor                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance18.BorderColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(140)))), ((int)(((byte)(60)))));
     scrollBarLook1.TrackAppearance                  = appearance18;
     this.grdList.DisplayLayout.ScrollBarLook        = scrollBarLook1;
     this.grdList.DisplayLayout.ScrollBounds         = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.grdList.DisplayLayout.ScrollStyle          = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.grdList.DisplayLayout.ShowDeleteRowsPrompt = false;
     this.grdList.DisplayLayout.UseFixedHeaders      = true;
     this.grdList.DisplayLayout.ViewStyle            = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.grdList.Location    = new System.Drawing.Point(0, 31);
     this.grdList.Name        = "grdList";
     this.grdList.Size        = new System.Drawing.Size(800, 366);
     this.grdList.TabIndex    = 18;
     this.grdList.Text        = "Danh sách";
     this.grdList.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.grdList.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     //
     // bsList
     //
     this.bsList.DataMember = "ReportSalesCustomer";
     this.bsList.DataSource = this.dsReport;
     //
     // dsReport
     //
     this.dsReport.DataSetName             = "ReportDataSet";
     this.dsReport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // _frmBaseList_Toolbars_Dock_Area_Top
     //
     this._frmBaseList_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmBaseList_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._frmBaseList_Toolbars_Dock_Area_Top.Name            = "_frmBaseList_Toolbars_Dock_Area_Top";
     this._frmBaseList_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(800, 50);
     this._frmBaseList_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbrFunction;
     //
     // tbrFunction
     //
     appearance19.BackColor                        = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this.tbrFunction.Appearance                   = appearance19;
     this.tbrFunction.DesignerFlags                = 1;
     this.tbrFunction.DockWithinContainer          = this;
     this.tbrFunction.DockWithinContainerBaseType  = typeof(System.Windows.Forms.Form);
     this.tbrFunction.MultiMonitorDropDownBehavior = Infragistics.Win.UltraWinToolbars.MultiMonitorDropDownBehavior.ShiftToMonitorWithExclusionRect;
     this.tbrFunction.ShowFullMenusDelay           = 500;
     this.tbrFunction.ShowQuickCustomizeButton     = false;
     ultraToolbar1.DockedColumn                    = 0;
     ultraToolbar1.DockedRow                       = 0;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool5,
         buttonTool1
     });
     ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ultraToolbar1.Text = "Thao tác dữ liệu";
     this.tbrFunction.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
     ButtonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     ButtonTool6.SharedPropsInternal.Caption  = "Thêm";
     ButtonTool6.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
     ButtonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
     ButtonTool7.SharedPropsInternal.Caption      = "Sửa";
     ButtonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool7.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlE;
     appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
     ButtonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
     ButtonTool8.SharedPropsInternal.Caption      = "Xóa";
     ButtonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool8.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlD;
     appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
     ButtonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
     ButtonTool9.SharedPropsInternal.Caption      = "Nạp";
     ButtonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool9.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.F5;
     appearance26.Image = ((object)(resources.GetObject("appearance26.Image")));
     ButtonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
     ButtonTool10.SharedPropsInternal.Caption   = "Nhân bản";
     ButtonTool10.SharedPropsInternal.Shortcut  = System.Windows.Forms.Shortcut.CtrlC;
     PopupMenuTool1.SharedPropsInternal.Caption = "Chức năng";
     PopupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool11,
         ButtonTool12,
         ButtonTool13,
         ButtonTool14,
         ButtonTool15
     });
     appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
     buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
     buttonTool2.SharedPropsInternal.Caption = "Xuất báo cáo";
     this.tbrFunction.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool6,
         ButtonTool7,
         ButtonTool8,
         ButtonTool9,
         ButtonTool10,
         PopupMenuTool1,
         buttonTool2
     });
     this.tbrFunction.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.tbrFunction_ToolClick);
     //
     // _frmBaseList_Toolbars_Dock_Area_Bottom
     //
     this._frmBaseList_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmBaseList_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 450);
     this._frmBaseList_Toolbars_Dock_Area_Bottom.Name            = "_frmBaseList_Toolbars_Dock_Area_Bottom";
     this._frmBaseList_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(800, 0);
     this._frmBaseList_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbrFunction;
     //
     // _frmBaseList_Toolbars_Dock_Area_Left
     //
     this._frmBaseList_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmBaseList_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 50);
     this._frmBaseList_Toolbars_Dock_Area_Left.Name            = "_frmBaseList_Toolbars_Dock_Area_Left";
     this._frmBaseList_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 400);
     this._frmBaseList_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbrFunction;
     //
     // _frmBaseList_Toolbars_Dock_Area_Right
     //
     this._frmBaseList_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmBaseList_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(800, 50);
     this._frmBaseList_Toolbars_Dock_Area_Right.Name            = "_frmBaseList_Toolbars_Dock_Area_Right";
     this._frmBaseList_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 400);
     this._frmBaseList_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbrFunction;
     //
     // dtToDate
     //
     this.dtToDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtToDate.DateTime = new System.DateTime(2021, 1, 18, 0, 0, 0, 0);
     this.dtToDate.Location = new System.Drawing.Point(593, 3);
     this.dtToDate.Name     = "dtToDate";
     this.dtToDate.Size     = new System.Drawing.Size(90, 21);
     this.dtToDate.TabIndex = 27;
     this.dtToDate.Value    = new System.DateTime(2021, 1, 18, 0, 0, 0, 0);
     //
     // label2
     //
     this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(541, 7);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 13);
     this.label2.TabIndex = 26;
     this.label2.Text     = "Đến ngày";
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(391, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 25;
     this.label1.Text     = "Từ ngày";
     //
     // dtFromDate
     //
     this.dtFromDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dtFromDate.DateTime = new System.DateTime(2021, 1, 18, 0, 0, 0, 0);
     this.dtFromDate.Location = new System.Drawing.Point(445, 3);
     this.dtFromDate.Name     = "dtFromDate";
     this.dtFromDate.Size     = new System.Drawing.Size(90, 21);
     this.dtFromDate.TabIndex = 24;
     this.dtFromDate.Value    = new System.DateTime(2021, 1, 18, 0, 0, 0, 0);
     //
     // frmSellingInventory_Fill_Panel
     //
     //
     // frmSellingInventory_Fill_Panel.ClientArea
     //
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.btnGetData);
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.lblTitle);
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.grdList);
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.dtToDate);
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.label2);
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.label1);
     this.frmSellingInventory_Fill_Panel.ClientArea.Controls.Add(this.dtFromDate);
     this.frmSellingInventory_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.frmSellingInventory_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.frmSellingInventory_Fill_Panel.Location = new System.Drawing.Point(0, 50);
     this.frmSellingInventory_Fill_Panel.Name     = "frmSellingInventory_Fill_Panel";
     this.frmSellingInventory_Fill_Panel.Size     = new System.Drawing.Size(800, 400);
     this.frmSellingInventory_Fill_Panel.TabIndex = 29;
     //
     // btnGetData
     //
     this.btnGetData.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     appearance20.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance20.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance20.ForeColor             = System.Drawing.Color.Black;
     this.btnGetData.Appearance         = appearance20;
     this.btnGetData.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2010Button;
     appearance21.BackColor             = System.Drawing.Color.Yellow;
     appearance21.BorderColor           = System.Drawing.Color.Red;
     this.btnGetData.HotTrackAppearance = appearance21;
     this.btnGetData.Location           = new System.Drawing.Point(689, 3);
     this.btnGetData.Name        = "btnGetData";
     this.btnGetData.Padding     = new System.Drawing.Size(4, 0);
     this.btnGetData.Size        = new System.Drawing.Size(99, 21);
     this.btnGetData.TabIndex    = 28;
     this.btnGetData.Text        = "&Lấy dữ liệu";
     this.btnGetData.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.btnGetData.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.btnGetData.Click      += new System.EventHandler(this.btnGetData_Click);
     //
     // frmReportSalesByCustomer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.frmSellingInventory_Fill_Panel);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Top);
     this.Name  = "frmReportSalesByCustomer";
     this.Text  = "frmReportSalesByCustomer";
     this.Load += new System.EventHandler(this.frmReportSalesByCustomer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbrFunction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtToDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtFromDate)).EndInit();
     this.frmSellingInventory_Fill_Panel.ClientArea.ResumeLayout(false);
     this.frmSellingInventory_Fill_Panel.ClientArea.PerformLayout();
     this.frmSellingInventory_Fill_Panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClose");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClose");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab UltraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     this.tabGeneralInfo          = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.ufmDictionaryBaseDetail = new Infragistics.Win.UltraWinForm.UltraFormManager(this.components);
     this._frmLogin_UltraFormManager_Dock_Area_Top    = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._frmLogin_UltraFormManager_Dock_Area_Bottom = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._frmLogin_UltraFormManager_Dock_Area_Left   = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this._frmLogin_UltraFormManager_Dock_Area_Right  = new Infragistics.Win.UltraWinForm.UltraFormDockArea();
     this.ttpManager            = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     this.tbrFunction           = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.pnlContent            = new Infragistics.Win.Misc.UltraPanel();
     this.ClientArea_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.pnlButton             = new Infragistics.Win.Misc.UltraPanel();
     this.btnSaveAdd            = new Infragistics.Win.Misc.UltraButton();
     this.btnSave   = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel = new Infragistics.Win.Misc.UltraButton();
     this.tabInfo   = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.UltraTabSharedControlsPage1           = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this._ClientArea_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._ClientArea_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.bsDetail     = new System.Windows.Forms.BindingSource(this.components);
     this.dsDictionary = new Desktop.Entity.DictionaryDataSet();
     ((System.ComponentModel.ISupportInitialize)(this.ufmDictionaryBaseDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbrFunction)).BeginInit();
     this.pnlContent.ClientArea.SuspendLayout();
     this.pnlContent.SuspendLayout();
     this.ClientArea_Fill_Panel.ClientArea.SuspendLayout();
     this.ClientArea_Fill_Panel.SuspendLayout();
     this.pnlButton.ClientArea.SuspendLayout();
     this.pnlButton.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabInfo)).BeginInit();
     this.tabInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bsDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsDictionary)).BeginInit();
     this.SuspendLayout();
     //
     // tabGeneralInfo
     //
     this.tabGeneralInfo.Location = new System.Drawing.Point(1, 20);
     this.tabGeneralInfo.Name     = "tabGeneralInfo";
     this.tabGeneralInfo.Size     = new System.Drawing.Size(780, 349);
     //
     // ufmDictionaryBaseDetail
     //
     this.ufmDictionaryBaseDetail.Form = this;
     appearance8.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance8.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance8.ForeColor             = System.Drawing.Color.White;
     this.ufmDictionaryBaseDetail.FormStyleSettings.CaptionAreaActiveAppearance = appearance8;
     appearance9.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance9.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance9.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     appearance9.TextHAlignAsString = "Left";
     this.ufmDictionaryBaseDetail.FormStyleSettings.CaptionAreaAppearance = appearance9;
     appearance10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.ufmDictionaryBaseDetail.FormStyleSettings.DefaultCaptionButtonsAppearances.DefaultButtonAppearances.Appearance = appearance10;
     appearance11.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     appearance11.BorderColor = System.Drawing.Color.Red;
     appearance11.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.ufmDictionaryBaseDetail.FormStyleSettings.DefaultCaptionButtonsAppearances.DefaultButtonAppearances.HotTrackAppearance = appearance11;
     appearance12.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance12.BackColor2        = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance12.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance12.ForeColorDisabled = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     this.ufmDictionaryBaseDetail.FormStyleSettings.FormBorderAppearance = appearance12;
     this.ufmDictionaryBaseDetail.FormStyleSettings.Style = Infragistics.Win.UltraWinForm.UltraFormStyle.Office2013;
     this.ufmDictionaryBaseDetail.UseFlatMode             = Infragistics.Win.DefaultableBoolean.True;
     this.ufmDictionaryBaseDetail.UseOsThemes             = Infragistics.Win.DefaultableBoolean.False;
     //
     // _frmLogin_UltraFormManager_Dock_Area_Top
     //
     this._frmLogin_UltraFormManager_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmLogin_UltraFormManager_Dock_Area_Top.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     this._frmLogin_UltraFormManager_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinForm.DockedPosition.Top;
     this._frmLogin_UltraFormManager_Dock_Area_Top.ForeColor      = System.Drawing.SystemColors.ControlText;
     this._frmLogin_UltraFormManager_Dock_Area_Top.FormManager    = this.ufmDictionaryBaseDetail;
     this._frmLogin_UltraFormManager_Dock_Area_Top.Location       = new System.Drawing.Point(0, 0);
     this._frmLogin_UltraFormManager_Dock_Area_Top.Name           = "_frmLogin_UltraFormManager_Dock_Area_Top";
     this._frmLogin_UltraFormManager_Dock_Area_Top.Size           = new System.Drawing.Size(800, 31);
     //
     // _frmLogin_UltraFormManager_Dock_Area_Bottom
     //
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Bottom;
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.FormManager             = this.ufmDictionaryBaseDetail;
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.InitialResizeAreaExtent = 1;
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 449);
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.Name     = "_frmLogin_UltraFormManager_Dock_Area_Bottom";
     this._frmLogin_UltraFormManager_Dock_Area_Bottom.Size     = new System.Drawing.Size(800, 1);
     //
     // _frmLogin_UltraFormManager_Dock_Area_Left
     //
     this._frmLogin_UltraFormManager_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmLogin_UltraFormManager_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     this._frmLogin_UltraFormManager_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Left;
     this._frmLogin_UltraFormManager_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._frmLogin_UltraFormManager_Dock_Area_Left.FormManager             = this.ufmDictionaryBaseDetail;
     this._frmLogin_UltraFormManager_Dock_Area_Left.InitialResizeAreaExtent = 1;
     this._frmLogin_UltraFormManager_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
     this._frmLogin_UltraFormManager_Dock_Area_Left.Name     = "_frmLogin_UltraFormManager_Dock_Area_Left";
     this._frmLogin_UltraFormManager_Dock_Area_Left.Size     = new System.Drawing.Size(1, 418);
     //
     // _frmLogin_UltraFormManager_Dock_Area_Right
     //
     this._frmLogin_UltraFormManager_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmLogin_UltraFormManager_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     this._frmLogin_UltraFormManager_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinForm.DockedPosition.Right;
     this._frmLogin_UltraFormManager_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._frmLogin_UltraFormManager_Dock_Area_Right.FormManager             = this.ufmDictionaryBaseDetail;
     this._frmLogin_UltraFormManager_Dock_Area_Right.InitialResizeAreaExtent = 1;
     this._frmLogin_UltraFormManager_Dock_Area_Right.Location = new System.Drawing.Point(799, 31);
     this._frmLogin_UltraFormManager_Dock_Area_Right.Name     = "_frmLogin_UltraFormManager_Dock_Area_Right";
     this._frmLogin_UltraFormManager_Dock_Area_Right.Size     = new System.Drawing.Size(1, 418);
     //
     // ttpManager
     //
     this.ttpManager.ContainingControl = this;
     //
     // tbrFunction
     //
     this.tbrFunction.DesignerFlags             = 1;
     this.tbrFunction.ShowFullMenusDelay        = 500;
     ButtonTool1.SharedPropsInternal.Caption    = "Cất";
     ButtonTool1.SharedPropsInternal.Shortcut   = System.Windows.Forms.Shortcut.CtrlS;
     PopupMenuTool1.SharedPropsInternal.Caption = "Menu";
     PopupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool2,
         ButtonTool4
     });
     ButtonTool3.SharedPropsInternal.Caption  = "Đóng";
     ButtonTool3.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlF4;
     this.tbrFunction.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool1,
         PopupMenuTool1,
         ButtonTool3
     });
     this.tbrFunction.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.tbrFunction_ToolClick);
     //
     // pnlContent
     //
     //
     // pnlContent.ClientArea
     //
     this.pnlContent.ClientArea.Controls.Add(this.ClientArea_Fill_Panel);
     this.pnlContent.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Left);
     this.pnlContent.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Right);
     this.pnlContent.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Bottom);
     this.pnlContent.ClientArea.Controls.Add(this._ClientArea_Toolbars_Dock_Area_Top);
     this.pnlContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContent.Location = new System.Drawing.Point(1, 31);
     this.pnlContent.Name     = "pnlContent";
     this.pnlContent.Size     = new System.Drawing.Size(798, 418);
     this.pnlContent.TabIndex = 12;
     //
     // ClientArea_Fill_Panel
     //
     //
     // ClientArea_Fill_Panel.ClientArea
     //
     this.ClientArea_Fill_Panel.ClientArea.Controls.Add(this.pnlButton);
     this.ClientArea_Fill_Panel.ClientArea.Controls.Add(this.tabInfo);
     this.ClientArea_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.ClientArea_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ClientArea_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.ClientArea_Fill_Panel.Name     = "ClientArea_Fill_Panel";
     this.ClientArea_Fill_Panel.Size     = new System.Drawing.Size(798, 418);
     this.ClientArea_Fill_Panel.TabIndex = 0;
     //
     // pnlButton
     //
     //
     // pnlButton.ClientArea
     //
     this.pnlButton.ClientArea.Controls.Add(this.btnSaveAdd);
     this.pnlButton.ClientArea.Controls.Add(this.btnSave);
     this.pnlButton.ClientArea.Controls.Add(this.btnCancel);
     this.pnlButton.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlButton.Location = new System.Drawing.Point(0, 385);
     this.pnlButton.Name     = "pnlButton";
     this.pnlButton.Size     = new System.Drawing.Size(798, 33);
     this.pnlButton.TabIndex = 0;
     //
     // btnSaveAdd
     //
     appearance1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance1.BorderColor            = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance1.ForeColor              = System.Drawing.Color.Black;
     appearance1.Image                  = global::ClientApp.Properties.Resources.btnSaveAdd;
     this.btnSaveAdd.Appearance         = appearance1;
     this.btnSaveAdd.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2010Button;
     appearance2.BackColor              = System.Drawing.Color.Yellow;
     appearance2.BorderColor            = System.Drawing.Color.Red;
     this.btnSaveAdd.HotTrackAppearance = appearance2;
     this.btnSaveAdd.Location           = new System.Drawing.Point(602, 0);
     this.btnSaveAdd.Name               = "btnSaveAdd";
     this.btnSaveAdd.Padding            = new System.Drawing.Size(4, 0);
     this.btnSaveAdd.Size               = new System.Drawing.Size(105, 25);
     this.btnSaveAdd.TabIndex           = 1;
     this.btnSaveAdd.Text               = "Lưu và &Thêm";
     this.btnSaveAdd.UseFlatMode        = Infragistics.Win.DefaultableBoolean.True;
     this.btnSaveAdd.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     this.btnSaveAdd.Click             += new System.EventHandler(this.btnSaveAdd_Click);
     //
     // btnSave
     //
     appearance3.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance3.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance3.ForeColor           = System.Drawing.Color.Black;
     appearance3.Image               = global::ClientApp.Properties.Resources.btnSave;
     this.btnSave.Appearance         = appearance3;
     this.btnSave.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2010Button;
     appearance4.BackColor           = System.Drawing.Color.Yellow;
     appearance4.BorderColor         = System.Drawing.Color.Red;
     this.btnSave.HotTrackAppearance = appearance4;
     this.btnSave.Location           = new System.Drawing.Point(519, 0);
     this.btnSave.Name               = "btnSave";
     this.btnSave.Padding            = new System.Drawing.Size(4, 0);
     this.btnSave.Size               = new System.Drawing.Size(75, 25);
     this.btnSave.TabIndex           = 0;
     this.btnSave.Text               = "&Lưu";
     this.btnSave.UseFlatMode        = Infragistics.Win.DefaultableBoolean.True;
     this.btnSave.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     this.btnSave.Click             += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     appearance5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance5.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance5.ForeColor             = System.Drawing.Color.Black;
     appearance5.Image                 = global::ClientApp.Properties.Resources.btnCancel;
     this.btnCancel.Appearance         = appearance5;
     this.btnCancel.ButtonStyle        = Infragistics.Win.UIElementButtonStyle.Office2010Button;
     this.btnCancel.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     appearance6.BackColor             = System.Drawing.Color.Yellow;
     appearance6.BorderColor           = System.Drawing.Color.Red;
     this.btnCancel.HotTrackAppearance = appearance6;
     this.btnCancel.Location           = new System.Drawing.Point(715, 0);
     this.btnCancel.Name               = "btnCancel";
     this.btnCancel.Padding            = new System.Drawing.Size(4, 0);
     this.btnCancel.Size               = new System.Drawing.Size(75, 25);
     this.btnCancel.TabIndex           = 1;
     this.btnCancel.Text               = "&Hủy bỏ";
     this.btnCancel.UseFlatMode        = Infragistics.Win.DefaultableBoolean.True;
     this.btnCancel.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     this.btnCancel.Click             += new System.EventHandler(this.btnCancel_Click);
     //
     // tabInfo
     //
     appearance7.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance7.FontData.BoldAsString = "True";
     this.tabInfo.ActiveTabAppearance  = appearance7;
     this.tabInfo.Controls.Add(this.UltraTabSharedControlsPage1);
     this.tabInfo.Controls.Add(this.tabGeneralInfo);
     this.tabInfo.Location           = new System.Drawing.Point(8, 8);
     this.tabInfo.Name               = "tabInfo";
     this.tabInfo.SharedControlsPage = this.UltraTabSharedControlsPage1;
     this.tabInfo.Size               = new System.Drawing.Size(782, 370);
     this.tabInfo.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
     this.tabInfo.TabIndex           = 1;
     UltraTab1.Key     = "tabGeneralInfo";
     UltraTab1.TabPage = this.tabGeneralInfo;
     UltraTab1.Text    = "1. Thông tin chun&g";
     this.tabInfo.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         UltraTab1
     });
     this.tabInfo.TabStop = false;
     //
     // UltraTabSharedControlsPage1
     //
     this.UltraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.UltraTabSharedControlsPage1.Name     = "UltraTabSharedControlsPage1";
     this.UltraTabSharedControlsPage1.Size     = new System.Drawing.Size(780, 349);
     //
     // _ClientArea_Toolbars_Dock_Area_Left
     //
     this._ClientArea_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._ClientArea_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Left.Name            = "_ClientArea_Toolbars_Dock_Area_Left";
     this._ClientArea_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 418);
     this._ClientArea_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbrFunction;
     //
     // _ClientArea_Toolbars_Dock_Area_Right
     //
     this._ClientArea_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._ClientArea_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(798, 0);
     this._ClientArea_Toolbars_Dock_Area_Right.Name            = "_ClientArea_Toolbars_Dock_Area_Right";
     this._ClientArea_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 418);
     this._ClientArea_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbrFunction;
     //
     // _ClientArea_Toolbars_Dock_Area_Bottom
     //
     this._ClientArea_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._ClientArea_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 418);
     this._ClientArea_Toolbars_Dock_Area_Bottom.Name            = "_ClientArea_Toolbars_Dock_Area_Bottom";
     this._ClientArea_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(798, 0);
     this._ClientArea_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbrFunction;
     //
     // _ClientArea_Toolbars_Dock_Area_Top
     //
     this._ClientArea_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._ClientArea_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._ClientArea_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._ClientArea_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._ClientArea_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.Name            = "_ClientArea_Toolbars_Dock_Area_Top";
     this._ClientArea_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(798, 0);
     this._ClientArea_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbrFunction;
     //
     // dsDictionary
     //
     this.dsDictionary.DataSetName             = "DictionaryDataSet";
     this.dsDictionary.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // FrmBaseDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.pnlContent);
     this.Controls.Add(this._frmLogin_UltraFormManager_Dock_Area_Left);
     this.Controls.Add(this._frmLogin_UltraFormManager_Dock_Area_Right);
     this.Controls.Add(this._frmLogin_UltraFormManager_Dock_Area_Top);
     this.Controls.Add(this._frmLogin_UltraFormManager_Dock_Area_Bottom);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.HelpButton      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmBaseDetail";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FrmBaseDetail";
     this.Load           += new System.EventHandler(this.FrmBaseDetail_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ufmDictionaryBaseDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbrFunction)).EndInit();
     this.pnlContent.ClientArea.ResumeLayout(false);
     this.pnlContent.ResumeLayout(false);
     this.ClientArea_Fill_Panel.ClientArea.ResumeLayout(false);
     this.ClientArea_Fill_Panel.ResumeLayout(false);
     this.pnlButton.ClientArea.ResumeLayout(false);
     this.pnlButton.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabInfo)).EndInit();
     this.tabInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bsDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsDictionary)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
0
        /// <summary>
        /// Metodo necessario per il supporto della finestra di progettazione. Non modificare
        /// il contenuto del metodo con l'editor di codice.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Esportazione");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("anteprima");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Excel");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Pdf");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("anteprima");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Esportazione");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Excel");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Pdf");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainStandardForm));
            this.MainStandardForm_Fill_Panel = new System.Windows.Forms.Panel();
            this.standardFormStatus = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this._MainStandardForm_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManagerStandard = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._MainStandardForm_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainStandardForm_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MainStandardForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraGridDocumentExporter1 = new Infragistics.Win.UltraWinGrid.DocumentExport.UltraGridDocumentExporter(this.components);
            this.persistWindowComponent1 = new Gipasoft.Windows.Forms.Library.PersistWindowComponent(this.components);
            this.ultraGridPrintDocument1 = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).BeginInit();
            this.SuspendLayout();
            // 
            // MainStandardForm_Fill_Panel
            // 
            this.MainStandardForm_Fill_Panel.AutoScroll = true;
            this.MainStandardForm_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.MainStandardForm_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MainStandardForm_Fill_Panel.Location = new System.Drawing.Point(4, 51);
            this.MainStandardForm_Fill_Panel.Name = "MainStandardForm_Fill_Panel";
            this.MainStandardForm_Fill_Panel.Size = new System.Drawing.Size(456, 192);
            this.MainStandardForm_Fill_Panel.TabIndex = 0;
            // 
            // standardFormStatus
            // 
            this.standardFormStatus.Location = new System.Drawing.Point(0, 243);
            this.standardFormStatus.Name = "standardFormStatus";
            ultraStatusPanel1.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
            ultraStatusPanel1.Key = "Dummy";
            ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel2.Key = "Versione";
            ultraStatusPanel2.Width = 300;
            appearance1.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.factory;
            ultraStatusPanel3.Appearance = appearance1;
            ultraStatusPanel3.Key = "Azienda";
            ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
            appearance2.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.user2;
            ultraStatusPanel4.Appearance = appearance2;
            ultraStatusPanel4.Key = "LoginInfo";
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
            appearance3.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.help2;
            ultraStatusPanel5.Appearance = appearance3;
            ultraStatusPanel5.Key = "info";
            ultraStatusPanel5.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Button;
            ultraStatusPanel5.Width = 20;
            this.standardFormStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4,
            ultraStatusPanel5});
            this.standardFormStatus.Size = new System.Drawing.Size(464, 23);
            this.standardFormStatus.SizeGripVisible = Infragistics.Win.DefaultableBoolean.True;
            this.standardFormStatus.TabIndex = 0;
            this.standardFormStatus.ButtonClick += new Infragistics.Win.UltraWinStatusBar.PanelEventHandler(this.standardFormStatusButtonClick);
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Left
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._MainStandardForm_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 4;
            this._MainStandardForm_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 51);
            this._MainStandardForm_Toolbars_Dock_Area_Left.Name = "_MainStandardForm_Toolbars_Dock_Area_Left";
            this._MainStandardForm_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(4, 192);
            this._MainStandardForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // ultraToolbarsManagerStandard
            // 
            this.ultraToolbarsManagerStandard.DesignerFlags = 1;
            this.ultraToolbarsManagerStandard.DockWithinContainer = this;
            this.ultraToolbarsManagerStandard.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenu.FooterToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool7});
            popupMenuTool1.InstanceProps.IsFirstInGroup = true;
            buttonTool8.InstanceProps.IsFirstInGroup = true;
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            buttonTool9,
            buttonTool8});
            this.ultraToolbarsManagerStandard.Ribbon.ApplicationMenuButtonImage = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.sferanew_trasparente;
            this.ultraToolbarsManagerStandard.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2});
            this.ultraToolbarsManagerStandard.Ribbon.Visible = true;
            this.ultraToolbarsManagerStandard.ShowFullMenusDelay = 500;
            appearance4.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.windowClose_large;
            buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
            appearance5.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.windowClose_small;
            buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
            buttonTool1.SharedPropsInternal.Caption = "Chiudi";
            buttonTool1.SharedPropsInternal.Category = "chiusura";
            buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            buttonTool1.SharedPropsInternal.MergeOrder = 98;
            buttonTool1.SharedPropsInternal.Priority = 98;
            appearance6.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.excel8;
            buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance6;
            appearance7.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.Excel;
            buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance7;
            buttonTool5.SharedPropsInternal.Caption = "Excel";
            buttonTool5.SharedPropsInternal.Category = "stampa";
            buttonTool5.SharedPropsInternal.DescriptionOnMenu = "Esporta in excel la lista attiva presente a video.<br/>La lista attiva è quella s" +
    "elezionata&edsp;";
            buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            appearance8.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.PDF;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance8;
            appearance9.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.PDF;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance9;
            buttonTool6.SharedPropsInternal.Caption = "Pdf";
            buttonTool6.SharedPropsInternal.Category = "stampa";
            buttonTool6.SharedPropsInternal.DescriptionOnMenu = "Stampa in pdf la lista attiva presente a video.<br/>La lista attiva è quella sele" +
    "zionata&edsp;";
            appearance10.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.documentview_large;
            buttonTool10.SharedPropsInternal.AppearancesLarge.Appearance = appearance10;
            appearance11.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.document_view;
            buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
            buttonTool10.SharedPropsInternal.Caption = "Anteprima Stampa";
            buttonTool10.SharedPropsInternal.Category = "stampa";
            buttonTool10.SharedPropsInternal.MergeOrder = 60;
            buttonTool10.SharedPropsInternal.Priority = 60;
            appearance12.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.export_large;
            popupMenuTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance12;
            appearance13.Image = global::Gipasoft.Windows.Forms.Templates.Properties.Resources.export_small;
            popupMenuTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
            popupMenuTool2.SharedPropsInternal.Caption = "Esportazione";
            popupMenuTool2.SharedPropsInternal.Category = "stampa";
            popupMenuTool2.SharedPropsInternal.MergeOrder = 50;
            popupMenuTool2.SharedPropsInternal.Priority = 50;
            popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool13,
            buttonTool14});
            this.ultraToolbarsManagerStandard.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool5,
            buttonTool6,
            buttonTool10,
            popupMenuTool2});
            this.ultraToolbarsManagerStandard.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UltraToolbarsManagerStandardToolClick);
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Right
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._MainStandardForm_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 4;
            this._MainStandardForm_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(460, 51);
            this._MainStandardForm_Toolbars_Dock_Area_Right.Name = "_MainStandardForm_Toolbars_Dock_Area_Right";
            this._MainStandardForm_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(4, 192);
            this._MainStandardForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Top
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._MainStandardForm_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._MainStandardForm_Toolbars_Dock_Area_Top.Name = "_MainStandardForm_Toolbars_Dock_Area_Top";
            this._MainStandardForm_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(464, 51);
            this._MainStandardForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // _MainStandardForm_Toolbars_Dock_Area_Bottom
            // 
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 243);
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.Name = "_MainStandardForm_Toolbars_Dock_Area_Bottom";
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(464, 0);
            this._MainStandardForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManagerStandard;
            // 
            // persistWindowComponent1
            // 
            this.persistWindowComponent1.Form = this;
            // 
            // MainStandardForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(464, 266);
            this.Controls.Add(this.MainStandardForm_Fill_Panel);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.standardFormStatus);
            this.Controls.Add(this._MainStandardForm_Toolbars_Dock_Area_Top);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "MainStandardForm";
            this.Text = "MainStandardForm";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mainStandardFormFormClosing);
            this.Load += new System.EventHandler(this.mainStandardFormLoad);
            ((System.ComponentModel.ISupportInitialize)(this.standardFormStatus)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManagerStandard)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar1  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("File list");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStopSearch");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearList");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCheckAll");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUncheckAll");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar2  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Selected files");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuSelection");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStopSearch");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearList");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCheckAll");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUncheckAll");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuSelection");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool9    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStopSearch");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearList");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCheckAll");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUncheckAll");
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmFileList));
     this.toolbarsManager        = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.frmFileList_Fill_Panel = new System.Windows.Forms.Panel();
     this.fileList    = new System.Windows.Forms.ListView();
     this.colFileName = new System.Windows.Forms.ColumnHeader();
     this.colSize     = new System.Windows.Forms.ColumnHeader();
     this.colFullPath = new System.Windows.Forms.ColumnHeader();
     this._frmFileList_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmFileList_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmFileList_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmFileList_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
     this.frmFileList_Fill_Panel.SuspendLayout();
     this.SuspendLayout();
     //
     // toolbarsManager
     //
     this.toolbarsManager.DesignerFlags               = 1;
     this.toolbarsManager.DockWithinContainer         = this;
     this.toolbarsManager.DockWithinContainerBaseType = typeof(SunnyChen.Gulu.Win.frmDummy);
     this.toolbarsManager.ImageTransparentColor       = System.Drawing.Color.Fuchsia;
     this.toolbarsManager.ShowFullMenusDelay          = 500;
     this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow    = 1;
     buttonTool2.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4
     });
     resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
     ultraToolbar2.DockedColumn  = 0;
     ultraToolbar2.DockedRow     = 0;
     ultraToolbar2.FloatingSize  = new System.Drawing.Size(100, 20);
     ultraToolbar2.IsMainMenuBar = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1
     });
     resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
     this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1,
         ultraToolbar2
     });
     appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
     resources.ApplyResources(appearance1, "appearance1");
     buttonTool5.SharedProps.AppearancesSmall.Appearance = appearance1;
     buttonTool5.SharedProps.Caption     = resources.GetString("resource.Caption");
     buttonTool5.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
     appearance2.Image = ((object)(resources.GetObject("appearance2.Image")));
     resources.ApplyResources(appearance2, "appearance2");
     buttonTool6.SharedProps.AppearancesSmall.Appearance = appearance2;
     buttonTool6.SharedProps.Caption     = resources.GetString("resource.Caption1");
     buttonTool6.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
     appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
     resources.ApplyResources(appearance3, "appearance3");
     buttonTool7.SharedProps.AppearancesSmall.Appearance = appearance3;
     buttonTool7.SharedProps.Caption     = resources.GetString("resource.Caption2");
     buttonTool7.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     resources.ApplyResources(appearance4, "appearance4");
     buttonTool8.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool8.SharedProps.Caption           = resources.GetString("resource.Caption3");
     buttonTool8.SharedProps.ToolTipText       = resources.GetString("resource.ToolTipText3");
     popupMenuTool2.SharedProps.Caption        = resources.GetString("resource.Caption4");
     popupMenuTool2.SharedProps.MergeOrder     = 210;
     buttonTool10.InstanceProps.IsFirstInGroup = true;
     popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool9,
         buttonTool10,
         buttonTool11,
         buttonTool12
     });
     this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         popupMenuTool2
     });
     this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
     //
     // frmFileList_Fill_Panel
     //
     this.frmFileList_Fill_Panel.AccessibleDescription = null;
     this.frmFileList_Fill_Panel.AccessibleName        = null;
     resources.ApplyResources(this.frmFileList_Fill_Panel, "frmFileList_Fill_Panel");
     this.frmFileList_Fill_Panel.BackgroundImage = null;
     this.frmFileList_Fill_Panel.Controls.Add(this.fileList);
     this.frmFileList_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.frmFileList_Fill_Panel.Font   = null;
     this.frmFileList_Fill_Panel.Name   = "frmFileList_Fill_Panel";
     //
     // fileList
     //
     this.fileList.AccessibleDescription = null;
     this.fileList.AccessibleName        = null;
     resources.ApplyResources(this.fileList, "fileList");
     this.fileList.AllowDrop       = true;
     this.fileList.BackgroundImage = null;
     this.fileList.CheckBoxes      = true;
     this.fileList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colFileName,
         this.colSize,
         this.colFullPath
     });
     this.fileList.Font          = null;
     this.fileList.HideSelection = false;
     this.fileList.MultiSelect   = false;
     this.fileList.Name          = "fileList";
     this.fileList.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.fileList.UseCompatibleStateImageBehavior = false;
     this.fileList.View                 = System.Windows.Forms.View.Details;
     this.fileList.VirtualMode          = true;
     this.fileList.MouseDoubleClick    += new System.Windows.Forms.MouseEventHandler(this.fileList_MouseDoubleClick);
     this.fileList.MouseClick          += new System.Windows.Forms.MouseEventHandler(this.fileList_MouseClick);
     this.fileList.DrawItem            += new System.Windows.Forms.DrawListViewItemEventHandler(this.fileList_DrawItem);
     this.fileList.DragDrop            += new System.Windows.Forms.DragEventHandler(this.fileList_DragDrop);
     this.fileList.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.fileList_RetrieveVirtualItem);
     this.fileList.DragEnter           += new System.Windows.Forms.DragEventHandler(this.fileList_DragEnter);
     //
     // colFileName
     //
     resources.ApplyResources(this.colFileName, "colFileName");
     //
     // colSize
     //
     resources.ApplyResources(this.colSize, "colSize");
     //
     // colFullPath
     //
     resources.ApplyResources(this.colFullPath, "colFullPath");
     //
     // _frmFileList_Toolbars_Dock_Area_Left
     //
     this._frmFileList_Toolbars_Dock_Area_Left.AccessibleDescription = null;
     this._frmFileList_Toolbars_Dock_Area_Left.AccessibleName        = null;
     this._frmFileList_Toolbars_Dock_Area_Left.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Left, "_frmFileList_Toolbars_Dock_Area_Left");
     this._frmFileList_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmFileList_Toolbars_Dock_Area_Left.BackgroundImage = null;
     this._frmFileList_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmFileList_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmFileList_Toolbars_Dock_Area_Left.Name            = "_frmFileList_Toolbars_Dock_Area_Left";
     this._frmFileList_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
     //
     // _frmFileList_Toolbars_Dock_Area_Right
     //
     this._frmFileList_Toolbars_Dock_Area_Right.AccessibleDescription = null;
     this._frmFileList_Toolbars_Dock_Area_Right.AccessibleName        = null;
     this._frmFileList_Toolbars_Dock_Area_Right.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Right, "_frmFileList_Toolbars_Dock_Area_Right");
     this._frmFileList_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmFileList_Toolbars_Dock_Area_Right.BackgroundImage = null;
     this._frmFileList_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmFileList_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmFileList_Toolbars_Dock_Area_Right.Name            = "_frmFileList_Toolbars_Dock_Area_Right";
     this._frmFileList_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
     //
     // _frmFileList_Toolbars_Dock_Area_Top
     //
     this._frmFileList_Toolbars_Dock_Area_Top.AccessibleDescription = null;
     this._frmFileList_Toolbars_Dock_Area_Top.AccessibleName        = null;
     this._frmFileList_Toolbars_Dock_Area_Top.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Top, "_frmFileList_Toolbars_Dock_Area_Top");
     this._frmFileList_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmFileList_Toolbars_Dock_Area_Top.BackgroundImage = null;
     this._frmFileList_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmFileList_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmFileList_Toolbars_Dock_Area_Top.Name            = "_frmFileList_Toolbars_Dock_Area_Top";
     this._frmFileList_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
     //
     // _frmFileList_Toolbars_Dock_Area_Bottom
     //
     this._frmFileList_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
     this._frmFileList_Toolbars_Dock_Area_Bottom.AccessibleName        = null;
     this._frmFileList_Toolbars_Dock_Area_Bottom.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Bottom, "_frmFileList_Toolbars_Dock_Area_Bottom");
     this._frmFileList_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmFileList_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
     this._frmFileList_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmFileList_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmFileList_Toolbars_Dock_Area_Bottom.Name            = "_frmFileList_Toolbars_Dock_Area_Bottom";
     this._frmFileList_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
     //
     // frmFileList
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.frmFileList_Fill_Panel);
     this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Bottom);
     this.Name         = "frmFileList";
     this.Load        += new System.EventHandler(this.frmFileList_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmFileList_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
     this.frmFileList_Fill_Panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar    ultraToolbar1    = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool   popupMenuTool1   = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Menu_System");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Menu_Refresh", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool1      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_About");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool   popupMenuTool2   = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Menu_System");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool2      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_RunAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool3      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_StopAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool26     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_KillAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool4      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_ServerInfo");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool5      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool6      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_About");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool7      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_RunAdapters");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_StopAdapters");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_ServerInfo");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool10     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_Exit");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool2 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Menu_Refresh", "");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Context_Grid");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_ServerInfo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_RunAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_StopAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_ShutdownAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_OMCList");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool16   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_CurrentLog");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_AllLog");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_Export");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool19   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_RunAdapter");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_StopAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_ShutdownAdapter");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_Export");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_CurrentLog");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_AllLog");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool25     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Context_OMCList");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool4 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Menu_WatchDog", "");
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Menu_KillAdapters");
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Form_Main));
     this.Form1_Fill_Panel = new System.Windows.Forms.Panel();
     this.Grid_RunTimeInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.splitter1        = new System.Windows.Forms.Splitter();
     this.Group_Log        = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.Group_Log_Panel  = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.Grid_Log         = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.StatusBar        = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ToolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._Form1_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.GridExcelExporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.saveFileDialog    = new System.Windows.Forms.SaveFileDialog();
     this.Form1_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid_RunTimeInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Group_Log)).BeginInit();
     this.Group_Log.SuspendLayout();
     this.Group_Log_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid_Log)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToolbarsManager)).BeginInit();
     this.SuspendLayout();
     //
     // Form1_Fill_Panel
     //
     this.Form1_Fill_Panel.Controls.Add(this.Grid_RunTimeInfo);
     this.Form1_Fill_Panel.Controls.Add(this.splitter1);
     this.Form1_Fill_Panel.Controls.Add(this.Group_Log);
     this.Form1_Fill_Panel.Controls.Add(this.StatusBar);
     this.Form1_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.Form1_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Form1_Fill_Panel.Location = new System.Drawing.Point(0, 25);
     this.Form1_Fill_Panel.Name     = "Form1_Fill_Panel";
     this.Form1_Fill_Panel.Size     = new System.Drawing.Size(641, 358);
     this.Form1_Fill_Panel.TabIndex = 0;
     //
     // Grid_RunTimeInfo
     //
     this.ToolbarsManager.SetContextMenuUltra(this.Grid_RunTimeInfo, "Context_Grid");
     appearance8.BackColor   = System.Drawing.SystemColors.Window;
     appearance8.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.Grid_RunTimeInfo.DisplayLayout.Appearance     = appearance8;
     this.Grid_RunTimeInfo.DisplayLayout.AutoFitStyle   = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     this.Grid_RunTimeInfo.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.Grid_RunTimeInfo.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_RunTimeInfo.DisplayLayout.EmptyRowSettings.ShowEmptyRows = true;
     appearance9.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance9.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance9.BorderColor       = System.Drawing.SystemColors.Window;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.Appearance = appearance9;
     appearance10.ForeColor = System.Drawing.SystemColors.GrayText;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.BandLabelAppearance = appearance10;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance11.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance11.BackColor2        = System.Drawing.SystemColors.Control;
     appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance11.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.Grid_RunTimeInfo.DisplayLayout.GroupByBox.PromptAppearance = appearance11;
     this.Grid_RunTimeInfo.DisplayLayout.MaxColScrollRegions         = 1;
     this.Grid_RunTimeInfo.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance12.BackColor = System.Drawing.SystemColors.Window;
     appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grid_RunTimeInfo.DisplayLayout.Override.ActiveCellAppearance = appearance12;
     appearance13.BackColor = System.Drawing.SystemColors.Highlight;
     appearance13.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.Grid_RunTimeInfo.DisplayLayout.Override.ActiveRowAppearance = appearance13;
     this.Grid_RunTimeInfo.DisplayLayout.Override.AllowAddNew         = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.Grid_RunTimeInfo.DisplayLayout.Override.AllowDelete         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_RunTimeInfo.DisplayLayout.Override.AllowUpdate         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_RunTimeInfo.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.Grid_RunTimeInfo.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance14.BackColor = System.Drawing.SystemColors.Window;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CardAreaAppearance = appearance14;
     appearance15.BorderColor  = System.Drawing.Color.Silver;
     appearance15.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CellAppearance  = appearance15;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.Grid_RunTimeInfo.DisplayLayout.Override.CellPadding     = 0;
     appearance16.BackColor             = System.Drawing.SystemColors.Control;
     appearance16.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance16.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance16.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance16.BorderColor           = System.Drawing.SystemColors.Window;
     this.Grid_RunTimeInfo.DisplayLayout.Override.GroupByRowAppearance = appearance16;
     appearance17.TextHAlignAsString = "Left";
     this.Grid_RunTimeInfo.DisplayLayout.Override.HeaderAppearance  = appearance17;
     this.Grid_RunTimeInfo.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.Grid_RunTimeInfo.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance18.BackColor   = System.Drawing.SystemColors.Window;
     appearance18.BorderColor = System.Drawing.Color.Silver;
     this.Grid_RunTimeInfo.DisplayLayout.Override.RowAppearance = appearance18;
     this.Grid_RunTimeInfo.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance19.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Grid_RunTimeInfo.DisplayLayout.Override.TemplateAddRowAppearance = appearance19;
     this.Grid_RunTimeInfo.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid_RunTimeInfo.DisplayLayout.ScrollStyle  = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid_RunTimeInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Grid_RunTimeInfo.Location = new System.Drawing.Point(0, 0);
     this.Grid_RunTimeInfo.Name     = "Grid_RunTimeInfo";
     this.Grid_RunTimeInfo.Size     = new System.Drawing.Size(641, 311);
     this.Grid_RunTimeInfo.TabIndex = 4;
     this.Grid_RunTimeInfo.Text     = "ultraGrid1";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 311);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(641, 3);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop  = false;
     //
     // Group_Log
     //
     this.Group_Log.Controls.Add(this.Group_Log_Panel);
     this.Group_Log.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.Group_Log.Expanded     = false;
     this.Group_Log.ExpandedSize = new System.Drawing.Size(641, 161);
     this.Group_Log.Location     = new System.Drawing.Point(0, 314);
     this.Group_Log.Name         = "Group_Log";
     this.Group_Log.Size         = new System.Drawing.Size(641, 21);
     this.Group_Log.TabIndex     = 2;
     this.Group_Log.Text         = "错误日志";
     //
     // Group_Log_Panel
     //
     this.Group_Log_Panel.Controls.Add(this.Grid_Log);
     this.Group_Log_Panel.Location = new System.Drawing.Point(-10000, -10000);
     this.Group_Log_Panel.Name     = "Group_Log_Panel";
     this.Group_Log_Panel.Size     = new System.Drawing.Size(200, 100);
     this.Group_Log_Panel.TabIndex = 0;
     this.Group_Log_Panel.Visible  = false;
     //
     // Grid_Log
     //
     appearance35.BackColor   = System.Drawing.SystemColors.Window;
     appearance35.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this.Grid_Log.DisplayLayout.Appearance     = appearance35;
     this.Grid_Log.DisplayLayout.AutoFitStyle   = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     this.Grid_Log.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance32.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance32.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance32.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance32.BorderColor       = System.Drawing.SystemColors.Window;
     this.Grid_Log.DisplayLayout.GroupByBox.Appearance = appearance32;
     appearance33.ForeColor = System.Drawing.SystemColors.GrayText;
     this.Grid_Log.DisplayLayout.GroupByBox.BandLabelAppearance = appearance33;
     this.Grid_Log.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     this.Grid_Log.DisplayLayout.GroupByBox.Hidden = true;
     appearance34.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance34.BackColor2        = System.Drawing.SystemColors.Control;
     appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance34.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.Grid_Log.DisplayLayout.GroupByBox.PromptAppearance = appearance34;
     this.Grid_Log.DisplayLayout.MaxColScrollRegions         = 1;
     this.Grid_Log.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance43.BackColor = System.Drawing.SystemColors.Window;
     appearance43.ForeColor = System.Drawing.SystemColors.ControlText;
     this.Grid_Log.DisplayLayout.Override.ActiveCellAppearance = appearance43;
     appearance38.BackColor = System.Drawing.SystemColors.Highlight;
     appearance38.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.Grid_Log.DisplayLayout.Override.ActiveRowAppearance = appearance38;
     this.Grid_Log.DisplayLayout.Override.AllowAddNew         = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this.Grid_Log.DisplayLayout.Override.AllowColMoving      = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
     this.Grid_Log.DisplayLayout.Override.AllowColSwapping    = Infragistics.Win.UltraWinGrid.AllowColSwapping.NotAllowed;
     this.Grid_Log.DisplayLayout.Override.AllowDelete         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_Log.DisplayLayout.Override.AllowUpdate         = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_Log.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.Grid_Log.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance37.BackColor = System.Drawing.SystemColors.Window;
     this.Grid_Log.DisplayLayout.Override.CardAreaAppearance = appearance37;
     appearance36.BorderColor  = System.Drawing.Color.Silver;
     appearance36.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.Grid_Log.DisplayLayout.Override.CellAppearance  = appearance36;
     this.Grid_Log.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.Grid_Log.DisplayLayout.Override.CellPadding     = 0;
     appearance40.BackColor             = System.Drawing.SystemColors.Control;
     appearance40.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance40.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance40.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance40.BorderColor           = System.Drawing.SystemColors.Window;
     this.Grid_Log.DisplayLayout.Override.GroupByRowAppearance = appearance40;
     appearance42.TextHAlignAsString = "Left";
     this.Grid_Log.DisplayLayout.Override.HeaderAppearance = appearance42;
     this.Grid_Log.DisplayLayout.Override.HeaderStyle      = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance41.BackColor   = System.Drawing.SystemColors.Window;
     appearance41.BorderColor = System.Drawing.Color.Silver;
     this.Grid_Log.DisplayLayout.Override.RowAppearance = appearance41;
     this.Grid_Log.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     this.Grid_Log.DisplayLayout.Override.RowSizing     = Infragistics.Win.UltraWinGrid.RowSizing.AutoFree;
     appearance39.BackColor = System.Drawing.SystemColors.ControlLight;
     this.Grid_Log.DisplayLayout.Override.TemplateAddRowAppearance = appearance39;
     this.Grid_Log.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.Grid_Log.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.Grid_Log.DisplayLayout.ViewStyle     = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.Grid_Log.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this.Grid_Log.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Grid_Log.Location = new System.Drawing.Point(0, 0);
     this.Grid_Log.Name     = "Grid_Log";
     this.Grid_Log.Size     = new System.Drawing.Size(200, 100);
     this.Grid_Log.TabIndex = 0;
     this.Grid_Log.Text     = "系统日志";
     //
     // StatusBar
     //
     this.StatusBar.Location         = new System.Drawing.Point(0, 335);
     this.StatusBar.Name             = "StatusBar";
     ultraStatusPanel1.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Automatic;
     ultraStatusPanel1.Text          = "综合服务系统监控平台 V3.0";
     ultraStatusPanel2.Key           = "Information";
     ultraStatusPanel2.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Adjustable;
     ultraStatusPanel2.Width         = 206;
     ultraStatusPanel2.WrapText      = Infragistics.Win.DefaultableBoolean.False;
     appearance20.TextHAlignAsString = "Right";
     ultraStatusPanel3.Appearance    = appearance20;
     ultraStatusPanel3.SizingMode    = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel3.Text          = "天馈信息技术有限公司";
     this.StatusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3
     });
     this.StatusBar.Size     = new System.Drawing.Size(641, 23);
     this.StatusBar.TabIndex = 0;
     //
     // _Form1_Toolbars_Dock_Area_Left
     //
     this._Form1_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._Form1_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 25);
     this._Form1_Toolbars_Dock_Area_Left.Name            = "_Form1_Toolbars_Dock_Area_Left";
     this._Form1_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 358);
     this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ToolbarsManager;
     //
     // ToolbarsManager
     //
     this.ToolbarsManager.DesignerFlags               = 1;
     this.ToolbarsManager.DockWithinContainer         = this;
     this.ToolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.ToolbarsManager.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.ToolbarsManager.ShowFullMenusDelay          = 500;
     this.ToolbarsManager.ShowQuickCustomizeButton    = false;
     ultraToolbar1.DockedColumn               = 0;
     ultraToolbar1.DockedRow                  = 0;
     ultraToolbar1.FloatingLocation           = new System.Drawing.Point(218, 265);
     ultraToolbar1.FloatingSize               = new System.Drawing.Size(227, 20);
     ultraToolbar1.IsMainMenuBar              = true;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1,
         stateButtonTool1,
         buttonTool1
     });
     ultraToolbar1.Text = "主菜单";
     this.ToolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     popupMenuTool2.SharedProps.Caption        = "系统(&S)";
     buttonTool26.InstanceProps.IsFirstInGroup = true;
     buttonTool4.InstanceProps.IsFirstInGroup  = true;
     buttonTool5.InstanceProps.IsFirstInGroup  = true;
     popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         buttonTool3,
         buttonTool26,
         buttonTool4,
         buttonTool5
     });
     buttonTool6.SharedProps.Caption      = "关于(&A)";
     buttonTool6.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
     buttonTool7.SharedProps.AppearancesSmall.Appearance = appearance1;
     buttonTool7.SharedProps.Caption = "启动所有采集(&R)";
     buttonTool8.SharedProps.Caption = "停止所有采集(&C)";
     appearance2.Image = ((object)(resources.GetObject("appearance2.Image")));
     buttonTool9.SharedProps.AppearancesSmall.Appearance = appearance2;
     buttonTool9.SharedProps.Caption  = "查看服务器状态(&I)";
     buttonTool10.SharedProps.Caption = "退出(&E)";
     appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
     stateButtonTool2.SharedProps.AppearancesSmall.Appearance = appearance3;
     stateButtonTool2.SharedProps.Caption      = "刷新";
     stateButtonTool2.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     popupMenuTool3.SharedProps.Caption        = "列表功能";
     popupMenuTool3.SharedProps.Category       = "grid_context";
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     buttonTool18.InstanceProps.IsFirstInGroup = true;
     popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool11,
         buttonTool12,
         buttonTool13,
         buttonTool14,
         buttonTool15,
         buttonTool16,
         buttonTool17,
         buttonTool18
     });
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     buttonTool19.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool19.SharedProps.Caption  = "启动进程(&R)";
     buttonTool19.SharedProps.Category = "grid_context";
     buttonTool20.SharedProps.Caption  = "停止进程(&S)";
     buttonTool20.SharedProps.Category = "grid_context";
     buttonTool21.SharedProps.Caption  = "结束进程(&K)";
     buttonTool21.SharedProps.Category = "grid_context";
     appearance5.Image = ((object)(resources.GetObject("appearance5.Image")));
     buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool22.SharedProps.Caption  = "导出...(&X)";
     buttonTool22.SharedProps.Category = "grid_context";
     appearance6.Image = ((object)(resources.GetObject("appearance6.Image")));
     buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance6;
     buttonTool23.SharedProps.Caption  = "查看当前日志(&L)";
     buttonTool23.SharedProps.Category = "grid_context";
     appearance7.Image = ((object)(resources.GetObject("appearance7.Image")));
     buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance7;
     buttonTool24.SharedProps.Caption  = "查看全部日志(&F)";
     buttonTool24.SharedProps.Category = "grid_context";
     buttonTool25.SharedProps.Caption  = "采集源清单(&M)";
     appearance31.Image = ((object)(resources.GetObject("appearance31.Image")));
     stateButtonTool4.SharedProps.AppearancesSmall.Appearance = appearance31;
     stateButtonTool4.SharedProps.Caption      = "WatchDog自动重启";
     stateButtonTool4.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     buttonTool27.SharedProps.Caption          = "结束所有采集(&K)";
     this.ToolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool2,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         buttonTool9,
         buttonTool10,
         stateButtonTool2,
         popupMenuTool3,
         buttonTool19,
         buttonTool20,
         buttonTool21,
         buttonTool22,
         buttonTool23,
         buttonTool24,
         buttonTool25,
         stateButtonTool4,
         buttonTool27
     });
     this.ToolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ToolbarsManager_ToolClick);
     //
     // _Form1_Toolbars_Dock_Area_Right
     //
     this._Form1_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._Form1_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(641, 25);
     this._Form1_Toolbars_Dock_Area_Right.Name            = "_Form1_Toolbars_Dock_Area_Right";
     this._Form1_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 358);
     this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ToolbarsManager;
     //
     // _Form1_Toolbars_Dock_Area_Top
     //
     this._Form1_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._Form1_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._Form1_Toolbars_Dock_Area_Top.Name            = "_Form1_Toolbars_Dock_Area_Top";
     this._Form1_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(641, 25);
     this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ToolbarsManager;
     //
     // _Form1_Toolbars_Dock_Area_Bottom
     //
     this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Form1_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._Form1_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Form1_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 383);
     this._Form1_Toolbars_Dock_Area_Bottom.Name            = "_Form1_Toolbars_Dock_Area_Bottom";
     this._Form1_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(641, 0);
     this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ToolbarsManager;
     //
     // Form_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(641, 383);
     this.Controls.Add(this.Form1_Fill_Panel);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location      = new System.Drawing.Point(50, 100);
     this.Name          = "Form_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "HGU自动激活监控平台";
     this.Form1_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid_RunTimeInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Group_Log)).EndInit();
     this.Group_Log.ResumeLayout(false);
     this.Group_Log_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid_Log)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToolbarsManager)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #9
0
ファイル: FormFrame.Designer.cs プロジェクト: Jackjet/BIP
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel7 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormFrame));
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool    labelTool1    = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool10 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool1");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7     = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool11 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool2");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool12 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool3");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool2      = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8     = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     this.contextMenuStripStart = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiHistory           = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHis   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5    = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSettings          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePassword    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiHelp             = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHelp = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiChm                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAbout                     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiRelogin                   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExit                      = new System.Windows.Forms.ToolStripMenuItem();
     this.timerFrame                    = new System.Windows.Forms.Timer(this.components);
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraGridColumnChooser1       = new Infragistics.Win.UltraWinGrid.UltraGridColumnChooser();
     this.ultraExpandableGroupBox1      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this._FormFrame_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraStatusBar1        = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraTabbedMdiManager1 = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.panel2                = new System.Windows.Forms.Panel();
     this.mainMenuTree          = new com.ccf.bip.frame.BipMainMenuTree();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.contextMenuStripStart.SuspendLayout();
     this.contextMenuStripHis.SuspendLayout();
     this.contextMenuStripHelp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridColumnChooser1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainMenuTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStripStart
     //
     this.contextMenuStripStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripStart.ForeColor = System.Drawing.Color.Black;
     this.contextMenuStripStart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiHistory,
         this.tsmiSettings,
         this.tsmiChangePassword,
         this.toolStripSeparator2,
         this.tsmiHelp,
         this.toolStripSeparator1,
         this.tsmiRelogin,
         this.tsmiExit
     });
     this.contextMenuStripStart.Name       = "contextMenuStripStart";
     this.contextMenuStripStart.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripStart.Size       = new System.Drawing.Size(143, 148);
     //
     // tsmiHistory
     //
     this.tsmiHistory.DropDown = this.contextMenuStripHis;
     this.tsmiHistory.Name     = "tsmiHistory";
     this.tsmiHistory.Size     = new System.Drawing.Size(142, 22);
     this.tsmiHistory.Text     = "最近打开";
     //
     // contextMenuStripHis
     //
     this.contextMenuStripHis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripHis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripMenuItem4,
         this.toolStripMenuItem5
     });
     this.contextMenuStripHis.Name       = "contextMenuStrip1";
     this.contextMenuStripHis.OwnerItem  = this.tsmiHistory;
     this.contextMenuStripHis.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripHis.Size       = new System.Drawing.Size(193, 114);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem1.Text = "toolStripMenuItem1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem2.Text = "toolStripMenuItem2";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem3.Text = "toolStripMenuItem3";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem4.Text = "toolStripMenuItem4";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem5.Text = "toolStripMenuItem5";
     //
     // tsmiSettings
     //
     this.tsmiSettings.Name   = "tsmiSettings";
     this.tsmiSettings.Size   = new System.Drawing.Size(142, 22);
     this.tsmiSettings.Text   = "系统设置(&C)";
     this.tsmiSettings.Click += new System.EventHandler(this.tsmiSettings_Click);
     //
     // tsmiChangePassword
     //
     this.tsmiChangePassword.Name   = "tsmiChangePassword";
     this.tsmiChangePassword.Size   = new System.Drawing.Size(142, 22);
     this.tsmiChangePassword.Text   = "修改密码(&P)";
     this.tsmiChangePassword.Click += new System.EventHandler(this.tsmiChangePassword_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(139, 6);
     //
     // tsmiHelp
     //
     this.tsmiHelp.DropDown = this.contextMenuStripHelp;
     this.tsmiHelp.Name     = "tsmiHelp";
     this.tsmiHelp.Size     = new System.Drawing.Size(142, 22);
     this.tsmiHelp.Text     = "帮助";
     //
     // contextMenuStripHelp
     //
     this.contextMenuStripHelp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripHelp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiChm,
         this.tsmiAbout
     });
     this.contextMenuStripHelp.Name       = "contextMenuStripHelp";
     this.contextMenuStripHelp.OwnerItem  = this.tsmiHelp;
     this.contextMenuStripHelp.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripHelp.Size       = new System.Drawing.Size(125, 48);
     //
     // tsmiChm
     //
     this.tsmiChm.Name = "tsmiChm";
     this.tsmiChm.Size = new System.Drawing.Size(124, 22);
     this.tsmiChm.Text = "操作手册";
     //
     // tsmiAbout
     //
     this.tsmiAbout.Name = "tsmiAbout";
     this.tsmiAbout.Size = new System.Drawing.Size(124, 22);
     this.tsmiAbout.Text = "关于(&A)";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6);
     //
     // tsmiRelogin
     //
     this.tsmiRelogin.Name   = "tsmiRelogin";
     this.tsmiRelogin.Size   = new System.Drawing.Size(142, 22);
     this.tsmiRelogin.Text   = "重新登录(&R)";
     this.tsmiRelogin.Click += new System.EventHandler(this.tsmiRelogin_Click);
     //
     // tsmiExit
     //
     this.tsmiExit.Name   = "tsmiExit";
     this.tsmiExit.Size   = new System.Drawing.Size(142, 22);
     this.tsmiExit.Text   = "退出系统(&Q)";
     this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
     //
     // timerFrame
     //
     this.timerFrame.Interval = 1000;
     this.timerFrame.Tick    += new System.EventHandler(this.timerFrame_Tick);
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(19, 3);
     this.ultraExpandableGroupBoxPanel2.Name     = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size     = new System.Drawing.Size(214, 470);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.ultraExpandableGroupBoxPanel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBox1_Paint);
     //
     // ultraGridColumnChooser1
     //
     this.ultraGridColumnChooser1.DisplayLayout.AutoFitStyle                       = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this.ultraGridColumnChooser1.DisplayLayout.CaptionVisible                     = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGridColumnChooser1.DisplayLayout.MaxColScrollRegions                = 1;
     this.ultraGridColumnChooser1.DisplayLayout.MaxRowScrollRegions                = 1;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowColMoving            = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowColSizing            = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowRowLayoutCellSizing  = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.CellClickAction           = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGridColumnChooser1.DisplayLayout.Override.CellPadding               = 2;
     this.ultraGridColumnChooser1.DisplayLayout.Override.ExpansionIndicator        = Infragistics.Win.UltraWinGrid.ShowExpansionIndicator.Never;
     this.ultraGridColumnChooser1.DisplayLayout.Override.HeaderClickAction         = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
     this.ultraGridColumnChooser1.DisplayLayout.Override.RowSelectors              = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGridColumnChooser1.DisplayLayout.Override.RowSizing                 = Infragistics.Win.UltraWinGrid.RowSizing.AutoFixed;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeCell            = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeCol             = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeRow             = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.RowConnectorStyle                  = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.ultraGridColumnChooser1.DisplayLayout.ScrollBounds                       = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGridColumnChooser1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGridColumnChooser1.Location         = new System.Drawing.Point(0, 0);
     this.ultraGridColumnChooser1.Name             = "ultraGridColumnChooser1";
     this.ultraGridColumnChooser1.Size             = new System.Drawing.Size(140, 160);
     this.ultraGridColumnChooser1.StyleLibraryName = "";
     this.ultraGridColumnChooser1.StyleSetName     = "";
     this.ultraGridColumnChooser1.TabIndex         = 0;
     this.ultraGridColumnChooser1.Text             = "ultraGridColumnChooser1";
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.ultraExpandableGroupBox1.Dock                    = System.Windows.Forms.DockStyle.Left;
     this.ultraExpandableGroupBox1.ExpandedSize            = new System.Drawing.Size(236, 514);
     appearance17.TextVAlignAsString                       = "Middle";
     this.ultraExpandableGroupBox1.HeaderAppearance        = appearance17;
     this.ultraExpandableGroupBox1.HeaderPosition          = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOutsideBorder;
     this.ultraExpandableGroupBox1.Location                = new System.Drawing.Point(0, 51);
     this.ultraExpandableGroupBox1.Name                    = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size                    = new System.Drawing.Size(236, 514);
     this.ultraExpandableGroupBox1.TabIndex                = 13;
     this.ultraExpandableGroupBox1.Text                    = "功能菜单1";
     this.ultraExpandableGroupBox1.VerticalTextOrientation = Infragistics.Win.Misc.GroupBoxVerticalTextOrientation.TopToBottom;
     this.ultraExpandableGroupBox1.Paint                  += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBox1_Paint);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.mainMenuTree);
     this.ultraExpandableGroupBoxPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 1);
     this.ultraExpandableGroupBoxPanel1.Name     = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size     = new System.Drawing.Size(213, 512);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 51);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(905, 0);
     this.panel1.TabIndex = 3;
     //
     // _FormFrame_Toolbars_Dock_Area_Left
     //
     this._FormFrame_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FormFrame_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 51);
     this._FormFrame_Toolbars_Dock_Area_Left.Name            = "_FormFrame_Toolbars_Dock_Area_Left";
     this._FormFrame_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 514);
     this._FormFrame_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Right
     //
     this._FormFrame_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FormFrame_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(905, 51);
     this._FormFrame_Toolbars_Dock_Area_Right.Name            = "_FormFrame_Toolbars_Dock_Area_Right";
     this._FormFrame_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 514);
     this._FormFrame_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Top
     //
     this._FormFrame_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FormFrame_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 30);
     this._FormFrame_Toolbars_Dock_Area_Top.Name            = "_FormFrame_Toolbars_Dock_Area_Top";
     this._FormFrame_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(905, 21);
     this._FormFrame_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Bottom
     //
     this._FormFrame_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FormFrame_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 565);
     this._FormFrame_Toolbars_Dock_Area_Bottom.Name            = "_FormFrame_Toolbars_Dock_Area_Bottom";
     this._FormFrame_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(905, 0);
     this._FormFrame_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultraStatusBar1
     //
     appearance3.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraStatusBar1.Appearance  = appearance3;
     this.ultraStatusBar1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Flat;
     this.ultraStatusBar1.Location    = new System.Drawing.Point(0, 565);
     this.ultraStatusBar1.Name        = "ultraStatusBar1";
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     appearance4.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
     ultraStatusPanel1.Appearance     = appearance4;
     ultraStatusPanel1.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel1.Key            = "ConnectionStatus";
     ultraStatusPanel1.Width          = 22;
     ultraStatusPanel2.Key            = "FormPath";
     ultraStatusPanel2.Width          = 280;
     ultraStatusPanel3.Key            = "CustomInfo";
     ultraStatusPanel3.Width          = 220;
     appearance2.Cursor             = System.Windows.Forms.Cursors.Hand;
     appearance2.ForeColor          = System.Drawing.Color.Blue;
     appearance2.TextHAlignAsString = "Center";
     ultraStatusPanel4.Appearance   = appearance2;
     ultraStatusPanel4.Key          = "SupportInfo";
     ultraStatusPanel4.Text         = "技术支持:航天长峰湖南分公司";
     ultraStatusPanel4.Width        = 200;
     ultraStatusPanel5.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel5.Width        = 375;
     ultraStatusPanel6.Key          = "Time";
     ultraStatusPanel6.Text         = "2016-07-08 10:11:12";
     ultraStatusPanel6.Width        = 125;
     appearance1.Image            = ((object)(resources.GetObject("appearance1.Image")));
     ultraStatusPanel7.Appearance = appearance1;
     ultraStatusPanel7.Key        = "InstantMessaging";
     ultraStatusPanel7.Width      = 24;
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5,
         ultraStatusPanel6,
         ultraStatusPanel7
     });
     this.ultraStatusBar1.Size               = new System.Drawing.Size(905, 23);
     this.ultraStatusBar1.TabIndex           = 6;
     this.ultraStatusBar1.Text               = "ultraStatusBar1";
     this.ultraStatusBar1.ViewStyle          = Infragistics.Win.UltraWinStatusBar.ViewStyle.Standard;
     this.ultraStatusBar1.MouseLeaveElement += new Infragistics.Win.UIElementEventHandler(this.ultraStatusBar1_MouseLeaveElement);
     this.ultraStatusBar1.PanelClick        += new Infragistics.Win.UltraWinStatusBar.PanelClickEventHandler(this.ultraStatusBar1_PanelClick);
     this.ultraStatusBar1.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.ultraStatusBar1_MouseEnterElement);
     //
     // ultraTabbedMdiManager1
     //
     this.ultraTabbedMdiManager1.AllowHorizontalTabGroups = false;
     this.ultraTabbedMdiManager1.AllowVerticalTabGroups   = false;
     this.ultraTabbedMdiManager1.MdiParent = this;
     this.ultraTabbedMdiManager1.TabGroupSettings.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraTabbedMdiManager1.TabGroupSettings.TabAreaAppearance = appearance5;
     this.ultraTabbedMdiManager1.UseFlatMode            = Infragistics.Win.DefaultableBoolean.True;
     this.ultraTabbedMdiManager1.ViewStyle              = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.ultraTabbedMdiManager1.TabActivated          += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.ultraTabbedMdiManager1_TabActivated);
     this.ultraTabbedMdiManager1.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.ultraTabbedMdiManager1_InitializeContextMenu);
     //
     // panel2
     //
     this.panel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(32, 22);
     this.panel2.TabIndex = 19;
     this.panel2.Click   += new System.EventHandler(this.panel2_Click);
     //
     // mainMenuTree
     //
     this.mainMenuTree.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.mainMenuTree.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.mainMenuTree.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.mainMenuTree.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.mainMenuTree.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.mainMenuTree.Location                = new System.Drawing.Point(0, 0);
     this.mainMenuTree.Name                    = "mainMenuTree";
     this.mainMenuTree.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     _override1.SelectionType                  = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.mainMenuTree.Override                = _override1;
     this.mainMenuTree.Size                    = new System.Drawing.Size(213, 512);
     this.mainMenuTree.TabIndex                = 0;
     this.mainMenuTree.Tag = null;
     this.mainMenuTree.OnBipFormOpenning += new com.ccf.bip.frame.FormOpenningEventHandler(this.mainMenuTree_OnBipFormOpenning);
     //
     // ultraToolbarsManager1
     //
     appearance14.BackColor                                 = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     appearance14.FontData.Name                             = "default";
     appearance14.ForeColor                                 = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsManager1.Appearance                  = appearance14;
     this.ultraToolbarsManager1.DesignerFlags               = 1;
     this.ultraToolbarsManager1.DockWithinContainer         = this;
     this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(com.ccf.bip.frame.style.SkinForm);
     this.ultraToolbarsManager1.LockToolbars                = true;
     this.ultraToolbarsManager1.RightAlignedMenus           = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ShowFullMenusDelay          = 500;
     ultraToolbar1.DockedColumn                             = 0;
     ultraToolbar1.DockedRow                                = 0;
     labelTool1.InstanceProps.Width                         = 39;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         labelTool1
     });
     ultraToolbar1.Settings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.ToolbarSettings.Appearance    = appearance15;
     this.ultraToolbarsManager1.ToolbarSettings.FillEntireRow = Infragistics.Win.DefaultableBoolean.True;
     appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.ToolbarSettings.ToolAppearance = appearance16;
     appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     popupMenuTool10.Settings.IconAreaAppearance = appearance19;
     popupMenuTool10.SharedPropsInternal.Caption = "PopupMenuTool1";
     popupMenuTool10.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool7
     });
     popupMenuTool11.SharedPropsInternal.Caption = "PopupMenuTool2";
     popupMenuTool12.SharedPropsInternal.Caption = "PopupMenuTool3";
     labelTool2.SharedPropsInternal.Spring       = true;
     buttonTool8.SharedPropsInternal.Caption     = "ButtonTool1";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool10,
         popupMenuTool11,
         popupMenuTool12,
         labelTool2,
         buttonTool8
     });
     this.ultraToolbarsManager1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ToolClick  += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // FormFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ClientSize          = new System.Drawing.Size(920, 588);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.ultraExpandableGroupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.ultraStatusBar1);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.KeyPreview      = true;
     this.MinimumSize     = new System.Drawing.Size(920, 588);
     this.Name            = "FormFrame";
     this.Padding         = new System.Windows.Forms.Padding(0, 30, 15, 0);
     this.ShadowType      = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
     this.Text            = "航天长峰企业应用平台";
     this.TextAlign       = MetroFramework.Forms.MetroFormTextAlign.Center;
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FormFrame_Load);
     this.Shown          += new System.EventHandler(this.FormFrame_Shown);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormFrame_FormClosing);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormFrame_KeyDown);
     this.contextMenuStripStart.ResumeLayout(false);
     this.contextMenuStripHis.ResumeLayout(false);
     this.contextMenuStripHelp.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridColumnChooser1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainMenuTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("MainToolbar");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool5   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool6   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool16  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Undo");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool17  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Redo");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool7   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Find");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool8   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Replace");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool1   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Find");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Replace");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Undo");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Redo");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTextVisualizer));
     this.FrmShowSql_Fill_Panel = new System.Windows.Forms.Panel();
     this._editor = new ICSharpCode.TextEditor.TextEditorControl();
     this._FrmShowSql_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._img32 = new System.Windows.Forms.ImageList(this.components);
     this._img16 = new System.Windows.Forms.ImageList(this.components);
     this._FrmShowSql_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmShowSql_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmShowSql_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.FrmShowSql_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // FrmShowSql_Fill_Panel
     //
     this.FrmShowSql_Fill_Panel.Controls.Add(this._editor);
     this.FrmShowSql_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.FrmShowSql_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FrmShowSql_Fill_Panel.Location = new System.Drawing.Point(4, 55);
     this.FrmShowSql_Fill_Panel.Name     = "FrmShowSql_Fill_Panel";
     this.FrmShowSql_Fill_Panel.Size     = new System.Drawing.Size(616, 286);
     this.FrmShowSql_Fill_Panel.TabIndex = 0;
     //
     // _editor
     //
     this._editor.CausesValidation = false;
     this._utm.SetContextMenuUltra(this._editor, "PopupMenu");
     this._editor.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._editor.IsReadOnly      = false;
     this._editor.Location        = new System.Drawing.Point(0, 0);
     this._editor.Name            = "_editor";
     this._editor.ShowLineNumbers = false;
     this._editor.Size            = new System.Drawing.Size(616, 286);
     this._editor.TabIndex        = 0;
     //
     // _FrmShowSql_Toolbars_Dock_Area_Left
     //
     this._FrmShowSql_Toolbars_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmShowSql_Toolbars_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmShowSql_Toolbars_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmShowSql_Toolbars_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._FrmShowSql_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 4;
     this._FrmShowSql_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 55);
     this._FrmShowSql_Toolbars_Dock_Area_Left.Name            = "_FrmShowSql_Toolbars_Dock_Area_Left";
     this._FrmShowSql_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(4, 286);
     this._FrmShowSql_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags                   = 1;
     this._utm.DockWithinContainer             = this;
     this._utm.DockWithinContainerBaseType     = typeof(System.Windows.Forms.Form);
     this._utm.FormDisplayStyle                = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.RoundedSizable;
     this._utm.ImageListLarge                  = this._img32;
     this._utm.ImageListSmall                  = this._img16;
     this._utm.ShowFullMenusDelay              = 500;
     ultraToolbar1.DockedColumn                = 0;
     ultraToolbar1.DockedRow                   = 0;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     buttonTool7.InstanceProps.IsFirstInGroup  = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool5,
         buttonTool6,
         buttonTool16,
         buttonTool17,
         buttonTool7,
         buttonTool8
     });
     ultraToolbar1.Text = "MainToolbar";
     this._utm.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance1.Image = 11;
     buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
     appearance2.Image = 12;
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
     buttonTool1.SharedPropsInternal.Caption  = "Save";
     buttonTool1.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     appearance3.Image = 0;
     buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
     appearance4.Image = 0;
     buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
     buttonTool2.SharedPropsInternal.Caption = "Copy";
     appearance5.Image = 17;
     buttonTool3.SharedPropsInternal.AppearancesLarge.Appearance = appearance5;
     appearance6.Image = 16;
     buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance6;
     buttonTool3.SharedPropsInternal.Caption  = "Find";
     buttonTool3.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlF;
     appearance7.Image = 16;
     buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     appearance8.Image = 17;
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
     buttonTool4.SharedPropsInternal.Caption    = "Replace";
     buttonTool4.SharedPropsInternal.Shortcut   = System.Windows.Forms.Shortcut.CtrlH;
     popupMenuTool1.SharedPropsInternal.Caption = "PopupMenu";
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool10
     });
     appearance9.Image = 14;
     buttonTool14.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 14;
     buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     buttonTool14.SharedPropsInternal.Caption = "Undo";
     appearance11.Image = 15;
     buttonTool15.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
     appearance12.Image = 15;
     buttonTool15.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool15.SharedPropsInternal.Caption = "Redo";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4,
         popupMenuTool1,
         buttonTool14,
         buttonTool15
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.Utm_ToolClick);
     //
     // _img32
     //
     this._img32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_img32.ImageStream")));
     this._img32.TransparentColor = System.Drawing.Color.Transparent;
     this._img32.Images.SetKeyName(0, "page_copy.png");
     this._img32.Images.SetKeyName(1, "page_paste.png");
     this._img32.Images.SetKeyName(2, "select_restangular.png");
     this._img32.Images.SetKeyName(3, "control_play_blue.png");
     this._img32.Images.SetKeyName(4, "script_play.png");
     this._img32.Images.SetKeyName(5, "draw_eraser.png");
     this._img32.Images.SetKeyName(6, "text_lowercase.png");
     this._img32.Images.SetKeyName(7, "text_replace.png");
     this._img32.Images.SetKeyName(8, "text_uppercase.png");
     this._img32.Images.SetKeyName(9, "cut.png");
     this._img32.Images.SetKeyName(10, "document_comment_below.png");
     this._img32.Images.SetKeyName(11, "disk.png");
     this._img32.Images.SetKeyName(12, "save_as.png");
     this._img32.Images.SetKeyName(13, "folder.png");
     this._img32.Images.SetKeyName(14, "Undo_32x32.png");
     this._img32.Images.SetKeyName(15, "Redo_32x32.png");
     this._img32.Images.SetKeyName(16, "text_replace.png");
     this._img32.Images.SetKeyName(17, "find.png");
     this._img32.Images.SetKeyName(18, "database_check.png");
     this._img32.Images.SetKeyName(19, "folder_vertical_document_play.png");
     //
     // _img16
     //
     this._img16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_img16.ImageStream")));
     this._img16.TransparentColor = System.Drawing.Color.Transparent;
     this._img16.Images.SetKeyName(0, "page_copy.png");
     this._img16.Images.SetKeyName(1, "page_paste.png");
     this._img16.Images.SetKeyName(2, "select_restangular.png");
     this._img16.Images.SetKeyName(3, "control_play_blue.png");
     this._img16.Images.SetKeyName(4, "script_play.png");
     this._img16.Images.SetKeyName(5, "draw_eraser.png");
     this._img16.Images.SetKeyName(6, "cut.png");
     this._img16.Images.SetKeyName(7, "text_uppercase.png");
     this._img16.Images.SetKeyName(8, "text_lowercase.png");
     this._img16.Images.SetKeyName(9, "text_replace.png");
     this._img16.Images.SetKeyName(10, "document_comment_below.png");
     this._img16.Images.SetKeyName(11, "save_as.png");
     this._img16.Images.SetKeyName(12, "disk.png");
     this._img16.Images.SetKeyName(13, "folder.png");
     this._img16.Images.SetKeyName(14, "arrow_undo_blue.png");
     this._img16.Images.SetKeyName(15, "arrow_redo_blue.png");
     this._img16.Images.SetKeyName(16, "find.png");
     this._img16.Images.SetKeyName(17, "text_replace.png");
     this._img16.Images.SetKeyName(18, "table (2).png");
     this._img16.Images.SetKeyName(19, "3d_glasses.png");
     this._img16.Images.SetKeyName(20, "column_single.png");
     this._img16.Images.SetKeyName(21, "database_check.png");
     this._img16.Images.SetKeyName(22, "folder_vertical_document_play.png");
     //
     // _FrmShowSql_Toolbars_Dock_Area_Right
     //
     this._FrmShowSql_Toolbars_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmShowSql_Toolbars_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmShowSql_Toolbars_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmShowSql_Toolbars_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._FrmShowSql_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 4;
     this._FrmShowSql_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(620, 55);
     this._FrmShowSql_Toolbars_Dock_Area_Right.Name            = "_FrmShowSql_Toolbars_Dock_Area_Right";
     this._FrmShowSql_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(4, 286);
     this._FrmShowSql_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _FrmShowSql_Toolbars_Dock_Area_Top
     //
     this._FrmShowSql_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmShowSql_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmShowSql_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmShowSql_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmShowSql_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FrmShowSql_Toolbars_Dock_Area_Top.Name            = "_FrmShowSql_Toolbars_Dock_Area_Top";
     this._FrmShowSql_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(624, 55);
     this._FrmShowSql_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _FrmShowSql_Toolbars_Dock_Area_Bottom
     //
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.InitialResizeAreaExtent = 4;
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 341);
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.Name            = "_FrmShowSql_Toolbars_Dock_Area_Bottom";
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(624, 4);
     this._FrmShowSql_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // FrmTextVisualizer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 345);
     this.Controls.Add(this.FrmShowSql_Fill_Panel);
     this.Controls.Add(this._FrmShowSql_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FrmShowSql_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FrmShowSql_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._FrmShowSql_Toolbars_Dock_Area_Top);
     this.Name     = "FrmTextVisualizer";
     this.ShowIcon = false;
     this.Text     = "Text Visualizer";
     this.FrmShowSql_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmGScriptManager));
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar3  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("GScript manager menu");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuGScript");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar4  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("GScript");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuGScript");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool16   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     this.treeViewList                 = new System.Windows.Forms.ImageList(this.components);
     this.fileSystemWatcher            = new System.IO.FileSystemWatcher();
     this.toolbarsManager              = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.frmGScriptManager_Fill_Panel = new System.Windows.Forms.Panel();
     this.gscriptTreeView              = new System.Windows.Forms.TreeView();
     this._frmGScriptManager_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmGScriptManager_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmGScriptManager_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
     this.frmGScriptManager_Fill_Panel.SuspendLayout();
     this.SuspendLayout();
     //
     // treeViewList
     //
     this.treeViewList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewList.ImageStream")));
     this.treeViewList.TransparentColor = System.Drawing.Color.Fuchsia;
     this.treeViewList.Images.SetKeyName(0, "GScriptRoot");
     this.treeViewList.Images.SetKeyName(1, "SimpleScriptRoot");
     this.treeViewList.Images.SetKeyName(2, "Script");
     //
     // fileSystemWatcher
     //
     this.fileSystemWatcher.EnableRaisingEvents = true;
     this.fileSystemWatcher.Filter = "*.gs";
     this.fileSystemWatcher.IncludeSubdirectories = true;
     this.fileSystemWatcher.NotifyFilter          = System.IO.NotifyFilters.FileName;
     this.fileSystemWatcher.SynchronizingObject   = this;
     this.fileSystemWatcher.Renamed += new System.IO.RenamedEventHandler(this.fileSystemWatcher_Renamed);
     this.fileSystemWatcher.Deleted += new System.IO.FileSystemEventHandler(this.fileSystemWatcher_Deleted);
     this.fileSystemWatcher.Created += new System.IO.FileSystemEventHandler(this.fileSystemWatcher_Created);
     //
     // toolbarsManager
     //
     this.toolbarsManager.DesignerFlags               = 1;
     this.toolbarsManager.DockWithinContainer         = this;
     this.toolbarsManager.DockWithinContainerBaseType = typeof(SunnyChen.Gulu.Win.frmDummy);
     this.toolbarsManager.ImageTransparentColor       = System.Drawing.Color.Fuchsia;
     this.toolbarsManager.ShowFullMenusDelay          = 500;
     this.toolbarsManager.Style  = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar3.DockedColumn  = 0;
     ultraToolbar3.DockedRow     = 0;
     ultraToolbar3.IsMainMenuBar = true;
     ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool3
     });
     ultraToolbar4.DockedColumn = 0;
     ultraToolbar4.DockedRow    = 1;
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     ultraToolbar4.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool10,
         buttonTool11,
         buttonTool12
     });
     this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar3,
         ultraToolbar4
     });
     popupMenuTool4.SharedProps.Caption        = resources.GetString("resource.Caption");
     popupMenuTool4.SharedProps.MergeOrder     = 210;
     popupMenuTool4.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText");
     buttonTool15.InstanceProps.IsFirstInGroup = true;
     popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool13,
         buttonTool14,
         buttonTool15
     });
     appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE;
     resources.ApplyResources(appearance4, "appearance4");
     buttonTool16.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool16.SharedProps.Caption     = resources.GetString("resource.Caption1");
     buttonTool16.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.ShiftDel;
     buttonTool16.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
     appearance5.Image = ((object)(resources.GetObject("appearance5.Image")));
     resources.ApplyResources(appearance5, "appearance5");
     buttonTool17.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool17.SharedProps.Caption     = resources.GetString("resource.Caption2");
     buttonTool17.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF9;
     buttonTool17.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
     appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
     resources.ApplyResources(appearance6, "appearance6");
     buttonTool18.SharedProps.AppearancesSmall.Appearance = appearance6;
     buttonTool18.SharedProps.Caption     = resources.GetString("resource.Caption3");
     buttonTool18.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.F9;
     buttonTool18.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
     this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool4,
         buttonTool16,
         buttonTool17,
         buttonTool18
     });
     this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
     //
     // frmGScriptManager_Fill_Panel
     //
     this.frmGScriptManager_Fill_Panel.AccessibleDescription = null;
     this.frmGScriptManager_Fill_Panel.AccessibleName        = null;
     resources.ApplyResources(this.frmGScriptManager_Fill_Panel, "frmGScriptManager_Fill_Panel");
     this.frmGScriptManager_Fill_Panel.BackgroundImage = null;
     this.frmGScriptManager_Fill_Panel.Controls.Add(this.gscriptTreeView);
     this.frmGScriptManager_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.frmGScriptManager_Fill_Panel.Font   = null;
     this.frmGScriptManager_Fill_Panel.Name   = "frmGScriptManager_Fill_Panel";
     //
     // gscriptTreeView
     //
     this.gscriptTreeView.AccessibleDescription = null;
     this.gscriptTreeView.AccessibleName        = null;
     resources.ApplyResources(this.gscriptTreeView, "gscriptTreeView");
     this.gscriptTreeView.BackgroundImage = null;
     this.gscriptTreeView.Font            = null;
     this.gscriptTreeView.HideSelection   = false;
     this.gscriptTreeView.ImageList       = this.treeViewList;
     this.gscriptTreeView.Name            = "gscriptTreeView";
     this.gscriptTreeView.MouseClick     += new System.Windows.Forms.MouseEventHandler(this.gscriptTreeView_MouseClick);
     this.gscriptTreeView.DoubleClick    += new System.EventHandler(this.gscriptTreeView_DoubleClick);
     this.gscriptTreeView.AfterSelect    += new System.Windows.Forms.TreeViewEventHandler(this.gscriptTreeView_AfterSelect);
     //
     // _frmGScriptManager_Toolbars_Dock_Area_Left
     //
     this._frmGScriptManager_Toolbars_Dock_Area_Left.AccessibleDescription = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Left.AccessibleName        = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Left.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Left, "_frmGScriptManager_Toolbars_Dock_Area_Left");
     this._frmGScriptManager_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmGScriptManager_Toolbars_Dock_Area_Left.BackgroundImage = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmGScriptManager_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmGScriptManager_Toolbars_Dock_Area_Left.Name            = "_frmGScriptManager_Toolbars_Dock_Area_Left";
     this._frmGScriptManager_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
     //
     // _frmGScriptManager_Toolbars_Dock_Area_Right
     //
     this._frmGScriptManager_Toolbars_Dock_Area_Right.AccessibleDescription = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Right.AccessibleName        = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Right.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Right, "_frmGScriptManager_Toolbars_Dock_Area_Right");
     this._frmGScriptManager_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmGScriptManager_Toolbars_Dock_Area_Right.BackgroundImage = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmGScriptManager_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmGScriptManager_Toolbars_Dock_Area_Right.Name            = "_frmGScriptManager_Toolbars_Dock_Area_Right";
     this._frmGScriptManager_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
     //
     // _frmGScriptManager_Toolbars_Dock_Area_Top
     //
     this._frmGScriptManager_Toolbars_Dock_Area_Top.AccessibleDescription = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Top.AccessibleName        = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Top.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Top, "_frmGScriptManager_Toolbars_Dock_Area_Top");
     this._frmGScriptManager_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmGScriptManager_Toolbars_Dock_Area_Top.BackgroundImage = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmGScriptManager_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmGScriptManager_Toolbars_Dock_Area_Top.Name            = "_frmGScriptManager_Toolbars_Dock_Area_Top";
     this._frmGScriptManager_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
     //
     // _frmGScriptManager_Toolbars_Dock_Area_Bottom
     //
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.AccessibleName        = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Bottom, "_frmGScriptManager_Toolbars_Dock_Area_Bottom");
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.Name            = "_frmGScriptManager_Toolbars_Dock_Area_Bottom";
     this._frmGScriptManager_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
     //
     // frmGScriptManager
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this.frmGScriptManager_Fill_Panel);
     this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Bottom);
     this.Name  = "frmGScriptManager";
     this.Load += new System.EventHandler(this.frmGScriptManager_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
     this.frmGScriptManager_Fill_Panel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar1  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("tbrFunction");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool7 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popPrevious");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool6 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popNext");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAdd");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool20   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnSave");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCancel");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnGet");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnHelp");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnClose");
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnNext");
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAdd");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnEdit");
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnSave");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnDelete");
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCancel");
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnGet");
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnHelp");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnClose");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ComboBoxTool ComboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("btnMoveFirst");
     Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool23   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPrevious");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popPrevious");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool21   = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPrevious");
     Infragistics.Win.UltraWinToolbars.ComboBoxTool  ComboBoxTool4  = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("btnMoveFirst");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool5 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popNext");
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnNext");
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnMoveLast");
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnMoveLast");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab UltraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     this.UltraTabPageControl1               = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.tbrManager                         = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._frmMain_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmMain_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmMain_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.bsList   = new System.Windows.Forms.BindingSource(this.components);
     this.bsDetail = new System.Windows.Forms.BindingSource(this.components);
     this.FrmBaseVoucherDetail_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.pnlDetail = new Infragistics.Win.Misc.UltraPanel();
     this.tabInfo   = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.UltraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.splContent   = new Infragistics.Win.Misc.UltraSplitter();
     this.pnlInfo      = new Infragistics.Win.Misc.UltraPanel();
     this.pnlTitle     = new Infragistics.Win.Misc.UltraPanel();
     this.lblTitle     = new Infragistics.Win.Misc.UltraLabel();
     this.dsDictionary = new Desktop.Entity.DictionaryDataSet();
     this.ttpManager   = new Infragistics.Win.UltraWinToolTip.UltraToolTipManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.tbrManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsDetail)).BeginInit();
     this.FrmBaseVoucherDetail_Fill_Panel.ClientArea.SuspendLayout();
     this.FrmBaseVoucherDetail_Fill_Panel.SuspendLayout();
     this.pnlDetail.ClientArea.SuspendLayout();
     this.pnlDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabInfo)).BeginInit();
     this.tabInfo.SuspendLayout();
     this.pnlInfo.SuspendLayout();
     this.pnlTitle.ClientArea.SuspendLayout();
     this.pnlTitle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsDictionary)).BeginInit();
     this.SuspendLayout();
     //
     // UltraTabPageControl1
     //
     this.UltraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
     this.UltraTabPageControl1.Name     = "UltraTabPageControl1";
     this.UltraTabPageControl1.Size     = new System.Drawing.Size(876, 227);
     //
     // tbrManager
     //
     appearance1.BackColor                                   = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance1.BackColor2                                  = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance1.BorderColor                                 = System.Drawing.Color.Red;
     appearance1.ForeColor                                   = System.Drawing.Color.Black;
     this.tbrManager.Appearance                              = appearance1;
     this.tbrManager.DesignerFlags                           = 1;
     appearance2.BackColor                                   = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance2.BackColor2                                  = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this.tbrManager.DockAreaAppearance                      = appearance2;
     this.tbrManager.DockWithinContainer                     = this;
     this.tbrManager.DockWithinContainerBaseType             = typeof(System.Windows.Forms.Form);
     this.tbrManager.FormDisplayStyle                        = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.RoundedSizable;
     this.tbrManager.LockToolbars                            = true;
     appearance10.ForeColor                                  = System.Drawing.Color.Black;
     appearance10.ForeColorDisabled                          = System.Drawing.Color.Gray;
     this.tbrManager.MenuSettings.Appearance                 = appearance10;
     appearance11.BackColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     appearance11.BorderColor                                = System.Drawing.Color.Red;
     appearance11.ForeColor                                  = System.Drawing.Color.Black;
     this.tbrManager.MenuSettings.HotTrackAppearance         = appearance11;
     appearance12.BackColor                                  = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance12.BackColor2                                 = System.Drawing.SystemColors.GradientInactiveCaption;
     appearance12.ForeColor                                  = System.Drawing.Color.Black;
     this.tbrManager.MenuSettings.ToolAppearance             = appearance12;
     appearance13.BackColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     appearance13.BorderColor                                = System.Drawing.Color.Red;
     this.tbrManager.MiniToolbar.Settings.HotTrackAppearance = appearance13;
     this.tbrManager.MiniToolbar.ToolRowCount                = 10;
     appearance14.BackColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance14.BackColor2                                 = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     appearance14.ForeColor                                  = System.Drawing.Color.White;
     appearance14.ForeColorDisabled                          = System.Drawing.Color.Silver;
     this.tbrManager.Ribbon.CaptionAreaActiveAppearance      = appearance14;
     appearance15.BackColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
     this.tbrManager.Ribbon.CaptionAreaAppearance            = appearance15;
     appearance16.ForeColor                                  = System.Drawing.Color.Black;
     appearance16.ForeColorDisabled                          = System.Drawing.Color.Gray;
     this.tbrManager.Ribbon.DefaultCaptionButtonsAppearances.DefaultButtonAppearances.Appearance = appearance16;
     appearance17.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     appearance17.BorderColor = System.Drawing.Color.Red;
     appearance17.ForeColor   = System.Drawing.Color.Black;
     this.tbrManager.Ribbon.DefaultCaptionButtonsAppearances.DefaultButtonAppearances.HotTrackAppearance = appearance17;
     this.tbrManager.ShowFullMenusDelay       = 500;
     this.tbrManager.ShowQuickCustomizeButton = false;
     this.tbrManager.Style      = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2013;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow    = 0;
     ButtonTool18.InstanceProps.IsFirstInGroup = true;
     ButtonTool15.InstanceProps.IsFirstInGroup = true;
     ButtonTool6.InstanceProps.IsFirstInGroup  = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         PopupMenuTool7,
         PopupMenuTool6,
         ButtonTool18,
         ButtonTool17,
         ButtonTool20,
         ButtonTool2,
         ButtonTool14,
         ButtonTool15,
         ButtonTool6,
         ButtonTool4
     });
     ultraToolbar1.Settings.CaptionPlacement = Infragistics.Win.TextPlacement.BelowImage;
     ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ultraToolbar1.Text = "tbrFunction";
     this.tbrManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance18.ForeColor = System.Drawing.Color.Black;
     this.tbrManager.ToolbarSettings.Appearance = appearance18;
     appearance19.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     appearance19.BorderColor = System.Drawing.Color.Red;
     this.tbrManager.ToolbarSettings.HotTrackAppearance = appearance19;
     appearance20.ForeColor = System.Drawing.Color.Black;
     this.tbrManager.ToolbarSettings.ToolAppearance = appearance20;
     ButtonTool3.SharedPropsInternal.Caption        = "Sau";
     ButtonTool3.SharedPropsInternal.Shortcut       = System.Windows.Forms.Shortcut.F8;
     appearance21.Image = global::ClientApp.Properties.Resources.btnItemAdd;
     ButtonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance21;
     ButtonTool5.SharedPropsInternal.Caption  = "Thêm";
     ButtonTool5.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     appearance22.Image = global::ClientApp.Properties.Resources.btnItemEdit;
     ButtonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     ButtonTool7.SharedPropsInternal.Caption  = "Sửa";
     ButtonTool7.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlE;
     appearance23.Image = global::ClientApp.Properties.Resources.btnSave;
     ButtonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
     ButtonTool8.SharedPropsInternal.Caption  = "Lưu";
     ButtonTool8.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     appearance24.Image = global::ClientApp.Properties.Resources.btnItemDelete;
     ButtonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
     ButtonTool9.SharedPropsInternal.Caption  = "Xóa";
     ButtonTool9.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
     appearance25.Image = global::ClientApp.Properties.Resources.Cancel;
     ButtonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
     ButtonTool10.SharedPropsInternal.Caption  = "Hoãn";
     ButtonTool10.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlU;
     appearance26.Image = global::ClientApp.Properties.Resources.btnItemGet;
     ButtonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
     ButtonTool11.SharedPropsInternal.Caption  = "Nạp";
     ButtonTool11.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.F5;
     appearance27.Image = global::ClientApp.Properties.Resources.Help;
     ButtonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
     ButtonTool12.SharedPropsInternal.Caption  = "Giúp";
     ButtonTool12.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.F1;
     appearance28.Image = global::ClientApp.Properties.Resources.btnExit;
     ButtonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
     ButtonTool13.SharedPropsInternal.Caption  = "Đóng";
     ButtonTool13.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlF4;
     ComboBoxTool2.SharedPropsInternal.Caption = "Về đầu";
     ComboBoxTool2.ValueList = valueList1;
     ButtonTool23.SharedPropsInternal.Caption      = "Trước";
     ButtonTool23.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool23.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.F7;
     appearance29.Image = global::ClientApp.Properties.Resources.btnNavigateBack;
     PopupMenuTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
     PopupMenuTool4.SharedPropsInternal.Caption = "Trước";
     PopupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool21,
         ComboBoxTool4
     });
     appearance30.Image = global::ClientApp.Properties.Resources.btnNavigateNext;
     PopupMenuTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
     PopupMenuTool5.SharedPropsInternal.Caption = "Sau";
     PopupMenuTool5.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool22,
         ButtonTool24
     });
     ButtonTool25.SharedPropsInternal.Caption = "Về cuối";
     this.tbrManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool3,
         ButtonTool5,
         ButtonTool7,
         ButtonTool8,
         ButtonTool9,
         ButtonTool10,
         ButtonTool11,
         ButtonTool12,
         ButtonTool13,
         ComboBoxTool2,
         ButtonTool23,
         PopupMenuTool4,
         PopupMenuTool5,
         ButtonTool25
     });
     this.tbrManager.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.tbrManager.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.tbrManager.ToolClick  += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.tbrManager_ToolClick);
     //
     // _frmMain_Toolbars_Dock_Area_Top
     //
     this._frmMain_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmMain_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmMain_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmMain_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.Color.Black;
     this._frmMain_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._frmMain_Toolbars_Dock_Area_Top.Name            = "_frmMain_Toolbars_Dock_Area_Top";
     this._frmMain_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(880, 74);
     this._frmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbrManager;
     //
     // _frmMain_Toolbars_Dock_Area_Bottom
     //
     this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmMain_Toolbars_Dock_Area_Bottom.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmMain_Toolbars_Dock_Area_Bottom.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmMain_Toolbars_Dock_Area_Bottom.ForeColor               = System.Drawing.Color.Black;
     this._frmMain_Toolbars_Dock_Area_Bottom.InitialResizeAreaExtent = 1;
     this._frmMain_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 659);
     this._frmMain_Toolbars_Dock_Area_Bottom.Name            = "_frmMain_Toolbars_Dock_Area_Bottom";
     this._frmMain_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(880, 1);
     this._frmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbrManager;
     //
     // _frmMain_Toolbars_Dock_Area_Left
     //
     this._frmMain_Toolbars_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmMain_Toolbars_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmMain_Toolbars_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmMain_Toolbars_Dock_Area_Left.ForeColor               = System.Drawing.Color.Black;
     this._frmMain_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 1;
     this._frmMain_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 74);
     this._frmMain_Toolbars_Dock_Area_Left.Name            = "_frmMain_Toolbars_Dock_Area_Left";
     this._frmMain_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(1, 585);
     this._frmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbrManager;
     //
     // _frmMain_Toolbars_Dock_Area_Right
     //
     this._frmMain_Toolbars_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmMain_Toolbars_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmMain_Toolbars_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmMain_Toolbars_Dock_Area_Right.ForeColor               = System.Drawing.Color.Black;
     this._frmMain_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 1;
     this._frmMain_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(879, 74);
     this._frmMain_Toolbars_Dock_Area_Right.Name            = "_frmMain_Toolbars_Dock_Area_Right";
     this._frmMain_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(1, 585);
     this._frmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbrManager;
     //
     // bsList
     //
     this.bsList.DataMember = "Voucher";
     //
     // bsDetail
     //
     this.bsDetail.DataMember = "VoucherDetail";
     //
     // FrmBaseVoucherDetail_Fill_Panel
     //
     //
     // FrmBaseVoucherDetail_Fill_Panel.ClientArea
     //
     this.FrmBaseVoucherDetail_Fill_Panel.ClientArea.Controls.Add(this.pnlDetail);
     this.FrmBaseVoucherDetail_Fill_Panel.ClientArea.Controls.Add(this.splContent);
     this.FrmBaseVoucherDetail_Fill_Panel.ClientArea.Controls.Add(this.pnlInfo);
     this.FrmBaseVoucherDetail_Fill_Panel.ClientArea.Controls.Add(this.pnlTitle);
     this.FrmBaseVoucherDetail_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.FrmBaseVoucherDetail_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FrmBaseVoucherDetail_Fill_Panel.Location = new System.Drawing.Point(1, 74);
     this.FrmBaseVoucherDetail_Fill_Panel.Name     = "FrmBaseVoucherDetail_Fill_Panel";
     this.FrmBaseVoucherDetail_Fill_Panel.Size     = new System.Drawing.Size(878, 585);
     this.FrmBaseVoucherDetail_Fill_Panel.TabIndex = 8;
     //
     // pnlDetail
     //
     //
     // pnlDetail.ClientArea
     //
     this.pnlDetail.ClientArea.Controls.Add(this.tabInfo);
     this.pnlDetail.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlDetail.Location = new System.Drawing.Point(0, 337);
     this.pnlDetail.Name     = "pnlDetail";
     this.pnlDetail.Size     = new System.Drawing.Size(878, 248);
     this.pnlDetail.TabIndex = 9;
     //
     // tabInfo
     //
     appearance3.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance3.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance3.FontData.BoldAsString = "True";
     this.tabInfo.ActiveTabAppearance  = appearance3;
     appearance4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance4.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance4.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance4.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     this.tabInfo.Appearance           = appearance4;
     this.tabInfo.Controls.Add(this.UltraTabSharedControlsPage1);
     this.tabInfo.Controls.Add(this.UltraTabPageControl1);
     this.tabInfo.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tabInfo.Location           = new System.Drawing.Point(0, 0);
     this.tabInfo.Name               = "tabInfo";
     this.tabInfo.SharedControlsPage = this.UltraTabSharedControlsPage1;
     this.tabInfo.Size               = new System.Drawing.Size(878, 248);
     this.tabInfo.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
     this.tabInfo.TabIndex           = 0;
     UltraTab1.Key     = "tabInfoGeneral";
     UltraTab1.TabPage = this.UltraTabPageControl1;
     UltraTab1.Text    = "Thông tin chung";
     this.tabInfo.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         UltraTab1
     });
     this.tabInfo.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.tabInfo.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     //
     // UltraTabSharedControlsPage1
     //
     this.UltraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
     this.UltraTabSharedControlsPage1.Name     = "UltraTabSharedControlsPage1";
     this.UltraTabSharedControlsPage1.Size     = new System.Drawing.Size(876, 227);
     //
     // splContent
     //
     appearance5.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance5.BackColor2                    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance5.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance5.BorderColor2                  = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     this.splContent.Appearance                = appearance5;
     this.splContent.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance6.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance6.BackColor2                    = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance6.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance6.BorderColor2                  = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     this.splContent.ButtonAppearance          = appearance6;
     this.splContent.ButtonStyle               = Infragistics.Win.UIElementButtonStyle.Button;
     appearance7.BackColor                     = System.Drawing.Color.Yellow;
     appearance7.BorderColor                   = System.Drawing.Color.Red;
     this.splContent.CollapsedButtonAppearance = appearance7;
     this.splContent.Dock   = System.Windows.Forms.DockStyle.Top;
     appearance8.BackColor  = System.Drawing.Color.Yellow;
     appearance8.BackColor2 = System.Drawing.Color.Red;
     this.splContent.HotTrackingButtonAppearance = appearance8;
     this.splContent.Location      = new System.Drawing.Point(0, 327);
     this.splContent.Name          = "splContent";
     this.splContent.RestoreExtent = 253;
     this.splContent.Size          = new System.Drawing.Size(878, 10);
     this.splContent.TabIndex      = 8;
     this.splContent.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.splContent.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     //
     // pnlInfo
     //
     this.pnlInfo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlInfo.Location = new System.Drawing.Point(0, 27);
     this.pnlInfo.Name     = "pnlInfo";
     this.pnlInfo.Size     = new System.Drawing.Size(878, 300);
     this.pnlInfo.TabIndex = 7;
     //
     // pnlTitle
     //
     //
     // pnlTitle.ClientArea
     //
     this.pnlTitle.ClientArea.Controls.Add(this.lblTitle);
     this.pnlTitle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTitle.Location = new System.Drawing.Point(0, 0);
     this.pnlTitle.Name     = "pnlTitle";
     this.pnlTitle.Size     = new System.Drawing.Size(878, 27);
     this.pnlTitle.TabIndex = 6;
     //
     // lblTitle
     //
     appearance9.TextHAlignAsString = "Left";
     appearance9.TextVAlignAsString = "Middle";
     this.lblTitle.Appearance       = appearance9;
     this.lblTitle.Dock             = System.Windows.Forms.DockStyle.Left;
     this.lblTitle.Font             = new System.Drawing.Font("Microsoft PhagsPa", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location         = new System.Drawing.Point(0, 0);
     this.lblTitle.Name             = "lblTitle";
     this.lblTitle.Padding          = new System.Drawing.Size(8, 0);
     this.lblTitle.Size             = new System.Drawing.Size(200, 27);
     this.lblTitle.TabIndex         = 0;
     this.lblTitle.Text             = "Hóa đơn";
     this.lblTitle.UseFlatMode      = Infragistics.Win.DefaultableBoolean.True;
     this.lblTitle.UseOsThemes      = Infragistics.Win.DefaultableBoolean.False;
     //
     // dsDictionary
     //
     this.dsDictionary.DataSetName             = "DictionaryDataSet";
     this.dsDictionary.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // ttpManager
     //
     this.ttpManager.ContainingControl = this;
     //
     // FrmBaseVoucherDetail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     this.ClientSize          = new System.Drawing.Size(880, 660);
     this.Controls.Add(this.FrmBaseVoucherDetail_Fill_Panel);
     this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Top);
     this.MinimumSize = new System.Drawing.Size(880, 660);
     this.Name        = "FrmBaseVoucherDetail";
     this.Text        = "FrmBaseVoucherDetail";
     this.Load       += new System.EventHandler(this.FrmBaseVoucherDetail_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tbrManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsDetail)).EndInit();
     this.FrmBaseVoucherDetail_Fill_Panel.ClientArea.ResumeLayout(false);
     this.FrmBaseVoucherDetail_Fill_Panel.ResumeLayout(false);
     this.pnlDetail.ClientArea.ResumeLayout(false);
     this.pnlDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabInfo)).EndInit();
     this.tabInfo.ResumeLayout(false);
     this.pnlInfo.ResumeLayout(false);
     this.pnlTitle.ClientArea.ResumeLayout(false);
     this.pnlTitle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsDictionary)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #13
0
ファイル: MenuForm.Designer.cs プロジェクト: gipasoft/Sfera
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
            Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
            Infragistics.Win.UltraWinToolbars.UltraTaskPaneToolbar ultraTaskPaneToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraTaskPaneToolbar("UltraToolbar1");
            Infragistics.Win.UltraWinToolbars.TaskPaneTool taskPaneTool5 = new Infragistics.Win.UltraWinToolbars.TaskPaneTool("TaskPaneTool1");
            Infragistics.Win.UltraWinToolbars.TaskPaneTool taskPaneTool6 = new Infragistics.Win.UltraWinToolbars.TaskPaneTool("TaskPaneTool2");
            Infragistics.Win.UltraWinToolbars.TaskPaneTool taskPaneTool7 = new Infragistics.Win.UltraWinToolbars.TaskPaneTool("TaskPaneTool3");
            Infragistics.Win.UltraWinToolbars.TaskPaneTool taskPaneTool8 = new Infragistics.Win.UltraWinToolbars.TaskPaneTool("TaskPaneTool4");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool1");
            this.MenuForm_Fill_Panel = new System.Windows.Forms.Panel();
            this._MenuForm_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._MenuForm_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MenuForm_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._MenuForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // MenuForm_Fill_Panel
            // 
            this.MenuForm_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.MenuForm_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MenuForm_Fill_Panel.Location = new System.Drawing.Point(8, 310);
            this.MenuForm_Fill_Panel.Name = "MenuForm_Fill_Panel";
            this.MenuForm_Fill_Panel.Size = new System.Drawing.Size(796, 407);
            this.MenuForm_Fill_Panel.TabIndex = 0;
            // 
            // _MenuForm_Toolbars_Dock_Area_Left
            // 
            this._MenuForm_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MenuForm_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MenuForm_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._MenuForm_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MenuForm_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 8;
            this._MenuForm_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 310);
            this._MenuForm_Toolbars_Dock_Area_Left.Name = "_MenuForm_Toolbars_Dock_Area_Left";
            this._MenuForm_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(8, 407);
            this._MenuForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsManager1
            // 
            this.ultraToolbarsManager1.DesignerFlags = 1;
            this.ultraToolbarsManager1.DockWithinContainer = this;
            this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            ribbonTab1.Caption = "ribbon1";
            ribbonGroup1.Caption = "ribbonGroup1";
            ribbonGroup2.Caption = "ribbonGroup2";
            ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
            ribbonGroup1,
            ribbonGroup2});
            this.ultraToolbarsManager1.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
            ribbonTab1});
            this.ultraToolbarsManager1.Ribbon.Visible = true;
            this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
            ultraTaskPaneToolbar1.DockedColumn = 0;
            ultraTaskPaneToolbar1.DockedRow = 0;
            ultraTaskPaneToolbar1.Text = "UltraToolbar1";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraTaskPaneToolbar1});
            taskPaneTool5.SharedPropsInternal.Caption = "TaskPaneTool1";
            taskPaneTool6.SharedPropsInternal.Caption = "TaskPaneTool2";
            taskPaneTool7.SharedPropsInternal.Caption = "TaskPaneTool3";
            taskPaneTool8.SharedPropsInternal.Caption = "TaskPaneTool4";
            popupMenuTool1.SharedPropsInternal.Caption = "PopupMenuTool1";
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            taskPaneTool5,
            taskPaneTool6,
            taskPaneTool7,
            taskPaneTool8,
            popupMenuTool1});
            // 
            // _MenuForm_Toolbars_Dock_Area_Right
            // 
            this._MenuForm_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MenuForm_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MenuForm_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._MenuForm_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MenuForm_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 8;
            this._MenuForm_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(804, 310);
            this._MenuForm_Toolbars_Dock_Area_Right.Name = "_MenuForm_Toolbars_Dock_Area_Right";
            this._MenuForm_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(8, 407);
            this._MenuForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // _MenuForm_Toolbars_Dock_Area_Top
            // 
            this._MenuForm_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MenuForm_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MenuForm_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._MenuForm_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MenuForm_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._MenuForm_Toolbars_Dock_Area_Top.Name = "_MenuForm_Toolbars_Dock_Area_Top";
            this._MenuForm_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(812, 310);
            this._MenuForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // _MenuForm_Toolbars_Dock_Area_Bottom
            // 
            this._MenuForm_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._MenuForm_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._MenuForm_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._MenuForm_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._MenuForm_Toolbars_Dock_Area_Bottom.InitialResizeAreaExtent = 8;
            this._MenuForm_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 717);
            this._MenuForm_Toolbars_Dock_Area_Bottom.Name = "_MenuForm_Toolbars_Dock_Area_Bottom";
            this._MenuForm_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(812, 8);
            this._MenuForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // MenuForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(812, 725);
            this.Controls.Add(this.MenuForm_Fill_Panel);
            this.Controls.Add(this._MenuForm_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._MenuForm_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._MenuForm_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._MenuForm_Toolbars_Dock_Area_Bottom);
            this.Name = "MenuForm";
            this.Text = "MenuForm";
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("MainToolBar");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("salva");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Annulla");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Trova");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("TrovaSuccessivo");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("fields");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Trova");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("TrovaSuccessivo");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("fields");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("salva");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Annulla");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            this.testoEditor = new SearchableControls.SearchableTextBox();
            this._GestioneTesto_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._GestioneTesto_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._GestioneTesto_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._GestioneTesto_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // testoEditor
            // 
            this.testoEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.testoEditor.Location = new System.Drawing.Point(0, 27);
            this.testoEditor.Multiline = true;
            this.testoEditor.Name = "testoEditor";
            this.testoEditor.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.testoEditor.Size = new System.Drawing.Size(672, 514);
            this.testoEditor.TabIndex = 0;
            this.testoEditor.TextChanged += new System.EventHandler(this.testoEditorTextChanged);
            // 
            // _GestioneTesto_Toolbars_Dock_Area_Left
            // 
            this._GestioneTesto_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._GestioneTesto_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
            this._GestioneTesto_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._GestioneTesto_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._GestioneTesto_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
            this._GestioneTesto_Toolbars_Dock_Area_Left.Name = "_GestioneTesto_Toolbars_Dock_Area_Left";
            this._GestioneTesto_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 514);
            this._GestioneTesto_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // ultraToolbarsManager1
            // 
            this.ultraToolbarsManager1.DesignerFlags = 1;
            this.ultraToolbarsManager1.DockWithinContainer = this;
            this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            buttonTool1.InstanceProps.IsFirstInGroup = true;
            popupMenuTool1.InstanceProps.IsFirstInGroup = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool5,
            buttonTool7,
            buttonTool1,
            buttonTool3,
            popupMenuTool1});
            ultraToolbar1.Text = "MainToolBar";
            this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
            appearance1.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.find2;
            buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
            appearance2.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.find1;
            buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
            buttonTool2.SharedPropsInternal.Caption = "Trova";
            buttonTool2.SharedPropsInternal.Category = "Search";
            appearance3.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.find_next1;
            buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
            appearance4.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.find_next;
            buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
            buttonTool4.SharedPropsInternal.Caption = "Trova Successivo";
            buttonTool4.SharedPropsInternal.Category = "Search";
            popupMenuTool2.SharedPropsInternal.Caption = "Campi";
            popupMenuTool2.SharedPropsInternal.Category = "MergeField";
            appearance5.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.save_32;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance5;
            appearance6.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.save_16;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance6;
            buttonTool6.SharedPropsInternal.Caption = "Salva";
            buttonTool6.SharedPropsInternal.Category = "Salva";
            buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
            appearance7.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.undo1;
            buttonTool8.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
            appearance8.Image = global::Gipasoft.Stabili.UI.Library.Properties.Resources.undo;
            buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
            buttonTool8.SharedPropsInternal.Caption = "Annulla";
            buttonTool8.SharedPropsInternal.Category = "Salva";
            this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool2,
            buttonTool4,
            popupMenuTool2,
            buttonTool6,
            buttonTool8});
            // 
            // _GestioneTesto_Toolbars_Dock_Area_Right
            // 
            this._GestioneTesto_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._GestioneTesto_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
            this._GestioneTesto_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._GestioneTesto_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._GestioneTesto_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(672, 27);
            this._GestioneTesto_Toolbars_Dock_Area_Right.Name = "_GestioneTesto_Toolbars_Dock_Area_Right";
            this._GestioneTesto_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 514);
            this._GestioneTesto_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // _GestioneTesto_Toolbars_Dock_Area_Top
            // 
            this._GestioneTesto_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._GestioneTesto_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
            this._GestioneTesto_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._GestioneTesto_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._GestioneTesto_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._GestioneTesto_Toolbars_Dock_Area_Top.Name = "_GestioneTesto_Toolbars_Dock_Area_Top";
            this._GestioneTesto_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(672, 27);
            this._GestioneTesto_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // _GestioneTesto_Toolbars_Dock_Area_Bottom
            // 
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 541);
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.Name = "_GestioneTesto_Toolbars_Dock_Area_Bottom";
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(672, 0);
            this._GestioneTesto_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
            // 
            // GestioneTestoUC
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.testoEditor);
            this.Controls.Add(this._GestioneTesto_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._GestioneTesto_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._GestioneTesto_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this._GestioneTesto_Toolbars_Dock_Area_Top);
            this.Name = "GestioneTestoUC";
            this.Size = new System.Drawing.Size(672, 541);
            ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
コード例 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAddOrder");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAddBooking");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAddBooking");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAddOrder");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnReceiveTable");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool9    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPay");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnReceiveTable");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnPay");
     this.pnlBackground    = new Infragistics.Win.Misc.UltraPanel();
     this.lblNumberOfTable = new Infragistics.Win.Misc.UltraLabel();
     this._UctTableMapping_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.tbrManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._UctTableMapping_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._UctTableMapping_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._UctTableMapping_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.bgwRefreshData   = new System.ComponentModel.BackgroundWorker();
     this.timerRefreshData = new System.Windows.Forms.Timer(this.components);
     this.pnlBackground.ClientArea.SuspendLayout();
     this.pnlBackground.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbrManager)).BeginInit();
     this.SuspendLayout();
     //
     // pnlBackground
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     appearance1.BackColor2         = System.Drawing.Color.Transparent;
     appearance1.ImageBackground    = global::ClientApp.Properties.Resources.table_empty;
     this.pnlBackground.Appearance  = appearance1;
     this.pnlBackground.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     //
     // pnlBackground.ClientArea
     //
     this.pnlBackground.ClientArea.Controls.Add(this.lblNumberOfTable);
     this.tbrManager.SetContextMenuUltra(this.pnlBackground, "popMenu");
     this.pnlBackground.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBackground.Location = new System.Drawing.Point(7, 5);
     this.pnlBackground.Name     = "pnlBackground";
     this.pnlBackground.Size     = new System.Drawing.Size(76, 60);
     this.pnlBackground.TabIndex = 0;
     //
     // lblNumberOfTable
     //
     appearance2.BackColor            = System.Drawing.Color.Transparent;
     appearance2.BackColor2           = System.Drawing.Color.Transparent;
     appearance2.ForeColor            = System.Drawing.Color.White;
     appearance2.TextHAlignAsString   = "Center";
     appearance2.TextVAlignAsString   = "Middle";
     this.lblNumberOfTable.Appearance = appearance2;
     this.tbrManager.SetContextMenuUltra(this.lblNumberOfTable, "popMenu");
     this.lblNumberOfTable.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.lblNumberOfTable.Location     = new System.Drawing.Point(0, 0);
     this.lblNumberOfTable.Name         = "lblNumberOfTable";
     this.lblNumberOfTable.Size         = new System.Drawing.Size(76, 60);
     this.lblNumberOfTable.TabIndex     = 0;
     this.lblNumberOfTable.Text         = "1";
     this.lblNumberOfTable.UseFlatMode  = Infragistics.Win.DefaultableBoolean.True;
     this.lblNumberOfTable.UseOsThemes  = Infragistics.Win.DefaultableBoolean.False;
     this.lblNumberOfTable.Click       += new System.EventHandler(this.lblNumberOfTable_Click);
     this.lblNumberOfTable.DoubleClick += new System.EventHandler(this.lblNumberOfTable_DoubleClick);
     //
     // _UctTableMapping_Toolbars_Dock_Area_Left
     //
     this._UctTableMapping_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._UctTableMapping_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.Transparent;
     this._UctTableMapping_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._UctTableMapping_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._UctTableMapping_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(7, 5);
     this._UctTableMapping_Toolbars_Dock_Area_Left.Name            = "_UctTableMapping_Toolbars_Dock_Area_Left";
     this._UctTableMapping_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 60);
     this._UctTableMapping_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbrManager;
     //
     // tbrManager
     //
     this.tbrManager.DesignerFlags              = 1;
     this.tbrManager.DockWithinContainer        = this;
     this.tbrManager.ShowFullMenusDelay         = 500;
     buttonTool1.SharedPropsInternal.Caption    = "Thêm Order";
     buttonTool2.SharedPropsInternal.Caption    = "Thêm đặt bàn";
     popupMenuTool1.SharedPropsInternal.Caption = "Chức năng";
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool3,
         buttonTool4,
         buttonTool7,
         buttonTool9
     });
     buttonTool5.SharedPropsInternal.Caption = "Nhận bàn";
     buttonTool6.SharedPropsInternal.Caption = "Thanh toán";
     this.tbrManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         popupMenuTool1,
         buttonTool5,
         buttonTool6
     });
     this.tbrManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.tbrManager_ToolClick);
     //
     // _UctTableMapping_Toolbars_Dock_Area_Right
     //
     this._UctTableMapping_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._UctTableMapping_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.Transparent;
     this._UctTableMapping_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._UctTableMapping_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._UctTableMapping_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(83, 5);
     this._UctTableMapping_Toolbars_Dock_Area_Right.Name            = "_UctTableMapping_Toolbars_Dock_Area_Right";
     this._UctTableMapping_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 60);
     this._UctTableMapping_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbrManager;
     //
     // _UctTableMapping_Toolbars_Dock_Area_Top
     //
     this._UctTableMapping_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._UctTableMapping_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.Transparent;
     this._UctTableMapping_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._UctTableMapping_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._UctTableMapping_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(7, 5);
     this._UctTableMapping_Toolbars_Dock_Area_Top.Name            = "_UctTableMapping_Toolbars_Dock_Area_Top";
     this._UctTableMapping_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(76, 0);
     this._UctTableMapping_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbrManager;
     //
     // _UctTableMapping_Toolbars_Dock_Area_Bottom
     //
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.Transparent;
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(7, 65);
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.Name            = "_UctTableMapping_Toolbars_Dock_Area_Bottom";
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(76, 0);
     this._UctTableMapping_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbrManager;
     //
     // bgwRefreshData
     //
     this.bgwRefreshData.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwRefreshData_DoWork);
     this.bgwRefreshData.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwRefreshData_RunWorkerCompleted);
     //
     // timerRefreshData
     //
     this.timerRefreshData.Interval = 1000;
     this.timerRefreshData.Tick    += new System.EventHandler(this.timerRefreshData_Tick);
     //
     // UctTableMapping
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Transparent;
     this.tbrManager.SetContextMenuUltra(this, "popMenu");
     this.Controls.Add(this.pnlBackground);
     this.Controls.Add(this._UctTableMapping_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._UctTableMapping_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._UctTableMapping_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._UctTableMapping_Toolbars_Dock_Area_Top);
     this.Name    = "UctTableMapping";
     this.Padding = new System.Windows.Forms.Padding(7, 5, 7, 5);
     this.Size    = new System.Drawing.Size(90, 70);
     this.pnlBackground.ClientArea.ResumeLayout(false);
     this.pnlBackground.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbrManager)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #16
0
ファイル: MainForm.Designer.cs プロジェクト: bsimser/xeva
      /// <summary>
      /// Required method for Designer support - do not modify
      /// the contents of this method with the code editor.
      /// </summary>
      private void InitializeComponent() {
         this.components = new System.ComponentModel.Container();
         Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Main");
         Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Controls");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Calculator");
         Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Controls");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Address");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Embedable Label");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DropDownButton");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CurrencyEditor");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EditablePanel");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ComboBoxEditor");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("PercentageEditor");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Address");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Embedable Label");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Calculator");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DropDownButton");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("CurrencyEditor");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("EditablePanel");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ComboBoxEditor");
         Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("PercentageEditor");
         this._mainForm_Fill_Panel = new System.Windows.Forms.Panel();
         this._MainForm_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
         this._toolbars = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
         this._MainForm_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
         this._MainForm_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
         this._MainForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
         ((System.ComponentModel.ISupportInitialize)(this._toolbars)).BeginInit();
         this.SuspendLayout();
         // 
         // _mainForm_Fill_Panel
         // 
         this._mainForm_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
         this._mainForm_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
         this._mainForm_Fill_Panel.Location = new System.Drawing.Point(0, 23);
         this._mainForm_Fill_Panel.Name = "_mainForm_Fill_Panel";
         this._mainForm_Fill_Panel.Size = new System.Drawing.Size(495, 228);
         this._mainForm_Fill_Panel.TabIndex = 0;
         // 
         // _MainForm_Toolbars_Dock_Area_Left
         // 
         this._MainForm_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
         this._MainForm_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.White;
         this._MainForm_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
         this._MainForm_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
         this._MainForm_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 23);
         this._MainForm_Toolbars_Dock_Area_Left.Name = "_MainForm_Toolbars_Dock_Area_Left";
         this._MainForm_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 228);
         this._MainForm_Toolbars_Dock_Area_Left.ToolbarsManager = this._toolbars;
         // 
         // _toolbars
         // 
         this._toolbars.DesignerFlags = 1;
         this._toolbars.DockWithinContainer = this;
         this._toolbars.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
         this._toolbars.ShowFullMenusDelay = 500;
         ultraToolbar1.DockedColumn = 0;
         ultraToolbar1.DockedRow = 0;
         ultraToolbar1.IsMainMenuBar = true;
         ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            buttonTool5});
         ultraToolbar1.Text = "Main";
         this._toolbars.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1});
         popupMenuTool2.SharedProps.Caption = "Controls";
         popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool3,
            buttonTool7,
            buttonTool9,
            buttonTool11,
            buttonTool13,
            buttonTool15});
         buttonTool2.SharedProps.Caption = "Address";
         buttonTool4.SharedProps.Caption = "Embedable Label";
         buttonTool6.SharedProps.Caption = "Calculator";
         buttonTool6.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
         buttonTool8.SharedProps.Caption = "Drop Down Button";
         buttonTool10.SharedProps.Caption = "Currency Editor";
         buttonTool12.SharedProps.Caption = "Editable Panel";
         buttonTool14.SharedProps.Caption = "ComboBox Editor";
         buttonTool16.SharedProps.Caption = "Percentage Editor";
         this._toolbars.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool2,
            buttonTool2,
            buttonTool4,
            buttonTool6,
            buttonTool8,
            buttonTool10,
            buttonTool12,
            buttonTool14,
            buttonTool16});
         this._toolbars.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.OnToolClick);
         // 
         // _MainForm_Toolbars_Dock_Area_Right
         // 
         this._MainForm_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
         this._MainForm_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.White;
         this._MainForm_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
         this._MainForm_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
         this._MainForm_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(495, 23);
         this._MainForm_Toolbars_Dock_Area_Right.Name = "_MainForm_Toolbars_Dock_Area_Right";
         this._MainForm_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 228);
         this._MainForm_Toolbars_Dock_Area_Right.ToolbarsManager = this._toolbars;
         // 
         // _MainForm_Toolbars_Dock_Area_Top
         // 
         this._MainForm_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
         this._MainForm_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.White;
         this._MainForm_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
         this._MainForm_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
         this._MainForm_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
         this._MainForm_Toolbars_Dock_Area_Top.Name = "_MainForm_Toolbars_Dock_Area_Top";
         this._MainForm_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(495, 23);
         this._MainForm_Toolbars_Dock_Area_Top.ToolbarsManager = this._toolbars;
         // 
         // _MainForm_Toolbars_Dock_Area_Bottom
         // 
         this._MainForm_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
         this._MainForm_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.White;
         this._MainForm_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
         this._MainForm_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
         this._MainForm_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 251);
         this._MainForm_Toolbars_Dock_Area_Bottom.Name = "_MainForm_Toolbars_Dock_Area_Bottom";
         this._MainForm_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(495, 0);
         this._MainForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._toolbars;
         // 
         // MainForm
         // 
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
         this.BackColor = System.Drawing.Color.White;
         this.ClientSize = new System.Drawing.Size(495, 251);
         this.Controls.Add(this._mainForm_Fill_Panel);
         this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Left);
         this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Right);
         this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Top);
         this.Controls.Add(this._MainForm_Toolbars_Dock_Area_Bottom);
         this.Name = "MainForm";
         this.Text = "MainForm";
         ((System.ComponentModel.ISupportInitialize)(this._toolbars)).EndInit();
         this.ResumeLayout(false);

      }
コード例 #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1   = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2   = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3   = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4   = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Excel");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("GridMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("CopyText");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Excel");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("CopyText");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTableDetails));
     this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this._ugColumns           = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this._ugData = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraTabPageControl3       = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this._ugIndexes                 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraTabPageControl4       = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this._ugPartitions              = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.FrmTableDetails_Fill_Panel = new System.Windows.Forms.Panel();
     this._utcTabs = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this._FrmTableDetails_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._img32 = new System.Windows.Forms.ImageList(this.components);
     this._img16 = new System.Windows.Forms.ImageList(this.components);
     this._FrmTableDetails_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmTableDetails_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraTabPageControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ugColumns)).BeginInit();
     this.ultraTabPageControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ugData)).BeginInit();
     this.ultraTabPageControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ugIndexes)).BeginInit();
     this.ultraTabPageControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ugPartitions)).BeginInit();
     this.FrmTableDetails_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utcTabs)).BeginInit();
     this._utcTabs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTabPageControl1
     //
     this.ultraTabPageControl1.Controls.Add(this._ugColumns);
     this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 22);
     this.ultraTabPageControl1.Name     = "ultraTabPageControl1";
     this.ultraTabPageControl1.Size     = new System.Drawing.Size(602, 472);
     //
     // _ugColumns
     //
     this._utm.SetContextMenuUltra(this._ugColumns, "GridMenu");
     this._ugColumns.DisplayLayout.AutoFitStyle               = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this._ugColumns.DisplayLayout.Override.AllowAddNew       = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this._ugColumns.DisplayLayout.Override.AllowColMoving    = Infragistics.Win.UltraWinGrid.AllowColMoving.WithinGroup;
     this._ugColumns.DisplayLayout.Override.AllowDelete       = Infragistics.Win.DefaultableBoolean.False;
     this._ugColumns.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     this._ugColumns.DisplayLayout.Override.AllowUpdate       = Infragistics.Win.DefaultableBoolean.False;
     this._ugColumns.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this._ugColumns.DisplayLayout.Override.RowSelectors      = Infragistics.Win.DefaultableBoolean.False;
     this._ugColumns.DisplayLayout.ViewStyleBand              = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this._ugColumns.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._ugColumns.Location          = new System.Drawing.Point(0, 0);
     this._ugColumns.Name              = "_ugColumns";
     this._ugColumns.Size              = new System.Drawing.Size(602, 472);
     this._ugColumns.TabIndex          = 0;
     this._ugColumns.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.Grid_InitializeLayout);
     //
     // ultraTabPageControl2
     //
     this.ultraTabPageControl2.Controls.Add(this._ugData);
     this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl2.Name     = "ultraTabPageControl2";
     this.ultraTabPageControl2.Size     = new System.Drawing.Size(602, 472);
     //
     // _ugData
     //
     this._utm.SetContextMenuUltra(this._ugData, "GridMenu");
     this._ugData.DisplayLayout.AutoFitStyle                    = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this._ugData.DisplayLayout.Override.AllowAddNew            = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this._ugData.DisplayLayout.Override.AllowColMoving         = Infragistics.Win.UltraWinGrid.AllowColMoving.WithinGroup;
     this._ugData.DisplayLayout.Override.AllowDelete            = Infragistics.Win.DefaultableBoolean.False;
     this._ugData.DisplayLayout.Override.AllowRowFiltering      = Infragistics.Win.DefaultableBoolean.True;
     this._ugData.DisplayLayout.Override.AllowUpdate            = Infragistics.Win.DefaultableBoolean.False;
     this._ugData.DisplayLayout.Override.HeaderClickAction      = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this._ugData.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.ColumnChooserButton;
     this._ugData.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this._ugData.DisplayLayout.Override.RowSelectors           = Infragistics.Win.DefaultableBoolean.True;
     this._ugData.DisplayLayout.ViewStyleBand                   = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this._ugData.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._ugData.Location          = new System.Drawing.Point(0, 0);
     this._ugData.Name              = "_ugData";
     this._ugData.Size              = new System.Drawing.Size(602, 472);
     this._ugData.TabIndex          = 1;
     this._ugData.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.Grid_InitializeLayout);
     //
     // ultraTabPageControl3
     //
     this.ultraTabPageControl3.Controls.Add(this._ugIndexes);
     this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl3.Name     = "ultraTabPageControl3";
     this.ultraTabPageControl3.Size     = new System.Drawing.Size(602, 472);
     //
     // _ugIndexes
     //
     this._utm.SetContextMenuUltra(this._ugIndexes, "GridMenu");
     this._ugIndexes.DisplayLayout.AutoFitStyle               = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this._ugIndexes.DisplayLayout.Override.AllowAddNew       = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this._ugIndexes.DisplayLayout.Override.AllowColMoving    = Infragistics.Win.UltraWinGrid.AllowColMoving.WithinGroup;
     this._ugIndexes.DisplayLayout.Override.AllowDelete       = Infragistics.Win.DefaultableBoolean.False;
     this._ugIndexes.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     this._ugIndexes.DisplayLayout.Override.AllowUpdate       = Infragistics.Win.DefaultableBoolean.False;
     this._ugIndexes.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this._ugIndexes.DisplayLayout.Override.RowSelectors      = Infragistics.Win.DefaultableBoolean.False;
     this._ugIndexes.DisplayLayout.ViewStyleBand              = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this._ugIndexes.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._ugIndexes.Location          = new System.Drawing.Point(0, 0);
     this._ugIndexes.Name              = "_ugIndexes";
     this._ugIndexes.Size              = new System.Drawing.Size(602, 472);
     this._ugIndexes.TabIndex          = 1;
     this._ugIndexes.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.Grid_InitializeLayout);
     //
     // ultraTabPageControl4
     //
     this.ultraTabPageControl4.Controls.Add(this._ugPartitions);
     this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabPageControl4.Name     = "ultraTabPageControl4";
     this.ultraTabPageControl4.Size     = new System.Drawing.Size(602, 472);
     //
     // _ugPartitions
     //
     this._utm.SetContextMenuUltra(this._ugPartitions, "GridMenu");
     this._ugPartitions.DisplayLayout.AutoFitStyle               = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this._ugPartitions.DisplayLayout.Override.AllowAddNew       = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
     this._ugPartitions.DisplayLayout.Override.AllowColMoving    = Infragistics.Win.UltraWinGrid.AllowColMoving.WithinGroup;
     this._ugPartitions.DisplayLayout.Override.AllowDelete       = Infragistics.Win.DefaultableBoolean.False;
     this._ugPartitions.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
     this._ugPartitions.DisplayLayout.Override.AllowUpdate       = Infragistics.Win.DefaultableBoolean.False;
     this._ugPartitions.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this._ugPartitions.DisplayLayout.Override.RowSelectors      = Infragistics.Win.DefaultableBoolean.False;
     this._ugPartitions.DisplayLayout.ViewStyleBand              = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this._ugPartitions.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._ugPartitions.Location          = new System.Drawing.Point(0, 0);
     this._ugPartitions.Name              = "_ugPartitions";
     this._ugPartitions.Size              = new System.Drawing.Size(602, 472);
     this._ugPartitions.TabIndex          = 2;
     this._ugPartitions.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.Grid_InitializeLayout);
     //
     // FrmTableDetails_Fill_Panel
     //
     this.FrmTableDetails_Fill_Panel.Controls.Add(this._utcTabs);
     this.FrmTableDetails_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.FrmTableDetails_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.FrmTableDetails_Fill_Panel.Location = new System.Drawing.Point(0, 0);
     this.FrmTableDetails_Fill_Panel.Name     = "FrmTableDetails_Fill_Panel";
     this.FrmTableDetails_Fill_Panel.Size     = new System.Drawing.Size(604, 495);
     this.FrmTableDetails_Fill_Panel.TabIndex = 0;
     //
     // _utcTabs
     //
     this._utcTabs.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.None;
     this._utcTabs.Controls.Add(this.ultraTabSharedControlsPage1);
     this._utcTabs.Controls.Add(this.ultraTabPageControl1);
     this._utcTabs.Controls.Add(this.ultraTabPageControl2);
     this._utcTabs.Controls.Add(this.ultraTabPageControl3);
     this._utcTabs.Controls.Add(this.ultraTabPageControl4);
     this._utcTabs.Dock               = System.Windows.Forms.DockStyle.Fill;
     this._utcTabs.Location           = new System.Drawing.Point(0, 0);
     this._utcTabs.Name               = "_utcTabs";
     this._utcTabs.SharedControlsPage = this.ultraTabSharedControlsPage1;
     this._utcTabs.Size               = new System.Drawing.Size(604, 495);
     this._utcTabs.TabIndex           = 0;
     ultraTab1.AllowClosing           = Infragistics.Win.DefaultableBoolean.False;
     ultraTab1.Key          = "Columns";
     ultraTab1.TabPage      = this.ultraTabPageControl1;
     ultraTab1.Text         = "Columns";
     ultraTab2.AllowClosing = Infragistics.Win.DefaultableBoolean.False;
     ultraTab2.Key          = "Data";
     ultraTab2.TabPage      = this.ultraTabPageControl2;
     ultraTab2.Text         = "Data";
     ultraTab3.AllowClosing = Infragistics.Win.DefaultableBoolean.False;
     ultraTab3.Key          = "Indexes";
     ultraTab3.TabPage      = this.ultraTabPageControl3;
     ultraTab3.Text         = "Indexes";
     ultraTab4.Key          = "Partitions";
     ultraTab4.TabPage      = this.ultraTabPageControl4;
     ultraTab4.Text         = "Partitions";
     ultraTab4.ToolTipText  = "Partitions";
     this._utcTabs.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         ultraTab1,
         ultraTab2,
         ultraTab3,
         ultraTab4
     });
     this._utcTabs.ViewStyle           = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     this._utcTabs.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.UtcTabsSelectedTabChanged);
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(602, 472);
     //
     // _FrmTableDetails_Toolbars_Dock_Area_Left
     //
     this._FrmTableDetails_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmTableDetails_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._FrmTableDetails_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FrmTableDetails_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmTableDetails_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 0);
     this._FrmTableDetails_Toolbars_Dock_Area_Left.Name            = "_FrmTableDetails_Toolbars_Dock_Area_Left";
     this._FrmTableDetails_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 495);
     this._FrmTableDetails_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags               = 1;
     this._utm.DockWithinContainer         = this;
     this._utm.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this._utm.ImageListLarge              = this._img32;
     this._utm.ImageListSmall              = this._img16;
     this._utm.ShowFullMenusDelay          = 500;
     appearance1.Image = 2;
     buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
     appearance2.Image = 1;
     buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
     buttonTool2.SharedPropsInternal.Caption    = "Export to Excel";
     popupMenuTool1.SharedPropsInternal.Caption = "GridMenu";
     buttonTool14.InstanceProps.IsFirstInGroup  = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool4,
         buttonTool14
     });
     appearance3.Image = 3;
     buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
     appearance4.Image = 3;
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
     buttonTool1.SharedPropsInternal.Caption = "Copy";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         popupMenuTool1,
         buttonTool1
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.Utm_ToolClick);
     //
     // _img32
     //
     this._img32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_img32.ImageStream")));
     this._img32.TransparentColor = System.Drawing.Color.Transparent;
     this._img32.Images.SetKeyName(0, "database_delete.png");
     this._img32.Images.SetKeyName(1, "database_save.png");
     this._img32.Images.SetKeyName(2, "database_go.png");
     this._img32.Images.SetKeyName(3, "page_copy.png");
     this._img32.Images.SetKeyName(4, "page_paste.png");
     this._img32.Images.SetKeyName(5, "select_by_adding_to_selection.png");
     this._img32.Images.SetKeyName(6, "control_play_blue.png");
     this._img32.Images.SetKeyName(7, "control_stop_blue.png");
     this._img32.Images.SetKeyName(8, "script_play.png");
     this._img32.Images.SetKeyName(9, "draw_eraser.png");
     this._img32.Images.SetKeyName(10, "text_lowercase.png");
     this._img32.Images.SetKeyName(11, "text_replace.png");
     this._img32.Images.SetKeyName(12, "text_uppercase.png");
     this._img32.Images.SetKeyName(13, "cut.png");
     this._img32.Images.SetKeyName(14, "arrow_refresh.png");
     //
     // _img16
     //
     this._img16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_img16.ImageStream")));
     this._img16.TransparentColor = System.Drawing.Color.Transparent;
     this._img16.Images.SetKeyName(0, "page_copy.png");
     this._img16.Images.SetKeyName(1, "export_excel.png");
     //
     // _FrmTableDetails_Toolbars_Dock_Area_Right
     //
     this._FrmTableDetails_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmTableDetails_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._FrmTableDetails_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FrmTableDetails_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmTableDetails_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(604, 0);
     this._FrmTableDetails_Toolbars_Dock_Area_Right.Name            = "_FrmTableDetails_Toolbars_Dock_Area_Right";
     this._FrmTableDetails_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 495);
     this._FrmTableDetails_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _FrmTableDetails_Toolbars_Dock_Area_Top
     //
     this._FrmTableDetails_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmTableDetails_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._FrmTableDetails_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FrmTableDetails_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmTableDetails_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FrmTableDetails_Toolbars_Dock_Area_Top.Name            = "_FrmTableDetails_Toolbars_Dock_Area_Top";
     this._FrmTableDetails_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(604, 0);
     this._FrmTableDetails_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _FrmTableDetails_Toolbars_Dock_Area_Bottom
     //
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 495);
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.Name            = "_FrmTableDetails_Toolbars_Dock_Area_Bottom";
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(604, 0);
     this._FrmTableDetails_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // FrmTableDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(604, 495);
     this.Controls.Add(this.FrmTableDetails_Fill_Panel);
     this.Controls.Add(this._FrmTableDetails_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FrmTableDetails_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FrmTableDetails_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._FrmTableDetails_Toolbars_Dock_Area_Top);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "FrmTableDetails";
     this.Text  = "TableDetails";
     this.Load += new System.EventHandler(this.FrmTableDetailsLoad);
     this.ultraTabPageControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ugColumns)).EndInit();
     this.ultraTabPageControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ugData)).EndInit();
     this.ultraTabPageControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ugIndexes)).EndInit();
     this.ultraTabPageControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ugPartitions)).EndInit();
     this.FrmTableDetails_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utcTabs)).EndInit();
     this._utcTabs.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCodeEditor));
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor tools");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar3 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Locating");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool1 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
            Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool1 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool2 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
            Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool1 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
            Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool2 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
            Infragistics.Win.UltraWinToolbars.LabelTool labelTool4 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Fireball.Windows.Forms.LineMarginRender lineMarginRender1 = new Fireball.Windows.Forms.LineMarginRender();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("eed9e4a0-d8df-4a5c-8e73-ff16fd379fb6"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"), -1);
            this.codeStructTreeView = new System.Windows.Forms.TreeView();
            this.codeStructImageList = new System.Windows.Forms.ImageList(this.components);
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.editor = new Fireball.Windows.Forms.CodeEditorControl();
            this.syntaxDocument1 = new Fireball.Syntax.SyntaxDocument(this.components);
            this.frmCodeEditor_Fill_Panel = new System.Windows.Forms.Panel();
            this._frmCodeEditor_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._frmCodeEditorUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._frmCodeEditorAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            this.frmCodeEditor_Fill_Panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this.windowDockingArea1.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.SuspendLayout();
            // 
            // codeStructTreeView
            // 
            this.codeStructTreeView.AccessibleDescription = null;
            this.codeStructTreeView.AccessibleName = null;
            resources.ApplyResources(this.codeStructTreeView, "codeStructTreeView");
            this.codeStructTreeView.BackgroundImage = null;
            this.toolbarsManager.SetContextMenuUltra(this.codeStructTreeView, "mnuScript");
            this.codeStructTreeView.Font = null;
            this.codeStructTreeView.FullRowSelect = true;
            this.codeStructTreeView.HideSelection = false;
            this.codeStructTreeView.ImageList = this.codeStructImageList;
            this.codeStructTreeView.Name = "codeStructTreeView";
            this.codeStructTreeView.DoubleClick += new System.EventHandler(this.codeStructTreeView_DoubleClick);
            // 
            // codeStructImageList
            // 
            this.codeStructImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("codeStructImageList.ImageStream")));
            this.codeStructImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.codeStructImageList.Images.SetKeyName(0, "Struct");
            this.codeStructImageList.Images.SetKeyName(1, "Class");
            this.codeStructImageList.Images.SetKeyName(2, "Enum");
            this.codeStructImageList.Images.SetKeyName(3, "Interface");
            this.codeStructImageList.Images.SetKeyName(4, "PrivateClass");
            this.codeStructImageList.Images.SetKeyName(5, "PrivateEnum");
            this.codeStructImageList.Images.SetKeyName(6, "PrivateInterface");
            this.codeStructImageList.Images.SetKeyName(7, "PrivateStruct");
            this.codeStructImageList.Images.SetKeyName(8, "Namespace");
            this.codeStructImageList.Images.SetKeyName(9, "Property");
            this.codeStructImageList.Images.SetKeyName(10, "Event");
            this.codeStructImageList.Images.SetKeyName(11, "Field");
            this.codeStructImageList.Images.SetKeyName(12, "Method");
            this.codeStructImageList.Images.SetKeyName(13, "PrivateEvent");
            this.codeStructImageList.Images.SetKeyName(14, "PrivateField");
            this.codeStructImageList.Images.SetKeyName(15, "PrivateMethod");
            this.codeStructImageList.Images.SetKeyName(16, "PrivateProperty");
            this.codeStructImageList.Images.SetKeyName(17, "Error");
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.IsMainMenuBar = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            popupMenuTool2});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 1;
            buttonTool3.InstanceProps.IsFirstInGroup = true;
            buttonTool7.InstanceProps.IsFirstInGroup = true;
            buttonTool8.InstanceProps.IsFirstInGroup = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            buttonTool9});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            ultraToolbar3.DockedColumn = 0;
            ultraToolbar3.DockedRow = 2;
            comboBoxTool1.InstanceProps.Width = 174;
            ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            labelTool1,
            comboBoxTool1,
            labelTool2,
            textBoxTool1});
            ultraToolbar3.Settings.AllowDockLeft = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar3.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
            resources.ApplyResources(ultraToolbar3, "ultraToolbar3");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2,
            ultraToolbar3});
            popupMenuTool3.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool3.SharedProps.MergeOrder = 110;
            popupMenuTool3.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool12.InstanceProps.IsFirstInGroup = true;
            buttonTool16.InstanceProps.IsFirstInGroup = true;
            popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12,
            buttonTool13,
            buttonTool14,
            buttonTool15,
            buttonTool16});
            popupMenuTool4.SharedProps.Caption = resources.GetString("resource.Caption1");
            popupMenuTool4.SharedProps.MergeOrder = 210;
            popupMenuTool4.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            buttonTool18.InstanceProps.IsFirstInGroup = true;
            popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool17,
            buttonTool18,
            buttonTool19});
            appearance1.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UNDO;
            resources.ApplyResources(appearance1, "appearance1");
            buttonTool20.SharedProps.AppearancesSmall.Appearance = appearance1;
            buttonTool20.SharedProps.Caption = resources.GetString("resource.Caption2");
            buttonTool20.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
            appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_REDO;
            resources.ApplyResources(appearance2, "appearance2");
            buttonTool21.SharedProps.AppearancesSmall.Appearance = appearance2;
            buttonTool21.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
            appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_COPY;
            resources.ApplyResources(appearance3, "appearance3");
            buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance3;
            buttonTool22.SharedProps.Caption = resources.GetString("resource.Caption4");
            buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
            appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_PASTE;
            resources.ApplyResources(appearance4, "appearance4");
            buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance4;
            buttonTool23.SharedProps.Caption = resources.GetString("resource.Caption5");
            buttonTool23.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
            appearance5.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CUT;
            resources.ApplyResources(appearance5, "appearance5");
            buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance5;
            buttonTool24.SharedProps.Caption = resources.GetString("resource.Caption6");
            buttonTool24.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
            buttonTool25.SharedProps.Caption = resources.GetString("resource.Caption7");
            buttonTool25.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
            appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE2;
            resources.ApplyResources(appearance6, "appearance6");
            buttonTool26.SharedProps.AppearancesSmall.Appearance = appearance6;
            buttonTool26.SharedProps.Caption = resources.GetString("resource.Caption8");
            appearance7.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UPDATELIST;
            resources.ApplyResources(appearance7, "appearance7");
            buttonTool27.SharedProps.AppearancesSmall.Appearance = appearance7;
            buttonTool27.SharedProps.Caption = resources.GetString("resource.Caption9");
            buttonTool27.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F6;
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            resources.ApplyResources(appearance8, "appearance8");
            buttonTool28.SharedProps.AppearancesSmall.Appearance = appearance8;
            buttonTool28.SharedProps.Caption = resources.GetString("resource.Caption10");
            buttonTool28.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF9;
            buttonTool28.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            appearance9.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
            resources.ApplyResources(appearance9, "appearance9");
            buttonTool29.SharedProps.AppearancesSmall.Appearance = appearance9;
            buttonTool29.SharedProps.Caption = resources.GetString("resource.Caption11");
            buttonTool29.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F9;
            buttonTool29.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            comboBoxTool2.AutoComplete = true;
            comboBoxTool2.DropDownStyle = Infragistics.Win.DropDownStyle.DropDown;
            comboBoxTool2.SharedProps.Caption = resources.GetString("resource.Caption12");
            comboBoxTool2.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF;
            comboBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
            comboBoxTool2.ValueList = valueList1;
            appearance10.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FIND;
            resources.ApplyResources(appearance10, "appearance10");
            labelTool3.SharedProps.AppearancesSmall.Appearance = appearance10;
            labelTool3.SharedProps.Caption = resources.GetString("resource.Caption13");
            textBoxTool2.SharedProps.Caption = resources.GetString("resource.Caption14");
            textBoxTool2.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlG;
            textBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
            appearance11.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_GOTOLINE;
            resources.ApplyResources(appearance11, "appearance11");
            labelTool4.SharedProps.AppearancesSmall.Appearance = appearance11;
            labelTool4.SharedProps.Caption = resources.GetString("resource.Caption15");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool3,
            popupMenuTool4,
            buttonTool20,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            buttonTool24,
            buttonTool25,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            comboBoxTool2,
            labelTool3,
            textBoxTool2,
            labelTool4});
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            this.toolbarsManager.ToolKeyPress += new Infragistics.Win.UltraWinToolbars.ToolKeyPressEventHandler(this.toolbarsManager_ToolKeyPress);
            // 
            // editor
            // 
            this.editor.AccessibleDescription = null;
            this.editor.AccessibleName = null;
            this.editor.ActiveView = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
            this.editor.AllowBreakPoints = false;
            resources.ApplyResources(this.editor, "editor");
            this.editor.AutoListPosition = null;
            this.editor.AutoListSelectedText = "a123";
            this.editor.AutoListVisible = false;
            this.editor.BackgroundImage = null;
            this.editor.BorderStyle = Fireball.Windows.Forms.ControlBorderStyle.SunkenThin;
            this.toolbarsManager.SetContextMenuUltra(this.editor, "mnuEdit");
            this.editor.CopyAsRTF = false;
            this.editor.Document = this.syntaxDocument1;
            this.editor.Font = null;
            this.editor.FontSize = 9.5F;
            this.editor.HighLightActiveLine = true;
            this.editor.InfoTipCount = 1;
            this.editor.InfoTipPosition = null;
            this.editor.InfoTipSelectedIndex = 1;
            this.editor.InfoTipVisible = false;
            lineMarginRender1.Bounds = new System.Drawing.Rectangle(19, 0, 18, 15);
            this.editor.LineMarginRender = lineMarginRender1;
            this.editor.LockCursorUpdate = false;
            this.editor.Name = "editor";
            this.editor.Saved = false;
            this.editor.ShowScopeIndicator = false;
            this.editor.SmoothScroll = false;
            this.editor.SplitviewH = -4;
            this.editor.SplitviewV = -4;
            this.editor.TabGuideColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
            this.editor.WhitespaceColor = System.Drawing.SystemColors.ControlDark;
            this.editor.SelectionChange += new System.EventHandler(this.editor_SelectionChange);
            this.editor.CaretChange += new System.EventHandler(this.editor_CaretChange);
            // 
            // syntaxDocument1
            // 
            this.syntaxDocument1.Lines = new string[] {
        ""};
            this.syntaxDocument1.MaxUndoBufferSize = 1000;
            this.syntaxDocument1.Modified = false;
            this.syntaxDocument1.UndoStep = 0;
            this.syntaxDocument1.ModifiedChanged += new System.EventHandler(this.syntaxDocument1_ModifiedChanged);
            // 
            // frmCodeEditor_Fill_Panel
            // 
            this.frmCodeEditor_Fill_Panel.AccessibleDescription = null;
            this.frmCodeEditor_Fill_Panel.AccessibleName = null;
            resources.ApplyResources(this.frmCodeEditor_Fill_Panel, "frmCodeEditor_Fill_Panel");
            this.frmCodeEditor_Fill_Panel.BackgroundImage = null;
            this.frmCodeEditor_Fill_Panel.Controls.Add(this.editor);
            this.frmCodeEditor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.frmCodeEditor_Fill_Panel.Font = null;
            this.frmCodeEditor_Fill_Panel.Name = "frmCodeEditor_Fill_Panel";
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Left
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Left, "_frmCodeEditor_Toolbars_Dock_Area_Left");
            this._frmCodeEditor_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Left.Name = "_frmCodeEditor_Toolbars_Dock_Area_Left";
            this._frmCodeEditor_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Right
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Right, "_frmCodeEditor_Toolbars_Dock_Area_Right");
            this._frmCodeEditor_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Right.Name = "_frmCodeEditor_Toolbars_Dock_Area_Right";
            this._frmCodeEditor_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Top
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Top, "_frmCodeEditor_Toolbars_Dock_Area_Top");
            this._frmCodeEditor_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Top.Name = "_frmCodeEditor_Toolbars_Dock_Area_Top";
            this._frmCodeEditor_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmCodeEditor_Toolbars_Dock_Area_Bottom
            // 
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Bottom, "_frmCodeEditor_Toolbars_Dock_Area_Bottom");
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.Name = "_frmCodeEditor_Toolbars_Dock_Area_Bottom";
            this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // dockManager
            // 
            this.dockManager.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockableControlPane1.Control = this.codeStructTreeView;
            dockableControlPane1.FlyoutSize = new System.Drawing.Size(175, -1);
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 185, 494);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
            dockableControlPane1.TextTab = null;
            dockableControlPane1.ToolTipTab = null;
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            dockAreaPane1.Size = new System.Drawing.Size(175, 414);
            resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
            dockAreaPane1.TextTab = null;
            dockAreaPane1.ToolTipTab = null;
            this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1});
            this.dockManager.HostControl = this;
            this.dockManager.ShowCloseButton = false;
            this.dockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _frmCodeEditorUnpinnedTabAreaLeft
            // 
            this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaLeft, "_frmCodeEditorUnpinnedTabAreaLeft");
            this._frmCodeEditorUnpinnedTabAreaLeft.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaLeft.Name = "_frmCodeEditorUnpinnedTabAreaLeft";
            this._frmCodeEditorUnpinnedTabAreaLeft.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaRight
            // 
            this._frmCodeEditorUnpinnedTabAreaRight.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaRight.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaRight, "_frmCodeEditorUnpinnedTabAreaRight");
            this._frmCodeEditorUnpinnedTabAreaRight.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaRight.Name = "_frmCodeEditorUnpinnedTabAreaRight";
            this._frmCodeEditorUnpinnedTabAreaRight.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaTop
            // 
            this._frmCodeEditorUnpinnedTabAreaTop.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaTop.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaTop, "_frmCodeEditorUnpinnedTabAreaTop");
            this._frmCodeEditorUnpinnedTabAreaTop.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaTop.Name = "_frmCodeEditorUnpinnedTabAreaTop";
            this._frmCodeEditorUnpinnedTabAreaTop.Owner = this.dockManager;
            // 
            // _frmCodeEditorUnpinnedTabAreaBottom
            // 
            this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleDescription = null;
            this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaBottom, "_frmCodeEditorUnpinnedTabAreaBottom");
            this._frmCodeEditorUnpinnedTabAreaBottom.BackgroundImage = null;
            this._frmCodeEditorUnpinnedTabAreaBottom.Name = "_frmCodeEditorUnpinnedTabAreaBottom";
            this._frmCodeEditorUnpinnedTabAreaBottom.Owner = this.dockManager;
            // 
            // _frmCodeEditorAutoHideControl
            // 
            this._frmCodeEditorAutoHideControl.AccessibleDescription = null;
            this._frmCodeEditorAutoHideControl.AccessibleName = null;
            resources.ApplyResources(this._frmCodeEditorAutoHideControl, "_frmCodeEditorAutoHideControl");
            this._frmCodeEditorAutoHideControl.BackgroundImage = null;
            this._frmCodeEditorAutoHideControl.Name = "_frmCodeEditorAutoHideControl";
            this._frmCodeEditorAutoHideControl.Owner = this.dockManager;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.AccessibleDescription = null;
            this.windowDockingArea1.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
            this.windowDockingArea1.BackgroundImage = null;
            this.windowDockingArea1.Controls.Add(this.dockableWindow1);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.dockManager;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.AccessibleDescription = null;
            this.dockableWindow1.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
            this.dockableWindow1.BackgroundImage = null;
            this.dockableWindow1.Controls.Add(this.codeStructTreeView);
            this.dockableWindow1.Font = null;
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.dockManager;
            // 
            // frmCodeEditor
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this._frmCodeEditorAutoHideControl);
            this.Controls.Add(this.frmCodeEditor_Fill_Panel);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaTop);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaBottom);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaRight);
            this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaLeft);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Bottom);
            this.KeyPreview = true;
            this.Name = "frmCodeEditor";
            this.Load += new System.EventHandler(this.frmCodeEditor_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCodeEditor_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            this.frmCodeEditor_Fill_Panel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this.windowDockingArea1.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #19
0
ファイル: frmMain.Designer.cs プロジェクト: daxnet/guluwin
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Main menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFile");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuView");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuTools");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool5 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuHelp");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Standard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool6 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool7 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuView");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStatusAndInformation");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool8 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuOutputWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool9 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuErrorListWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSessionStatus");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool10 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuRefreshFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool11 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuRefreshFileTree");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewEntireTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewEntireTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool12 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuWindow");
            Infragistics.Win.UltraWinToolbars.MdiWindowListTool mdiWindowListTool1 = new Infragistics.Win.UltraWinToolbars.MdiWindowListTool("mnuMDIWindowListTool");
            Infragistics.Win.UltraWinToolbars.MdiWindowListTool mdiWindowListTool2 = new Infragistics.Win.UltraWinToolbars.MdiWindowListTool("mnuMDIWindowListTool");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuExit");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool13 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuTools");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSystemCalculator");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFilterSettings");
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool14 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuHelp");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUserGuide");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDeveloperManual");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCommonClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuHome");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAskQuestion");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAbout");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAbout");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool15 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuFileTreeUtilities");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRefreshFileTreeViewCurrentNode");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTreeNodeProperty");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuNew");
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuOpen");
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSave");
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileList");
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool47 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStop");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool48 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGScriptManager");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool49 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuConfiguration");
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool50 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDynamicHelp");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool51 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSystemCalculator");
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUserGuide");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool53 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDeveloperManual");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool54 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuHome");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool55 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAskQuestion");
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool16 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuOutputWindow");
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool56 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool57 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearOutputWindow");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool17 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuErrorListWindow");
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool58 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool59 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool60 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool61 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearOutputWindow");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool62 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuShowErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool63 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearErrorList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool64 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSessionStatus");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool65 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuFileTree");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool66 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluManager");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool67 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStatusAndInformation");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool68 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCommonClassLibrary");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool69 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCascade");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool70 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuTileHorizontally");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool71 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuTileVertically");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool72 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCloseAllWindows");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool73 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGuluClassLibrary");
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane1 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f3ad7a1c-3ed9-4e11-b341-3030aad535e1"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("f1b5fe4c-95a1-4084-b23d-287e5c9cff7c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f3ad7a1c-3ed9-4e11-b341-3030aad535e1"), -1);
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane2 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedRight, new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane2 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("b392acbd-4f00-4990-bb65-5442d800f52d"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec"), -1);
            Infragistics.Win.UltraWinDock.DockAreaPane dockAreaPane3 = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde"));
            Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane3 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("d0cfd240-485d-4799-9759-13b2b02b0090"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde"), -1);
            this.tpOutput = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.outputBox = new System.Windows.Forms.ListBox();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.errorListGrid = new System.Windows.Forms.DataGridView();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.tvSessionStatus = new System.Windows.Forms.TreeView();
            this.sessionStatusImageList = new System.Windows.Forms.ImageList(this.components);
            this.fileTreeView = new System.Windows.Forms.TreeView();
            this.fileTreeImageList = new System.Windows.Forms.ImageList(this.components);
            this.taskManager = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.mainTab = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._frmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.statusBar = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.toolbarImageList = new System.Windows.Forms.ImageList(this.components);
            this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._MainFormBaseUnpinnedTabAreaLeft = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaRight = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaTop = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._MainFormBaseAutoHideControl = new Infragistics.Win.UltraWinDock.AutoHideControl();
            this.dockableWindow3 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow1 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.dockableWindow2 = new Infragistics.Win.UltraWinDock.DockableWindow();
            this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea2 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.windowDockingArea3 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
            this.tmrUpdateSessionStatus = new System.Windows.Forms.Timer(this.components);
            this.tpOutput.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorListGrid)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.taskManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).BeginInit();
            this.mainTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this._MainFormBaseAutoHideControl.SuspendLayout();
            this.dockableWindow3.SuspendLayout();
            this.dockableWindow1.SuspendLayout();
            this.dockableWindow2.SuspendLayout();
            this.windowDockingArea1.SuspendLayout();
            this.windowDockingArea2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tpOutput
            // 
            this.tpOutput.AccessibleDescription = null;
            this.tpOutput.AccessibleName = null;
            resources.ApplyResources(this.tpOutput, "tpOutput");
            this.tpOutput.Controls.Add(this.outputBox);
            this.tpOutput.Font = null;
            this.tpOutput.Name = "tpOutput";
            // 
            // outputBox
            // 
            this.outputBox.AccessibleDescription = null;
            this.outputBox.AccessibleName = null;
            resources.ApplyResources(this.outputBox, "outputBox");
            this.outputBox.BackgroundImage = null;
            this.outputBox.Font = null;
            this.outputBox.FormattingEnabled = true;
            this.outputBox.Name = "outputBox";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.AccessibleDescription = null;
            this.ultraTabPageControl1.AccessibleName = null;
            resources.ApplyResources(this.ultraTabPageControl1, "ultraTabPageControl1");
            this.ultraTabPageControl1.Controls.Add(this.errorListGrid);
            this.ultraTabPageControl1.Font = null;
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            // 
            // errorListGrid
            // 
            this.errorListGrid.AccessibleDescription = null;
            this.errorListGrid.AccessibleName = null;
            this.errorListGrid.AllowUserToAddRows = false;
            this.errorListGrid.AllowUserToDeleteRows = false;
            resources.ApplyResources(this.errorListGrid, "errorListGrid");
            this.errorListGrid.BackgroundColor = System.Drawing.SystemColors.Window;
            this.errorListGrid.BackgroundImage = null;
            this.errorListGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.errorListGrid.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
            this.errorListGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("SimSun", 9F);
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.errorListGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.errorListGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.errorListGrid.Font = null;
            this.errorListGrid.MultiSelect = false;
            this.errorListGrid.Name = "errorListGrid";
            this.errorListGrid.ReadOnly = true;
            this.errorListGrid.RowHeadersVisible = false;
            this.errorListGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.AccessibleDescription = null;
            this.ultraTabPageControl2.AccessibleName = null;
            resources.ApplyResources(this.ultraTabPageControl2, "ultraTabPageControl2");
            this.ultraTabPageControl2.Controls.Add(this.tvSessionStatus);
            this.ultraTabPageControl2.Font = null;
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            // 
            // tvSessionStatus
            // 
            this.tvSessionStatus.AccessibleDescription = null;
            this.tvSessionStatus.AccessibleName = null;
            resources.ApplyResources(this.tvSessionStatus, "tvSessionStatus");
            this.tvSessionStatus.BackgroundImage = null;
            this.tvSessionStatus.Font = null;
            this.tvSessionStatus.FullRowSelect = true;
            this.tvSessionStatus.ImageList = this.sessionStatusImageList;
            this.tvSessionStatus.Name = "tvSessionStatus";
            this.tvSessionStatus.ShowRootLines = false;
            // 
            // sessionStatusImageList
            // 
            this.sessionStatusImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("sessionStatusImageList.ImageStream")));
            this.sessionStatusImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.sessionStatusImageList.Images.SetKeyName(0, "TimeElapsed");
            this.sessionStatusImageList.Images.SetKeyName(1, "SessionName");
            this.sessionStatusImageList.Images.SetKeyName(2, "LoadedGulus");
            this.sessionStatusImageList.Images.SetKeyName(3, "CompilerType");
            // 
            // fileTreeView
            // 
            this.fileTreeView.AccessibleDescription = null;
            this.fileTreeView.AccessibleName = null;
            this.fileTreeView.AllowDrop = true;
            resources.ApplyResources(this.fileTreeView, "fileTreeView");
            this.fileTreeView.BackgroundImage = null;
            this.toolbarsManager.SetContextMenuUltra(this.fileTreeView, "mnuFileTreeUtilities");
            this.fileTreeView.Font = null;
            this.fileTreeView.HideSelection = false;
            this.fileTreeView.ImageList = this.fileTreeImageList;
            this.fileTreeView.Name = "fileTreeView";
            this.fileTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.fileTreeView_BeforeExpand);
            this.fileTreeView.DoubleClick += new System.EventHandler(this.fileTreeView_DoubleClick);
            this.fileTreeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.fileTreeView_MouseDown);
            this.fileTreeView.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.fileTreeView_ItemDrag);
            // 
            // fileTreeImageList
            // 
            this.fileTreeImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("fileTreeImageList.ImageStream")));
            this.fileTreeImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.fileTreeImageList.Images.SetKeyName(0, "FileTreeCategory");
            this.fileTreeImageList.Images.SetKeyName(1, "Desktop");
            this.fileTreeImageList.Images.SetKeyName(2, "MyDocuments");
            this.fileTreeImageList.Images.SetKeyName(3, "Directory");
            this.fileTreeImageList.Images.SetKeyName(4, "VSFolder_open.bmp");
            this.fileTreeImageList.Images.SetKeyName(5, "File");
            this.fileTreeImageList.Images.SetKeyName(6, "FixedDrive");
            this.fileTreeImageList.Images.SetKeyName(7, "RemovableDrive");
            this.fileTreeImageList.Images.SetKeyName(8, "CDROM");
            // 
            // taskManager
            // 
            this.taskManager.AccessibleDescription = null;
            this.taskManager.AccessibleName = null;
            resources.ApplyResources(this.taskManager, "taskManager");
            this.taskManager.Font = null;
            this.taskManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.taskManager.ItemSettings.ShowToolTips = Infragistics.Win.DefaultableBoolean.True;
            this.taskManager.Name = "taskManager";
            this.taskManager.Style = Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarStyle.OutlookNavigationPane;
            this.taskManager.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.taskManager_ItemClick);
            // 
            // mainTab
            // 
            this.mainTab.AccessibleDescription = null;
            this.mainTab.AccessibleName = null;
            resources.ApplyResources(this.mainTab, "mainTab");
            this.mainTab.BackgroundImage = null;
            this.mainTab.Controls.Add(this.ultraTabSharedControlsPage1);
            this.mainTab.Controls.Add(this.tpOutput);
            this.mainTab.Controls.Add(this.ultraTabPageControl1);
            this.mainTab.Controls.Add(this.ultraTabPageControl2);
            this.mainTab.Font = null;
            this.mainTab.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.mainTab.Name = "mainTab";
            this.mainTab.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.mainTab.Style = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
            this.mainTab.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
            appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
            resources.ApplyResources(appearance1, "appearance1");
            ultraTab1.Appearance = appearance1;
            ultraTab1.Key = "tbOutput";
            ultraTab1.TabPage = this.tpOutput;
            resources.ApplyResources(ultraTab1, "ultraTab1");
            appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ERRORLIST;
            resources.ApplyResources(appearance2, "appearance2");
            ultraTab2.Appearance = appearance2;
            ultraTab2.Key = "tbErrorList";
            ultraTab2.TabPage = this.ultraTabPageControl1;
            resources.ApplyResources(ultraTab2, "ultraTab2");
            appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SESSIONSTATUS;
            resources.ApplyResources(appearance3, "appearance3");
            ultraTab3.Appearance = appearance3;
            ultraTab3.Key = "tbSessionStatus";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            resources.ApplyResources(ultraTab3, "ultraTab3");
            this.mainTab.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1,
            ultraTab2,
            ultraTab3});
            this.mainTab.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2003;
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.AccessibleDescription = null;
            this.ultraTabSharedControlsPage1.AccessibleName = null;
            resources.ApplyResources(this.ultraTabSharedControlsPage1, "ultraTabSharedControlsPage1");
            this.ultraTabSharedControlsPage1.Font = null;
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 0;
            ultraToolbar1.IsMainMenuBar = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1,
            popupMenuTool2,
            popupMenuTool3,
            popupMenuTool4,
            popupMenuTool5});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 1;
            buttonTool1.InstanceProps.IsFirstInGroup = true;
            buttonTool4.InstanceProps.IsFirstInGroup = true;
            buttonTool9.InstanceProps.IsFirstInGroup = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4,
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            buttonTool9});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2});
            popupMenuTool6.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool6.SharedProps.MergeOrder = 100;
            popupMenuTool6.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool13.InstanceProps.IsFirstInGroup = true;
            popupMenuTool6.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12,
            buttonTool13});
            popupMenuTool7.SharedProps.Caption = resources.GetString("resource.Caption1");
            popupMenuTool7.SharedProps.MergeOrder = 200;
            popupMenuTool7.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            popupMenuTool10.InstanceProps.IsFirstInGroup = true;
            popupMenuTool7.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool14,
            buttonTool15,
            buttonTool16,
            popupMenuTool8,
            popupMenuTool9,
            buttonTool17,
            popupMenuTool10,
            buttonTool18});
            popupMenuTool11.DropDownArrowStyle = Infragistics.Win.UltraWinToolbars.DropDownArrowStyle.Segmented;
            appearance6.Image = ((object)(resources.GetObject("appearance6.Image")));
            resources.ApplyResources(appearance6, "appearance6");
            popupMenuTool11.SharedProps.AppearancesSmall.Appearance = appearance6;
            popupMenuTool11.SharedProps.Caption = resources.GetString("resource.Caption2");
            popupMenuTool11.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            popupMenuTool11.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool19,
            buttonTool20});
            buttonTool21.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F5;
            buttonTool22.SharedProps.Caption = resources.GetString("resource.Caption4");
            buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF5;
            appearance7.Image = ((object)(resources.GetObject("appearance7.Image")));
            resources.ApplyResources(appearance7, "appearance7");
            buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance7;
            buttonTool23.SharedProps.Caption = resources.GetString("resource.Caption5");
            buttonTool23.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            popupMenuTool12.SharedProps.Caption = resources.GetString("resource.Caption6");
            popupMenuTool12.SharedProps.MergeOrder = 400;
            popupMenuTool12.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
            popupMenuTool12.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            mdiWindowListTool1});
            buttonTool24.SharedProps.Caption = resources.GetString("resource.Caption7");
            buttonTool24.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
            popupMenuTool13.SharedProps.Caption = resources.GetString("resource.Caption8");
            popupMenuTool13.SharedProps.MergeOrder = 300;
            popupMenuTool13.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText6");
            buttonTool30.InstanceProps.IsFirstInGroup = true;
            popupMenuTool13.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool25,
            buttonTool26,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30});
            appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
            resources.ApplyResources(appearance8, "appearance8");
            buttonTool31.SharedProps.AppearancesSmall.Appearance = appearance8;
            buttonTool31.SharedProps.Caption = resources.GetString("resource.Caption9");
            buttonTool31.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF;
            buttonTool31.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText7");
            popupMenuTool14.SharedProps.Caption = resources.GetString("resource.Caption10");
            popupMenuTool14.SharedProps.MergeOrder = 500;
            popupMenuTool14.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText8");
            buttonTool37.InstanceProps.IsFirstInGroup = true;
            buttonTool39.InstanceProps.IsFirstInGroup = true;
            popupMenuTool14.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool32,
            buttonTool33,
            buttonTool34,
            buttonTool35,
            buttonTool36,
            buttonTool37,
            buttonTool38,
            buttonTool39});
            buttonTool40.SharedProps.Caption = resources.GetString("resource.Caption11");
            buttonTool40.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF1;
            buttonTool40.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText9");
            popupMenuTool15.SharedProps.Caption = resources.GetString("resource.Caption12");
            buttonTool41.InstanceProps.IsFirstInGroup = true;
            popupMenuTool15.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool41,
            buttonTool42});
            appearance9.Image = ((object)(resources.GetObject("appearance9.Image")));
            resources.ApplyResources(appearance9, "appearance9");
            buttonTool43.SharedProps.AppearancesSmall.Appearance = appearance9;
            buttonTool43.SharedProps.Caption = resources.GetString("resource.Caption13");
            buttonTool43.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
            buttonTool43.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText10");
            appearance10.Image = ((object)(resources.GetObject("appearance10.Image")));
            resources.ApplyResources(appearance10, "appearance10");
            buttonTool44.SharedProps.AppearancesSmall.Appearance = appearance10;
            buttonTool44.SharedProps.Caption = resources.GetString("resource.Caption14");
            buttonTool44.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            buttonTool44.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText11");
            appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
            resources.ApplyResources(appearance11, "appearance11");
            buttonTool45.SharedProps.AppearancesSmall.Appearance = appearance11;
            buttonTool45.SharedProps.Caption = resources.GetString("resource.Caption15");
            buttonTool45.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            buttonTool45.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText12");
            appearance12.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FILELIST;
            resources.ApplyResources(appearance12, "appearance12");
            buttonTool46.SharedProps.AppearancesSmall.Appearance = appearance12;
            buttonTool46.SharedProps.Caption = resources.GetString("resource.Caption16");
            buttonTool46.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
            buttonTool46.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText13");
            appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
            resources.ApplyResources(appearance13, "appearance13");
            buttonTool47.SharedProps.AppearancesSmall.Appearance = appearance13;
            buttonTool47.SharedProps.Caption = resources.GetString("resource.Caption17");
            buttonTool47.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText14");
            appearance14.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SCRIPT;
            resources.ApplyResources(appearance14, "appearance14");
            buttonTool48.SharedProps.AppearancesSmall.Appearance = appearance14;
            buttonTool48.SharedProps.Caption = resources.GetString("resource.Caption18");
            buttonTool48.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
            buttonTool48.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText15");
            appearance15.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CONFIGURATION;
            resources.ApplyResources(appearance15, "appearance15");
            buttonTool49.SharedProps.AppearancesSmall.Appearance = appearance15;
            buttonTool49.SharedProps.Caption = resources.GetString("resource.Caption19");
            buttonTool49.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F11;
            buttonTool49.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText16");
            appearance16.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DYNAMICHELP;
            resources.ApplyResources(appearance16, "appearance16");
            buttonTool50.SharedProps.AppearancesSmall.Appearance = appearance16;
            buttonTool50.SharedProps.Caption = resources.GetString("resource.Caption20");
            buttonTool50.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF1;
            buttonTool50.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText17");
            appearance17.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CALCULATOR;
            resources.ApplyResources(appearance17, "appearance17");
            buttonTool51.SharedProps.AppearancesSmall.Appearance = appearance17;
            buttonTool51.SharedProps.Caption = resources.GetString("resource.Caption21");
            buttonTool51.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText18");
            appearance18.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_USERGUIDE;
            resources.ApplyResources(appearance18, "appearance18");
            buttonTool52.SharedProps.AppearancesSmall.Appearance = appearance18;
            buttonTool52.SharedProps.Caption = resources.GetString("resource.Caption22");
            buttonTool52.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F1;
            buttonTool52.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText19");
            buttonTool53.SharedProps.Caption = resources.GetString("resource.Caption23");
            buttonTool53.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText20");
            appearance19.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_HOME;
            resources.ApplyResources(appearance19, "appearance19");
            buttonTool54.SharedProps.AppearancesSmall.Appearance = appearance19;
            buttonTool54.SharedProps.Caption = resources.GetString("resource.Caption24");
            buttonTool54.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText21");
            appearance20.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ASKQUESTION;
            resources.ApplyResources(appearance20, "appearance20");
            buttonTool55.SharedProps.AppearancesSmall.Appearance = appearance20;
            buttonTool55.SharedProps.Caption = resources.GetString("resource.Caption25");
            buttonTool55.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText22");
            appearance21.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_OUTPUT;
            resources.ApplyResources(appearance21, "appearance21");
            popupMenuTool16.SharedProps.AppearancesSmall.Appearance = appearance21;
            popupMenuTool16.SharedProps.Caption = resources.GetString("resource.Caption26");
            popupMenuTool16.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText23");
            popupMenuTool16.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool56,
            buttonTool57});
            appearance22.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_ERRORLIST;
            resources.ApplyResources(appearance22, "appearance22");
            popupMenuTool17.SharedProps.AppearancesSmall.Appearance = appearance22;
            popupMenuTool17.SharedProps.Caption = resources.GetString("resource.Caption27");
            popupMenuTool17.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText24");
            popupMenuTool17.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool58,
            buttonTool59});
            buttonTool60.SharedProps.Caption = resources.GetString("resource.Caption28");
            buttonTool61.SharedProps.Caption = resources.GetString("resource.Caption29");
            buttonTool62.SharedProps.Caption = resources.GetString("resource.Caption30");
            buttonTool63.SharedProps.Caption = resources.GetString("resource.Caption31");
            appearance23.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_SESSIONSTATUS;
            resources.ApplyResources(appearance23, "appearance23");
            buttonTool64.SharedProps.AppearancesSmall.Appearance = appearance23;
            buttonTool64.SharedProps.Caption = resources.GetString("resource.Caption32");
            buttonTool64.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText25");
            buttonTool65.SharedProps.Caption = resources.GetString("resource.Caption33");
            buttonTool65.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText26");
            buttonTool66.SharedProps.Caption = resources.GetString("resource.Caption34");
            buttonTool66.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText27");
            buttonTool67.SharedProps.Caption = resources.GetString("resource.Caption35");
            buttonTool67.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText28");
            buttonTool68.SharedProps.Caption = resources.GetString("resource.Caption36");
            buttonTool68.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText29");
            buttonTool69.SharedProps.Caption = resources.GetString("resource.Caption37");
            buttonTool70.SharedProps.Caption = resources.GetString("resource.Caption38");
            buttonTool71.SharedProps.Caption = resources.GetString("resource.Caption39");
            buttonTool72.SharedProps.Caption = resources.GetString("resource.Caption40");
            buttonTool73.SharedProps.Caption = resources.GetString("resource.Caption41");
            buttonTool73.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText30");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool6,
            popupMenuTool7,
            popupMenuTool11,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            popupMenuTool12,
            mdiWindowListTool2,
            buttonTool24,
            popupMenuTool13,
            buttonTool31,
            popupMenuTool14,
            buttonTool40,
            popupMenuTool15,
            buttonTool43,
            buttonTool44,
            buttonTool45,
            buttonTool46,
            buttonTool47,
            buttonTool48,
            buttonTool49,
            buttonTool50,
            buttonTool51,
            buttonTool52,
            buttonTool53,
            buttonTool54,
            buttonTool55,
            popupMenuTool16,
            popupMenuTool17,
            buttonTool60,
            buttonTool61,
            buttonTool62,
            buttonTool63,
            buttonTool64,
            buttonTool65,
            buttonTool66,
            buttonTool67,
            buttonTool68,
            buttonTool69,
            buttonTool70,
            buttonTool71,
            buttonTool72,
            buttonTool73});
            this.toolbarsManager.ToolTipDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolTipDisplayStyle.None;
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            // 
            // _frmMain_Toolbars_Dock_Area_Left
            // 
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Left, "_frmMain_Toolbars_Dock_Area_Left");
            this._frmMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Left.Name = "_frmMain_Toolbars_Dock_Area_Left";
            this._frmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Right
            // 
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Right, "_frmMain_Toolbars_Dock_Area_Right");
            this._frmMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Right.Name = "_frmMain_Toolbars_Dock_Area_Right";
            this._frmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Top
            // 
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Top, "_frmMain_Toolbars_Dock_Area_Top");
            this._frmMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Top.Name = "_frmMain_Toolbars_Dock_Area_Top";
            this._frmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmMain_Toolbars_Dock_Area_Bottom
            // 
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmMain_Toolbars_Dock_Area_Bottom, "_frmMain_Toolbars_Dock_Area_Bottom");
            this._frmMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
            this._frmMain_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Bottom.Name = "_frmMain_Toolbars_Dock_Area_Bottom";
            this._frmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // statusBar
            // 
            this.statusBar.AccessibleDescription = null;
            this.statusBar.AccessibleName = null;
            resources.ApplyResources(this.statusBar, "statusBar");
            this.statusBar.BackgroundImage = null;
            this.statusBar.Font = null;
            this.statusBar.Name = "statusBar";
            ultraStatusPanel1.AccessibleDescription = null;
            ultraStatusPanel1.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel1, "ultraStatusPanel1");
            ultraStatusPanel1.Key = "AutoStatusText";
            ultraStatusPanel1.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
            ultraStatusPanel1.Width = 240;
            ultraStatusPanel2.AccessibleDescription = null;
            ultraStatusPanel2.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel2, "ultraStatusPanel2");
            ultraStatusPanel2.Key = "ApplicationInformationCaption";
            ultraStatusPanel2.Width = 210;
            ultraStatusPanel3.AccessibleDescription = null;
            ultraStatusPanel3.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel3, "ultraStatusPanel3");
            ultraStatusPanel3.Key = "ApplicationInformation";
            ultraStatusPanel3.Width = 310;
            ultraStatusPanel4.AccessibleDescription = null;
            ultraStatusPanel4.AccessibleName = null;
            resources.ApplyResources(ultraStatusPanel4, "ultraStatusPanel4");
            ultraStatusPanel4.Key = "Progress";
            appearance5.ForeColor = System.Drawing.Color.White;
            resources.ApplyResources(appearance5, "appearance5");
            ultraStatusPanel4.ProgressBarInfo.FillAppearance = appearance5;
            ultraStatusPanel4.ProgressBarInfo.Label = resources.GetString("resource.Label");
            ultraStatusPanel4.ProgressBarInfo.PercentFormat = resources.GetString("resource.PercentFormat");
            ultraStatusPanel4.ProgressBarInfo.Style = Infragistics.Win.UltraWinProgressBar.ProgressBarStyle.SegmentedPartial;
            ultraStatusPanel4.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel4.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
            this.statusBar.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3,
            ultraStatusPanel4});
            this.statusBar.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2003;
            // 
            // toolbarImageList
            // 
            this.toolbarImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolbarImageList.ImageStream")));
            this.toolbarImageList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarImageList.Images.SetKeyName(0, "Control_TreeView.bmp");
            // 
            // dockManager
            // 
            this.dockManager.AnimationSpeed = Infragistics.Win.UltraWinDock.AnimationSpeed.StandardSpeedPlus3;
            this.dockManager.CaptionStyle = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
            dockAreaPane1.DockedBefore = new System.Guid("0f31ec4a-86fc-49ca-a8f8-78866ee83bec");
            dockableControlPane1.Control = this.fileTreeView;
            dockableControlPane1.Key = "fileTreeView";
            dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(144, 54, 146, 322);
            dockableControlPane1.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
            dockableControlPane1.TextTab = null;
            dockableControlPane1.ToolTipTab = null;
            dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane1});
            appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
            resources.ApplyResources(appearance4, "appearance4");
            dockAreaPane1.Settings.Appearance = appearance4;
            dockAreaPane1.Size = new System.Drawing.Size(194, 338);
            resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
            dockAreaPane1.TextTab = null;
            dockAreaPane1.ToolTipTab = null;
            dockAreaPane2.DockedBefore = new System.Guid("9fe227f9-4336-472b-bb54-88ea02fb3dde");
            dockableControlPane2.Control = this.taskManager;
            dockableControlPane2.Key = "guluManager";
            dockableControlPane2.OriginalControlBounds = new System.Drawing.Rectangle(401, 67, 175, 354);
            dockableControlPane2.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane2, "dockableControlPane2");
            dockableControlPane2.TextTab = null;
            dockableControlPane2.ToolTipTab = null;
            dockAreaPane2.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane2});
            dockAreaPane2.Size = new System.Drawing.Size(206, 338);
            resources.ApplyResources(dockAreaPane2, "dockAreaPane2");
            dockAreaPane2.TextTab = null;
            dockAreaPane2.ToolTipTab = null;
            dockableControlPane3.Control = this.mainTab;
            dockableControlPane3.FlyoutSize = new System.Drawing.Size(-1, 165);
            dockableControlPane3.Key = "mainTab";
            dockableControlPane3.OriginalControlBounds = new System.Drawing.Rectangle(100, 400, 625, 100);
            dockableControlPane3.Pinned = false;
            dockableControlPane3.Size = new System.Drawing.Size(100, 100);
            resources.ApplyResources(dockableControlPane3, "dockableControlPane3");
            dockableControlPane3.TextTab = null;
            dockableControlPane3.ToolTipTab = null;
            dockAreaPane3.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
            dockableControlPane3});
            dockAreaPane3.Size = new System.Drawing.Size(432, 157);
            resources.ApplyResources(dockAreaPane3, "dockAreaPane3");
            dockAreaPane3.TextTab = null;
            dockAreaPane3.ToolTipTab = null;
            this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
            dockAreaPane1,
            dockAreaPane2,
            dockAreaPane3});
            this.dockManager.HostControl = this;
            this.dockManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.dockManager.WindowStyle = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
            // 
            // _MainFormBaseUnpinnedTabAreaLeft
            // 
            this._MainFormBaseUnpinnedTabAreaLeft.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaLeft.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaLeft, "_MainFormBaseUnpinnedTabAreaLeft");
            this._MainFormBaseUnpinnedTabAreaLeft.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaLeft.Name = "_MainFormBaseUnpinnedTabAreaLeft";
            this._MainFormBaseUnpinnedTabAreaLeft.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaRight
            // 
            this._MainFormBaseUnpinnedTabAreaRight.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaRight.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaRight, "_MainFormBaseUnpinnedTabAreaRight");
            this._MainFormBaseUnpinnedTabAreaRight.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaRight.Name = "_MainFormBaseUnpinnedTabAreaRight";
            this._MainFormBaseUnpinnedTabAreaRight.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaTop
            // 
            this._MainFormBaseUnpinnedTabAreaTop.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaTop.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaTop, "_MainFormBaseUnpinnedTabAreaTop");
            this._MainFormBaseUnpinnedTabAreaTop.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaTop.Name = "_MainFormBaseUnpinnedTabAreaTop";
            this._MainFormBaseUnpinnedTabAreaTop.Owner = this.dockManager;
            // 
            // _MainFormBaseUnpinnedTabAreaBottom
            // 
            this._MainFormBaseUnpinnedTabAreaBottom.AccessibleDescription = null;
            this._MainFormBaseUnpinnedTabAreaBottom.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseUnpinnedTabAreaBottom, "_MainFormBaseUnpinnedTabAreaBottom");
            this._MainFormBaseUnpinnedTabAreaBottom.BackgroundImage = null;
            this._MainFormBaseUnpinnedTabAreaBottom.Name = "_MainFormBaseUnpinnedTabAreaBottom";
            this._MainFormBaseUnpinnedTabAreaBottom.Owner = this.dockManager;
            // 
            // _MainFormBaseAutoHideControl
            // 
            this._MainFormBaseAutoHideControl.AccessibleDescription = null;
            this._MainFormBaseAutoHideControl.AccessibleName = null;
            resources.ApplyResources(this._MainFormBaseAutoHideControl, "_MainFormBaseAutoHideControl");
            this._MainFormBaseAutoHideControl.BackgroundImage = null;
            this._MainFormBaseAutoHideControl.Controls.Add(this.dockableWindow2);
            this._MainFormBaseAutoHideControl.Name = "_MainFormBaseAutoHideControl";
            this._MainFormBaseAutoHideControl.Owner = this.dockManager;
            // 
            // dockableWindow3
            // 
            this.dockableWindow3.AccessibleDescription = null;
            this.dockableWindow3.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow3, "dockableWindow3");
            this.dockableWindow3.BackgroundImage = null;
            this.dockableWindow3.Controls.Add(this.fileTreeView);
            this.dockableWindow3.Font = null;
            this.dockableWindow3.Name = "dockableWindow3";
            this.dockableWindow3.Owner = this.dockManager;
            // 
            // dockableWindow1
            // 
            this.dockableWindow1.AccessibleDescription = null;
            this.dockableWindow1.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
            this.dockableWindow1.BackgroundImage = null;
            this.dockableWindow1.Controls.Add(this.taskManager);
            this.dockableWindow1.Font = null;
            this.dockableWindow1.Name = "dockableWindow1";
            this.dockableWindow1.Owner = this.dockManager;
            // 
            // dockableWindow2
            // 
            this.dockableWindow2.AccessibleDescription = null;
            this.dockableWindow2.AccessibleName = null;
            resources.ApplyResources(this.dockableWindow2, "dockableWindow2");
            this.dockableWindow2.BackgroundImage = null;
            this.dockableWindow2.Controls.Add(this.mainTab);
            this.dockableWindow2.Font = null;
            this.dockableWindow2.Name = "dockableWindow2";
            this.dockableWindow2.Owner = this.dockManager;
            // 
            // windowDockingArea1
            // 
            this.windowDockingArea1.AccessibleDescription = null;
            this.windowDockingArea1.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
            this.windowDockingArea1.BackgroundImage = null;
            this.windowDockingArea1.Controls.Add(this.dockableWindow3);
            this.windowDockingArea1.Name = "windowDockingArea1";
            this.windowDockingArea1.Owner = this.dockManager;
            // 
            // windowDockingArea2
            // 
            this.windowDockingArea2.AccessibleDescription = null;
            this.windowDockingArea2.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea2, "windowDockingArea2");
            this.windowDockingArea2.BackgroundImage = null;
            this.windowDockingArea2.Controls.Add(this.dockableWindow1);
            this.windowDockingArea2.Name = "windowDockingArea2";
            this.windowDockingArea2.Owner = this.dockManager;
            // 
            // windowDockingArea3
            // 
            this.windowDockingArea3.AccessibleDescription = null;
            this.windowDockingArea3.AccessibleName = null;
            resources.ApplyResources(this.windowDockingArea3, "windowDockingArea3");
            this.windowDockingArea3.BackgroundImage = null;
            this.windowDockingArea3.Name = "windowDockingArea3";
            this.windowDockingArea3.Owner = this.dockManager;
            // 
            // tmrUpdateSessionStatus
            // 
            this.tmrUpdateSessionStatus.Enabled = true;
            this.tmrUpdateSessionStatus.Interval = 800;
            this.tmrUpdateSessionStatus.Tick += new System.EventHandler(this.tmrUpdateSessionStatus_Tick);
            // 
            // frmMain
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this._MainFormBaseAutoHideControl);
            this.Controls.Add(this.windowDockingArea3);
            this.Controls.Add(this.windowDockingArea2);
            this.Controls.Add(this.windowDockingArea1);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaTop);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaBottom);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaLeft);
            this.Controls.Add(this._MainFormBaseUnpinnedTabAreaRight);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.statusBar);
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.tpOutput.ResumeLayout(false);
            this.ultraTabPageControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.errorListGrid)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.taskManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mainTab)).EndInit();
            this.mainTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this._MainFormBaseAutoHideControl.ResumeLayout(false);
            this.dockableWindow3.ResumeLayout(false);
            this.dockableWindow1.ResumeLayout(false);
            this.dockableWindow2.ResumeLayout(false);
            this.windowDockingArea1.ResumeLayout(false);
            this.windowDockingArea2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar         ultraToolbar1         = new Infragistics.Win.UltraWinToolbars.UltraToolbar("QueryToolbar");
     Infragistics.Win.UltraWinToolbars.StateButtonTool      stateButtonTool2      = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool7           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool15          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool9           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool6           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool8           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Rollback");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool10          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool2            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool2           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool1            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Rollback");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("ScriptResultsPopupMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcScriptResults));
     this.QueryResultsControl2_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this._teScriptResults = new ICSharpCode.TextEditor.TextEditorControl();
     this._uaiActivity     = new Infragistics.Win.UltraActivityIndicator.UltraActivityIndicator();
     this._QueryResultsControl2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._iml32 = new System.Windows.Forms.ImageList(this.components);
     this._iml16 = new System.Windows.Forms.ImageList(this.components);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._tmQueryTimer = new System.Windows.Forms.Timer(this.components);
     this.QueryResultsControl2_Fill_Panel.ClientArea.SuspendLayout();
     this.QueryResultsControl2_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // QueryResultsControl2_Fill_Panel
     //
     //
     // QueryResultsControl2_Fill_Panel.ClientArea
     //
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._teScriptResults);
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._uaiActivity);
     this.QueryResultsControl2_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.QueryResultsControl2_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.QueryResultsControl2_Fill_Panel.Location = new System.Drawing.Point(0, 27);
     this.QueryResultsControl2_Fill_Panel.Name     = "QueryResultsControl2_Fill_Panel";
     this.QueryResultsControl2_Fill_Panel.Size     = new System.Drawing.Size(786, 379);
     this.QueryResultsControl2_Fill_Panel.TabIndex = 0;
     //
     // _teScriptResults
     //
     this._utm.SetContextMenuUltra(this._teScriptResults, "ScriptResultsPopupMenu");
     this._teScriptResults.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._teScriptResults.IsReadOnly      = false;
     this._teScriptResults.Location        = new System.Drawing.Point(0, 0);
     this._teScriptResults.Name            = "_teScriptResults";
     this._teScriptResults.ShowLineNumbers = false;
     this._teScriptResults.Size            = new System.Drawing.Size(786, 379);
     this._teScriptResults.TabIndex        = 4;
     //
     // _uaiActivity
     //
     this._uaiActivity.AnimationSpeed   = 40;
     this._uaiActivity.CausesValidation = true;
     this._uaiActivity.Location         = new System.Drawing.Point(336, 205);
     this._uaiActivity.Name             = "_uaiActivity";
     this._uaiActivity.Size             = new System.Drawing.Size(188, 19);
     this._uaiActivity.TabIndex         = 0;
     this._uaiActivity.TabStop          = true;
     this._uaiActivity.ViewStyle        = Infragistics.Win.UltraActivityIndicator.ActivityIndicatorViewStyle.Aero;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Left
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Left";
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags                            = 1;
     this._utm.DockWithinContainer                      = this;
     this._utm.ImageListLarge                           = this._iml32;
     this._utm.ImageListSmall                           = this._iml16;
     this._utm.ShowFullMenusDelay                       = 500;
     ultraToolbar1.DockedColumn                         = 0;
     ultraToolbar1.DockedRow                            = 0;
     buttonTool15.InstanceProps.IsFirstInGroup          = true;
     buttonTool6.InstanceProps.IsFirstInGroup           = true;
     controlContainerTool2.ControlName                  = "_uaiActivity";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     labelTool2.InstanceProps.IsFirstInGroup            = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         stateButtonTool2,
         buttonTool7,
         buttonTool15,
         buttonTool9,
         buttonTool6,
         buttonTool8,
         controlContainerTool2,
         buttonTool10,
         labelTool2
     });
     ultraToolbar1.Text = "QueryToolbar";
     this._utm.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     buttonTool2.SharedPropsInternal.Caption           = "SQL";
     buttonTool2.SharedPropsInternal.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool2.SharedPropsInternal.ToolTipText       = "Show SQL that is/was executed.";
     buttonTool2.SharedPropsInternal.ToolTipTitle      = "Show SQL";
     controlContainerTool1.ControlName                 = "_uaiActivity";
     controlContainerTool1.SharedPropsInternal.Caption = "Activity Indicator";
     appearance1.TextHAlignAsString = "Left";
     appearance1.TextVAlignAsString = "Middle";
     labelTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
     labelTool1.SharedPropsInternal.Caption = "Timing";
     appearance2.Image = 2;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance2;
     appearance3.Image = 2;
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance3;
     buttonTool5.SharedPropsInternal.Caption      = "Stop";
     buttonTool5.SharedPropsInternal.ToolTipText  = "Stop currently running query.";
     buttonTool5.SharedPropsInternal.ToolTipTitle = "Stop";
     appearance4.Image = 9;
     stateButtonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     appearance5.Image = 8;
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
     appearance6.Image = "MapMarker_PushPin2__Pink.png";
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.PressedAppearance = appearance6;
     stateButtonTool1.SharedPropsInternal.Caption      = "Pin";
     stateButtonTool1.SharedPropsInternal.ToolTipText  = "Pin the results so the widnow is not reused.";
     stateButtonTool1.SharedPropsInternal.ToolTipTitle = "Pin Results";
     appearance7.Image = 3;
     buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     appearance8.Image = 3;
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
     buttonTool1.SharedPropsInternal.Caption      = "Commit";
     buttonTool1.SharedPropsInternal.ToolTipText  = "Commit executed query to the database.";
     buttonTool1.SharedPropsInternal.ToolTipTitle = "Commit";
     appearance9.Image = 4;
     buttonTool3.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 4;
     buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     buttonTool3.SharedPropsInternal.Caption      = "Rollback";
     buttonTool3.SharedPropsInternal.ToolTipText  = "Rollback executed query to the database.";
     buttonTool3.SharedPropsInternal.ToolTipTitle = "Rollback";
     popupMenuTool1.SharedPropsInternal.Caption   = "ScriptResultsPopupMenu";
     buttonTool14.InstanceProps.IsFirstInGroup    = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool12,
         buttonTool14
     });
     appearance11.Image = 6;
     buttonTool11.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
     appearance12.Image = 1;
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool11.SharedPropsInternal.Caption      = "Copy";
     buttonTool11.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboard";
     buttonTool11.SharedPropsInternal.ToolTipTitle = "Copy";
     appearance13.Image = 1;
     buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance13;
     appearance14.Image = 5;
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
     buttonTool4.SharedPropsInternal.Caption = "Clear";
     appearance15.Image = 7;
     buttonTool13.SharedPropsInternal.AppearancesLarge.Appearance = appearance15;
     appearance16.Image = 6;
     buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
     buttonTool13.SharedPropsInternal.Caption = "Save";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         controlContainerTool1,
         labelTool1,
         buttonTool5,
         stateButtonTool1,
         buttonTool1,
         buttonTool3,
         popupMenuTool1,
         buttonTool11,
         buttonTool4,
         buttonTool13
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UtmToolClick);
     //
     // _iml32
     //
     this._iml32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml32.ImageStream")));
     this._iml32.TransparentColor = System.Drawing.Color.Transparent;
     this._iml32.Images.SetKeyName(0, "flag_red.png");
     this._iml32.Images.SetKeyName(1, "draw_eraser.png");
     this._iml32.Images.SetKeyName(2, "control_stop_red.png");
     this._iml32.Images.SetKeyName(3, "database_check.png");
     this._iml32.Images.SetKeyName(4, "database_left.png");
     this._iml32.Images.SetKeyName(5, "database_check.png");
     this._iml32.Images.SetKeyName(6, "page_copy.png");
     this._iml32.Images.SetKeyName(7, "disk.png");
     this._iml32.Images.SetKeyName(8, "MapMarker_PushPin2__Pink.png");
     this._iml32.Images.SetKeyName(9, "MapMarker_PushPin2_Left_Chartreuse.png");
     //
     // _iml16
     //
     this._iml16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml16.ImageStream")));
     this._iml16.TransparentColor = System.Drawing.Color.Transparent;
     this._iml16.Images.SetKeyName(0, "flag_red.png");
     this._iml16.Images.SetKeyName(1, "page_copy.png");
     this._iml16.Images.SetKeyName(2, "control_stop_red.png");
     this._iml16.Images.SetKeyName(3, "database_check.png");
     this._iml16.Images.SetKeyName(4, "database_left.png");
     this._iml16.Images.SetKeyName(5, "draw_eraser.png");
     this._iml16.Images.SetKeyName(6, "disk.png");
     this._iml16.Images.SetKeyName(7, "MapMarker_PushPin2__Pink.png");
     this._iml16.Images.SetKeyName(8, "MapMarker_PushPin2_Left_Chartreuse.png");
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Right
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Right";
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Top
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Top";
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Bottom
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 406);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Bottom";
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(786, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // _tmQueryTimer
     //
     this._tmQueryTimer.Enabled = true;
     this._tmQueryTimer.Tick   += new System.EventHandler(this.TmQueryTimerTick);
     //
     // UcScriptResults
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.QueryResultsControl2_Fill_Panel);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Top);
     this.Name = "UcScriptResults";
     this.Size = new System.Drawing.Size(786, 406);
     this.QueryResultsControl2_Fill_Panel.ClientArea.ResumeLayout(false);
     this.QueryResultsControl2_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet       ultraTreeColumnSet1   = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.Override                 _override1            = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinToolbars.UltraToolbar         ultraToolbar1         = new Infragistics.Win.UltraWinToolbars.UltraToolbar("QueryToolbar");
     Infragistics.Win.UltraWinToolbars.StateButtonTool      stateButtonTool2      = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool7           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool17          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool10          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool2            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool2           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool1            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("GridPopupMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool22   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcExplainPlan));
     this.QueryResultsControl2_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this._utExplain   = new Infragistics.Win.UltraWinTree.UltraTree();
     this._uaiActivity = new Infragistics.Win.UltraActivityIndicator.UltraActivityIndicator();
     this._QueryResultsControl2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._iml32 = new System.Windows.Forms.ImageList(this.components);
     this._iml16 = new System.Windows.Forms.ImageList(this.components);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._tmQueryTimer = new System.Windows.Forms.Timer(this.components);
     this.QueryResultsControl2_Fill_Panel.ClientArea.SuspendLayout();
     this.QueryResultsControl2_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utExplain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // QueryResultsControl2_Fill_Panel
     //
     //
     // QueryResultsControl2_Fill_Panel.ClientArea
     //
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._utExplain);
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._uaiActivity);
     this.QueryResultsControl2_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.QueryResultsControl2_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.QueryResultsControl2_Fill_Panel.Location = new System.Drawing.Point(0, 27);
     this.QueryResultsControl2_Fill_Panel.Name     = "QueryResultsControl2_Fill_Panel";
     this.QueryResultsControl2_Fill_Panel.Size     = new System.Drawing.Size(786, 379);
     this.QueryResultsControl2_Fill_Panel.TabIndex = 0;
     //
     // _utExplain
     //
     ultraTreeColumnSet1.Key = "Set1";
     this._utExplain.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this._utExplain.ColumnSettings.ShowBandNodes = Infragistics.Win.UltraWinTree.ShowBandNodes.Always;
     this._utm.SetContextMenuUltra(this._utExplain, "GridPopupMenu");
     this._utExplain.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this._utExplain.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._utExplain.Location     = new System.Drawing.Point(0, 0);
     this._utExplain.Name         = "_utExplain";
     _override1.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Extended;
     this._utExplain.Override     = _override1;
     this._utExplain.Size         = new System.Drawing.Size(786, 379);
     this._utExplain.TabIndex     = 1;
     this._utExplain.ViewStyle    = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     this._utExplain.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.UtExplain_KeyDown);
     this._utExplain.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.UtExplain_KeyUp);
     //
     // _uaiActivity
     //
     this._uaiActivity.AnimationSpeed   = 40;
     this._uaiActivity.CausesValidation = true;
     this._uaiActivity.Location         = new System.Drawing.Point(336, 205);
     this._uaiActivity.Name             = "_uaiActivity";
     this._uaiActivity.Size             = new System.Drawing.Size(188, 19);
     this._uaiActivity.TabIndex         = 0;
     this._uaiActivity.TabStop          = true;
     this._uaiActivity.ViewStyle        = Infragistics.Win.UltraActivityIndicator.ActivityIndicatorViewStyle.Aero;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Left
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Left";
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags           = 1;
     this._utm.DockWithinContainer     = this;
     this._utm.ImageListLarge          = this._iml32;
     this._utm.ImageListSmall          = this._iml16;
     this._utm.ShowFullMenusDelay      = 500;
     ultraToolbar1.DockedColumn        = 0;
     ultraToolbar1.DockedRow           = 0;
     controlContainerTool2.ControlName = "_uaiActivity";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     labelTool2.InstanceProps.IsFirstInGroup            = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         stateButtonTool2,
         buttonTool7,
         buttonTool17,
         controlContainerTool2,
         buttonTool10,
         labelTool2
     });
     ultraToolbar1.Text = "QueryToolbar";
     this._utm.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     buttonTool2.SharedPropsInternal.Caption           = "SQL";
     buttonTool2.SharedPropsInternal.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool2.SharedPropsInternal.ToolTipText       = "Show SQL that was executed.";
     buttonTool2.SharedPropsInternal.ToolTipTitle      = "Show SQL";
     controlContainerTool1.ControlName                 = "_uaiActivity";
     controlContainerTool1.SharedPropsInternal.Caption = "Activity Indicator";
     appearance1.TextHAlignAsString = "Left";
     appearance1.TextVAlignAsString = "Middle";
     labelTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
     labelTool1.SharedPropsInternal.Caption = "Timing";
     appearance2.Image = 12;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance2;
     appearance3.Image = 6;
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance3;
     buttonTool5.SharedPropsInternal.Caption      = "Stop";
     buttonTool5.SharedPropsInternal.ToolTipText  = "Stop currently running query.";
     buttonTool5.SharedPropsInternal.ToolTipTitle = "Stop";
     appearance4.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     appearance5.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
     appearance6.Image = "MapMarker_PushPin2__Pink.png";
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.PressedAppearance = appearance6;
     stateButtonTool1.SharedPropsInternal.Caption      = "Pin";
     stateButtonTool1.SharedPropsInternal.ToolTipText  = "Pin the results so the widnow is not reused.";
     stateButtonTool1.SharedPropsInternal.ToolTipTitle = "Pin";
     popupMenuTool1.SharedPropsInternal.Caption        = "GridPopupMenu";
     buttonTool22.InstanceProps.IsFirstInGroup         = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool12,
         buttonTool22
     });
     appearance7.Image = 8;
     buttonTool11.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     appearance8.Image = 3;
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
     buttonTool11.SharedPropsInternal.Caption      = "Copy";
     buttonTool11.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboard";
     buttonTool11.SharedPropsInternal.ToolTipTitle = "Copy";
     appearance9.Image = 10;
     buttonTool16.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 5;
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     buttonTool16.SharedPropsInternal.Caption      = "Refresh";
     buttonTool16.SharedPropsInternal.ToolTipText  = "Refresh the data by re-running the query.";
     buttonTool16.SharedPropsInternal.ToolTipTitle = "Refresh Results";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         controlContainerTool1,
         labelTool1,
         buttonTool5,
         stateButtonTool1,
         popupMenuTool1,
         buttonTool11,
         buttonTool16
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UtmToolClick);
     //
     // _iml32
     //
     this._iml32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml32.ImageStream")));
     this._iml32.TransparentColor = System.Drawing.Color.Transparent;
     this._iml32.Images.SetKeyName(0, "flag_red.png");
     this._iml32.Images.SetKeyName(1, "document_inspector.png");
     this._iml32.Images.SetKeyName(2, "filter.png");
     this._iml32.Images.SetKeyName(3, "control_stop_blue.png");
     this._iml32.Images.SetKeyName(4, "database_go.png");
     this._iml32.Images.SetKeyName(5, "draw_eraser.png");
     this._iml32.Images.SetKeyName(6, "database_delete.png");
     this._iml32.Images.SetKeyName(7, "database_save.png");
     this._iml32.Images.SetKeyName(8, "page_copy.png");
     this._iml32.Images.SetKeyName(9, "download.png");
     this._iml32.Images.SetKeyName(10, "arrow_refresh.png");
     this._iml32.Images.SetKeyName(11, "database_undo.png");
     this._iml32.Images.SetKeyName(12, "control_stop_red.png");
     this._iml32.Images.SetKeyName(13, "download_red.png");
     this._iml32.Images.SetKeyName(14, "export_excel.png");
     this._iml32.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml32.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml32.Images.SetKeyName(17, "data_chooser.png");
     //
     // _iml16
     //
     this._iml16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml16.ImageStream")));
     this._iml16.TransparentColor = System.Drawing.Color.Transparent;
     this._iml16.Images.SetKeyName(0, "flag_red.png");
     this._iml16.Images.SetKeyName(1, "filter.png");
     this._iml16.Images.SetKeyName(2, "control_stop_blue.png");
     this._iml16.Images.SetKeyName(3, "page_copy.png");
     this._iml16.Images.SetKeyName(4, "download.png");
     this._iml16.Images.SetKeyName(5, "arrow_refresh.png");
     this._iml16.Images.SetKeyName(6, "control_stop_red.png");
     this._iml16.Images.SetKeyName(7, "download_red.png");
     this._iml16.Images.SetKeyName(8, "page_copy_database.png");
     this._iml16.Images.SetKeyName(9, "page_copy_header.png");
     this._iml16.Images.SetKeyName(10, "file_extension_rtf.png");
     this._iml16.Images.SetKeyName(11, "file_extension_txt.png");
     this._iml16.Images.SetKeyName(12, "file_extension_xls.png");
     this._iml16.Images.SetKeyName(13, "database_check.png");
     this._iml16.Images.SetKeyName(14, "database_left.png");
     this._iml16.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml16.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml16.Images.SetKeyName(17, "data_chooser.png");
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Right
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Right";
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Top
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Top";
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Bottom
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 406);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Bottom";
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(786, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // _tmQueryTimer
     //
     this._tmQueryTimer.Enabled = true;
     this._tmQueryTimer.Tick   += new System.EventHandler(this.TmQueryTimerTick);
     //
     // UcExplainPlan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.QueryResultsControl2_Fill_Panel);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Top);
     this.Name = "UcExplainPlan";
     this.Size = new System.Drawing.Size(786, 406);
     this.QueryResultsControl2_Fill_Panel.ClientArea.ResumeLayout(false);
     this.QueryResultsControl2_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utExplain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar         ultraToolbar1         = new Infragistics.Win.UltraWinToolbars.UltraToolbar("QueryToolbar");
     Infragistics.Win.UltraWinToolbars.StateButtonTool      stateButtonTool2      = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool7           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool19          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Fetch More Rows");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool15          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Fetch All Rows");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool17          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool6           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool8           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Rollback");
     Infragistics.Win.UltraWinToolbars.StateButtonTool      stateButtonTool4      = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Show Filter", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool9           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Excel");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool27          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to CSV");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool28          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Text");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool10          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool2            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool4            = new Infragistics.Win.UltraWinToolbars.LabelTool("Row Counts");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool2           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool4           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Excel");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool1            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool3 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Show Filter", "");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Commit");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Rollback");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("GridPopupMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool24   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy w/ Headers");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool21   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy for SQL IN Clause");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool33   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Visualize Data");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Excel");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool29   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to CSV");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool30   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Text");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool22   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Fetch All Rows");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("Row Counts");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Fetch More Rows");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy w/ Headers");
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool20 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy for SQL IN Clause");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to CSV");
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Export to Text");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Visualize Data");
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcQueryResults));
     this.QueryResultsControl2_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this._ugGrid      = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this._uaiActivity = new Infragistics.Win.UltraActivityIndicator.UltraActivityIndicator();
     this._QueryResultsControl2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._iml32 = new System.Windows.Forms.ImageList(this.components);
     this._iml16 = new System.Windows.Forms.ImageList(this.components);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._tmQueryTimer = new System.Windows.Forms.Timer(this.components);
     this.QueryResultsControl2_Fill_Panel.ClientArea.SuspendLayout();
     this.QueryResultsControl2_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ugGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // QueryResultsControl2_Fill_Panel
     //
     //
     // QueryResultsControl2_Fill_Panel.ClientArea
     //
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._ugGrid);
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._uaiActivity);
     this.QueryResultsControl2_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.QueryResultsControl2_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.QueryResultsControl2_Fill_Panel.Location = new System.Drawing.Point(0, 27);
     this.QueryResultsControl2_Fill_Panel.Name     = "QueryResultsControl2_Fill_Panel";
     this.QueryResultsControl2_Fill_Panel.Size     = new System.Drawing.Size(786, 379);
     this.QueryResultsControl2_Fill_Panel.TabIndex = 0;
     //
     // _ugGrid
     //
     this._utm.SetContextMenuUltra(this._ugGrid, "GridPopupMenu");
     appearance30.BackColor   = System.Drawing.SystemColors.Window;
     appearance30.BorderColor = System.Drawing.SystemColors.InactiveCaption;
     this._ugGrid.DisplayLayout.Appearance     = appearance30;
     this._ugGrid.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this._ugGrid.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance31.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance31.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance31.BorderColor       = System.Drawing.SystemColors.Window;
     this._ugGrid.DisplayLayout.GroupByBox.Appearance = appearance31;
     appearance32.ForeColor = System.Drawing.SystemColors.GrayText;
     this._ugGrid.DisplayLayout.GroupByBox.BandLabelAppearance = appearance32;
     this._ugGrid.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance33.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance33.BackColor2        = System.Drawing.SystemColors.Control;
     appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance33.ForeColor         = System.Drawing.SystemColors.GrayText;
     this._ugGrid.DisplayLayout.GroupByBox.PromptAppearance       = appearance33;
     this._ugGrid.DisplayLayout.MaxColScrollRegions               = 1;
     this._ugGrid.DisplayLayout.MaxRowScrollRegions               = 1;
     this._ugGrid.DisplayLayout.Override.AllowMultiCellOperations = Infragistics.Win.UltraWinGrid.AllowMultiCellOperation.Copy;
     this._ugGrid.DisplayLayout.Override.AllowRowFiltering        = Infragistics.Win.DefaultableBoolean.True;
     this._ugGrid.DisplayLayout.Override.BorderStyleCell          = Infragistics.Win.UIElementBorderStyle.Dotted;
     this._ugGrid.DisplayLayout.Override.BorderStyleRow           = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance34.BackColor = System.Drawing.SystemColors.Window;
     this._ugGrid.DisplayLayout.Override.CardAreaAppearance = appearance34;
     appearance35.BorderColor  = System.Drawing.Color.Silver;
     appearance35.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this._ugGrid.DisplayLayout.Override.CellAppearance             = appearance35;
     this._ugGrid.DisplayLayout.Override.CellClickAction            = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect;
     this._ugGrid.DisplayLayout.Override.CellPadding                = 0;
     this._ugGrid.DisplayLayout.Override.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     appearance36.BackColor             = System.Drawing.SystemColors.Control;
     appearance36.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance36.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance36.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance36.BorderColor           = System.Drawing.SystemColors.Window;
     this._ugGrid.DisplayLayout.Override.GroupByRowAppearance = appearance36;
     appearance37.TextHAlignAsString = "Left";
     this._ugGrid.DisplayLayout.Override.HeaderAppearance  = appearance37;
     this._ugGrid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this._ugGrid.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     appearance38.BackColor         = System.Drawing.Color.Gainsboro;
     appearance38.BackColor2        = System.Drawing.Color.Silver;
     appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     this._ugGrid.DisplayLayout.Override.RowAlternateAppearance = appearance38;
     appearance39.BackColor   = System.Drawing.SystemColors.Window;
     appearance39.BorderColor = System.Drawing.Color.Silver;
     this._ugGrid.DisplayLayout.Override.RowAppearance          = appearance39;
     this._ugGrid.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
     this._ugGrid.DisplayLayout.Override.RowSelectors           = Infragistics.Win.DefaultableBoolean.True;
     this._ugGrid.DisplayLayout.Override.RowSelectorStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     appearance40.BackColor = System.Drawing.SystemColors.ControlLight;
     this._ugGrid.DisplayLayout.Override.TemplateAddRowAppearance = appearance40;
     this._ugGrid.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this._ugGrid.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this._ugGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
     this._ugGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._ugGrid.Location          = new System.Drawing.Point(0, 0);
     this._ugGrid.Name              = "_ugGrid";
     this._ugGrid.Size              = new System.Drawing.Size(786, 379);
     this._ugGrid.TabIndex          = 3;
     this._ugGrid.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.UgGrid_InitializeLayout);
     this._ugGrid.DoubleClickCell  += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.UgGrid_DoubleClickCell);
     this._ugGrid.AfterSortChange  += new Infragistics.Win.UltraWinGrid.BandEventHandler(this.UgGrid_AfterSortChange);
     //
     // _uaiActivity
     //
     this._uaiActivity.AnimationSpeed   = 40;
     this._uaiActivity.CausesValidation = true;
     this._uaiActivity.Location         = new System.Drawing.Point(336, 205);
     this._uaiActivity.Name             = "_uaiActivity";
     this._uaiActivity.Size             = new System.Drawing.Size(188, 19);
     this._uaiActivity.TabIndex         = 0;
     this._uaiActivity.TabStop          = true;
     this._uaiActivity.ViewStyle        = Infragistics.Win.UltraActivityIndicator.ActivityIndicatorViewStyle.Aero;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Left
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Left";
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags                            = 1;
     this._utm.DockWithinContainer                      = this;
     this._utm.ImageListLarge                           = this._iml32;
     this._utm.ImageListSmall                           = this._iml16;
     this._utm.ShowFullMenusDelay                       = 500;
     ultraToolbar1.DockedColumn                         = 0;
     ultraToolbar1.DockedRow                            = 0;
     buttonTool19.InstanceProps.IsFirstInGroup          = true;
     buttonTool6.InstanceProps.IsFirstInGroup           = true;
     stateButtonTool4.InstanceProps.IsFirstInGroup      = true;
     buttonTool9.InstanceProps.IsFirstInGroup           = true;
     controlContainerTool2.ControlName                  = "_uaiActivity";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     labelTool2.InstanceProps.IsFirstInGroup            = true;
     labelTool4.InstanceProps.IsFirstInGroup            = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         stateButtonTool2,
         buttonTool7,
         buttonTool19,
         buttonTool15,
         buttonTool17,
         buttonTool6,
         buttonTool8,
         stateButtonTool4,
         buttonTool9,
         buttonTool27,
         buttonTool28,
         controlContainerTool2,
         buttonTool10,
         labelTool2,
         labelTool4
     });
     ultraToolbar1.Text = "QueryToolbar";
     this._utm.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     buttonTool2.SharedPropsInternal.Caption      = "SQL";
     buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool2.SharedPropsInternal.ToolTipText  = "Show SQL that was executed.";
     buttonTool2.SharedPropsInternal.ToolTipTitle = "Show SQL";
     appearance1.Image = 14;
     buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
     appearance2.Image = 12;
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
     buttonTool4.SharedPropsInternal.Caption           = "Export to Excel";
     buttonTool4.SharedPropsInternal.ToolTipText       = "Export result set to Excel.";
     buttonTool4.SharedPropsInternal.ToolTipTitle      = "Export to Excel";
     controlContainerTool1.ControlName                 = "_uaiActivity";
     controlContainerTool1.SharedPropsInternal.Caption = "Activity Indicator";
     appearance3.TextHAlignAsString = "Left";
     appearance3.TextVAlignAsString = "Middle";
     labelTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance3;
     labelTool1.SharedPropsInternal.Caption = "Timing";
     appearance4.Image = 12;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     appearance5.Image = 6;
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
     buttonTool5.SharedPropsInternal.Caption      = "Stop";
     buttonTool5.SharedPropsInternal.ToolTipText  = "Stop currently running query.";
     buttonTool5.SharedPropsInternal.ToolTipTitle = "Stop";
     appearance6.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance6;
     appearance7.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance7;
     appearance8.Image = "MapMarker_PushPin2__Pink.png";
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.PressedAppearance = appearance8;
     stateButtonTool1.SharedPropsInternal.Caption      = "Pin";
     stateButtonTool1.SharedPropsInternal.ToolTipText  = "Pin the results so the widnow is not reused.";
     stateButtonTool1.SharedPropsInternal.ToolTipTitle = "Pin";
     appearance9.Image = 2;
     stateButtonTool3.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 1;
     stateButtonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     stateButtonTool3.SharedPropsInternal.Caption      = "Show Filter";
     stateButtonTool3.SharedPropsInternal.ToolTipText  = "Show/hide filter row so results can be filtered.";
     stateButtonTool3.SharedPropsInternal.ToolTipTitle = "Show/Hide Filter Row";
     appearance11.Image = 7;
     buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
     appearance12.Image = 13;
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool1.SharedPropsInternal.Caption      = "Commit";
     buttonTool1.SharedPropsInternal.ToolTipText  = "Commit executed statement to the database.";
     buttonTool1.SharedPropsInternal.ToolTipTitle = "Commit";
     appearance13.Image = 11;
     buttonTool3.SharedPropsInternal.AppearancesLarge.Appearance = appearance13;
     appearance14.Image = 14;
     buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
     buttonTool3.SharedPropsInternal.Caption      = "Rollback";
     buttonTool3.SharedPropsInternal.ToolTipText  = "Rollback executed statement to the database.";
     buttonTool3.SharedPropsInternal.ToolTipTitle = "Rollback";
     popupMenuTool1.SharedPropsInternal.Caption   = "GridPopupMenu";
     buttonTool33.InstanceProps.IsFirstInGroup    = true;
     buttonTool13.InstanceProps.IsFirstInGroup    = true;
     buttonTool22.InstanceProps.IsFirstInGroup    = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool12,
         buttonTool24,
         buttonTool21,
         buttonTool33,
         buttonTool13,
         buttonTool29,
         buttonTool30,
         buttonTool22
     });
     appearance15.Image = 8;
     buttonTool11.SharedPropsInternal.AppearancesLarge.Appearance = appearance15;
     appearance16.Image = 3;
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
     buttonTool11.SharedPropsInternal.Caption      = "Copy";
     buttonTool11.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboard";
     buttonTool11.SharedPropsInternal.ToolTipTitle = "Copy";
     appearance17.Image = 13;
     buttonTool14.SharedPropsInternal.AppearancesLarge.Appearance = appearance17;
     appearance18.Image = 7;
     buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
     buttonTool14.SharedPropsInternal.Caption      = "Fetch All Rows";
     buttonTool14.SharedPropsInternal.ToolTipText  = "Fetch all remaining rows from the database.";
     buttonTool14.SharedPropsInternal.ToolTipTitle = "Fetch All Rows";
     appearance19.TextHAlignAsString = "Left";
     appearance19.TextVAlignAsString = "Middle";
     labelTool3.SharedPropsInternal.AppearancesLarge.Appearance = appearance19;
     appearance20.TextHAlignAsString = "Left";
     appearance20.TextVAlignAsString = "Middle";
     labelTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance20;
     labelTool3.SharedPropsInternal.Caption = "Row Counts";
     labelTool3.SharedPropsInternal.Visible = false;
     appearance21.Image = 10;
     buttonTool16.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
     appearance22.Image = 5;
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     buttonTool16.SharedPropsInternal.Caption      = "Refresh";
     buttonTool16.SharedPropsInternal.ToolTipText  = "Refresh the data by re-running the query.";
     buttonTool16.SharedPropsInternal.ToolTipTitle = "Refresh Results";
     appearance23.Image = 9;
     buttonTool18.SharedPropsInternal.AppearancesLarge.Appearance = appearance23;
     appearance24.Image = 4;
     buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
     buttonTool18.SharedPropsInternal.Caption      = "Fetch More Rows";
     buttonTool18.SharedPropsInternal.ToolTipText  = "Fetches more rows from the database.";
     buttonTool18.SharedPropsInternal.ToolTipTitle = "Fetch More Rows";
     appearance25.Image = 9;
     buttonTool23.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
     buttonTool23.SharedPropsInternal.Caption      = "Copy w/ Headers";
     buttonTool23.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboad with headers.";
     buttonTool23.SharedPropsInternal.ToolTipTitle = "Copy with Headers";
     buttonTool20.SharedPropsInternal.Caption      = "Copy for SQL IN Clause";
     buttonTool20.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboad for use in SQL IN clause.";
     buttonTool20.SharedPropsInternal.ToolTipTitle = "Copy for SQL IN Clause";
     appearance26.Image = 10;
     buttonTool25.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
     buttonTool25.SharedPropsInternal.Caption      = "Export to CSV";
     buttonTool25.SharedPropsInternal.ToolTipText  = "Export result set to CSV file.";
     buttonTool25.SharedPropsInternal.ToolTipTitle = "Export to CSV";
     appearance27.Image = 11;
     buttonTool26.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
     buttonTool26.SharedPropsInternal.Caption      = "Export to Text";
     buttonTool26.SharedPropsInternal.ToolTipText  = "Export result set to Text file.";
     buttonTool26.SharedPropsInternal.ToolTipTitle = "Export to Text";
     appearance28.Image = 17;
     buttonTool31.SharedPropsInternal.AppearancesLarge.Appearance = appearance28;
     appearance29.Image = 17;
     buttonTool31.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
     buttonTool31.SharedPropsInternal.Caption = "Visualize Data";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         buttonTool4,
         controlContainerTool1,
         labelTool1,
         buttonTool5,
         stateButtonTool1,
         stateButtonTool3,
         buttonTool1,
         buttonTool3,
         popupMenuTool1,
         buttonTool11,
         buttonTool14,
         labelTool3,
         buttonTool16,
         buttonTool18,
         buttonTool23,
         buttonTool20,
         buttonTool25,
         buttonTool26,
         buttonTool31
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UtmToolClick);
     //
     // _iml32
     //
     this._iml32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml32.ImageStream")));
     this._iml32.TransparentColor = System.Drawing.Color.Transparent;
     this._iml32.Images.SetKeyName(0, "flag_red.png");
     this._iml32.Images.SetKeyName(1, "document_inspector.png");
     this._iml32.Images.SetKeyName(2, "filter.png");
     this._iml32.Images.SetKeyName(3, "control_stop_blue.png");
     this._iml32.Images.SetKeyName(4, "database_go.png");
     this._iml32.Images.SetKeyName(5, "draw_eraser.png");
     this._iml32.Images.SetKeyName(6, "database_delete.png");
     this._iml32.Images.SetKeyName(7, "database_save.png");
     this._iml32.Images.SetKeyName(8, "page_copy.png");
     this._iml32.Images.SetKeyName(9, "download.png");
     this._iml32.Images.SetKeyName(10, "arrow_refresh.png");
     this._iml32.Images.SetKeyName(11, "database_undo.png");
     this._iml32.Images.SetKeyName(12, "control_stop_red.png");
     this._iml32.Images.SetKeyName(13, "download_red.png");
     this._iml32.Images.SetKeyName(14, "export_excel.png");
     this._iml32.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml32.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml32.Images.SetKeyName(17, "data_chooser.png");
     //
     // _iml16
     //
     this._iml16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml16.ImageStream")));
     this._iml16.TransparentColor = System.Drawing.Color.Transparent;
     this._iml16.Images.SetKeyName(0, "flag_red.png");
     this._iml16.Images.SetKeyName(1, "filter.png");
     this._iml16.Images.SetKeyName(2, "control_stop_blue.png");
     this._iml16.Images.SetKeyName(3, "page_copy.png");
     this._iml16.Images.SetKeyName(4, "download.png");
     this._iml16.Images.SetKeyName(5, "arrow_refresh.png");
     this._iml16.Images.SetKeyName(6, "control_stop_red.png");
     this._iml16.Images.SetKeyName(7, "download_red.png");
     this._iml16.Images.SetKeyName(8, "page_copy_database.png");
     this._iml16.Images.SetKeyName(9, "page_copy_header.png");
     this._iml16.Images.SetKeyName(10, "file_extension_rtf.png");
     this._iml16.Images.SetKeyName(11, "file_extension_txt.png");
     this._iml16.Images.SetKeyName(12, "file_extension_xls.png");
     this._iml16.Images.SetKeyName(13, "database_check.png");
     this._iml16.Images.SetKeyName(14, "database_left.png");
     this._iml16.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml16.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml16.Images.SetKeyName(17, "data_chooser.png");
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Right
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Right";
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Top
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Top";
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Bottom
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 406);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Bottom";
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(786, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // _tmQueryTimer
     //
     this._tmQueryTimer.Enabled = true;
     this._tmQueryTimer.Tick   += new System.EventHandler(this.TmQueryTimerTick);
     //
     // UcQueryResults
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.QueryResultsControl2_Fill_Panel);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Top);
     this.Name = "UcQueryResults";
     this.Size = new System.Drawing.Size(786, 406);
     this.QueryResultsControl2_Fill_Panel.ClientArea.ResumeLayout(false);
     this.QueryResultsControl2_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ugGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool21     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Open");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool29     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool30     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save As");
     Infragistics.Win.UltraWinToolbars.RibbonTab       ribbonTab1       = new Infragistics.Win.UltraWinToolbars.RibbonTab("SQL");
     Infragistics.Win.UltraWinToolbars.RibbonGroup     ribbonGroup1     = new Infragistics.Win.UltraWinToolbars.RibbonGroup("Run");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool18     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool19     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run Script");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool53     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run from Files");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool54     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show Explain Plan");
     Infragistics.Win.UltraWinToolbars.RibbonGroup     ribbonGroup2     = new Infragistics.Win.UltraWinToolbars.RibbonGroup("Connection");
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool2 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Auto Commit", "");
     Infragistics.Win.UltraWinToolbars.TextBoxTool     textBoxTool3     = new Infragistics.Win.UltraWinToolbars.TextBoxTool("Max Results");
     Infragistics.Win.UltraWinToolbars.RibbonGroup     ribbonGroup3     = new Infragistics.Win.UltraWinToolbars.RibbonGroup("File");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool45     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Open");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool46     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool47     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save As");
     Infragistics.Win.UltraWinToolbars.RibbonGroup     ribbonGroup4     = new Infragistics.Win.UltraWinToolbars.RibbonGroup("Edit");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool26     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool25     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cut");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool27     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Paste");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool37     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool38     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select All");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool33     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Toggle Comment");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool35     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Upper Case");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool36     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Lower Case");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool22     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Undo");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool23     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Redo");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool50     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Find");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool51     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Replace");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool24     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Open");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool20     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool16     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Undo");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool17     = new Infragistics.Win.UltraWinToolbars.ButtonTool("Redo");
     Infragistics.Win.UltraWinToolbars.ButtonTool      buttonTool1      = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run Script");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Clear");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save As");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cut");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Paste");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool1 = new Infragistics.Win.UltraWinToolbars.TextBoxTool("Max Results");
     Infragistics.Win.UltraWinToolbars.ButtonTool  buttonTool9  = new Infragistics.Win.UltraWinToolbars.ButtonTool("Open");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Upper Case");
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Lower Case");
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Camel Case");
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Toggle Comment");
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select All");
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Undo");
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Redo");
     Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Sql Editor Menu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool43   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool41   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool31   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool34   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Paste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool44   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Toggle Comment");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool39   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Upper Case");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool40   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Lower Case");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool42   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select All");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool48   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Find");
     Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool49 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Replace");
     Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Auto Commit", "");
     Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool52 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Run from Files");
     Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show Explain Plan");
     Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSqlWorksheet));
     this.Worksheet2_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this._sqlEditor            = new ICSharpCode.TextEditor.TextEditorControl();
     this.ultraSplitter1        = new Infragistics.Win.Misc.UltraSplitter();
     this._utcTabs = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.ultraTabSharedControlsPage1         = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this._Worksheet2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._img32 = new System.Windows.Forms.ImageList(this.components);
     this._img16 = new System.Windows.Forms.ImageList(this.components);
     this._Worksheet2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Worksheet2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._Worksheet2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ucQueryResults1 = new SqlEditor.QueryResults.UcQueryResults();
     this.Worksheet2_Fill_Panel.ClientArea.SuspendLayout();
     this.Worksheet2_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utcTabs)).BeginInit();
     this._utcTabs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // Worksheet2_Fill_Panel
     //
     //
     // Worksheet2_Fill_Panel.ClientArea
     //
     this.Worksheet2_Fill_Panel.ClientArea.Controls.Add(this._sqlEditor);
     this.Worksheet2_Fill_Panel.ClientArea.Controls.Add(this.ultraSplitter1);
     this.Worksheet2_Fill_Panel.ClientArea.Controls.Add(this._utcTabs);
     this.Worksheet2_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.Worksheet2_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Worksheet2_Fill_Panel.Location = new System.Drawing.Point(4, 146);
     this.Worksheet2_Fill_Panel.Name     = "Worksheet2_Fill_Panel";
     this.Worksheet2_Fill_Panel.Size     = new System.Drawing.Size(1191, 499);
     this.Worksheet2_Fill_Panel.TabIndex = 0;
     //
     // _sqlEditor
     //
     this._sqlEditor.AllowDrop = true;
     this._utm.SetContextMenuUltra(this._sqlEditor, "Sql Editor Menu");
     this._sqlEditor.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._sqlEditor.IsReadOnly = false;
     this._sqlEditor.Location   = new System.Drawing.Point(0, 0);
     this._sqlEditor.Name       = "_sqlEditor";
     this._sqlEditor.Size       = new System.Drawing.Size(1191, 223);
     this._sqlEditor.TabIndex   = 4;
     //
     // ultraSplitter1
     //
     this.ultraSplitter1.BackColor     = System.Drawing.SystemColors.Control;
     this.ultraSplitter1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.ultraSplitter1.Location      = new System.Drawing.Point(0, 223);
     this.ultraSplitter1.Name          = "ultraSplitter1";
     this.ultraSplitter1.RestoreExtent = 154;
     this.ultraSplitter1.Size          = new System.Drawing.Size(1191, 6);
     this.ultraSplitter1.TabIndex      = 3;
     //
     // _utcTabs
     //
     this._utcTabs.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
     this._utcTabs.Controls.Add(this.ultraTabSharedControlsPage1);
     this._utcTabs.Dock                     = System.Windows.Forms.DockStyle.Bottom;
     this._utcTabs.Location                 = new System.Drawing.Point(0, 229);
     this._utcTabs.Name                     = "_utcTabs";
     this._utcTabs.SharedControlsPage       = this.ultraTabSharedControlsPage1;
     this._utcTabs.Size                     = new System.Drawing.Size(1191, 270);
     this._utcTabs.Style                    = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.Excel;
     this._utcTabs.TabCloseButtonAlignment  = Infragistics.Win.UltraWinTabs.TabCloseButtonAlignment.AfterContent;
     this._utcTabs.TabCloseButtonVisibility = Infragistics.Win.UltraWinTabs.TabCloseButtonVisibility.WhenSelected;
     this._utcTabs.TabIndex                 = 0;
     this._utcTabs.ViewStyle                = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
     this._utcTabs.TabClosing              += new Infragistics.Win.UltraWinTabControl.TabClosingEventHandler(this.UtcTabs_TabClosing);
     this._utcTabs.TabClosed               += new Infragistics.Win.UltraWinTabControl.TabClosedEventHandler(this.UtcTabs_TabClosed);
     //
     // ultraTabSharedControlsPage1
     //
     this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(1, 20);
     this.ultraTabSharedControlsPage1.Name     = "ultraTabSharedControlsPage1";
     this.ultraTabSharedControlsPage1.Size     = new System.Drawing.Size(1189, 249);
     //
     // _Worksheet2_Toolbars_Dock_Area_Left
     //
     this._Worksheet2_Toolbars_Dock_Area_Left.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._Worksheet2_Toolbars_Dock_Area_Left.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._Worksheet2_Toolbars_Dock_Area_Left.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._Worksheet2_Toolbars_Dock_Area_Left.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._Worksheet2_Toolbars_Dock_Area_Left.InitialResizeAreaExtent = 4;
     this._Worksheet2_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 146);
     this._Worksheet2_Toolbars_Dock_Area_Left.Name            = "_Worksheet2_Toolbars_Dock_Area_Left";
     this._Worksheet2_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(4, 499);
     this._Worksheet2_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags               = 1;
     this._utm.DockWithinContainer         = this;
     this._utm.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this._utm.ImageListLarge              = this._img32;
     this._utm.ImageListSmall              = this._img16;
     this._utm.Office2007UICompatibility   = false;
     this._utm.Ribbon.ApplicationMenu.ToolAreaLeft.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool21,
         buttonTool29,
         buttonTool30
     });
     ribbonTab1.Caption   = "SQL";
     ribbonGroup1.Caption = "Run";
     buttonTool18.InstanceProps.PreferredSizeOnRibbon = Infragistics.Win.UltraWinToolbars.RibbonToolSize.Large;
     ribbonGroup1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool18,
         buttonTool19,
         buttonTool53,
         buttonTool54
     });
     ribbonGroup2.Caption = "Connection";
     ribbonGroup2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         stateButtonTool2,
         textBoxTool3
     });
     ribbonGroup3.Caption = "File";
     ribbonGroup3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool45,
         buttonTool46,
         buttonTool47
     });
     ribbonGroup4.Caption = "Edit";
     buttonTool26.InstanceProps.IsFirstInGroup = true;
     buttonTool33.InstanceProps.IsFirstInGroup = true;
     buttonTool22.InstanceProps.IsFirstInGroup = true;
     buttonTool50.InstanceProps.IsFirstInGroup = true;
     ribbonGroup4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool26,
         buttonTool25,
         buttonTool27,
         buttonTool37,
         buttonTool38,
         buttonTool33,
         buttonTool35,
         buttonTool36,
         buttonTool22,
         buttonTool23,
         buttonTool50,
         buttonTool51
     });
     ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
         ribbonGroup1,
         ribbonGroup2,
         ribbonGroup3,
         ribbonGroup4
     });
     this._utm.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
         ribbonTab1
     });
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     this._utm.Ribbon.QuickAccessToolbar.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool24,
         buttonTool20,
         buttonTool16,
         buttonTool17
     });
     this._utm.Ribbon.Visible     = true;
     this._utm.ShowFullMenusDelay = 500;
     this._utm.Style   = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2010;
     appearance1.Image = 3;
     buttonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance1;
     appearance2.Image = 3;
     buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance2;
     buttonTool1.SharedPropsInternal.Caption      = "Run";
     buttonTool1.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.F9;
     buttonTool1.SharedPropsInternal.ToolTipText  = "Runs selected SQL statement.";
     buttonTool1.SharedPropsInternal.ToolTipTitle = "Run";
     appearance3.Image = 4;
     buttonTool2.SharedPropsInternal.AppearancesLarge.Appearance = appearance3;
     appearance4.Image = 4;
     buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance4;
     buttonTool2.SharedPropsInternal.Caption      = "Run as Script";
     buttonTool2.SharedPropsInternal.ToolTipText  = "Runs selected SQL statements as script.";
     buttonTool2.SharedPropsInternal.ToolTipTitle = "Run as Script";
     appearance5.Image = 5;
     buttonTool3.SharedPropsInternal.AppearancesLarge.Appearance = appearance5;
     appearance6.Image = 5;
     buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance6;
     buttonTool3.SharedPropsInternal.Caption      = "Clear";
     buttonTool3.SharedPropsInternal.ToolTipText  = "Clears entire SQL worksheet.";
     buttonTool3.SharedPropsInternal.ToolTipTitle = "Clear";
     appearance7.Image = global::SqlEditor.Properties.Resources.disk;
     buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     appearance8.Image = 12;
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
     buttonTool4.SharedPropsInternal.Caption      = "Save";
     buttonTool4.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlS;
     buttonTool4.SharedPropsInternal.ToolTipText  = "Saves curent worksheet to a file.";
     buttonTool4.SharedPropsInternal.ToolTipTitle = "Save";
     appearance9.Image = global::SqlEditor.Properties.Resources.save_as;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 11;
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     buttonTool5.SharedPropsInternal.Caption      = "Save As";
     buttonTool5.SharedPropsInternal.ToolTipText  = "Saves current worksheet to a different file.";
     buttonTool5.SharedPropsInternal.ToolTipTitle = "Save As";
     appearance11.Image = 9;
     buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance11;
     appearance12.Image = 6;
     buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     buttonTool6.SharedPropsInternal.Caption      = "Cut";
     buttonTool6.SharedPropsInternal.ToolTipText  = "Cuts selected text from a SQL worksheet.";
     buttonTool6.SharedPropsInternal.ToolTipTitle = "Cut";
     appearance13.Image = 0;
     buttonTool7.SharedPropsInternal.AppearancesLarge.Appearance = appearance13;
     appearance14.Image = 0;
     buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
     buttonTool7.SharedPropsInternal.Caption      = "Copy";
     buttonTool7.SharedPropsInternal.ToolTipText  = "Copies selected text in the SQL worksheet.";
     buttonTool7.SharedPropsInternal.ToolTipTitle = "Copy";
     appearance15.Image = 1;
     buttonTool8.SharedPropsInternal.AppearancesLarge.Appearance = appearance15;
     appearance16.Image = 1;
     buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
     buttonTool8.SharedPropsInternal.Caption       = "Paste";
     buttonTool8.SharedPropsInternal.ToolTipText   = "Pastes clipboard text into the SQL worksheet.";
     buttonTool8.SharedPropsInternal.ToolTipTitle  = "Paste";
     textBoxTool1.SharedPropsInternal.Caption      = "Max Results";
     textBoxTool1.SharedPropsInternal.ToolTipText  = "Specifies the maximum number of results to return when running SQL queries.";
     textBoxTool1.SharedPropsInternal.ToolTipTitle = "Max Results";
     textBoxTool1.SharedPropsInternal.Width        = 130;
     appearance17.Image = global::SqlEditor.Properties.Resources.folder;
     buttonTool9.SharedPropsInternal.AppearancesLarge.Appearance = appearance17;
     appearance18.Image = 13;
     buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
     appearance19.Image = "folder.png";
     buttonTool9.SharedPropsInternal.AppearancesSmall.AppearanceOnMenu = appearance19;
     appearance20.Image = "folder.png";
     buttonTool9.SharedPropsInternal.AppearancesSmall.AppearanceOnRibbonGroup = appearance20;
     buttonTool9.SharedPropsInternal.Caption      = "Open";
     buttonTool9.SharedPropsInternal.ToolTipText  = "Open a file into the SQL worksheet.";
     buttonTool9.SharedPropsInternal.ToolTipTitle = "Open";
     appearance21.Image = 8;
     buttonTool10.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
     appearance22.Image = 7;
     buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
     buttonTool10.SharedPropsInternal.Caption      = "Upper Case";
     buttonTool10.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlU;
     buttonTool10.SharedPropsInternal.ToolTipText  = "Converts selected text into upper case.";
     buttonTool10.SharedPropsInternal.ToolTipTitle = "Upper Case";
     appearance23.Image = 6;
     buttonTool11.SharedPropsInternal.AppearancesLarge.Appearance = appearance23;
     appearance24.Image = 8;
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
     buttonTool11.SharedPropsInternal.Caption      = "Lower Case";
     buttonTool11.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlL;
     buttonTool11.SharedPropsInternal.ToolTipText  = "Converts selected text into lower case.";
     buttonTool11.SharedPropsInternal.ToolTipTitle = "Lower Case";
     appearance25.Image = 7;
     buttonTool12.SharedPropsInternal.AppearancesLarge.Appearance = appearance25;
     appearance26.Image = 9;
     buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
     buttonTool12.SharedPropsInternal.Caption      = "Camel Case";
     buttonTool12.SharedPropsInternal.ToolTipText  = "Converts selected text into camel case.";
     buttonTool12.SharedPropsInternal.ToolTipTitle = "Camel Case";
     appearance27.Image = 10;
     buttonTool13.SharedPropsInternal.AppearancesLarge.Appearance = appearance27;
     appearance28.Image = 10;
     buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
     buttonTool13.SharedPropsInternal.Caption      = "Toggle Comment";
     buttonTool13.SharedPropsInternal.ToolTipText  = "Toggles comments on and off.";
     buttonTool13.SharedPropsInternal.ToolTipTitle = "Toggle Comment";
     appearance29.Image = 2;
     buttonTool28.SharedPropsInternal.AppearancesLarge.Appearance = appearance29;
     appearance30.Image = 2;
     buttonTool28.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
     buttonTool28.SharedPropsInternal.Caption      = "Select All";
     buttonTool28.SharedPropsInternal.ToolTipText  = "Selects all text in a SQL workesheet.";
     buttonTool28.SharedPropsInternal.ToolTipTitle = "Select All";
     appearance31.Image = 14;
     buttonTool14.SharedPropsInternal.AppearancesLarge.Appearance = appearance31;
     appearance32.Image = 14;
     buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance32;
     buttonTool14.SharedPropsInternal.Caption      = "Undo";
     buttonTool14.SharedPropsInternal.ToolTipText  = "Undo typing.";
     buttonTool14.SharedPropsInternal.ToolTipTitle = "Undo";
     appearance33.Image = 15;
     buttonTool15.SharedPropsInternal.AppearancesLarge.Appearance = appearance33;
     appearance34.Image = 15;
     buttonTool15.SharedPropsInternal.AppearancesSmall.Appearance = appearance34;
     buttonTool15.SharedPropsInternal.Caption      = "Redo";
     buttonTool15.SharedPropsInternal.ToolTipText  = "Redo typing.";
     buttonTool15.SharedPropsInternal.ToolTipTitle = "Redo";
     popupMenuTool1.SharedPropsInternal.Caption    = "Sql Editor Menu";
     buttonTool41.InstanceProps.IsFirstInGroup     = true;
     buttonTool44.InstanceProps.IsFirstInGroup     = true;
     buttonTool42.InstanceProps.IsFirstInGroup     = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool43,
         buttonTool41,
         buttonTool31,
         buttonTool34,
         buttonTool44,
         buttonTool39,
         buttonTool40,
         buttonTool42
     });
     appearance35.Image = 17;
     buttonTool48.SharedPropsInternal.AppearancesLarge.Appearance = appearance35;
     appearance36.Image = 16;
     buttonTool48.SharedPropsInternal.AppearancesSmall.Appearance = appearance36;
     buttonTool48.SharedPropsInternal.Caption      = "Find";
     buttonTool48.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlF;
     buttonTool48.SharedPropsInternal.ToolTipText  = "Find text in a SQL worksheet.";
     buttonTool48.SharedPropsInternal.ToolTipTitle = "Find";
     appearance37.Image = 16;
     buttonTool49.SharedPropsInternal.AppearancesLarge.Appearance = appearance37;
     appearance38.Image = 17;
     buttonTool49.SharedPropsInternal.AppearancesSmall.Appearance = appearance38;
     buttonTool49.SharedPropsInternal.Caption      = "Replace";
     buttonTool49.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlH;
     buttonTool49.SharedPropsInternal.ToolTipText  = "Replace text in a SQL worksheet.";
     buttonTool49.SharedPropsInternal.ToolTipTitle = "Replace";
     appearance39.Image = 18;
     stateButtonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance39;
     appearance40.Image = 21;
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance40;
     stateButtonTool1.SharedPropsInternal.Caption     = "Auto Commit";
     stateButtonTool1.SharedPropsInternal.ToolTipText = "Toggle auto commit on and off. When auto comit is on, DML operations are autmatic" +
                                                        "ally commited when complete. When auto commit if off, DML operations have to be " +
                                                        "explicitly committed.";
     stateButtonTool1.SharedPropsInternal.ToolTipTitle = "Auto Commit";
     appearance41.Image = 19;
     buttonTool52.SharedPropsInternal.AppearancesLarge.Appearance = appearance41;
     appearance42.Image = 22;
     buttonTool52.SharedPropsInternal.AppearancesSmall.Appearance = appearance42;
     buttonTool52.SharedPropsInternal.Caption      = "Run from Files";
     buttonTool52.SharedPropsInternal.ToolTipText  = "Show run from files dialog.";
     buttonTool52.SharedPropsInternal.ToolTipTitle = "Run from Files";
     appearance43.Image = 20;
     buttonTool32.SharedPropsInternal.AppearancesLarge.Appearance = appearance43;
     appearance44.Image = 23;
     buttonTool32.SharedPropsInternal.AppearancesSmall.Appearance = appearance44;
     buttonTool32.SharedPropsInternal.Caption = "Show Explain Plan";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4,
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         textBoxTool1,
         buttonTool9,
         buttonTool10,
         buttonTool11,
         buttonTool12,
         buttonTool13,
         buttonTool28,
         buttonTool14,
         buttonTool15,
         popupMenuTool1,
         buttonTool48,
         buttonTool49,
         stateButtonTool1,
         buttonTool52,
         buttonTool32
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.Utm_ToolClick);
     //
     // _img32
     //
     this._img32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_img32.ImageStream")));
     this._img32.TransparentColor = System.Drawing.Color.Transparent;
     this._img32.Images.SetKeyName(0, "page_copy.png");
     this._img32.Images.SetKeyName(1, "page_paste.png");
     this._img32.Images.SetKeyName(2, "select_restangular.png");
     this._img32.Images.SetKeyName(3, "control_play_blue.png");
     this._img32.Images.SetKeyName(4, "script_play.png");
     this._img32.Images.SetKeyName(5, "draw_eraser.png");
     this._img32.Images.SetKeyName(6, "text_lowercase.png");
     this._img32.Images.SetKeyName(7, "text_replace.png");
     this._img32.Images.SetKeyName(8, "text_uppercase.png");
     this._img32.Images.SetKeyName(9, "cut.png");
     this._img32.Images.SetKeyName(10, "document_comment_below.png");
     this._img32.Images.SetKeyName(11, "disk.png");
     this._img32.Images.SetKeyName(12, "save_as.png");
     this._img32.Images.SetKeyName(13, "folder.png");
     this._img32.Images.SetKeyName(14, "Undo_32x32.png");
     this._img32.Images.SetKeyName(15, "Redo_32x32.png");
     this._img32.Images.SetKeyName(16, "text_replace.png");
     this._img32.Images.SetKeyName(17, "find.png");
     this._img32.Images.SetKeyName(18, "database_check.png");
     this._img32.Images.SetKeyName(19, "folder_vertical_document_play.png");
     this._img32.Images.SetKeyName(20, "node-tree.png");
     //
     // _img16
     //
     this._img16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_img16.ImageStream")));
     this._img16.TransparentColor = System.Drawing.Color.Transparent;
     this._img16.Images.SetKeyName(0, "page_copy.png");
     this._img16.Images.SetKeyName(1, "page_paste.png");
     this._img16.Images.SetKeyName(2, "select_restangular.png");
     this._img16.Images.SetKeyName(3, "control_play_blue.png");
     this._img16.Images.SetKeyName(4, "script_play.png");
     this._img16.Images.SetKeyName(5, "draw_eraser.png");
     this._img16.Images.SetKeyName(6, "cut.png");
     this._img16.Images.SetKeyName(7, "text_uppercase.png");
     this._img16.Images.SetKeyName(8, "text_lowercase.png");
     this._img16.Images.SetKeyName(9, "text_replace.png");
     this._img16.Images.SetKeyName(10, "document_comment_below.png");
     this._img16.Images.SetKeyName(11, "save_as.png");
     this._img16.Images.SetKeyName(12, "disk.png");
     this._img16.Images.SetKeyName(13, "folder.png");
     this._img16.Images.SetKeyName(14, "arrow_undo_blue.png");
     this._img16.Images.SetKeyName(15, "arrow_redo_blue.png");
     this._img16.Images.SetKeyName(16, "find.png");
     this._img16.Images.SetKeyName(17, "text_replace.png");
     this._img16.Images.SetKeyName(18, "table (2).png");
     this._img16.Images.SetKeyName(19, "3d_glasses.png");
     this._img16.Images.SetKeyName(20, "column_single.png");
     this._img16.Images.SetKeyName(21, "database_check.png");
     this._img16.Images.SetKeyName(22, "folder_vertical_document_play.png");
     this._img16.Images.SetKeyName(23, "node-tree.png");
     //
     // _Worksheet2_Toolbars_Dock_Area_Right
     //
     this._Worksheet2_Toolbars_Dock_Area_Right.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._Worksheet2_Toolbars_Dock_Area_Right.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._Worksheet2_Toolbars_Dock_Area_Right.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._Worksheet2_Toolbars_Dock_Area_Right.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._Worksheet2_Toolbars_Dock_Area_Right.InitialResizeAreaExtent = 4;
     this._Worksheet2_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(1195, 146);
     this._Worksheet2_Toolbars_Dock_Area_Right.Name            = "_Worksheet2_Toolbars_Dock_Area_Right";
     this._Worksheet2_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(4, 499);
     this._Worksheet2_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _Worksheet2_Toolbars_Dock_Area_Top
     //
     this._Worksheet2_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._Worksheet2_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._Worksheet2_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._Worksheet2_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._Worksheet2_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._Worksheet2_Toolbars_Dock_Area_Top.Name            = "_Worksheet2_Toolbars_Dock_Area_Top";
     this._Worksheet2_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(1199, 146);
     this._Worksheet2_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _Worksheet2_Toolbars_Dock_Area_Bottom
     //
     this._Worksheet2_Toolbars_Dock_Area_Bottom.AccessibleRole          = System.Windows.Forms.AccessibleRole.Grouping;
     this._Worksheet2_Toolbars_Dock_Area_Bottom.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._Worksheet2_Toolbars_Dock_Area_Bottom.DockedPosition          = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._Worksheet2_Toolbars_Dock_Area_Bottom.ForeColor               = System.Drawing.SystemColors.ControlText;
     this._Worksheet2_Toolbars_Dock_Area_Bottom.InitialResizeAreaExtent = 4;
     this._Worksheet2_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 645);
     this._Worksheet2_Toolbars_Dock_Area_Bottom.Name            = "_Worksheet2_Toolbars_Dock_Area_Bottom";
     this._Worksheet2_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(1199, 4);
     this._Worksheet2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // ucQueryResults1
     //
     this.ucQueryResults1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ucQueryResults1.HasMoreRows = false;
     this.ucQueryResults1.IsBusy      = false;
     this.ucQueryResults1.Location    = new System.Drawing.Point(0, 0);
     this.ucQueryResults1.MaxResults  = 100;
     this.ucQueryResults1.Name        = "ucQueryResults1";
     this.ucQueryResults1.Size        = new System.Drawing.Size(891, 248);
     this.ucQueryResults1.Sql         = "";
     this.ucQueryResults1.TabIndex    = 0;
     //
     // FrmSqlWorksheet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1199, 649);
     this.Controls.Add(this.Worksheet2_Fill_Panel);
     this.Controls.Add(this._Worksheet2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._Worksheet2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._Worksheet2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._Worksheet2_Toolbars_Dock_Area_Top);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "FrmSqlWorksheet";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSqlWorksheet_FormClosing);
     this.FormClosed  += new System.Windows.Forms.FormClosedEventHandler(this.FrmSqlWorksheet_FormClosed);
     this.Worksheet2_Fill_Panel.ClientArea.ResumeLayout(false);
     this.Worksheet2_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utcTabs)).EndInit();
     this._utcTabs.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #24
0
ファイル: FormMain.Designer.cs プロジェクト: windygu/his2
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar2  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Mm_sys");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_PatientManage");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool9    = new Infragistics.Win.UltraWinToolbars.ButtonTool("M_Trace");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("M_ETC");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Mm_sys");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_Settings");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_Exit");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("Mm_Manage");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_Patient");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_Exit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_Patient");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_Settings");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8    = new Infragistics.Win.UltraWinToolbars.ButtonTool("Mm_PatientManage");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("M_Trace");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("M_ETC");
     this._FormMain_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1               = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._FormMain_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.contextMenuStrip1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.aboutToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // _FormMain_Toolbars_Dock_Area_Left
     //
     this._FormMain_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FormMain_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 25);
     this._FormMain_Toolbars_Dock_Area_Left.Name            = "_FormMain_Toolbars_Dock_Area_Left";
     this._FormMain_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 545);
     this._FormMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultraToolbarsManager1
     //
     this.ultraToolbarsManager1.DesignerFlags               = 1;
     this.ultraToolbarsManager1.DockWithinContainer         = this;
     this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     ultraToolbar2.DockedColumn  = 0;
     ultraToolbar2.DockedRow     = 0;
     ultraToolbar2.IsMainMenuBar = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1,
         buttonTool7,
         buttonTool9,
         buttonTool11
     });
     ultraToolbar2.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar2
     });
     popupMenuTool3.SharedProps.Caption = "系统";
     popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool5,
         buttonTool1
     });
     popupMenuTool4.SharedProps.Caption = "管理";
     popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool3
     });
     buttonTool2.SharedProps.Caption       = "退出";
     buttonTool4.SharedProps.Caption       = "患者列表";
     buttonTool6.SharedProps.Caption       = "基本设置";
     buttonTool8.SharedProps.Caption       = "患者管理";
     buttonTool8.SharedProps.DisplayStyle  = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool10.SharedProps.Caption      = "随访提醒";
     buttonTool10.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool12.SharedProps.Caption      = "数据提取";
     buttonTool12.SharedProps.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool3,
         popupMenuTool4,
         buttonTool2,
         buttonTool4,
         buttonTool6,
         buttonTool8,
         buttonTool10,
         buttonTool12
     });
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _FormMain_Toolbars_Dock_Area_Right
     //
     this._FormMain_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FormMain_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(920, 25);
     this._FormMain_Toolbars_Dock_Area_Right.Name            = "_FormMain_Toolbars_Dock_Area_Right";
     this._FormMain_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 545);
     this._FormMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Top
     //
     this._FormMain_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FormMain_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._FormMain_Toolbars_Dock_Area_Top.Name            = "_FormMain_Toolbars_Dock_Area_Top";
     this._FormMain_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(920, 25);
     this._FormMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormMain_Toolbars_Dock_Area_Bottom
     //
     this._FormMain_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormMain_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._FormMain_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FormMain_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormMain_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 570);
     this._FormMain_Toolbars_Dock_Area_Bottom.Name            = "_FormMain_Toolbars_Dock_Area_Bottom";
     this._FormMain_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(920, 0);
     this._FormMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem,
         this.settingsToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(132, 70);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(131, 22);
     this.aboutToolStripMenuItem.Text   = "About...";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
     this.settingsToolStripMenuItem.Text = "Settings...";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     //
     // notifyIcon1
     //
     this.notifyIcon1.Text         = "notifyIcon1";
     this.notifyIcon1.Visible      = true;
     this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
     //
     // FormMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(920, 570);
     this.Controls.Add(this._FormMain_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FormMain_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FormMain_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._FormMain_Toolbars_Dock_Area_Bottom);
     this.IsMdiContainer = true;
     this.MinimumSize    = new System.Drawing.Size(800, 600);
     this.Name           = "FormMain";
     this.Text           = "FormMain";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmCodeEditor));
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar1  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor menu");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar2  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Code editor tools");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool1    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool2    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool3    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool4    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool5    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool6    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool9    = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.UltraToolbar  ultraToolbar3  = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Locating");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool1     = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
     Infragistics.Win.UltraWinToolbars.ComboBoxTool  comboBoxTool1  = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool2     = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
     Infragistics.Win.UltraWinToolbars.TextBoxTool   textBoxTool1   = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool16   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuScript");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool17   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool18   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool19   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool20   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUndo");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRedo");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuPaste");
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCut");
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuSelectAll");
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUpdateCodeStructure");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ComboBoxTool comboBoxTool2 = new Infragistics.Win.UltraWinToolbars.ComboBoxTool("mnuFindField");
     Infragistics.Win.ValueList valueList1 = new Infragistics.Win.ValueList(0);
     Infragistics.Win.UltraWinToolbars.LabelTool labelTool3 = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuFindLabel");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.TextBoxTool textBoxTool2             = new Infragistics.Win.UltraWinToolbars.TextBoxTool("mnuGotoLine");
     Infragistics.Win.UltraWinToolbars.LabelTool   labelTool4               = new Infragistics.Win.UltraWinToolbars.LabelTool("mnuGotoLineLabel");
     Infragistics.Win.Appearance                       appearance11         = new Infragistics.Win.Appearance();
     Fireball.Windows.Forms.LineMarginRender           lineMarginRender1    = new Fireball.Windows.Forms.LineMarginRender();
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedLeft, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("eed9e4a0-d8df-4a5c-8e73-ff16fd379fb6"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("f694993e-09d7-4a31-a93b-c4def9ae9808"), -1);
     this.codeStructTreeView  = new System.Windows.Forms.TreeView();
     this.codeStructImageList = new System.Windows.Forms.ImageList(this.components);
     this.toolbarsManager     = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.editor                   = new Fireball.Windows.Forms.CodeEditorControl();
     this.syntaxDocument1          = new Fireball.Syntax.SyntaxDocument(this.components);
     this.frmCodeEditor_Fill_Panel = new System.Windows.Forms.Panel();
     this._frmCodeEditor_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.dockManager = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._frmCodeEditorUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._frmCodeEditorAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
     this.frmCodeEditor_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     this.windowDockingArea1.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // codeStructTreeView
     //
     this.codeStructTreeView.AccessibleDescription = null;
     this.codeStructTreeView.AccessibleName        = null;
     resources.ApplyResources(this.codeStructTreeView, "codeStructTreeView");
     this.codeStructTreeView.BackgroundImage = null;
     this.toolbarsManager.SetContextMenuUltra(this.codeStructTreeView, "mnuScript");
     this.codeStructTreeView.Font          = null;
     this.codeStructTreeView.FullRowSelect = true;
     this.codeStructTreeView.HideSelection = false;
     this.codeStructTreeView.ImageList     = this.codeStructImageList;
     this.codeStructTreeView.Name          = "codeStructTreeView";
     this.codeStructTreeView.DoubleClick  += new System.EventHandler(this.codeStructTreeView_DoubleClick);
     //
     // codeStructImageList
     //
     this.codeStructImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("codeStructImageList.ImageStream")));
     this.codeStructImageList.TransparentColor = System.Drawing.Color.Fuchsia;
     this.codeStructImageList.Images.SetKeyName(0, "Struct");
     this.codeStructImageList.Images.SetKeyName(1, "Class");
     this.codeStructImageList.Images.SetKeyName(2, "Enum");
     this.codeStructImageList.Images.SetKeyName(3, "Interface");
     this.codeStructImageList.Images.SetKeyName(4, "PrivateClass");
     this.codeStructImageList.Images.SetKeyName(5, "PrivateEnum");
     this.codeStructImageList.Images.SetKeyName(6, "PrivateInterface");
     this.codeStructImageList.Images.SetKeyName(7, "PrivateStruct");
     this.codeStructImageList.Images.SetKeyName(8, "Namespace");
     this.codeStructImageList.Images.SetKeyName(9, "Property");
     this.codeStructImageList.Images.SetKeyName(10, "Event");
     this.codeStructImageList.Images.SetKeyName(11, "Field");
     this.codeStructImageList.Images.SetKeyName(12, "Method");
     this.codeStructImageList.Images.SetKeyName(13, "PrivateEvent");
     this.codeStructImageList.Images.SetKeyName(14, "PrivateField");
     this.codeStructImageList.Images.SetKeyName(15, "PrivateMethod");
     this.codeStructImageList.Images.SetKeyName(16, "PrivateProperty");
     this.codeStructImageList.Images.SetKeyName(17, "Error");
     //
     // toolbarsManager
     //
     this.toolbarsManager.DesignerFlags               = 1;
     this.toolbarsManager.DockWithinContainer         = this;
     this.toolbarsManager.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
     this.toolbarsManager.ImageTransparentColor       = System.Drawing.Color.Fuchsia;
     this.toolbarsManager.ShowFullMenusDelay          = 500;
     this.toolbarsManager.Style  = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
     ultraToolbar1.DockedColumn  = 0;
     ultraToolbar1.DockedRow     = 0;
     ultraToolbar1.IsMainMenuBar = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool1,
         popupMenuTool2
     });
     resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
     ultraToolbar2.DockedColumn = 0;
     ultraToolbar2.DockedRow    = 1;
     buttonTool3.InstanceProps.IsFirstInGroup = true;
     buttonTool7.InstanceProps.IsFirstInGroup = true;
     buttonTool8.InstanceProps.IsFirstInGroup = true;
     ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2,
         buttonTool3,
         buttonTool4,
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         buttonTool9
     });
     resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
     ultraToolbar3.DockedColumn        = 0;
     ultraToolbar3.DockedRow           = 2;
     comboBoxTool1.InstanceProps.Width = 174;
     ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         labelTool1,
         comboBoxTool1,
         labelTool2,
         textBoxTool1
     });
     ultraToolbar3.Settings.AllowDockLeft  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar3.Settings.AllowDockRight = Infragistics.Win.DefaultableBoolean.False;
     resources.ApplyResources(ultraToolbar3, "ultraToolbar3");
     this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1,
         ultraToolbar2,
         ultraToolbar3
     });
     popupMenuTool3.SharedProps.Caption        = resources.GetString("resource.Caption");
     popupMenuTool3.SharedProps.MergeOrder     = 110;
     popupMenuTool3.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText");
     buttonTool12.InstanceProps.IsFirstInGroup = true;
     buttonTool16.InstanceProps.IsFirstInGroup = true;
     popupMenuTool3.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool10,
         buttonTool11,
         buttonTool12,
         buttonTool13,
         buttonTool14,
         buttonTool15,
         buttonTool16
     });
     popupMenuTool4.SharedProps.Caption        = resources.GetString("resource.Caption1");
     popupMenuTool4.SharedProps.MergeOrder     = 210;
     popupMenuTool4.SharedProps.ToolTipText    = resources.GetString("resource.ToolTipText1");
     buttonTool18.InstanceProps.IsFirstInGroup = true;
     popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool17,
         buttonTool18,
         buttonTool19
     });
     appearance1.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UNDO;
     resources.ApplyResources(appearance1, "appearance1");
     buttonTool20.SharedProps.AppearancesSmall.Appearance = appearance1;
     buttonTool20.SharedProps.Caption  = resources.GetString("resource.Caption2");
     buttonTool20.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     appearance2.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_REDO;
     resources.ApplyResources(appearance2, "appearance2");
     buttonTool21.SharedProps.AppearancesSmall.Appearance = appearance2;
     buttonTool21.SharedProps.Caption  = resources.GetString("resource.Caption3");
     buttonTool21.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlY;
     appearance3.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_COPY;
     resources.ApplyResources(appearance3, "appearance3");
     buttonTool22.SharedProps.AppearancesSmall.Appearance = appearance3;
     buttonTool22.SharedProps.Caption  = resources.GetString("resource.Caption4");
     buttonTool22.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_PASTE;
     resources.ApplyResources(appearance4, "appearance4");
     buttonTool23.SharedProps.AppearancesSmall.Appearance = appearance4;
     buttonTool23.SharedProps.Caption  = resources.GetString("resource.Caption5");
     buttonTool23.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     appearance5.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_CUT;
     resources.ApplyResources(appearance5, "appearance5");
     buttonTool24.SharedProps.AppearancesSmall.Appearance = appearance5;
     buttonTool24.SharedProps.Caption  = resources.GetString("resource.Caption6");
     buttonTool24.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     buttonTool25.SharedProps.Caption  = resources.GetString("resource.Caption7");
     buttonTool25.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
     appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE2;
     resources.ApplyResources(appearance6, "appearance6");
     buttonTool26.SharedProps.AppearancesSmall.Appearance = appearance6;
     buttonTool26.SharedProps.Caption = resources.GetString("resource.Caption8");
     appearance7.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_UPDATELIST;
     resources.ApplyResources(appearance7, "appearance7");
     buttonTool27.SharedProps.AppearancesSmall.Appearance = appearance7;
     buttonTool27.SharedProps.Caption  = resources.GetString("resource.Caption9");
     buttonTool27.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F6;
     appearance8.Image = ((object)(resources.GetObject("appearance8.Image")));
     resources.ApplyResources(appearance8, "appearance8");
     buttonTool28.SharedProps.AppearancesSmall.Appearance = appearance8;
     buttonTool28.SharedProps.Caption     = resources.GetString("resource.Caption10");
     buttonTool28.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF9;
     buttonTool28.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
     appearance9.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
     resources.ApplyResources(appearance9, "appearance9");
     buttonTool29.SharedProps.AppearancesSmall.Appearance = appearance9;
     buttonTool29.SharedProps.Caption      = resources.GetString("resource.Caption11");
     buttonTool29.SharedProps.Shortcut     = System.Windows.Forms.Shortcut.F9;
     buttonTool29.SharedProps.ToolTipText  = resources.GetString("resource.ToolTipText3");
     comboBoxTool2.AutoComplete            = true;
     comboBoxTool2.DropDownStyle           = Infragistics.Win.DropDownStyle.DropDown;
     comboBoxTool2.SharedProps.Caption     = resources.GetString("resource.Caption12");
     comboBoxTool2.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlF;
     comboBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText4");
     comboBoxTool2.ValueList = valueList1;
     appearance10.Image      = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_FIND;
     resources.ApplyResources(appearance10, "appearance10");
     labelTool3.SharedProps.AppearancesSmall.Appearance = appearance10;
     labelTool3.SharedProps.Caption       = resources.GetString("resource.Caption13");
     textBoxTool2.SharedProps.Caption     = resources.GetString("resource.Caption14");
     textBoxTool2.SharedProps.Shortcut    = System.Windows.Forms.Shortcut.CtrlG;
     textBoxTool2.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText5");
     appearance11.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_GOTOLINE;
     resources.ApplyResources(appearance11, "appearance11");
     labelTool4.SharedProps.AppearancesSmall.Appearance = appearance11;
     labelTool4.SharedProps.Caption = resources.GetString("resource.Caption15");
     this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool3,
         popupMenuTool4,
         buttonTool20,
         buttonTool21,
         buttonTool22,
         buttonTool23,
         buttonTool24,
         buttonTool25,
         buttonTool26,
         buttonTool27,
         buttonTool28,
         buttonTool29,
         comboBoxTool2,
         labelTool3,
         textBoxTool2,
         labelTool4
     });
     this.toolbarsManager.ToolClick    += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
     this.toolbarsManager.ToolKeyPress += new Infragistics.Win.UltraWinToolbars.ToolKeyPressEventHandler(this.toolbarsManager_ToolKeyPress);
     //
     // editor
     //
     this.editor.AccessibleDescription = null;
     this.editor.AccessibleName        = null;
     this.editor.ActiveView            = Fireball.Windows.Forms.CodeEditor.ActiveView.BottomRight;
     this.editor.AllowBreakPoints      = false;
     resources.ApplyResources(this.editor, "editor");
     this.editor.AutoListPosition     = null;
     this.editor.AutoListSelectedText = "a123";
     this.editor.AutoListVisible      = false;
     this.editor.BackgroundImage      = null;
     this.editor.BorderStyle          = Fireball.Windows.Forms.ControlBorderStyle.SunkenThin;
     this.toolbarsManager.SetContextMenuUltra(this.editor, "mnuEdit");
     this.editor.CopyAsRTF            = false;
     this.editor.Document             = this.syntaxDocument1;
     this.editor.Font                 = null;
     this.editor.FontSize             = 9.5F;
     this.editor.HighLightActiveLine  = true;
     this.editor.InfoTipCount         = 1;
     this.editor.InfoTipPosition      = null;
     this.editor.InfoTipSelectedIndex = 1;
     this.editor.InfoTipVisible       = false;
     lineMarginRender1.Bounds         = new System.Drawing.Rectangle(19, 0, 18, 15);
     this.editor.LineMarginRender     = lineMarginRender1;
     this.editor.LockCursorUpdate     = false;
     this.editor.Name                 = "editor";
     this.editor.Saved                = false;
     this.editor.ShowScopeIndicator   = false;
     this.editor.SmoothScroll         = false;
     this.editor.SplitviewH           = -4;
     this.editor.SplitviewV           = -4;
     this.editor.TabGuideColor        = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.editor.WhitespaceColor      = System.Drawing.SystemColors.ControlDark;
     this.editor.SelectionChange     += new System.EventHandler(this.editor_SelectionChange);
     this.editor.CaretChange         += new System.EventHandler(this.editor_CaretChange);
     //
     // syntaxDocument1
     //
     this.syntaxDocument1.Lines = new string[] {
         ""
     };
     this.syntaxDocument1.MaxUndoBufferSize = 1000;
     this.syntaxDocument1.Modified          = false;
     this.syntaxDocument1.UndoStep          = 0;
     this.syntaxDocument1.ModifiedChanged  += new System.EventHandler(this.syntaxDocument1_ModifiedChanged);
     //
     // frmCodeEditor_Fill_Panel
     //
     this.frmCodeEditor_Fill_Panel.AccessibleDescription = null;
     this.frmCodeEditor_Fill_Panel.AccessibleName        = null;
     resources.ApplyResources(this.frmCodeEditor_Fill_Panel, "frmCodeEditor_Fill_Panel");
     this.frmCodeEditor_Fill_Panel.BackgroundImage = null;
     this.frmCodeEditor_Fill_Panel.Controls.Add(this.editor);
     this.frmCodeEditor_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
     this.frmCodeEditor_Fill_Panel.Font   = null;
     this.frmCodeEditor_Fill_Panel.Name   = "frmCodeEditor_Fill_Panel";
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Left
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Left, "_frmCodeEditor_Toolbars_Dock_Area_Left");
     this._frmCodeEditor_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Left.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Left.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Left";
     this._frmCodeEditor_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Right
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Right, "_frmCodeEditor_Toolbars_Dock_Area_Right");
     this._frmCodeEditor_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Right.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Right.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Right";
     this._frmCodeEditor_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Top
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Top, "_frmCodeEditor_Toolbars_Dock_Area_Top");
     this._frmCodeEditor_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Top.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Top.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Top";
     this._frmCodeEditor_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
     //
     // _frmCodeEditor_Toolbars_Dock_Area_Bottom
     //
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleName        = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.AccessibleRole        = System.Windows.Forms.AccessibleRole.Grouping;
     resources.ApplyResources(this._frmCodeEditor_Toolbars_Dock_Area_Bottom, "_frmCodeEditor_Toolbars_Dock_Area_Bottom");
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.Name            = "_frmCodeEditor_Toolbars_Dock_Area_Bottom";
     this._frmCodeEditor_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
     //
     // dockManager
     //
     this.dockManager.CaptionStyle              = Infragistics.Win.UltraWinDock.CaptionStyle.Office2003;
     dockableControlPane1.Control               = this.codeStructTreeView;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(175, -1);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(0, 0, 185, 494);
     dockableControlPane1.Size = new System.Drawing.Size(100, 100);
     resources.ApplyResources(dockableControlPane1, "dockableControlPane1");
     dockableControlPane1.TextTab    = null;
     dockableControlPane1.ToolTipTab = null;
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size = new System.Drawing.Size(175, 414);
     resources.ApplyResources(dockAreaPane1, "dockAreaPane1");
     dockAreaPane1.TextTab    = null;
     dockAreaPane1.ToolTipTab = null;
     this.dockManager.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.dockManager.HostControl     = this;
     this.dockManager.ShowCloseButton = false;
     this.dockManager.WindowStyle     = Infragistics.Win.UltraWinDock.WindowStyle.Office2003;
     //
     // _frmCodeEditorUnpinnedTabAreaLeft
     //
     this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaLeft.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaLeft, "_frmCodeEditorUnpinnedTabAreaLeft");
     this._frmCodeEditorUnpinnedTabAreaLeft.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaLeft.Name            = "_frmCodeEditorUnpinnedTabAreaLeft";
     this._frmCodeEditorUnpinnedTabAreaLeft.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaRight
     //
     this._frmCodeEditorUnpinnedTabAreaRight.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaRight.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaRight, "_frmCodeEditorUnpinnedTabAreaRight");
     this._frmCodeEditorUnpinnedTabAreaRight.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaRight.Name            = "_frmCodeEditorUnpinnedTabAreaRight";
     this._frmCodeEditorUnpinnedTabAreaRight.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaTop
     //
     this._frmCodeEditorUnpinnedTabAreaTop.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaTop.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaTop, "_frmCodeEditorUnpinnedTabAreaTop");
     this._frmCodeEditorUnpinnedTabAreaTop.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaTop.Name            = "_frmCodeEditorUnpinnedTabAreaTop";
     this._frmCodeEditorUnpinnedTabAreaTop.Owner           = this.dockManager;
     //
     // _frmCodeEditorUnpinnedTabAreaBottom
     //
     this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleDescription = null;
     this._frmCodeEditorUnpinnedTabAreaBottom.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorUnpinnedTabAreaBottom, "_frmCodeEditorUnpinnedTabAreaBottom");
     this._frmCodeEditorUnpinnedTabAreaBottom.BackgroundImage = null;
     this._frmCodeEditorUnpinnedTabAreaBottom.Name            = "_frmCodeEditorUnpinnedTabAreaBottom";
     this._frmCodeEditorUnpinnedTabAreaBottom.Owner           = this.dockManager;
     //
     // _frmCodeEditorAutoHideControl
     //
     this._frmCodeEditorAutoHideControl.AccessibleDescription = null;
     this._frmCodeEditorAutoHideControl.AccessibleName        = null;
     resources.ApplyResources(this._frmCodeEditorAutoHideControl, "_frmCodeEditorAutoHideControl");
     this._frmCodeEditorAutoHideControl.BackgroundImage = null;
     this._frmCodeEditorAutoHideControl.Name            = "_frmCodeEditorAutoHideControl";
     this._frmCodeEditorAutoHideControl.Owner           = this.dockManager;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.AccessibleDescription = null;
     this.windowDockingArea1.AccessibleName        = null;
     resources.ApplyResources(this.windowDockingArea1, "windowDockingArea1");
     this.windowDockingArea1.BackgroundImage = null;
     this.windowDockingArea1.Controls.Add(this.dockableWindow1);
     this.windowDockingArea1.Name  = "windowDockingArea1";
     this.windowDockingArea1.Owner = this.dockManager;
     //
     // dockableWindow1
     //
     this.dockableWindow1.AccessibleDescription = null;
     this.dockableWindow1.AccessibleName        = null;
     resources.ApplyResources(this.dockableWindow1, "dockableWindow1");
     this.dockableWindow1.BackgroundImage = null;
     this.dockableWindow1.Controls.Add(this.codeStructTreeView);
     this.dockableWindow1.Font  = null;
     this.dockableWindow1.Name  = "dockableWindow1";
     this.dockableWindow1.Owner = this.dockManager;
     //
     // frmCodeEditor
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode   = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = null;
     this.Controls.Add(this._frmCodeEditorAutoHideControl);
     this.Controls.Add(this.frmCodeEditor_Fill_Panel);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaTop);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaBottom);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaRight);
     this.Controls.Add(this._frmCodeEditorUnpinnedTabAreaLeft);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._frmCodeEditor_Toolbars_Dock_Area_Bottom);
     this.KeyPreview   = true;
     this.Name         = "frmCodeEditor";
     this.Load        += new System.EventHandler(this.frmCodeEditor_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCodeEditor_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
     this.frmCodeEditor_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     this.windowDockingArea1.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #26
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("File list");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStopSearch");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCheckAll");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUncheckAll");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("Selected files");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuSelection");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStopSearch");
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearList");
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCheckAll");
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUncheckAll");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuSelection");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuStopSearch");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuClearList");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCheckAll");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuUncheckAll");
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFileList));
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.frmFileList_Fill_Panel = new System.Windows.Forms.Panel();
            this.fileList = new System.Windows.Forms.ListView();
            this.colFileName = new System.Windows.Forms.ColumnHeader();
            this.colSize = new System.Windows.Forms.ColumnHeader();
            this.colFullPath = new System.Windows.Forms.ColumnHeader();
            this._frmFileList_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmFileList_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmFileList_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmFileList_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            this.frmFileList_Fill_Panel.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(SunnyChen.Gulu.Win.frmDummy);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 1;
            buttonTool2.InstanceProps.IsFirstInGroup = true;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool2,
            buttonTool3,
            buttonTool4});
            resources.ApplyResources(ultraToolbar1, "ultraToolbar1");
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 0;
            ultraToolbar2.FloatingSize = new System.Drawing.Size(100, 20);
            ultraToolbar2.IsMainMenuBar = true;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1});
            resources.ApplyResources(ultraToolbar2, "ultraToolbar2");
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2});
            appearance1.Image = ((object)(resources.GetObject("appearance1.Image")));
            resources.ApplyResources(appearance1, "appearance1");
            buttonTool5.SharedProps.AppearancesSmall.Appearance = appearance1;
            buttonTool5.SharedProps.Caption = resources.GetString("resource.Caption");
            buttonTool5.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            appearance2.Image = ((object)(resources.GetObject("appearance2.Image")));
            resources.ApplyResources(appearance2, "appearance2");
            buttonTool6.SharedProps.AppearancesSmall.Appearance = appearance2;
            buttonTool6.SharedProps.Caption = resources.GetString("resource.Caption1");
            buttonTool6.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            appearance3.Image = ((object)(resources.GetObject("appearance3.Image")));
            resources.ApplyResources(appearance3, "appearance3");
            buttonTool7.SharedProps.AppearancesSmall.Appearance = appearance3;
            buttonTool7.SharedProps.Caption = resources.GetString("resource.Caption2");
            buttonTool7.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
            resources.ApplyResources(appearance4, "appearance4");
            buttonTool8.SharedProps.AppearancesSmall.Appearance = appearance4;
            buttonTool8.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool8.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            popupMenuTool2.SharedProps.Caption = resources.GetString("resource.Caption4");
            popupMenuTool2.SharedProps.MergeOrder = 210;
            buttonTool10.InstanceProps.IsFirstInGroup = true;
            popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool9,
            buttonTool10,
            buttonTool11,
            buttonTool12});
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool5,
            buttonTool6,
            buttonTool7,
            buttonTool8,
            popupMenuTool2});
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            // 
            // frmFileList_Fill_Panel
            // 
            this.frmFileList_Fill_Panel.AccessibleDescription = null;
            this.frmFileList_Fill_Panel.AccessibleName = null;
            resources.ApplyResources(this.frmFileList_Fill_Panel, "frmFileList_Fill_Panel");
            this.frmFileList_Fill_Panel.BackgroundImage = null;
            this.frmFileList_Fill_Panel.Controls.Add(this.fileList);
            this.frmFileList_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.frmFileList_Fill_Panel.Font = null;
            this.frmFileList_Fill_Panel.Name = "frmFileList_Fill_Panel";
            // 
            // fileList
            // 
            this.fileList.AccessibleDescription = null;
            this.fileList.AccessibleName = null;
            resources.ApplyResources(this.fileList, "fileList");
            this.fileList.AllowDrop = true;
            this.fileList.BackgroundImage = null;
            this.fileList.CheckBoxes = true;
            this.fileList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.colFileName,
            this.colSize,
            this.colFullPath});
            this.fileList.Font = null;
            this.fileList.HideSelection = false;
            this.fileList.MultiSelect = false;
            this.fileList.Name = "fileList";
            this.fileList.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.fileList.UseCompatibleStateImageBehavior = false;
            this.fileList.View = System.Windows.Forms.View.Details;
            this.fileList.VirtualMode = true;
            this.fileList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.fileList_MouseDoubleClick);
            this.fileList.MouseClick += new System.Windows.Forms.MouseEventHandler(this.fileList_MouseClick);
            this.fileList.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.fileList_DrawItem);
            this.fileList.DragDrop += new System.Windows.Forms.DragEventHandler(this.fileList_DragDrop);
            this.fileList.RetrieveVirtualItem += new System.Windows.Forms.RetrieveVirtualItemEventHandler(this.fileList_RetrieveVirtualItem);
            this.fileList.DragEnter += new System.Windows.Forms.DragEventHandler(this.fileList_DragEnter);
            // 
            // colFileName
            // 
            resources.ApplyResources(this.colFileName, "colFileName");
            // 
            // colSize
            // 
            resources.ApplyResources(this.colSize, "colSize");
            // 
            // colFullPath
            // 
            resources.ApplyResources(this.colFullPath, "colFullPath");
            // 
            // _frmFileList_Toolbars_Dock_Area_Left
            // 
            this._frmFileList_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmFileList_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmFileList_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Left, "_frmFileList_Toolbars_Dock_Area_Left");
            this._frmFileList_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmFileList_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmFileList_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmFileList_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmFileList_Toolbars_Dock_Area_Left.Name = "_frmFileList_Toolbars_Dock_Area_Left";
            this._frmFileList_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmFileList_Toolbars_Dock_Area_Right
            // 
            this._frmFileList_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmFileList_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmFileList_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Right, "_frmFileList_Toolbars_Dock_Area_Right");
            this._frmFileList_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmFileList_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmFileList_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmFileList_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmFileList_Toolbars_Dock_Area_Right.Name = "_frmFileList_Toolbars_Dock_Area_Right";
            this._frmFileList_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmFileList_Toolbars_Dock_Area_Top
            // 
            this._frmFileList_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmFileList_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmFileList_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Top, "_frmFileList_Toolbars_Dock_Area_Top");
            this._frmFileList_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmFileList_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmFileList_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmFileList_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmFileList_Toolbars_Dock_Area_Top.Name = "_frmFileList_Toolbars_Dock_Area_Top";
            this._frmFileList_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmFileList_Toolbars_Dock_Area_Bottom
            // 
            this._frmFileList_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmFileList_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmFileList_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmFileList_Toolbars_Dock_Area_Bottom, "_frmFileList_Toolbars_Dock_Area_Bottom");
            this._frmFileList_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmFileList_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmFileList_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmFileList_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmFileList_Toolbars_Dock_Area_Bottom.Name = "_frmFileList_Toolbars_Dock_Area_Bottom";
            this._frmFileList_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // frmFileList
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.frmFileList_Fill_Panel);
            this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmFileList_Toolbars_Dock_Area_Bottom);
            this.Name = "frmFileList";
            this.Load += new System.EventHandler(this.frmFileList_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmFileList_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            this.frmFileList_Fill_Panel.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #27
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Home");
            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Bank");
            System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Category");
            System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Account Type");
            System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Account");
            System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Additional User");
            System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Card Enterprise");
            System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Card");
            System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Currency");
            System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Interval");
            System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Payment Type");
            System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Vendor");
            System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Cadastre", new System.Windows.Forms.TreeNode[] {
            treeNode2,
            treeNode3,
            treeNode4,
            treeNode5,
            treeNode6,
            treeNode7,
            treeNode8,
            treeNode9,
            treeNode10,
            treeNode11,
            treeNode12});
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("utbToolbar");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreBank");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreAccount");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAccountType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool35 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAdditionalUser");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool37 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool38 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCardEnterprise");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool39 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCurrency");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool40 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreInterval");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool41 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastrePaymentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool42 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreVendor");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("utbMenu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuCadastre");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool2 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuCadastre");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreBank");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCategory");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccount");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccountType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool21 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAdditionalUser");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool22 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool23 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCardEnterprise");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool24 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCurrency");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool25 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreInterval");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool26 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastrePaymentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool33 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreVendor");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreBank");
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreBank");
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCategory");
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccount");
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAccountType");
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreDocumentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreAccount");
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool19 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAccountType");
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool27 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreAdditionalUser");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool28 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCard");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool29 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCardEnterprise");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool30 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreCurrency");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool31 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreInterval");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool32 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastrePaymentType");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool34 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCadastreVendor");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool36 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnAdditionalUser");
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool43 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCard");
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool44 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCardEnterprise");
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool45 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreCurrency");
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool46 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreInterval");
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool47 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastrePaymentType");
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool48 = new Infragistics.Win.UltraWinToolbars.ButtonTool("btnCadastreVendor");
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            this.usbStatus = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
            this.imlTreeView = new System.Windows.Forms.ImageList(this.components);
            this.pnlLeft = new System.Windows.Forms.Panel();
            this.tvwTreeView = new System.Windows.Forms.TreeView();
            this.splVertical = new System.Windows.Forms.Splitter();
            this.pnlHeader = new System.Windows.Forms.Panel();
            this.lblCurrentHeader = new System.Windows.Forms.Label();
            this.lblCurrentHeaderSub = new System.Windows.Forms.Label();
            this.pcbCurrentPicture = new System.Windows.Forms.PictureBox();
            this.pnlBottom = new System.Windows.Forms.Panel();
            this.pnlGrid = new System.Windows.Forms.Panel();
            this.lvwGrid = new System.Windows.Forms.ListView();
            this.pnlThreeButtons = new System.Windows.Forms.Panel();
            this.pnlSearchUndoButtons = new System.Windows.Forms.Panel();
            this.ubtUndo = new Infragistics.Win.Misc.UltraButton();
            this.ubtSearch = new Infragistics.Win.Misc.UltraButton();
            this.pnlNewDeleteSaveButtons = new System.Windows.Forms.Panel();
            this.ubtSave = new Infragistics.Win.Misc.UltraButton();
            this.ubtDelete = new Infragistics.Win.Misc.UltraButton();
            this.ubtNew = new Infragistics.Win.Misc.UltraButton();
            this.flpNavigation = new System.Windows.Forms.FlowLayoutPanel();
            this.ubtLast = new Infragistics.Win.Misc.UltraButton();
            this.ubtNext = new Infragistics.Win.Misc.UltraButton();
            this.lblNavigator = new System.Windows.Forms.Label();
            this.txtCurrentRecord = new System.Windows.Forms.TextBox();
            this.ubtPrevious = new Infragistics.Win.Misc.UltraButton();
            this.ubtFirst = new Infragistics.Win.Misc.UltraButton();
            this.splHorizontal = new System.Windows.Forms.Splitter();
            this._frmMain_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this.utmToolbar = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this._frmMain_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmMain_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            ((System.ComponentModel.ISupportInitialize)(this.usbStatus)).BeginInit();
            this.pnlLeft.SuspendLayout();
            this.pnlHeader.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcbCurrentPicture)).BeginInit();
            this.pnlBottom.SuspendLayout();
            this.pnlGrid.SuspendLayout();
            this.pnlThreeButtons.SuspendLayout();
            this.pnlSearchUndoButtons.SuspendLayout();
            this.pnlNewDeleteSaveButtons.SuspendLayout();
            this.flpNavigation.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utmToolbar)).BeginInit();
            this.SuspendLayout();
            // 
            // usbStatus
            // 
            this.usbStatus.Location = new System.Drawing.Point(0, 623);
            this.usbStatus.Name = "usbStatus";
            appearance1.FontData.Name = "Trebuchet MS";
            appearance1.FontData.SizeInPoints = 8F;
            ultraStatusPanel1.Appearance = appearance1;
            ultraStatusPanel1.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel1.Text = "Ready";
            appearance2.FontData.Name = "Trebuchet MS";
            appearance2.FontData.SizeInPoints = 8F;
            ultraStatusPanel2.Appearance = appearance2;
            ultraStatusPanel2.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.Progress;
            appearance3.FontData.Name = "Trebuchet MS";
            appearance3.FontData.SizeInPoints = 8F;
            appearance3.Image = global::Studio_Money.Properties.Resources.database;
            ultraStatusPanel3.Appearance = appearance3;
            ultraStatusPanel3.SizingMode = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
            ultraStatusPanel3.Style = Infragistics.Win.UltraWinStatusBar.PanelStyle.AutoStatusText;
            ultraStatusPanel3.Text = "C:\\Banco";
            this.usbStatus.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
            ultraStatusPanel1,
            ultraStatusPanel2,
            ultraStatusPanel3});
            this.usbStatus.Size = new System.Drawing.Size(1160, 23);
            this.usbStatus.TabIndex = 4;
            this.usbStatus.Text = "ultraStatusBar1";
            this.usbStatus.ViewStyle = Infragistics.Win.UltraWinStatusBar.ViewStyle.Office2007;
            // 
            // imlTreeView
            // 
            this.imlTreeView.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imlTreeView.ImageSize = new System.Drawing.Size(16, 16);
            this.imlTreeView.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // pnlLeft
            // 
            this.pnlLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlLeft.Controls.Add(this.tvwTreeView);
            this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlLeft.Location = new System.Drawing.Point(0, 66);
            this.pnlLeft.Name = "pnlLeft";
            this.pnlLeft.Padding = new System.Windows.Forms.Padding(8);
            this.pnlLeft.Size = new System.Drawing.Size(221, 557);
            this.pnlLeft.TabIndex = 48;
            // 
            // tvwTreeView
            // 
            this.tvwTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tvwTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvwTreeView.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tvwTreeView.FullRowSelect = true;
            this.tvwTreeView.HideSelection = false;
            this.tvwTreeView.ImageIndex = 0;
            this.tvwTreeView.ImageList = this.imlTreeView;
            this.tvwTreeView.Indent = 20;
            this.tvwTreeView.Location = new System.Drawing.Point(8, 8);
            this.tvwTreeView.Margin = new System.Windows.Forms.Padding(0);
            this.tvwTreeView.Name = "tvwTreeView";
            treeNode1.Name = "tvwHome";
            treeNode1.Text = "Home";
            treeNode2.Name = "tvwCadastreBank";
            treeNode2.Text = "Bank";
            treeNode3.Name = "tvwCadastreCategory";
            treeNode3.Text = "Category";
            treeNode4.Name = "tvwCadastreAccountType";
            treeNode4.Text = "Account Type";
            treeNode5.Name = "tvwCadastreAccount";
            treeNode5.Text = "Account";
            treeNode6.Name = "tvwCadastreAdditionalUser";
            treeNode6.Text = "Additional User";
            treeNode7.Name = "tvwCadastreCardEnterprise";
            treeNode7.Text = "Card Enterprise";
            treeNode8.Name = "tvwCadastreCard";
            treeNode8.Text = "Card";
            treeNode9.Name = "tvwCadastreCurrency";
            treeNode9.Text = "Currency";
            treeNode10.Name = "tvwCadastreInterval";
            treeNode10.Text = "Interval";
            treeNode11.Name = "tvwCadastrePaymentType";
            treeNode11.Text = "Payment Type";
            treeNode12.Name = "tvwCadastreVendor";
            treeNode12.Text = "Vendor";
            treeNode13.Name = "tvwCadastre";
            treeNode13.Text = "Cadastre";
            this.tvwTreeView.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode1,
            treeNode13});
            this.tvwTreeView.SelectedImageIndex = 0;
            this.tvwTreeView.ShowNodeToolTips = true;
            this.tvwTreeView.Size = new System.Drawing.Size(203, 539);
            this.tvwTreeView.TabIndex = 16;
            this.tvwTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwTreeView_AfterSelect);
            // 
            // splVertical
            // 
            this.splVertical.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splVertical.Location = new System.Drawing.Point(221, 66);
            this.splVertical.Name = "splVertical";
            this.splVertical.Size = new System.Drawing.Size(3, 557);
            this.splVertical.TabIndex = 49;
            this.splVertical.TabStop = false;
            // 
            // pnlHeader
            // 
            this.pnlHeader.BackColor = System.Drawing.Color.Transparent;
            this.pnlHeader.BackgroundImage = global::Studio_Money.Properties.Resources.backBlue1;
            this.pnlHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlHeader.Controls.Add(this.lblCurrentHeader);
            this.pnlHeader.Controls.Add(this.lblCurrentHeaderSub);
            this.pnlHeader.Controls.Add(this.pcbCurrentPicture);
            this.pnlHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlHeader.Location = new System.Drawing.Point(224, 66);
            this.pnlHeader.Name = "pnlHeader";
            this.pnlHeader.Size = new System.Drawing.Size(936, 77);
            this.pnlHeader.TabIndex = 50;
            // 
            // lblCurrentHeader
            // 
            this.lblCurrentHeader.AutoSize = true;
            this.lblCurrentHeader.Font = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCurrentHeader.Location = new System.Drawing.Point(79, 9);
            this.lblCurrentHeader.Name = "lblCurrentHeader";
            this.lblCurrentHeader.Size = new System.Drawing.Size(47, 22);
            this.lblCurrentHeader.TabIndex = 3;
            this.lblCurrentHeader.Text = "Bank";
            // 
            // lblCurrentHeaderSub
            // 
            this.lblCurrentHeaderSub.AutoSize = true;
            this.lblCurrentHeaderSub.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold);
            this.lblCurrentHeaderSub.Location = new System.Drawing.Point(79, 44);
            this.lblCurrentHeaderSub.Name = "lblCurrentHeaderSub";
            this.lblCurrentHeaderSub.Size = new System.Drawing.Size(87, 18);
            this.lblCurrentHeaderSub.TabIndex = 2;
            this.lblCurrentHeaderSub.Text = "Bank Cadastre";
            // 
            // pcbCurrentPicture
            // 
            this.pcbCurrentPicture.Image = global::Studio_Money.Properties.Resources.bank;
            this.pcbCurrentPicture.Location = new System.Drawing.Point(12, 8);
            this.pcbCurrentPicture.Name = "pcbCurrentPicture";
            this.pcbCurrentPicture.Size = new System.Drawing.Size(54, 54);
            this.pcbCurrentPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pcbCurrentPicture.TabIndex = 0;
            this.pcbCurrentPicture.TabStop = false;
            // 
            // pnlBottom
            // 
            this.pnlBottom.Controls.Add(this.pnlGrid);
            this.pnlBottom.Controls.Add(this.pnlThreeButtons);
            this.pnlBottom.Controls.Add(this.flpNavigation);
            this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pnlBottom.Location = new System.Drawing.Point(224, 423);
            this.pnlBottom.Name = "pnlBottom";
            this.pnlBottom.Size = new System.Drawing.Size(936, 200);
            this.pnlBottom.TabIndex = 69;
            // 
            // pnlGrid
            // 
            this.pnlGrid.Controls.Add(this.lvwGrid);
            this.pnlGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlGrid.Location = new System.Drawing.Point(0, 41);
            this.pnlGrid.Name = "pnlGrid";
            this.pnlGrid.Size = new System.Drawing.Size(936, 127);
            this.pnlGrid.TabIndex = 58;
            // 
            // lvwGrid
            // 
            this.lvwGrid.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.lvwGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lvwGrid.Font = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lvwGrid.FullRowSelect = true;
            this.lvwGrid.Location = new System.Drawing.Point(0, 0);
            this.lvwGrid.MultiSelect = false;
            this.lvwGrid.Name = "lvwGrid";
            this.lvwGrid.Scrollable = false;
            this.lvwGrid.Size = new System.Drawing.Size(936, 127);
            this.lvwGrid.TabIndex = 57;
            this.lvwGrid.UseCompatibleStateImageBehavior = false;
            this.lvwGrid.View = System.Windows.Forms.View.Details;
            this.lvwGrid.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lvwGrid_ColumnClick);
            this.lvwGrid.SelectedIndexChanged += new System.EventHandler(this.lvwGrid_SelectedIndexChanged);
            this.lvwGrid.Click += new System.EventHandler(this.lvwGrid_Click);
            this.lvwGrid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.lvwGrid_KeyUp);
            // 
            // pnlThreeButtons
            // 
            this.pnlThreeButtons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnlThreeButtons.Controls.Add(this.pnlSearchUndoButtons);
            this.pnlThreeButtons.Controls.Add(this.pnlNewDeleteSaveButtons);
            this.pnlThreeButtons.Dock = System.Windows.Forms.DockStyle.Top;
            this.pnlThreeButtons.Location = new System.Drawing.Point(0, 0);
            this.pnlThreeButtons.Name = "pnlThreeButtons";
            this.pnlThreeButtons.Size = new System.Drawing.Size(936, 41);
            this.pnlThreeButtons.TabIndex = 57;
            // 
            // pnlSearchUndoButtons
            // 
            this.pnlSearchUndoButtons.Controls.Add(this.ubtUndo);
            this.pnlSearchUndoButtons.Controls.Add(this.ubtSearch);
            this.pnlSearchUndoButtons.Dock = System.Windows.Forms.DockStyle.Left;
            this.pnlSearchUndoButtons.Location = new System.Drawing.Point(0, 0);
            this.pnlSearchUndoButtons.Name = "pnlSearchUndoButtons";
            this.pnlSearchUndoButtons.Size = new System.Drawing.Size(226, 39);
            this.pnlSearchUndoButtons.TabIndex = 7;
            // 
            // ubtUndo
            // 
            appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
            this.ubtUndo.Appearance = appearance4;
            this.ubtUndo.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtUndo.ImageSize = new System.Drawing.Size(20, 20);
            this.ubtUndo.Location = new System.Drawing.Point(6, 2);
            this.ubtUndo.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtUndo.Name = "ubtUndo";
            this.ubtUndo.Padding = new System.Drawing.Size(7, 5);
            this.ubtUndo.Size = new System.Drawing.Size(103, 35);
            this.ubtUndo.TabIndex = 1;
            this.ubtUndo.Text = "&Undo";
            this.ubtUndo.Visible = false;
            // 
            // ubtSearch
            // 
            appearance5.Image = ((object)(resources.GetObject("appearance5.Image")));
            this.ubtSearch.Appearance = appearance5;
            this.ubtSearch.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtSearch.ImageSize = new System.Drawing.Size(20, 20);
            this.ubtSearch.Location = new System.Drawing.Point(6, 4);
            this.ubtSearch.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtSearch.Name = "ubtSearch";
            this.ubtSearch.Padding = new System.Drawing.Size(7, 5);
            this.ubtSearch.Size = new System.Drawing.Size(103, 35);
            this.ubtSearch.TabIndex = 0;
            this.ubtSearch.Text = "Pes&quisar";
            // 
            // pnlNewDeleteSaveButtons
            // 
            this.pnlNewDeleteSaveButtons.Controls.Add(this.ubtSave);
            this.pnlNewDeleteSaveButtons.Controls.Add(this.ubtDelete);
            this.pnlNewDeleteSaveButtons.Controls.Add(this.ubtNew);
            this.pnlNewDeleteSaveButtons.Dock = System.Windows.Forms.DockStyle.Right;
            this.pnlNewDeleteSaveButtons.Location = new System.Drawing.Point(454, 0);
            this.pnlNewDeleteSaveButtons.Name = "pnlNewDeleteSaveButtons";
            this.pnlNewDeleteSaveButtons.Padding = new System.Windows.Forms.Padding(5);
            this.pnlNewDeleteSaveButtons.Size = new System.Drawing.Size(480, 39);
            this.pnlNewDeleteSaveButtons.TabIndex = 6;
            // 
            // ubtSave
            // 
            appearance6.Image = global::Studio_Money.Properties.Resources.add_16;
            this.ubtSave.Appearance = appearance6;
            this.ubtSave.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtSave.Location = new System.Drawing.Point(371, 2);
            this.ubtSave.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtSave.Name = "ubtSave";
            this.ubtSave.Padding = new System.Drawing.Size(7, 0);
            this.ubtSave.Size = new System.Drawing.Size(103, 35);
            this.ubtSave.TabIndex = 5;
            this.ubtSave.Text = "&Save";
            // 
            // ubtDelete
            // 
            appearance7.Image = global::Studio_Money.Properties.Resources.delete_16;
            this.ubtDelete.Appearance = appearance7;
            this.ubtDelete.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtDelete.Location = new System.Drawing.Point(262, 2);
            this.ubtDelete.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtDelete.Name = "ubtDelete";
            this.ubtDelete.Padding = new System.Drawing.Size(7, 0);
            this.ubtDelete.Size = new System.Drawing.Size(103, 35);
            this.ubtDelete.TabIndex = 4;
            this.ubtDelete.Text = "&Delete";
            // 
            // ubtNew
            // 
            appearance8.Image = global::Studio_Money.Properties.Resources.documents_16;
            this.ubtNew.Appearance = appearance8;
            this.ubtNew.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtNew.Location = new System.Drawing.Point(153, 2);
            this.ubtNew.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
            this.ubtNew.Name = "ubtNew";
            this.ubtNew.Padding = new System.Drawing.Size(7, 5);
            this.ubtNew.Size = new System.Drawing.Size(103, 35);
            this.ubtNew.TabIndex = 3;
            this.ubtNew.Text = "&New";
            // 
            // flpNavigation
            // 
            this.flpNavigation.BackgroundImage = global::Studio_Money.Properties.Resources.degrade_fd;
            this.flpNavigation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.flpNavigation.Controls.Add(this.ubtLast);
            this.flpNavigation.Controls.Add(this.ubtNext);
            this.flpNavigation.Controls.Add(this.lblNavigator);
            this.flpNavigation.Controls.Add(this.txtCurrentRecord);
            this.flpNavigation.Controls.Add(this.ubtPrevious);
            this.flpNavigation.Controls.Add(this.ubtFirst);
            this.flpNavigation.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.flpNavigation.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
            this.flpNavigation.Location = new System.Drawing.Point(0, 168);
            this.flpNavigation.Name = "flpNavigation";
            this.flpNavigation.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
            this.flpNavigation.Size = new System.Drawing.Size(936, 32);
            this.flpNavigation.TabIndex = 55;
            // 
            // ubtLast
            // 
            appearance9.Image = ((object)(resources.GetObject("appearance9.Image")));
            appearance9.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance9.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtLast.Appearance = appearance9;
            this.ubtLast.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtLast.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtLast.Location = new System.Drawing.Point(889, 3);
            this.ubtLast.Name = "ubtLast";
            this.ubtLast.Size = new System.Drawing.Size(32, 24);
            this.ubtLast.TabIndex = 3;
            // 
            // ubtNext
            // 
            appearance10.Image = ((object)(resources.GetObject("appearance10.Image")));
            appearance10.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance10.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtNext.Appearance = appearance10;
            this.ubtNext.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtNext.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtNext.Location = new System.Drawing.Point(851, 3);
            this.ubtNext.Name = "ubtNext";
            this.ubtNext.Size = new System.Drawing.Size(32, 24);
            this.ubtNext.TabIndex = 2;
            // 
            // lblNavigator
            // 
            this.lblNavigator.AutoSize = true;
            this.lblNavigator.BackColor = System.Drawing.Color.Transparent;
            this.lblNavigator.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblNavigator.Location = new System.Drawing.Point(811, 0);
            this.lblNavigator.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.lblNavigator.Name = "lblNavigator";
            this.lblNavigator.Padding = new System.Windows.Forms.Padding(0, 5, 5, 5);
            this.lblNavigator.Size = new System.Drawing.Size(34, 28);
            this.lblNavigator.TabIndex = 6;
            this.lblNavigator.Text = "of 0";
            // 
            // txtCurrentRecord
            // 
            this.txtCurrentRecord.Location = new System.Drawing.Point(771, 5);
            this.txtCurrentRecord.Margin = new System.Windows.Forms.Padding(5);
            this.txtCurrentRecord.Name = "txtCurrentRecord";
            this.txtCurrentRecord.Size = new System.Drawing.Size(35, 20);
            this.txtCurrentRecord.TabIndex = 4;
            // 
            // ubtPrevious
            // 
            appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
            appearance11.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance11.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtPrevious.Appearance = appearance11;
            this.ubtPrevious.Enabled = false;
            this.ubtPrevious.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtPrevious.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtPrevious.Location = new System.Drawing.Point(731, 3);
            this.ubtPrevious.Name = "ubtPrevious";
            this.ubtPrevious.Size = new System.Drawing.Size(32, 24);
            this.ubtPrevious.TabIndex = 1;
            // 
            // ubtFirst
            // 
            appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
            appearance12.ImageHAlign = Infragistics.Win.HAlign.Center;
            appearance12.ImageVAlign = Infragistics.Win.VAlign.Middle;
            this.ubtFirst.Appearance = appearance12;
            this.ubtFirst.Enabled = false;
            this.ubtFirst.Font = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ubtFirst.ImageSize = new System.Drawing.Size(10, 12);
            this.ubtFirst.Location = new System.Drawing.Point(693, 3);
            this.ubtFirst.Name = "ubtFirst";
            this.ubtFirst.Size = new System.Drawing.Size(32, 24);
            this.ubtFirst.TabIndex = 0;
            // 
            // splHorizontal
            // 
            this.splHorizontal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splHorizontal.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splHorizontal.Location = new System.Drawing.Point(224, 420);
            this.splHorizontal.Name = "splHorizontal";
            this.splHorizontal.Size = new System.Drawing.Size(936, 3);
            this.splHorizontal.TabIndex = 70;
            this.splHorizontal.TabStop = false;
            // 
            // _frmMain_Toolbars_Dock_Area_Left
            // 
            this._frmMain_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmMain_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 66);
            this._frmMain_Toolbars_Dock_Area_Left.Name = "_frmMain_Toolbars_Dock_Area_Left";
            this._frmMain_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 557);
            this._frmMain_Toolbars_Dock_Area_Left.ToolbarsManager = this.utmToolbar;
            // 
            // utmToolbar
            // 
            this.utmToolbar.AlwaysShowMenusExpanded = Infragistics.Win.DefaultableBoolean.True;
            this.utmToolbar.DesignerFlags = 1;
            this.utmToolbar.DockWithinContainer = this;
            this.utmToolbar.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
            this.utmToolbar.Office2007UICompatibility = false;
            this.utmToolbar.Ribbon.FileMenuStyle = Infragistics.Win.UltraWinToolbars.FileMenuStyle.None;
            this.utmToolbar.Ribbon.GroupSettings.CanCollapse = Infragistics.Win.DefaultableBoolean.False;
            this.utmToolbar.Ribbon.QuickAccessToolbar.Visible = false;
            this.utmToolbar.ShowFullMenusDelay = 500;
            this.utmToolbar.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
            ultraToolbar1.DockedColumn = 0;
            ultraToolbar1.DockedRow = 1;
            ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool3,
            buttonTool5,
            buttonTool15,
            buttonTool16,
            buttonTool35,
            buttonTool37,
            buttonTool38,
            buttonTool39,
            buttonTool40,
            buttonTool41,
            buttonTool42});
            ultraToolbar1.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar1.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageOnlyOnToolbars;
            ultraToolbar1.Settings.UseLargeImages = Infragistics.Win.DefaultableBoolean.True;
            ultraToolbar1.Text = "Toolbar";
            ultraToolbar2.DockedColumn = 0;
            ultraToolbar2.DockedRow = 0;
            ultraToolbar2.IsMainMenuBar = true;
            popupMenuTool1.InstanceProps.RecentlyUsed = false;
            ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool1});
            ultraToolbar2.Settings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar2.Settings.AllowHiding = Infragistics.Win.DefaultableBoolean.False;
            ultraToolbar2.Text = "Menu";
            this.utmToolbar.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar1,
            ultraToolbar2});
            this.utmToolbar.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.True;
            this.utmToolbar.ToolbarSettings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
            popupMenuTool2.SharedPropsInternal.Caption = "Ca&dastre";
            popupMenuTool2.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool1,
            buttonTool7,
            buttonTool9,
            buttonTool10,
            buttonTool21,
            buttonTool22,
            buttonTool23,
            buttonTool24,
            buttonTool25,
            buttonTool26,
            buttonTool33});
            appearance13.Image = global::Studio_Money.Properties.Resources.bank;
            buttonTool2.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
            buttonTool2.SharedPropsInternal.Caption = "&Bank";
            buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.DefaultForToolType;
            buttonTool2.SharedPropsInternal.ToolTipText = "Bank";
            appearance14.Image = global::Studio_Money.Properties.Resources.bank;
            buttonTool4.SharedPropsInternal.AppearancesLarge.Appearance = appearance14;
            appearance15.Image = global::Studio_Money.Properties.Resources.bank;
            buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
            buttonTool4.SharedPropsInternal.Caption = "Bank";
            appearance16.Image = global::Studio_Money.Properties.Resources.map_;
            buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance16;
            appearance17.Image = global::Studio_Money.Properties.Resources.map_;
            buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
            buttonTool6.SharedPropsInternal.Caption = "Category";
            appearance18.Image = global::Studio_Money.Properties.Resources.map_;
            buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance18;
            buttonTool8.SharedPropsInternal.Caption = "Category";
            appearance19.Image = ((object)(resources.GetObject("appearance19.Image")));
            buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance19;
            buttonTool12.SharedPropsInternal.Caption = "Account";
            appearance20.Image = ((object)(resources.GetObject("appearance20.Image")));
            buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance20;
            buttonTool13.SharedPropsInternal.Caption = "Account Type";
            buttonTool14.SharedPropsInternal.Caption = "Document Type";
            buttonTool14.SharedPropsInternal.ToolTipText = "Document Type";
            appearance21.Image = ((object)(resources.GetObject("appearance21.Image")));
            buttonTool18.SharedPropsInternal.AppearancesLarge.Appearance = appearance21;
            appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
            buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
            buttonTool18.SharedPropsInternal.Caption = "Account";
            appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
            buttonTool19.SharedPropsInternal.AppearancesLarge.Appearance = appearance23;
            appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
            buttonTool19.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
            buttonTool19.SharedPropsInternal.Caption = "Account Type";
            buttonTool27.SharedPropsInternal.Caption = "Additional User";
            buttonTool28.SharedPropsInternal.Caption = "Card";
            buttonTool29.SharedPropsInternal.Caption = "Card Enterprise";
            buttonTool30.SharedPropsInternal.Caption = "Currency";
            buttonTool31.SharedPropsInternal.Caption = "Interval";
            buttonTool32.SharedPropsInternal.Caption = "Payment Type";
            buttonTool34.SharedPropsInternal.Caption = "Vendor";
            appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
            buttonTool36.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
            buttonTool36.SharedPropsInternal.Caption = "Additional User";
            appearance26.Image = ((object)(resources.GetObject("appearance26.Image")));
            buttonTool43.SharedPropsInternal.AppearancesSmall.Appearance = appearance26;
            buttonTool43.SharedPropsInternal.Caption = "Card";
            appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
            buttonTool44.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
            buttonTool44.SharedPropsInternal.Caption = "Card Enterprise";
            appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
            buttonTool45.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
            buttonTool45.SharedPropsInternal.Caption = "Currency";
            appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
            buttonTool46.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
            buttonTool46.SharedPropsInternal.Caption = "Interval";
            appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
            buttonTool47.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
            buttonTool47.SharedPropsInternal.Caption = "Payment Type";
            appearance31.Image = ((object)(resources.GetObject("appearance31.Image")));
            buttonTool48.SharedPropsInternal.AppearancesSmall.Appearance = appearance31;
            buttonTool48.SharedPropsInternal.Caption = "Vendor";
            this.utmToolbar.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool2,
            buttonTool2,
            buttonTool4,
            buttonTool6,
            buttonTool8,
            buttonTool12,
            buttonTool13,
            buttonTool14,
            buttonTool18,
            buttonTool19,
            buttonTool27,
            buttonTool28,
            buttonTool29,
            buttonTool30,
            buttonTool31,
            buttonTool32,
            buttonTool34,
            buttonTool36,
            buttonTool43,
            buttonTool44,
            buttonTool45,
            buttonTool46,
            buttonTool47,
            buttonTool48});
            this.utmToolbar.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.utmToolbar_ToolClick);
            // 
            // _frmMain_Toolbars_Dock_Area_Right
            // 
            this._frmMain_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmMain_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1160, 66);
            this._frmMain_Toolbars_Dock_Area_Right.Name = "_frmMain_Toolbars_Dock_Area_Right";
            this._frmMain_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 557);
            this._frmMain_Toolbars_Dock_Area_Right.ToolbarsManager = this.utmToolbar;
            // 
            // _frmMain_Toolbars_Dock_Area_Top
            // 
            this._frmMain_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmMain_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
            this._frmMain_Toolbars_Dock_Area_Top.Name = "_frmMain_Toolbars_Dock_Area_Top";
            this._frmMain_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1160, 66);
            this._frmMain_Toolbars_Dock_Area_Top.ToolbarsManager = this.utmToolbar;
            // 
            // _frmMain_Toolbars_Dock_Area_Bottom
            // 
            this._frmMain_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            this._frmMain_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this._frmMain_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmMain_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmMain_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 623);
            this._frmMain_Toolbars_Dock_Area_Bottom.Name = "_frmMain_Toolbars_Dock_Area_Bottom";
            this._frmMain_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1160, 0);
            this._frmMain_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.utmToolbar;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(1160, 646);
            this.Controls.Add(this.splHorizontal);
            this.Controls.Add(this.pnlBottom);
            this.Controls.Add(this.pnlHeader);
            this.Controls.Add(this.splVertical);
            this.Controls.Add(this.pnlLeft);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Bottom);
            this.Controls.Add(this.usbStatus);
            this.Controls.Add(this._frmMain_Toolbars_Dock_Area_Top);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = ":: Studio Money";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.usbStatus)).EndInit();
            this.pnlLeft.ResumeLayout(false);
            this.pnlHeader.ResumeLayout(false);
            this.pnlHeader.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcbCurrentPicture)).EndInit();
            this.pnlBottom.ResumeLayout(false);
            this.pnlGrid.ResumeLayout(false);
            this.pnlThreeButtons.ResumeLayout(false);
            this.pnlSearchUndoButtons.ResumeLayout(false);
            this.pnlNewDeleteSaveButtons.ResumeLayout(false);
            this.flpNavigation.ResumeLayout(false);
            this.flpNavigation.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utmToolbar)).EndInit();
            this.ResumeLayout(false);

        }
コード例 #28
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGScriptManager));
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar3 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("GScript manager menu");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool3 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuGScript");
            Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar4 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("GScript");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool4 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("mnuGScript");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool15 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCompile");
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuRun");
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            this.treeViewList = new System.Windows.Forms.ImageList(this.components);
            this.fileSystemWatcher = new System.IO.FileSystemWatcher();
            this.toolbarsManager = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
            this.frmGScriptManager_Fill_Panel = new System.Windows.Forms.Panel();
            this.gscriptTreeView = new System.Windows.Forms.TreeView();
            this._frmGScriptManager_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmGScriptManager_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmGScriptManager_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).BeginInit();
            this.frmGScriptManager_Fill_Panel.SuspendLayout();
            this.SuspendLayout();
            // 
            // treeViewList
            // 
            this.treeViewList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("treeViewList.ImageStream")));
            this.treeViewList.TransparentColor = System.Drawing.Color.Fuchsia;
            this.treeViewList.Images.SetKeyName(0, "GScriptRoot");
            this.treeViewList.Images.SetKeyName(1, "SimpleScriptRoot");
            this.treeViewList.Images.SetKeyName(2, "Script");
            // 
            // fileSystemWatcher
            // 
            this.fileSystemWatcher.EnableRaisingEvents = true;
            this.fileSystemWatcher.Filter = "*.gs";
            this.fileSystemWatcher.IncludeSubdirectories = true;
            this.fileSystemWatcher.NotifyFilter = System.IO.NotifyFilters.FileName;
            this.fileSystemWatcher.SynchronizingObject = this;
            this.fileSystemWatcher.Renamed += new System.IO.RenamedEventHandler(this.fileSystemWatcher_Renamed);
            this.fileSystemWatcher.Deleted += new System.IO.FileSystemEventHandler(this.fileSystemWatcher_Deleted);
            this.fileSystemWatcher.Created += new System.IO.FileSystemEventHandler(this.fileSystemWatcher_Created);
            // 
            // toolbarsManager
            // 
            this.toolbarsManager.DesignerFlags = 1;
            this.toolbarsManager.DockWithinContainer = this;
            this.toolbarsManager.DockWithinContainerBaseType = typeof(SunnyChen.Gulu.Win.frmDummy);
            this.toolbarsManager.ImageTransparentColor = System.Drawing.Color.Fuchsia;
            this.toolbarsManager.ShowFullMenusDelay = 500;
            this.toolbarsManager.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
            ultraToolbar3.DockedColumn = 0;
            ultraToolbar3.DockedRow = 0;
            ultraToolbar3.IsMainMenuBar = true;
            ultraToolbar3.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool3});
            ultraToolbar4.DockedColumn = 0;
            ultraToolbar4.DockedRow = 1;
            buttonTool12.InstanceProps.IsFirstInGroup = true;
            ultraToolbar4.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool10,
            buttonTool11,
            buttonTool12});
            this.toolbarsManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
            ultraToolbar3,
            ultraToolbar4});
            popupMenuTool4.SharedProps.Caption = resources.GetString("resource.Caption");
            popupMenuTool4.SharedProps.MergeOrder = 210;
            popupMenuTool4.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText");
            buttonTool15.InstanceProps.IsFirstInGroup = true;
            popupMenuTool4.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            buttonTool13,
            buttonTool14,
            buttonTool15});
            appearance4.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_DELETE;
            resources.ApplyResources(appearance4, "appearance4");
            buttonTool16.SharedProps.AppearancesSmall.Appearance = appearance4;
            buttonTool16.SharedProps.Caption = resources.GetString("resource.Caption1");
            buttonTool16.SharedProps.Shortcut = System.Windows.Forms.Shortcut.ShiftDel;
            buttonTool16.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText1");
            appearance5.Image = ((object)(resources.GetObject("appearance5.Image")));
            resources.ApplyResources(appearance5, "appearance5");
            buttonTool17.SharedProps.AppearancesSmall.Appearance = appearance5;
            buttonTool17.SharedProps.Caption = resources.GetString("resource.Caption2");
            buttonTool17.SharedProps.Shortcut = System.Windows.Forms.Shortcut.CtrlF9;
            buttonTool17.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText2");
            appearance6.Image = global::SunnyChen.Gulu.Win.Properties.Resources.BMP_RUN;
            resources.ApplyResources(appearance6, "appearance6");
            buttonTool18.SharedProps.AppearancesSmall.Appearance = appearance6;
            buttonTool18.SharedProps.Caption = resources.GetString("resource.Caption3");
            buttonTool18.SharedProps.Shortcut = System.Windows.Forms.Shortcut.F9;
            buttonTool18.SharedProps.ToolTipText = resources.GetString("resource.ToolTipText3");
            this.toolbarsManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
            popupMenuTool4,
            buttonTool16,
            buttonTool17,
            buttonTool18});
            this.toolbarsManager.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolbarsManager_ToolClick);
            // 
            // frmGScriptManager_Fill_Panel
            // 
            this.frmGScriptManager_Fill_Panel.AccessibleDescription = null;
            this.frmGScriptManager_Fill_Panel.AccessibleName = null;
            resources.ApplyResources(this.frmGScriptManager_Fill_Panel, "frmGScriptManager_Fill_Panel");
            this.frmGScriptManager_Fill_Panel.BackgroundImage = null;
            this.frmGScriptManager_Fill_Panel.Controls.Add(this.gscriptTreeView);
            this.frmGScriptManager_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
            this.frmGScriptManager_Fill_Panel.Font = null;
            this.frmGScriptManager_Fill_Panel.Name = "frmGScriptManager_Fill_Panel";
            // 
            // gscriptTreeView
            // 
            this.gscriptTreeView.AccessibleDescription = null;
            this.gscriptTreeView.AccessibleName = null;
            resources.ApplyResources(this.gscriptTreeView, "gscriptTreeView");
            this.gscriptTreeView.BackgroundImage = null;
            this.gscriptTreeView.Font = null;
            this.gscriptTreeView.HideSelection = false;
            this.gscriptTreeView.ImageList = this.treeViewList;
            this.gscriptTreeView.Name = "gscriptTreeView";
            this.gscriptTreeView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gscriptTreeView_MouseClick);
            this.gscriptTreeView.DoubleClick += new System.EventHandler(this.gscriptTreeView_DoubleClick);
            this.gscriptTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.gscriptTreeView_AfterSelect);
            // 
            // _frmGScriptManager_Toolbars_Dock_Area_Left
            // 
            this._frmGScriptManager_Toolbars_Dock_Area_Left.AccessibleDescription = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Left.AccessibleName = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Left, "_frmGScriptManager_Toolbars_Dock_Area_Left");
            this._frmGScriptManager_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmGScriptManager_Toolbars_Dock_Area_Left.BackgroundImage = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
            this._frmGScriptManager_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmGScriptManager_Toolbars_Dock_Area_Left.Name = "_frmGScriptManager_Toolbars_Dock_Area_Left";
            this._frmGScriptManager_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmGScriptManager_Toolbars_Dock_Area_Right
            // 
            this._frmGScriptManager_Toolbars_Dock_Area_Right.AccessibleDescription = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Right.AccessibleName = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Right, "_frmGScriptManager_Toolbars_Dock_Area_Right");
            this._frmGScriptManager_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmGScriptManager_Toolbars_Dock_Area_Right.BackgroundImage = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
            this._frmGScriptManager_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmGScriptManager_Toolbars_Dock_Area_Right.Name = "_frmGScriptManager_Toolbars_Dock_Area_Right";
            this._frmGScriptManager_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmGScriptManager_Toolbars_Dock_Area_Top
            // 
            this._frmGScriptManager_Toolbars_Dock_Area_Top.AccessibleDescription = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Top.AccessibleName = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Top, "_frmGScriptManager_Toolbars_Dock_Area_Top");
            this._frmGScriptManager_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmGScriptManager_Toolbars_Dock_Area_Top.BackgroundImage = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
            this._frmGScriptManager_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmGScriptManager_Toolbars_Dock_Area_Top.Name = "_frmGScriptManager_Toolbars_Dock_Area_Top";
            this._frmGScriptManager_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolbarsManager;
            // 
            // _frmGScriptManager_Toolbars_Dock_Area_Bottom
            // 
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.AccessibleDescription = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.AccessibleName = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
            resources.ApplyResources(this._frmGScriptManager_Toolbars_Dock_Area_Bottom, "_frmGScriptManager_Toolbars_Dock_Area_Bottom");
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.BackgroundImage = null;
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.Name = "_frmGScriptManager_Toolbars_Dock_Area_Bottom";
            this._frmGScriptManager_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolbarsManager;
            // 
            // frmGScriptManager
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.frmGScriptManager_Fill_Panel);
            this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Left);
            this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Right);
            this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Top);
            this.Controls.Add(this._frmGScriptManager_Toolbars_Dock_Area_Bottom);
            this.Name = "frmGScriptManager";
            this.Load += new System.EventHandler(this.frmGScriptManager_Load);
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.toolbarsManager)).EndInit();
            this.frmGScriptManager_Fill_Panel.ResumeLayout(false);
            this.ResumeLayout(false);

        }
コード例 #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("tbrFunction");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool1   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAdd");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool2   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool3   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool4   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool5   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGet");
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool6   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAdd");
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources   = new System.ComponentModel.ComponentResourceManager(typeof(FrmBaseList));
     Infragistics.Win.UltraWinToolbars.ButtonTool   ButtonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuEdit");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGet");
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool ButtonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool PopupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("popMenuFunction");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuAdd");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuCopy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool13   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuEdit");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool14   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuDelete");
     Infragistics.Win.UltraWinToolbars.ButtonTool    ButtonTool15   = new Infragistics.Win.UltraWinToolbars.ButtonTool("mnuGet");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTabControl.UltraTab UltraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
     Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
     this.UltraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
     this.grdList = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this._frmBaseList_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.tbrFunction = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._frmBaseList_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmBaseList_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._frmBaseList_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.bsList = new System.Windows.Forms.BindingSource(this.components);
     this.frmBaseList_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this.splContent             = new Infragistics.Win.Misc.UltraSplitter();
     this.pnlDetail = new Infragistics.Win.Misc.UltraPanel();
     this.tabInfo   = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
     this.UltraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
     this.pnlTitle     = new Infragistics.Win.Misc.UltraPanel();
     this.lblTitle     = new Infragistics.Win.Misc.UltraLabel();
     this.dsDictionary = new Desktop.Entity.DictionaryDataSet();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbrFunction)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsList)).BeginInit();
     this.frmBaseList_Fill_Panel.ClientArea.SuspendLayout();
     this.frmBaseList_Fill_Panel.SuspendLayout();
     this.pnlDetail.ClientArea.SuspendLayout();
     this.pnlDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabInfo)).BeginInit();
     this.tabInfo.SuspendLayout();
     this.pnlTitle.ClientArea.SuspendLayout();
     this.pnlTitle.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dsDictionary)).BeginInit();
     this.SuspendLayout();
     //
     // UltraTabPageControl1
     //
     this.UltraTabPageControl1.Location = new System.Drawing.Point(1, 20);
     this.UltraTabPageControl1.Name     = "UltraTabPageControl1";
     this.UltraTabPageControl1.Size     = new System.Drawing.Size(798, 129);
     //
     // grdList
     //
     this.tbrFunction.SetContextMenuUltra(this.grdList, "popMenuFunction");
     appearance15.BackColor                                          = System.Drawing.SystemColors.Window;
     appearance15.BorderColor                                        = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance15.TextVAlignAsString                                 = "Middle";
     this.grdList.DisplayLayout.Appearance                           = appearance15;
     this.grdList.DisplayLayout.AutoFitStyle                         = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn;
     this.grdList.DisplayLayout.BorderStyle                          = Infragistics.Win.UIElementBorderStyle.Solid;
     this.grdList.DisplayLayout.CaptionVisible                       = Infragistics.Win.DefaultableBoolean.False;
     this.grdList.DisplayLayout.DefaultSelectedBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     this.grdList.DisplayLayout.DefaultSelectedForeColor             = System.Drawing.Color.Black;
     this.grdList.DisplayLayout.EmptyRowSettings.ShowEmptyRows       = true;
     appearance16.BackColor                                          = System.Drawing.SystemColors.ActiveBorder;
     appearance16.BackColor2                                         = System.Drawing.SystemColors.ControlDark;
     appearance16.BackGradientStyle                                  = Infragistics.Win.GradientStyle.Vertical;
     appearance16.BorderColor                                        = System.Drawing.SystemColors.Window;
     this.grdList.DisplayLayout.GroupByBox.Appearance                = appearance16;
     appearance17.ForeColor                                          = System.Drawing.SystemColors.GrayText;
     this.grdList.DisplayLayout.GroupByBox.BandLabelAppearance       = appearance17;
     this.grdList.DisplayLayout.GroupByBox.BorderStyle               = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance18.BackColor                                          = System.Drawing.SystemColors.ControlLightLight;
     appearance18.BackColor2                                         = System.Drawing.SystemColors.Control;
     appearance18.BackGradientStyle                                  = Infragistics.Win.GradientStyle.Horizontal;
     appearance18.ForeColor                                          = System.Drawing.SystemColors.GrayText;
     this.grdList.DisplayLayout.GroupByBox.PromptAppearance          = appearance18;
     this.grdList.DisplayLayout.MaxColScrollRegions                  = 1;
     this.grdList.DisplayLayout.MaxRowScrollRegions                  = 1;
     this.grdList.DisplayLayout.NewBandLoadStyle                     = Infragistics.Win.UltraWinGrid.NewBandLoadStyle.Hide;
     this.grdList.DisplayLayout.NewColumnLoadStyle                   = Infragistics.Win.UltraWinGrid.NewColumnLoadStyle.Hide;
     appearance19.BackColor                                          = System.Drawing.SystemColors.Window;
     appearance19.ForeColor                                          = System.Drawing.SystemColors.ControlText;
     this.grdList.DisplayLayout.Override.ActiveCellAppearance        = appearance19;
     appearance20.BackColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     appearance20.BackColor2                                         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     appearance20.BorderColor                                        = System.Drawing.Color.Black;
     appearance20.ForeColor                                          = System.Drawing.Color.Black;
     this.grdList.DisplayLayout.Override.ActiveRowAppearance         = appearance20;
     this.grdList.DisplayLayout.Override.AllowRowLayoutCellSizing    = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     this.grdList.DisplayLayout.Override.AllowRowLayoutLabelSizing   = Infragistics.Win.UltraWinGrid.RowLayoutSizing.Horizontal;
     this.grdList.DisplayLayout.Override.BorderStyleCell             = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.grdList.DisplayLayout.Override.BorderStyleRow              = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance21.BackColor                                          = System.Drawing.SystemColors.Window;
     this.grdList.DisplayLayout.Override.CardAreaAppearance          = appearance21;
     appearance22.BorderColor                                        = System.Drawing.Color.Silver;
     appearance22.TextTrimming                                       = Infragistics.Win.TextTrimming.EllipsisCharacter;
     appearance22.TextVAlignAsString                                 = "Middle";
     this.grdList.DisplayLayout.Override.CellAppearance              = appearance22;
     this.grdList.DisplayLayout.Override.CellClickAction             = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.grdList.DisplayLayout.Override.CellPadding                 = 0;
     appearance23.TextVAlignAsString                                 = "Middle";
     this.grdList.DisplayLayout.Override.FilterCellAppearance        = appearance23;
     this.grdList.DisplayLayout.Override.FilterOperatorDefaultValue  = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Contains;
     appearance24.BackColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
     appearance24.BackColor2                                         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
     this.grdList.DisplayLayout.Override.FilterRowAppearance         = appearance24;
     this.grdList.DisplayLayout.Override.FilterUIType                = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance25.BackColor                                          = System.Drawing.SystemColors.Control;
     appearance25.BackColor2                                         = System.Drawing.SystemColors.ControlDark;
     appearance25.BackGradientAlignment                              = Infragistics.Win.GradientAlignment.Element;
     appearance25.BackGradientStyle                                  = Infragistics.Win.GradientStyle.Horizontal;
     appearance25.BorderColor                                        = System.Drawing.SystemColors.Window;
     this.grdList.DisplayLayout.Override.GroupByRowAppearance        = appearance25;
     appearance26.BackColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance26.BackColor2                                         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance26.ForeColor                                          = System.Drawing.Color.Black;
     appearance26.TextHAlignAsString                                 = "Center";
     this.grdList.DisplayLayout.Override.HeaderAppearance            = appearance26;
     this.grdList.DisplayLayout.Override.HeaderClickAction           = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.grdList.DisplayLayout.Override.HeaderStyle                 = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance27.BackColor                                          = System.Drawing.SystemColors.Window;
     appearance27.BorderColor                                        = System.Drawing.Color.Silver;
     this.grdList.DisplayLayout.Override.RowAppearance               = appearance27;
     this.grdList.DisplayLayout.Override.RowSelectors                = Infragistics.Win.DefaultableBoolean.False;
     appearance28.BackColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     appearance28.BackColor2                                         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(202)))));
     this.grdList.DisplayLayout.Override.SelectedRowAppearance       = appearance28;
     this.grdList.DisplayLayout.Override.SummaryDisplayArea          = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.BottomFixed;
     this.grdList.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     appearance29.BackColor                                          = System.Drawing.SystemColors.ControlLight;
     this.grdList.DisplayLayout.Override.TemplateAddRowAppearance    = appearance29;
     appearance30.BackColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance30.BackColor2                                         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     scrollBarLook1.Appearance                                       = appearance30;
     appearance31.BackColor                                          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance31.BorderColor                                        = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(140)))), ((int)(((byte)(60)))));
     scrollBarLook1.TrackAppearance                                  = appearance31;
     this.grdList.DisplayLayout.ScrollBarLook                        = scrollBarLook1;
     this.grdList.DisplayLayout.ScrollBounds                         = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.grdList.DisplayLayout.ScrollStyle                          = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.grdList.DisplayLayout.ShowDeleteRowsPrompt                 = false;
     this.grdList.DisplayLayout.UseFixedHeaders                      = true;
     this.grdList.DisplayLayout.ViewStyle                            = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.grdList.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.grdList.Location           = new System.Drawing.Point(0, 27);
     this.grdList.Name               = "grdList";
     this.grdList.Size               = new System.Drawing.Size(800, 238);
     this.grdList.TabIndex           = 1;
     this.grdList.Text               = "Danh sách";
     this.grdList.UseFlatMode        = Infragistics.Win.DefaultableBoolean.True;
     this.grdList.UseOsThemes        = Infragistics.Win.DefaultableBoolean.False;
     this.grdList.AfterRowActivate  += new System.EventHandler(this.grdList_AfterRowActivate);
     this.grdList.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.grdList_AfterSelectChange);
     this.grdList.BeforeRowsDeleted += new Infragistics.Win.UltraWinGrid.BeforeRowsDeletedEventHandler(this.grdList_BeforeRowsDeleted);
     this.grdList.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.grdList_KeyDown);
     this.grdList.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.grdList_MouseDoubleClick);
     this.grdList.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.grdList_MouseDown);
     //
     // _frmBaseList_Toolbars_Dock_Area_Top
     //
     this._frmBaseList_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._frmBaseList_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._frmBaseList_Toolbars_Dock_Area_Top.Name            = "_frmBaseList_Toolbars_Dock_Area_Top";
     this._frmBaseList_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(800, 25);
     this._frmBaseList_Toolbars_Dock_Area_Top.ToolbarsManager = this.tbrFunction;
     //
     // tbrFunction
     //
     appearance1.BackColor                         = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this.tbrFunction.Appearance                   = appearance1;
     this.tbrFunction.DesignerFlags                = 1;
     this.tbrFunction.DockWithinContainer          = this;
     this.tbrFunction.DockWithinContainerBaseType  = typeof(System.Windows.Forms.Form);
     this.tbrFunction.MultiMonitorDropDownBehavior = Infragistics.Win.UltraWinToolbars.MultiMonitorDropDownBehavior.ShiftToMonitorWithExclusionRect;
     this.tbrFunction.ShowFullMenusDelay           = 500;
     this.tbrFunction.ShowQuickCustomizeButton     = false;
     ultraToolbar1.DockedColumn                    = 0;
     ultraToolbar1.DockedRow                       = 0;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool1,
         ButtonTool2,
         ButtonTool3,
         ButtonTool4,
         ButtonTool5
     });
     ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ultraToolbar1.Text = "Thao tác dữ liệu";
     this.tbrFunction.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance10.Image = ((object)(resources.GetObject("appearance10.Image")));
     ButtonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     ButtonTool6.SharedPropsInternal.Caption  = "Thêm";
     ButtonTool6.SharedPropsInternal.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
     ButtonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
     ButtonTool7.SharedPropsInternal.Caption      = "Sửa";
     ButtonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool7.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlE;
     appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
     ButtonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
     ButtonTool8.SharedPropsInternal.Caption      = "Xóa";
     ButtonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool8.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.CtrlD;
     appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
     ButtonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
     ButtonTool9.SharedPropsInternal.Caption      = "Nạp";
     ButtonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ButtonTool9.SharedPropsInternal.Shortcut     = System.Windows.Forms.Shortcut.F5;
     appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
     ButtonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
     ButtonTool10.SharedPropsInternal.Caption   = "Nhân bản";
     ButtonTool10.SharedPropsInternal.Shortcut  = System.Windows.Forms.Shortcut.CtrlC;
     PopupMenuTool1.SharedPropsInternal.Caption = "Chức năng";
     PopupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool11,
         ButtonTool12,
         ButtonTool13,
         ButtonTool14,
         ButtonTool15
     });
     this.tbrFunction.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         ButtonTool6,
         ButtonTool7,
         ButtonTool8,
         ButtonTool9,
         ButtonTool10,
         PopupMenuTool1
     });
     this.tbrFunction.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.tbrFunction_ToolClick);
     //
     // _frmBaseList_Toolbars_Dock_Area_Bottom
     //
     this._frmBaseList_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._frmBaseList_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 450);
     this._frmBaseList_Toolbars_Dock_Area_Bottom.Name            = "_frmBaseList_Toolbars_Dock_Area_Bottom";
     this._frmBaseList_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(800, 0);
     this._frmBaseList_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.tbrFunction;
     //
     // _frmBaseList_Toolbars_Dock_Area_Left
     //
     this._frmBaseList_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._frmBaseList_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 25);
     this._frmBaseList_Toolbars_Dock_Area_Left.Name            = "_frmBaseList_Toolbars_Dock_Area_Left";
     this._frmBaseList_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 425);
     this._frmBaseList_Toolbars_Dock_Area_Left.ToolbarsManager = this.tbrFunction;
     //
     // _frmBaseList_Toolbars_Dock_Area_Right
     //
     this._frmBaseList_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._frmBaseList_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     this._frmBaseList_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._frmBaseList_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._frmBaseList_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(800, 25);
     this._frmBaseList_Toolbars_Dock_Area_Right.Name            = "_frmBaseList_Toolbars_Dock_Area_Right";
     this._frmBaseList_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 425);
     this._frmBaseList_Toolbars_Dock_Area_Right.ToolbarsManager = this.tbrFunction;
     //
     // bsList
     //
     this.bsList.CurrentChanged += new System.EventHandler(this.bsList_CurrentChanged);
     //
     // frmBaseList_Fill_Panel
     //
     appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     this.frmBaseList_Fill_Panel.Appearance = appearance2;
     //
     // frmBaseList_Fill_Panel.ClientArea
     //
     this.frmBaseList_Fill_Panel.ClientArea.Controls.Add(this.grdList);
     this.frmBaseList_Fill_Panel.ClientArea.Controls.Add(this.splContent);
     this.frmBaseList_Fill_Panel.ClientArea.Controls.Add(this.pnlDetail);
     this.frmBaseList_Fill_Panel.ClientArea.Controls.Add(this.pnlTitle);
     this.frmBaseList_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.frmBaseList_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.frmBaseList_Fill_Panel.Location = new System.Drawing.Point(0, 25);
     this.frmBaseList_Fill_Panel.Name     = "frmBaseList_Fill_Panel";
     this.frmBaseList_Fill_Panel.Size     = new System.Drawing.Size(800, 425);
     this.frmBaseList_Fill_Panel.TabIndex = 8;
     //
     // splContent
     //
     appearance3.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance3.BackColor2                    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance3.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance3.BorderColor2                  = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     this.splContent.Appearance                = appearance3;
     this.splContent.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance4.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance4.BackColor2                    = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(199)))), ((int)(((byte)(231)))));
     appearance4.BorderColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance4.BorderColor2                  = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     this.splContent.ButtonAppearance          = appearance4;
     this.splContent.ButtonStyle               = Infragistics.Win.UIElementButtonStyle.Button;
     appearance5.BackColor                     = System.Drawing.Color.Yellow;
     appearance5.BorderColor                   = System.Drawing.Color.Red;
     this.splContent.CollapsedButtonAppearance = appearance5;
     this.splContent.Dock   = System.Windows.Forms.DockStyle.Bottom;
     appearance6.BackColor  = System.Drawing.Color.Yellow;
     appearance6.BackColor2 = System.Drawing.Color.Red;
     this.splContent.HotTrackingButtonAppearance = appearance6;
     this.splContent.Location      = new System.Drawing.Point(0, 265);
     this.splContent.Name          = "splContent";
     this.splContent.RestoreExtent = 150;
     this.splContent.Size          = new System.Drawing.Size(800, 10);
     this.splContent.TabIndex      = 2;
     this.splContent.UseFlatMode   = Infragistics.Win.DefaultableBoolean.True;
     this.splContent.UseOsThemes   = Infragistics.Win.DefaultableBoolean.False;
     //
     // pnlDetail
     //
     //
     // pnlDetail.ClientArea
     //
     this.pnlDetail.ClientArea.Controls.Add(this.tabInfo);
     this.pnlDetail.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlDetail.Location = new System.Drawing.Point(0, 275);
     this.pnlDetail.Name     = "pnlDetail";
     this.pnlDetail.Size     = new System.Drawing.Size(800, 150);
     this.pnlDetail.TabIndex = 1;
     //
     // tabInfo
     //
     appearance7.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance7.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(230)))), ((int)(((byte)(159)))));
     appearance7.FontData.BoldAsString = "True";
     this.tabInfo.ActiveTabAppearance  = appearance7;
     appearance8.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance8.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(220)))), ((int)(((byte)(240)))));
     appearance8.BorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     appearance8.BorderColor2          = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(162)))), ((int)(((byte)(206)))));
     this.tabInfo.Appearance           = appearance8;
     this.tabInfo.Controls.Add(this.UltraTabSharedControlsPage1);
     this.tabInfo.Controls.Add(this.UltraTabPageControl1);
     this.tabInfo.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tabInfo.Location           = new System.Drawing.Point(0, 0);
     this.tabInfo.Name               = "tabInfo";
     this.tabInfo.SharedControlsPage = this.UltraTabSharedControlsPage1;
     this.tabInfo.Size               = new System.Drawing.Size(800, 150);
     this.tabInfo.Style              = Infragistics.Win.UltraWinTabControl.UltraTabControlStyle.VisualStudio2005;
     this.tabInfo.TabIndex           = 0;
     UltraTab1.Key     = "tabInfoGeneral";
     UltraTab1.TabPage = this.UltraTabPageControl1;
     UltraTab1.Text    = "Thông tin chung";
     this.tabInfo.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
         UltraTab1
     });
     this.tabInfo.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.tabInfo.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     //
     // UltraTabSharedControlsPage1
     //
     this.UltraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
     this.UltraTabSharedControlsPage1.Name     = "UltraTabSharedControlsPage1";
     this.UltraTabSharedControlsPage1.Size     = new System.Drawing.Size(798, 129);
     //
     // pnlTitle
     //
     //
     // pnlTitle.ClientArea
     //
     this.pnlTitle.ClientArea.Controls.Add(this.lblTitle);
     this.pnlTitle.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTitle.Location = new System.Drawing.Point(0, 0);
     this.pnlTitle.Name     = "pnlTitle";
     this.pnlTitle.Size     = new System.Drawing.Size(800, 27);
     this.pnlTitle.TabIndex = 0;
     //
     // lblTitle
     //
     appearance9.TextHAlignAsString = "Left";
     appearance9.TextVAlignAsString = "Middle";
     this.lblTitle.Appearance       = appearance9;
     this.lblTitle.Dock             = System.Windows.Forms.DockStyle.Left;
     this.lblTitle.Font             = new System.Drawing.Font("Microsoft PhagsPa", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location         = new System.Drawing.Point(0, 0);
     this.lblTitle.Name             = "lblTitle";
     this.lblTitle.Padding          = new System.Drawing.Size(8, 0);
     this.lblTitle.Size             = new System.Drawing.Size(200, 27);
     this.lblTitle.TabIndex         = 1;
     this.lblTitle.Text             = "lblTitle";
     this.lblTitle.UseFlatMode      = Infragistics.Win.DefaultableBoolean.True;
     this.lblTitle.UseOsThemes      = Infragistics.Win.DefaultableBoolean.False;
     //
     // dsDictionary
     //
     this.dsDictionary.DataSetName             = "DictionaryDataSet";
     this.dsDictionary.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // FrmBaseList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.frmBaseList_Fill_Panel);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._frmBaseList_Toolbars_Dock_Area_Top);
     this.Name  = "FrmBaseList";
     this.Text  = "FrmBaseList";
     this.Load += new System.EventHandler(this.FrmBaseList_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbrFunction)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsList)).EndInit();
     this.frmBaseList_Fill_Panel.ClientArea.ResumeLayout(false);
     this.frmBaseList_Fill_Panel.ResumeLayout(false);
     this.pnlDetail.ClientArea.ResumeLayout(false);
     this.pnlDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabInfo)).EndInit();
     this.tabInfo.ResumeLayout(false);
     this.pnlTitle.ClientArea.ResumeLayout(false);
     this.pnlTitle.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dsDictionary)).EndInit();
     this.ResumeLayout(false);
 }