Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (15 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/ItemCollectionView.Designer.cs

    r2655 r2676  
    5252    private void InitializeComponent() {
    5353      this.components = new System.ComponentModel.Container();
    54       this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     54      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5555      this.itemsListView = new System.Windows.Forms.ListView();
    5656      this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     
    6464      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
    6565      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    66       this.splitContainer1.Panel1.SuspendLayout();
    67       this.splitContainer1.Panel2.SuspendLayout();
    68       this.splitContainer1.SuspendLayout();
     66      this.splitContainer.Panel1.SuspendLayout();
     67      this.splitContainer.Panel2.SuspendLayout();
     68      this.splitContainer.SuspendLayout();
    6969      this.detailsGroupBox.SuspendLayout();
    7070      this.itemsGroupBox.SuspendLayout();
    7171      this.SuspendLayout();
    7272      //
    73       // splitContainer1
    74       //
    75       this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
    76       this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    77       this.splitContainer1.Location = new System.Drawing.Point(3, 16);
    78       this.splitContainer1.Name = "splitContainer1";
    79       //
    80       // splitContainer1.Panel1
    81       //
    82       this.splitContainer1.Panel1.Controls.Add(this.itemsListView);
    83       this.splitContainer1.Panel1.Controls.Add(this.sortDescendingButton);
    84       this.splitContainer1.Panel1.Controls.Add(this.sortAscendingButton);
    85       this.splitContainer1.Panel1.Controls.Add(this.removeButton);
    86       this.splitContainer1.Panel1.Controls.Add(this.addButton);
    87       this.splitContainer1.Panel1MinSize = 100;
    88       //
    89       // splitContainer1.Panel2
    90       //
    91       this.splitContainer1.Panel2.Controls.Add(this.detailsGroupBox);
    92       this.splitContainer1.Size = new System.Drawing.Size(526, 364);
    93       this.splitContainer1.SplitterDistance = 250;
    94       this.splitContainer1.TabIndex = 0;
     73      // splitContainer
     74      //
     75      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     76      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     77      this.splitContainer.Location = new System.Drawing.Point(3, 16);
     78      this.splitContainer.Name = "splitContainer";
     79      //
     80      // splitContainer.Panel1
     81      //
     82      this.splitContainer.Panel1.Controls.Add(this.itemsListView);
     83      this.splitContainer.Panel1.Controls.Add(this.sortDescendingButton);
     84      this.splitContainer.Panel1.Controls.Add(this.sortAscendingButton);
     85      this.splitContainer.Panel1.Controls.Add(this.removeButton);
     86      this.splitContainer.Panel1.Controls.Add(this.addButton);
     87      this.splitContainer.Panel1MinSize = 100;
     88      //
     89      // splitContainer.Panel2
     90      //
     91      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
     92      this.splitContainer.Size = new System.Drawing.Size(526, 364);
     93      this.splitContainer.SplitterDistance = 250;
     94      this.splitContainer.TabIndex = 0;
    9595      //
    9696      // itemsListView
     
    107107      this.itemsListView.Name = "itemsListView";
    108108      this.itemsListView.ShowItemToolTips = true;
    109       this.itemsListView.Size = new System.Drawing.Size(244, 329);
     109      this.itemsListView.Size = new System.Drawing.Size(244, 328);
    110110      this.itemsListView.SmallImageList = this.imageList;
    111111      this.itemsListView.TabIndex = 4;
     
    189189      // viewHost
    190190      //
    191       this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    192       this.viewHost.Location = new System.Drawing.Point(3, 16);
     191      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     192                  | System.Windows.Forms.AnchorStyles.Left)
     193                  | System.Windows.Forms.AnchorStyles.Right)));
     194      this.viewHost.Location = new System.Drawing.Point(6, 19);
    193195      this.viewHost.Name = "viewHost";
    194196      this.viewHost.Object = null;
    195       this.viewHost.Size = new System.Drawing.Size(260, 316);
     197      this.viewHost.Size = new System.Drawing.Size(254, 310);
    196198      this.viewHost.TabIndex = 0;
    197199      //
    198200      // itemsGroupBox
    199201      //
    200       this.itemsGroupBox.Controls.Add(this.splitContainer1);
     202      this.itemsGroupBox.Controls.Add(this.splitContainer);
    201203      this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    202204      this.itemsGroupBox.Location = new System.Drawing.Point(0, 0);
     
    213215      this.Name = "ItemCollectionView";
    214216      this.Size = new System.Drawing.Size(532, 383);
    215       this.splitContainer1.Panel1.ResumeLayout(false);
    216       this.splitContainer1.Panel2.ResumeLayout(false);
    217       this.splitContainer1.ResumeLayout(false);
     217      this.splitContainer.Panel1.ResumeLayout(false);
     218      this.splitContainer.Panel2.ResumeLayout(false);
     219      this.splitContainer.ResumeLayout(false);
    218220      this.detailsGroupBox.ResumeLayout(false);
    219221      this.itemsGroupBox.ResumeLayout(false);
     
    224226    #endregion
    225227
    226     protected System.Windows.Forms.SplitContainer splitContainer1;
     228    protected System.Windows.Forms.SplitContainer splitContainer;
    227229    protected System.Windows.Forms.ColumnHeader columnHeader1;
    228230    protected GroupBox itemsGroupBox;
     
    233235    protected ToolTip toolTip;
    234236    protected ImageList imageList;
    235     private ViewHost viewHost;
     237    protected ViewHost viewHost;
    236238    protected Button sortAscendingButton;
    237239    protected Button sortDescendingButton;
Note: See TracChangeset for help on using the changeset viewer.