コード例 #1
0
ファイル: FormMain.cs プロジェクト: windygu/ger20160318
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager       resources = new System.Resources.ResourceManager(typeof(FormMain));
     Infragistics.Win.UltraWinListBar.Group group1    = new Infragistics.Win.UltraWinListBar.Group(true);
     Infragistics.Win.UltraWinListBar.Item  item1     = new Infragistics.Win.UltraWinListBar.Item();
     Infragistics.Win.UltraWinListBar.Item  item2     = new Infragistics.Win.UltraWinListBar.Item();
     Infragistics.Win.UltraWinListBar.Item  item3     = new Infragistics.Win.UltraWinListBar.Item();
     Infragistics.Win.UltraWinListBar.Item  item4     = new Infragistics.Win.UltraWinListBar.Item();
     this.mainMenu              = new System.Windows.Forms.MainMenu();
     this.menuItem1             = new System.Windows.Forms.MenuItem();
     this.menuItem2             = new System.Windows.Forms.MenuItem();
     this.menuItem3             = new System.Windows.Forms.MenuItem();
     this.menuItemArhivoSalir   = new System.Windows.Forms.MenuItem();
     this.menuItem4             = new System.Windows.Forms.MenuItem();
     this.menuItemEnviarRecibir = new System.Windows.Forms.MenuItem();
     this.menuItemEnviar        = new System.Windows.Forms.MenuItem();
     this.menuItemRecibir       = new System.Windows.Forms.MenuItem();
     this.menuItem6             = new System.Windows.Forms.MenuItem();
     this.menuItemProcesarSentenciasDeReplicacion = new System.Windows.Forms.MenuItem();
     this.imageList      = new System.Windows.Forms.ImageList(this.components);
     this.splitter1      = new System.Windows.Forms.Splitter();
     this.statusBar      = new System.Windows.Forms.StatusBar();
     this.panel3         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel4         = new System.Windows.Forms.Panel();
     this.axWebBrowser   = new AxSHDocVw.AxWebBrowser();
     this.splitter2      = new System.Windows.Forms.Splitter();
     this.panelGrid      = new System.Windows.Forms.Panel();
     this.gridEX         = new Janus.Windows.GridEX.GridEX();
     this.labelHeader    = new System.Windows.Forms.Label();
     this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
     this.ultraListBar1  = new Infragistics.Win.UltraWinListBar.UltraListBar();
     this.toolBar1       = new System.Windows.Forms.ToolBar();
     this.menuItem5      = new System.Windows.Forms.MenuItem();
     this.menuItem7      = new System.Windows.Forms.MenuItem();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.panelGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem4
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2,
         this.menuItem3,
         this.menuItemArhivoSalir
     });
     this.menuItem1.Text = "&Archivo";
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text  = "";
     //
     // menuItem3
     //
     this.menuItem3.Index = 1;
     this.menuItem3.Text  = "-";
     //
     // menuItemArhivoSalir
     //
     this.menuItemArhivoSalir.Index    = 2;
     this.menuItemArhivoSalir.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.menuItemArhivoSalir.Text     = "&Salir";
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     this.menuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemEnviarRecibir,
         this.menuItemEnviar,
         this.menuItemRecibir,
         this.menuItem6,
         this.menuItemProcesarSentenciasDeReplicacion,
         this.menuItem7,
         this.menuItem5
     });
     this.menuItem4.Text = "H&erramientas";
     //
     // menuItemEnviarRecibir
     //
     this.menuItemEnviarRecibir.Index  = 0;
     this.menuItemEnviarRecibir.Text   = "Enviar y recibir todo";
     this.menuItemEnviarRecibir.Click += new System.EventHandler(this.menuItemEnviarRecibir_Click);
     //
     // menuItemEnviar
     //
     this.menuItemEnviar.Index  = 1;
     this.menuItemEnviar.Text   = "Enviar todo";
     this.menuItemEnviar.Click += new System.EventHandler(this.menuItemEnviar_Click);
     //
     // menuItemRecibir
     //
     this.menuItemRecibir.Index  = 2;
     this.menuItemRecibir.Text   = "Recibir todo";
     this.menuItemRecibir.Click += new System.EventHandler(this.menuItemRecibir_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 3;
     this.menuItem6.Text  = "-";
     //
     // menuItemProcesarSentenciasDeReplicacion
     //
     this.menuItemProcesarSentenciasDeReplicacion.Index  = 4;
     this.menuItemProcesarSentenciasDeReplicacion.Text   = "Procesar sentencias de replicación";
     this.menuItemProcesarSentenciasDeReplicacion.Click += new System.EventHandler(this.menuItemProcesarSentenciasDeReplicacion_Click);
     //
     // imageList
     //
     this.imageList.ImageSize        = new System.Drawing.Size(32, 32);
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Magenta;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 385);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(3, 363);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Size     = new System.Drawing.Size(829, 22);
     this.statusBar.TabIndex = 8;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel2);
     this.panel3.Controls.Add(this.toolBar1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(829, 363);
     this.panel3.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.ultraListBar1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel2.Location = new System.Drawing.Point(0, 42);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(829, 321);
     this.panel2.TabIndex = 11;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.axWebBrowser);
     this.panel4.Controls.Add(this.splitter2);
     this.panel4.Controls.Add(this.panelGrid);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(144, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(685, 321);
     this.panel4.TabIndex = 10;
     //
     // axWebBrowser
     //
     this.axWebBrowser.ContainingControl = this;
     this.axWebBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser.Enabled  = true;
     this.axWebBrowser.Location = new System.Drawing.Point(0, 195);
     this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size     = new System.Drawing.Size(685, 126);
     this.axWebBrowser.TabIndex = 10;
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter2.Location = new System.Drawing.Point(0, 192);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(685, 3);
     this.splitter2.TabIndex = 9;
     this.splitter2.TabStop  = false;
     //
     // panelGrid
     //
     this.panelGrid.Controls.Add(this.gridEX);
     this.panelGrid.Controls.Add(this.labelHeader);
     this.panelGrid.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelGrid.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panelGrid.Location = new System.Drawing.Point(0, 0);
     this.panelGrid.Name     = "panelGrid";
     this.panelGrid.Size     = new System.Drawing.Size(685, 192);
     this.panelGrid.TabIndex = 8;
     //
     // gridEX
     //
     this.gridEX.ColumnAutoResize = true;
     this.gridEX.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEX.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.gridEX.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEX.GroupByBoxVisible  = false;
     this.gridEX.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX.LayoutData         = @"<GridEXLayoutData><RootTable><AllowAddNew>False</AllowAddNew><AllowDelete>False</AllowDelete><AllowEdit>False</AllowEdit><AllowGroup>False</AllowGroup><Columns Collection=""true""><Column0 ID=""Icon""><AllowSize>False</AllowSize><ColumnType>Image</ColumnType><Key>Icon</Key><Position>0</Position><Width>30</Width></Column0><Column1 ID=""IdBandeja""><Caption>IdBandeja</Caption><DataMember>IdBandeja</DataMember><Key>IdBandeja</Key><Position>1</Position><Visible>False</Visible></Column1><Column2 ID=""NombreArchivo""><Caption>Nombre</Caption><DataMember>NombreArchivo</DataMember><Key>NombreArchivo</Key><Position>2</Position><Width>351</Width></Column2><Column3 ID=""FechaTransferencia""><AllowSize>False</AllowSize><Caption>Transferencia</Caption><DataMember>FechaTransferencia</DataMember><EditType>CalendarDropDown</EditType><Key>FechaTransferencia</Key><Position>3</Position><Width>150</Width></Column3><Column4 ID=""FechaCreacion""><AllowSize>False</AllowSize><Caption>Creación</Caption><DataMember>FechaCreacion</DataMember><EditType>CalendarDropDown</EditType><Key>FechaCreacion</Key><Position>4</Position><Width>150</Width></Column4></Columns><GridLines>Horizontal</GridLines><GroupCondition ID="""" /><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>3</ColIndex><SortOrder>Descending</SortOrder></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridEX.Location           = new System.Drawing.Point(0, 23);
     this.gridEX.Name              = "gridEX";
     this.gridEX.Size              = new System.Drawing.Size(685, 169);
     this.gridEX.TabIndex          = 4;
     this.gridEX.SelectionChanged += new System.EventHandler(this.gridEX_SelectionChanged);
     //
     // labelHeader
     //
     this.labelHeader.BackColor   = System.Drawing.SystemColors.AppWorkspace;
     this.labelHeader.Dock        = System.Windows.Forms.DockStyle.Top;
     this.labelHeader.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelHeader.ForeColor   = System.Drawing.SystemColors.HighlightText;
     this.labelHeader.ImageAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelHeader.ImageIndex  = 1;
     this.labelHeader.ImageList   = this.imageListSmall;
     this.labelHeader.Location    = new System.Drawing.Point(0, 0);
     this.labelHeader.Name        = "labelHeader";
     this.labelHeader.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelHeader.Size        = new System.Drawing.Size(685, 23);
     this.labelHeader.TabIndex    = 0;
     this.labelHeader.Text        = "   [bandeja]";
     this.labelHeader.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // imageListSmall
     //
     this.imageListSmall.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
     this.imageListSmall.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraListBar1
     //
     this.ultraListBar1.BorderStyle         = Infragistics.Win.UIElementBorderStyle.InsetSoft;
     this.ultraListBar1.Dock                = System.Windows.Forms.DockStyle.Left;
     this.ultraListBar1.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ultraListBar1.GroupHeadersVisible = false;
     item1.Key             = "INBOX";
     item1.LargeImageIndex = 0;
     item1.SmallImageIndex = 0;
     item1.Text            = "Bandeja de entrada";
     item2.Key             = "OUTBOX";
     item2.LargeImageIndex = 1;
     item2.SmallImageIndex = 1;
     item2.Text            = "Bandeja de salida";
     item3.Key             = "SENT";
     item3.LargeImageIndex = 2;
     item3.SmallImageIndex = 2;
     item3.Text            = "Elementos enviados";
     item4.Key             = "TRASH";
     item4.LargeImageIndex = 3;
     item4.SmallImageIndex = 3;
     item4.Text            = "Elementos eliminados";
     group1.Items.Add(item1);
     group1.Items.Add(item2);
     group1.Items.Add(item3);
     group1.Items.Add(item4);
     this.ultraListBar1.Groups.Add(group1);
     this.ultraListBar1.LargeImageList = this.imageList;
     this.ultraListBar1.Location       = new System.Drawing.Point(0, 0);
     this.ultraListBar1.Name           = "ultraListBar1";
     this.ultraListBar1.Size           = new System.Drawing.Size(144, 321);
     this.ultraListBar1.ItemSelected  += new Infragistics.Win.UltraWinListBar.ItemEventHandler(this.ultraListBar1_ItemSelected);
     //
     // toolBar1
     //
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(829, 42);
     this.toolBar1.TabIndex       = 10;
     //
     // menuItem5
     //
     this.menuItem5.Index  = 6;
     this.menuItem5.Text   = "Procesar bandeja de entrada";
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 5;
     this.menuItem7.Text  = "-";
     //
     // FormMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(832, 385);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.splitter1);
     this.Font  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Menu  = this.mainMenu;
     this.Name  = "FormMain";
     this.Text  = "Administrador de transferencias";
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.panelGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LongShortResultDisplay));
      Infragistics.Win.UltraWinListBar.Group group2 = new Infragistics.Win.UltraWinListBar.Group(true);
      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
      this.ultraListBar1 = new Infragistics.Win.UltraWinListBar.UltraListBar();
      this.splitContainer3 = new System.Windows.Forms.SplitContainer();
      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
      this.splitContainer4 = new System.Windows.Forms.SplitContainer();
      this.splitContainer5 = new System.Windows.Forms.SplitContainer();
      this.panel3 = new SI.Controls.Panel();
      this.label2 = new SI.Controls.Label();
      this.panel1 = new SI.Controls.Panel();
      this.lblPnle = new SI.Controls.Label();
      this.label3 = new SI.Controls.Label();
      this.panel4 = new SI.Controls.Panel();
      this.label1 = new SI.Controls.Label();
      this.panel2 = new SI.Controls.Panel();
      this.label4 = new SI.Controls.Label();
      this.panel5 = new SI.Controls.Panel();
      this.splitContainer1.Panel1.SuspendLayout();
      this.splitContainer1.Panel2.SuspendLayout();
      this.splitContainer1.SuspendLayout();
      ((System.ComponentModel.ISupportInitialize)(this.ultraListBar1)).BeginInit();
      this.splitContainer3.Panel1.SuspendLayout();
      this.splitContainer3.Panel2.SuspendLayout();
      this.splitContainer3.SuspendLayout();
      this.splitContainer2.Panel1.SuspendLayout();
      this.splitContainer2.Panel2.SuspendLayout();
      this.splitContainer2.SuspendLayout();
      this.splitContainer4.Panel1.SuspendLayout();
      this.splitContainer4.Panel2.SuspendLayout();
      this.splitContainer4.SuspendLayout();
      this.splitContainer5.Panel1.SuspendLayout();
      this.splitContainer5.Panel2.SuspendLayout();
      this.splitContainer5.SuspendLayout();
      this.panel3.SuspendLayout();
      this.panel1.SuspendLayout();
      this.panel4.SuspendLayout();
      this.panel2.SuspendLayout();
      this.panel5.SuspendLayout();
      this.SuspendLayout();
      // 
      // splitContainer1
      // 
      this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer1.Location = new System.Drawing.Point(0, 0);
      this.splitContainer1.Name = "splitContainer1";
      // 
      // splitContainer1.Panel1
      // 
      this.splitContainer1.Panel1.Controls.Add(this.ultraListBar1);
      // 
      // splitContainer1.Panel2
      // 
      this.splitContainer1.Panel2.Controls.Add(this.splitContainer5);
      this.splitContainer1.Size = new System.Drawing.Size(851, 655);
      this.splitContainer1.SplitterDistance = 226;
      this.splitContainer1.TabIndex = 0;
      // 
      // ultraListBar1
      // 
      this.ultraListBar1.DefaultIcon = ((System.Drawing.Icon)(resources.GetObject("ultraListBar1.DefaultIcon")));
      this.ultraListBar1.DefaultStyle = Infragistics.Win.UltraWinListBar.Style.SmallIcons;
      this.ultraListBar1.Dock = System.Windows.Forms.DockStyle.Fill;
      group2.Style = Infragistics.Win.UltraWinListBar.Style.SmallIcons;
      group2.Text = "Wts Source";
      this.ultraListBar1.Groups.Add(group2);
      this.ultraListBar1.Location = new System.Drawing.Point(0, 0);
      this.ultraListBar1.Name = "ultraListBar1";
      this.ultraListBar1.Size = new System.Drawing.Size(226, 655);
      this.ultraListBar1.ItemSelected += new Infragistics.Win.UltraWinListBar.ItemEventHandler(this.ultraListBar1_ItemSelected);
      // 
      // splitContainer3
      // 
      this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer3.Location = new System.Drawing.Point(0, 0);
      this.splitContainer3.Name = "splitContainer3";
      this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // splitContainer3.Panel1
      // 
      this.splitContainer3.Panel1.Controls.Add(this.panel3);
      this.splitContainer3.Panel1.Controls.Add(this.label2);
      // 
      // splitContainer3.Panel2
      // 
      this.splitContainer3.Panel2.Controls.Add(this.splitContainer2);
      this.splitContainer3.Size = new System.Drawing.Size(621, 516);
      this.splitContainer3.SplitterDistance = 113;
      this.splitContainer3.TabIndex = 1;
      // 
      // splitContainer2
      // 
      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
      this.splitContainer2.Name = "splitContainer2";
      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // splitContainer2.Panel1
      // 
      this.splitContainer2.Panel1.Controls.Add(this.panel1);
      this.splitContainer2.Panel1.Controls.Add(this.lblPnle);
      // 
      // splitContainer2.Panel2
      // 
      this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
      this.splitContainer2.Size = new System.Drawing.Size(621, 399);
      this.splitContainer2.SplitterDistance = 137;
      this.splitContainer2.TabIndex = 0;
      // 
      // splitContainer4
      // 
      this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer4.Location = new System.Drawing.Point(0, 0);
      this.splitContainer4.Name = "splitContainer4";
      this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // splitContainer4.Panel1
      // 
      this.splitContainer4.Panel1.Controls.Add(this.label3);
      this.splitContainer4.Panel1.Controls.Add(this.panel4);
      // 
      // splitContainer4.Panel2
      // 
      this.splitContainer4.Panel2.Controls.Add(this.label1);
      this.splitContainer4.Panel2.Controls.Add(this.panel2);
      this.splitContainer4.Size = new System.Drawing.Size(621, 258);
      this.splitContainer4.SplitterDistance = 129;
      this.splitContainer4.TabIndex = 3;
      // 
      // splitContainer5
      // 
      this.splitContainer5.Dock = System.Windows.Forms.DockStyle.Fill;
      this.splitContainer5.Location = new System.Drawing.Point(0, 0);
      this.splitContainer5.Name = "splitContainer5";
      this.splitContainer5.Orientation = System.Windows.Forms.Orientation.Horizontal;
      // 
      // splitContainer5.Panel1
      // 
      this.splitContainer5.Panel1.Controls.Add(this.splitContainer3);
      // 
      // splitContainer5.Panel2
      // 
      this.splitContainer5.Panel2.Controls.Add(this.panel5);
      this.splitContainer5.Panel2.Controls.Add(this.label4);
      this.splitContainer5.Size = new System.Drawing.Size(621, 655);
      this.splitContainer5.SplitterDistance = 516;
      this.splitContainer5.TabIndex = 2;
      // 
      // panel3
      // 
      this.panel3.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.panel3.Location = new System.Drawing.Point(3, 23);
      this.panel3.Name = "panel3";
      this.panel3.Size = new System.Drawing.Size(615, 87);
      this.panel3.TabIndex = 3;
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.label2.Location = new System.Drawing.Point(1, 3);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(18, 14);
      this.label2.TabIndex = 2;
      this.label2.Text = "Wt";
      // 
      // panel1
      // 
      this.panel1.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.panel1.Location = new System.Drawing.Point(3, 23);
      this.panel1.Name = "panel1";
      this.panel1.Size = new System.Drawing.Size(618, 111);
      this.panel1.TabIndex = 1;
      // 
      // lblPnle
      // 
      this.lblPnle.AutoSize = true;
      this.lblPnle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.lblPnle.Location = new System.Drawing.Point(1, 3);
      this.lblPnle.Name = "lblPnle";
      this.lblPnle.Size = new System.Drawing.Size(21, 14);
      this.lblPnle.TabIndex = 0;
      this.lblPnle.Text = "Pnl";
      // 
      // label3
      // 
      this.label3.AutoSize = true;
      this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.label3.Location = new System.Drawing.Point(3, 5);
      this.label3.Name = "label3";
      this.label3.Size = new System.Drawing.Size(63, 14);
      this.label3.TabIndex = 3;
      this.label3.Text = "Monthly Pnl";
      // 
      // panel4
      // 
      this.panel4.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.panel4.Location = new System.Drawing.Point(0, 22);
      this.panel4.Name = "panel4";
      this.panel4.Size = new System.Drawing.Size(618, 102);
      this.panel4.TabIndex = 4;
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.label1.Location = new System.Drawing.Point(3, 3);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(26, 14);
      this.label1.TabIndex = 1;
      this.label1.Text = "C2V";
      // 
      // panel2
      // 
      this.panel2.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.panel2.Location = new System.Drawing.Point(4, 20);
      this.panel2.Name = "panel2";
      this.panel2.Size = new System.Drawing.Size(614, 102);
      this.panel2.TabIndex = 2;
      // 
      // label4
      // 
      this.label4.AutoSize = true;
      this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
      this.label4.Location = new System.Drawing.Point(4, 3);
      this.label4.Name = "label4";
      this.label4.Size = new System.Drawing.Size(109, 14);
      this.label4.TabIndex = 2;
      this.label4.Text = "Perf with G10 events";
      // 
      // panel5
      // 
      this.panel5.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.panel5.Location = new System.Drawing.Point(3, 21);
      this.panel5.Name = "panel5";
      this.panel5.Size = new System.Drawing.Size(614, 111);
      this.panel5.TabIndex = 3;
      // 
      // LongShortResultDisplay
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.splitContainer1);
      this.Name = "LongShortResultDisplay";
      this.Size = new System.Drawing.Size(851, 655);
      this.splitContainer1.Panel1.ResumeLayout(false);
      this.splitContainer1.Panel2.ResumeLayout(false);
      this.splitContainer1.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.ultraListBar1)).EndInit();
      this.splitContainer3.Panel1.ResumeLayout(false);
      this.splitContainer3.Panel1.PerformLayout();
      this.splitContainer3.Panel2.ResumeLayout(false);
      this.splitContainer3.ResumeLayout(false);
      this.splitContainer2.Panel1.ResumeLayout(false);
      this.splitContainer2.Panel1.PerformLayout();
      this.splitContainer2.Panel2.ResumeLayout(false);
      this.splitContainer2.ResumeLayout(false);
      this.splitContainer4.Panel1.ResumeLayout(false);
      this.splitContainer4.Panel1.PerformLayout();
      this.splitContainer4.Panel2.ResumeLayout(false);
      this.splitContainer4.Panel2.PerformLayout();
      this.splitContainer4.ResumeLayout(false);
      this.splitContainer5.Panel1.ResumeLayout(false);
      this.splitContainer5.Panel2.ResumeLayout(false);
      this.splitContainer5.Panel2.PerformLayout();
      this.splitContainer5.ResumeLayout(false);
      this.panel3.ResumeLayout(false);
      this.panel1.ResumeLayout(false);
      this.panel4.ResumeLayout(false);
      this.panel2.ResumeLayout(false);
      this.panel5.ResumeLayout(false);
      this.ResumeLayout(false);

    }