Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ScopeView.Designer.cs

    r2655 r2676  
    6161      // scopesTreeView
    6262      //
    63       this.scopesTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     63      this.scopesTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     64                  | System.Windows.Forms.AnchorStyles.Left)
     65                  | System.Windows.Forms.AnchorStyles.Right)));
    6466      this.scopesTreeView.HideSelection = false;
    65       this.scopesTreeView.Location = new System.Drawing.Point(3, 16);
     67      this.scopesTreeView.Location = new System.Drawing.Point(6, 19);
    6668      this.scopesTreeView.Name = "scopesTreeView";
    6769      this.scopesTreeView.ShowNodeToolTips = true;
    68       this.scopesTreeView.Size = new System.Drawing.Size(394, 181);
     70      this.scopesTreeView.Size = new System.Drawing.Size(382, 169);
    6971      this.scopesTreeView.TabIndex = 0;
    7072      this.scopesTreeView.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.scopesTreeView_AfterCollapse);
     
    9395      // scopesGroupBox
    9496      //
     97      this.scopesGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     98                  | System.Windows.Forms.AnchorStyles.Left)
     99                  | System.Windows.Forms.AnchorStyles.Right)));
    95100      this.scopesGroupBox.Controls.Add(this.scopesTreeView);
    96       this.scopesGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    97       this.scopesGroupBox.Location = new System.Drawing.Point(0, 0);
     101      this.scopesGroupBox.Location = new System.Drawing.Point(3, 3);
    98102      this.scopesGroupBox.Name = "scopesGroupBox";
    99       this.scopesGroupBox.Size = new System.Drawing.Size(400, 200);
     103      this.scopesGroupBox.Size = new System.Drawing.Size(394, 194);
    100104      this.scopesGroupBox.TabIndex = 0;
    101105      this.scopesGroupBox.TabStop = false;
     
    104108      // variableCollectionView
    105109      //
     110      this.variableCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     111                  | System.Windows.Forms.AnchorStyles.Left)
     112                  | System.Windows.Forms.AnchorStyles.Right)));
    106113      this.variableCollectionView.Caption = "VariableCollection";
    107       this.variableCollectionView.Dock = System.Windows.Forms.DockStyle.Fill;
    108114      this.variableCollectionView.ItemCollection = null;
    109       this.variableCollectionView.Location = new System.Drawing.Point(0, 0);
     115      this.variableCollectionView.Location = new System.Drawing.Point(3, 3);
    110116      this.variableCollectionView.Name = "variableCollectionView";
    111117      this.variableCollectionView.NamedItemCollection = null;
    112       this.variableCollectionView.Size = new System.Drawing.Size(400, 196);
     118      this.variableCollectionView.Object = null;
     119      this.variableCollectionView.Size = new System.Drawing.Size(394, 190);
    113120      this.variableCollectionView.TabIndex = 0;
    114121      //
Note: See TracChangeset for help on using the changeset viewer.