Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/27/08 17:14:46 (16 years ago)
Author:
aleitner
Message:

Fill ListView and TreeView with content (#380)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/HiveServerManagementConsole.Designer.cs

    r831 r844  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.components = new System.ComponentModel.Container();
     27      System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
     28            "",
     29            "Test"}, -1);
     30      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveServerManagementConsole));
    2631      this.menuStrip1 = new System.Windows.Forms.MenuStrip();
    2732      this.informationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     
    3136      this.scClientControl = new System.Windows.Forms.SplitContainer();
    3237      this.tvClientControl = new System.Windows.Forms.TreeView();
    33       this.listView1 = new System.Windows.Forms.ListView();
     38      this.lvClientControl = new System.Windows.Forms.ListView();
    3439      this.tpJobControl = new System.Windows.Forms.TabPage();
    3540      this.scJobControl = new System.Windows.Forms.SplitContainer();
     
    4247      this.treeView2 = new System.Windows.Forms.TreeView();
    4348      this.listView2 = new System.Windows.Forms.ListView();
     49      this.imageList1 = new System.Windows.Forms.ImageList(this.components);
    4450      this.menuStrip1.SuspendLayout();
    4551      this.tcManagementConsole.SuspendLayout();
     
    119125      // scClientControl.Panel2
    120126      //
    121       this.scClientControl.Panel2.Controls.Add(this.listView1);
     127      this.scClientControl.Panel2.Controls.Add(this.lvClientControl);
    122128      this.scClientControl.Size = new System.Drawing.Size(637, 346);
    123129      this.scClientControl.SplitterDistance = 139;
     
    132138      this.tvClientControl.TabIndex = 0;
    133139      //
    134       // listView1
    135       //
    136       this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
    137       this.listView1.Location = new System.Drawing.Point(0, 0);
    138       this.listView1.Name = "listView1";
    139       this.listView1.Size = new System.Drawing.Size(494, 346);
    140       this.listView1.TabIndex = 0;
    141       this.listView1.UseCompatibleStateImageBehavior = false;
     140      // lvClientControl
     141      //
     142      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
     143      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
     144      this.lvClientControl.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     145            listViewItem1});
     146      this.lvClientControl.LargeImageList = this.imageList1;
     147      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
     148      this.lvClientControl.Name = "lvClientControl";
     149      this.lvClientControl.Size = new System.Drawing.Size(494, 346);
     150      this.lvClientControl.TabIndex = 0;
     151      this.lvClientControl.UseCompatibleStateImageBehavior = false;
    142152      //
    143153      // tpJobControl
     
    248258      this.listView2.TabIndex = 0;
    249259      this.listView2.UseCompatibleStateImageBehavior = false;
     260      //
     261      // imageList1
     262      //
     263      this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     264      this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     265      this.imageList1.Images.SetKeyName(0, "Monitor_red.png");
     266      this.imageList1.Images.SetKeyName(1, "Monitor_yellow.png");
     267      this.imageList1.Images.SetKeyName(2, "Monitor_green.png");
    250268      //
    251269      // HiveServerManagementConsole
     
    291309    private System.Windows.Forms.TabPage tpUserControl;
    292310    private System.Windows.Forms.TreeView tvClientControl;
    293     private System.Windows.Forms.ListView listView1;
     311    private System.Windows.Forms.ListView lvClientControl;
    294312    private System.Windows.Forms.SplitContainer scJobControl;
    295313    private System.Windows.Forms.ListView listView3;
     
    300318    private System.Windows.Forms.TreeView tvUserControl;
    301319    private System.Windows.Forms.ListView listView4;
     320    private System.Windows.Forms.ImageList imageList1;
    302321  }
    303322}
Note: See TracChangeset for help on using the changeset viewer.