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/ItemListView.Designer.cs

    r2655 r2676  
    5151    private void InitializeComponent() {
    5252      this.components = new System.ComponentModel.Container();
    53       this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     53      this.splitContainer = new System.Windows.Forms.SplitContainer();
    5454      this.removeButton = new System.Windows.Forms.Button();
    5555      this.moveUpButton = new System.Windows.Forms.Button();
    5656      this.moveDownButton = new System.Windows.Forms.Button();
    5757      this.itemsListView = new System.Windows.Forms.ListView();
    58       this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     58      this.listViewColumnHeader = new System.Windows.Forms.ColumnHeader();
    5959      this.imageList = new System.Windows.Forms.ImageList(this.components);
    6060      this.addButton = new System.Windows.Forms.Button();
     
    6363      this.itemsGroupBox = new System.Windows.Forms.GroupBox();
    6464      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    65       this.splitContainer1.Panel1.SuspendLayout();
    66       this.splitContainer1.Panel2.SuspendLayout();
    67       this.splitContainer1.SuspendLayout();
     65      this.splitContainer.Panel1.SuspendLayout();
     66      this.splitContainer.Panel2.SuspendLayout();
     67      this.splitContainer.SuspendLayout();
    6868      this.detailsGroupBox.SuspendLayout();
    6969      this.itemsGroupBox.SuspendLayout();
    7070      this.SuspendLayout();
    7171      //
    72       // splitContainer1
    73       //
    74       this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
    75       this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
    76       this.splitContainer1.Location = new System.Drawing.Point(3, 16);
    77       this.splitContainer1.Name = "splitContainer1";
    78       //
    79       // splitContainer1.Panel1
    80       //
    81       this.splitContainer1.Panel1.Controls.Add(this.removeButton);
    82       this.splitContainer1.Panel1.Controls.Add(this.moveUpButton);
    83       this.splitContainer1.Panel1.Controls.Add(this.moveDownButton);
    84       this.splitContainer1.Panel1.Controls.Add(this.itemsListView);
    85       this.splitContainer1.Panel1.Controls.Add(this.addButton);
    86       //
    87       // splitContainer1.Panel2
    88       //
    89       this.splitContainer1.Panel2.Controls.Add(this.detailsGroupBox);
    90       this.splitContainer1.Size = new System.Drawing.Size(493, 323);
    91       this.splitContainer1.SplitterDistance = 200;
    92       this.splitContainer1.TabIndex = 0;
     72      // splitContainer
     73      //
     74      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
     75      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     76      this.splitContainer.Location = new System.Drawing.Point(3, 16);
     77      this.splitContainer.Name = "splitContainer";
     78      //
     79      // splitContainer.Panel1
     80      //
     81      this.splitContainer.Panel1.Controls.Add(this.removeButton);
     82      this.splitContainer.Panel1.Controls.Add(this.moveUpButton);
     83      this.splitContainer.Panel1.Controls.Add(this.moveDownButton);
     84      this.splitContainer.Panel1.Controls.Add(this.itemsListView);
     85      this.splitContainer.Panel1.Controls.Add(this.addButton);
     86      //
     87      // splitContainer.Panel2
     88      //
     89      this.splitContainer.Panel2.Controls.Add(this.detailsGroupBox);
     90      this.splitContainer.Size = new System.Drawing.Size(493, 323);
     91      this.splitContainer.SplitterDistance = 200;
     92      this.splitContainer.TabIndex = 0;
    9393      //
    9494      // removeButton
     
    135135                  | System.Windows.Forms.AnchorStyles.Right)));
    136136      this.itemsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    137             this.columnHeader1});
     137            this.listViewColumnHeader});
    138138      this.itemsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    139139      this.itemsListView.HideSelection = false;
     
    141141      this.itemsListView.Name = "itemsListView";
    142142      this.itemsListView.ShowItemToolTips = true;
    143       this.itemsListView.Size = new System.Drawing.Size(194, 288);
     143      this.itemsListView.Size = new System.Drawing.Size(194, 287);
    144144      this.itemsListView.SmallImageList = this.imageList;
    145145      this.itemsListView.TabIndex = 4;
     
    187187      // viewHost
    188188      //
    189       this.viewHost.Dock = System.Windows.Forms.DockStyle.Fill;
    190       this.viewHost.Location = new System.Drawing.Point(3, 16);
     189      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     190                  | System.Windows.Forms.AnchorStyles.Left)
     191                  | System.Windows.Forms.AnchorStyles.Right)));
     192      this.viewHost.Location = new System.Drawing.Point(6, 19);
    191193      this.viewHost.Name = "viewHost";
    192194      this.viewHost.Object = null;
    193       this.viewHost.Size = new System.Drawing.Size(277, 275);
     195      this.viewHost.Size = new System.Drawing.Size(271, 269);
    194196      this.viewHost.TabIndex = 0;
    195197      //
    196198      // itemsGroupBox
    197199      //
    198       this.itemsGroupBox.Controls.Add(this.splitContainer1);
     200      this.itemsGroupBox.Controls.Add(this.splitContainer);
    199201      this.itemsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    200202      this.itemsGroupBox.Location = new System.Drawing.Point(0, 0);
     
    211213      this.Name = "ItemListView";
    212214      this.Size = new System.Drawing.Size(499, 342);
    213       this.splitContainer1.Panel1.ResumeLayout(false);
    214       this.splitContainer1.Panel2.ResumeLayout(false);
    215       this.splitContainer1.ResumeLayout(false);
     215      this.splitContainer.Panel1.ResumeLayout(false);
     216      this.splitContainer.Panel2.ResumeLayout(false);
     217      this.splitContainer.ResumeLayout(false);
    216218      this.detailsGroupBox.ResumeLayout(false);
    217219      this.itemsGroupBox.ResumeLayout(false);
     
    222224    #endregion
    223225
    224     private System.Windows.Forms.SplitContainer splitContainer1;
    225     private System.Windows.Forms.ColumnHeader columnHeader1;
     226    protected System.Windows.Forms.SplitContainer splitContainer;
     227    protected System.Windows.Forms.ColumnHeader listViewColumnHeader;
    226228    protected GroupBox itemsGroupBox;
    227229    protected ListView itemsListView;
     
    231233    protected Button moveUpButton;
    232234    protected Button moveDownButton;
    233     private ToolTip toolTip;
    234     private ImageList imageList;
     235    protected ToolTip toolTip;
     236    protected ImageList imageList;
    235237    protected ViewHost viewHost;
    236238  }
Note: See TracChangeset for help on using the changeset viewer.