Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/08 14:06:42 (16 years ago)
Author:
gkronber
Message:

worked on #188

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Core/AgentListView.Designer.cs

    r377 r389  
    5050      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    5151      this.agentsGroupBox = new System.Windows.Forms.GroupBox();
    52       this.agentsListView = new System.Windows.Forms.ListView();
    53       this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
    5452      this.detailsGroupBox = new System.Windows.Forms.GroupBox();
    5553      this.addButton = new System.Windows.Forms.Button();
     54      this.agentTreeView = new System.Windows.Forms.TreeView();
    5655      this.splitContainer1.Panel1.SuspendLayout();
    5756      this.splitContainer1.Panel2.SuspendLayout();
     
    8281      // agentsGroupBox
    8382      //
    84       this.agentsGroupBox.Controls.Add(this.agentsListView);
     83      this.agentsGroupBox.Controls.Add(this.agentTreeView);
    8584      this.agentsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
    8685      this.agentsGroupBox.Location = new System.Drawing.Point(0, 0);
     
    9089      this.agentsGroupBox.TabStop = false;
    9190      this.agentsGroupBox.Text = "&Agents";
    92       //
    93       // agentsListView
    94       //
    95       this.agentsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
    96             this.columnHeader1});
    97       this.agentsListView.Dock = System.Windows.Forms.DockStyle.Fill;
    98       this.agentsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    99       this.agentsListView.HideSelection = false;
    100       this.agentsListView.Location = new System.Drawing.Point(3, 16);
    101       this.agentsListView.Name = "agentsListView";
    102       this.agentsListView.Size = new System.Drawing.Size(129, 136);
    103       this.agentsListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
    104       this.agentsListView.TabIndex = 0;
    105       this.agentsListView.UseCompatibleStateImageBehavior = false;
    106       this.agentsListView.View = System.Windows.Forms.View.Details;
    107       this.agentsListView.SelectedIndexChanged += new System.EventHandler(this.variablesListView_SelectedIndexChanged);
    108       this.agentsListView.SizeChanged += new System.EventHandler(this.variablesListView_SizeChanged);
    10991      //
    11092      // detailsGroupBox
     
    129111      this.addButton.Click += new System.EventHandler(this.addButton_Click);
    130112      //
    131       // AgentView
     113      // agentTreeView
     114      //
     115      this.agentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     116      this.agentTreeView.Location = new System.Drawing.Point(3, 16);
     117      this.agentTreeView.Name = "agentTreeView";
     118      this.agentTreeView.Size = new System.Drawing.Size(129, 136);
     119      this.agentTreeView.TabIndex = 0;
     120      this.agentTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.agentTreeView_BeforeExpand);
     121      //
     122      // AgentListView
    132123      //
    133124      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    134125      this.Controls.Add(this.addButton);
    135126      this.Controls.Add(this.splitContainer1);
    136       this.Name = "AgentView";
     127      this.Name = "AgentListView";
    137128      this.Size = new System.Drawing.Size(276, 184);
    138129      this.splitContainer1.Panel1.ResumeLayout(false);
     
    148139    private System.Windows.Forms.SplitContainer splitContainer1;
    149140    private System.Windows.Forms.GroupBox agentsGroupBox;
    150     private System.Windows.Forms.ListView agentsListView;
    151     private System.Windows.Forms.ColumnHeader columnHeader1;
    152141    private System.Windows.Forms.GroupBox detailsGroupBox;
    153142    private System.Windows.Forms.Button addButton;
     143    private TreeView agentTreeView;
    154144  }
    155145}
Note: See TracChangeset for help on using the changeset viewer.