Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/11 16:45:46 (13 years ago)
Author:
cneumuel
Message:

#1233

  • improved treeview for hive jobs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/ItemTreeView.designer.cs

    r5637 r5675  
    2727      this.splitContainer = new System.Windows.Forms.SplitContainer();
    2828      this.treeView = new System.Windows.Forms.TreeView();
     29      this.imageList = new System.Windows.Forms.ImageList(this.components);
     30      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    2931      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    30       this.imageList = new System.Windows.Forms.ImageList(this.components);
    3132      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    3233      this.splitContainer.Panel1.SuspendLayout();
    3334      this.splitContainer.Panel2.SuspendLayout();
    3435      this.splitContainer.SuspendLayout();
     36      this.detailsGroupBox.SuspendLayout();
    3537      this.SuspendLayout();
    3638      //
     
    3840      //
    3941      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     42      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    4043      this.splitContainer.Location = new System.Drawing.Point(0, 0);
    4144      this.splitContainer.Name = "splitContainer";
     
    4750      // splitContainer.Panel2
    4851      //
    49       this.splitContainer.Panel2.Controls.Add(this.viewHost);
    50       this.splitContainer.Size = new System.Drawing.Size(551, 463);
    51       this.splitContainer.SplitterDistance = 183;
     52      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
     53      this.splitContainer.Size = new System.Drawing.Size(624, 463);
     54      this.splitContainer.SplitterDistance = 200;
    5255      this.splitContainer.TabIndex = 0;
    5356      //
     
    6063      this.treeView.Name = "treeView";
    6164      this.treeView.SelectedImageIndex = 0;
    62       this.treeView.Size = new System.Drawing.Size(183, 463);
     65      this.treeView.Size = new System.Drawing.Size(200, 463);
    6366      this.treeView.TabIndex = 0;
    6467      this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
     68      //
     69      // imageList
     70      //
     71      this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     72      this.imageList.ImageSize = new System.Drawing.Size(16, 16);
     73      this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     74      //
     75      // detailsGroupBox
     76      //
     77      this.detailsGroupBox.Controls.Add(this.viewHost);
     78      this.detailsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     79      this.detailsGroupBox.Location = new System.Drawing.Point(0, 0);
     80      this.detailsGroupBox.Name = "detailsGroupBox";
     81      this.detailsGroupBox.Size = new System.Drawing.Size(420, 463);
     82      this.detailsGroupBox.TabIndex = 1;
     83      this.detailsGroupBox.TabStop = false;
     84      this.detailsGroupBox.Text = "Details";
    6585      //
    6686      // viewHost
     
    7090      this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    7191      this.viewHost.Enabled = false;
    72       this.viewHost.Location = new System.Drawing.Point(0, 0);
     92      this.viewHost.Location = new System.Drawing.Point(3, 16);
    7393      this.viewHost.Name = "viewHost";
    7494      this.viewHost.ReadOnly = false;
    75       this.viewHost.Size = new System.Drawing.Size(364, 463);
     95      this.viewHost.Size = new System.Drawing.Size(414, 444);
    7696      this.viewHost.TabIndex = 0;
    7797      this.viewHost.ViewsLabelVisible = true;
    7898      this.viewHost.ViewType = null;
    79       //
    80       // imageList
    81       //
    82       this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
    83       this.imageList.ImageSize = new System.Drawing.Size(16, 16);
    84       this.imageList.TransparentColor = System.Drawing.Color.Transparent;
    8599      //
    86100      // ItemTreeView
     
    89103      this.Controls.Add(this.splitContainer);
    90104      this.Name = "ItemTreeView";
    91       this.Size = new System.Drawing.Size(551, 463);
     105      this.Size = new System.Drawing.Size(624, 463);
    92106      this.splitContainer.Panel1.ResumeLayout(false);
    93107      this.splitContainer.Panel2.ResumeLayout(false);
    94108      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
    95109      this.splitContainer.ResumeLayout(false);
     110      this.detailsGroupBox.ResumeLayout(false);
    96111      this.ResumeLayout(false);
    97112
     
    104119    private MainForm.WindowsForms.ViewHost viewHost;
    105120    private System.Windows.Forms.ImageList imageList;
     121    private System.Windows.Forms.GroupBox detailsGroupBox;
    106122  }
    107123}
Note: See TracChangeset for help on using the changeset viewer.