Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/08 15:33:37 (16 years ago)
Author:
aleitner
Message:

jobs in groups offline, calculating, finished - more than one job can be added (#380)

File:
1 edited

Legend:

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

    r1018 r1030  
    2525    private void InitializeComponent() {
    2626      this.components = new System.ComponentModel.Container();
    27       System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem(new string[] {
     27      System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
    2828            "",
    2929            "Test"}, -1);
     
    4747      this.tvJobControl = new System.Windows.Forms.TreeView();
    4848      this.lvJobControl = new System.Windows.Forms.ListView();
     49      this.imageList3 = new System.Windows.Forms.ImageList(this.components);
    4950      this.tpUserControl = new System.Windows.Forms.TabPage();
    5051      this.scUserControl = new System.Windows.Forms.SplitContainer();
     
    5657      this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
    5758      this.timerSyncronize = new System.Windows.Forms.Timer(this.components);
    58       this.imageList3 = new System.Windows.Forms.ImageList(this.components);
    5959      this.menuStrip1.SuspendLayout();
    6060      this.tcManagementConsole.SuspendLayout();
     
    111111      //
    112112      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    113       this.jobToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     113      this.jobToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
    114114      this.jobToolStripMenuItem.Text = "Job";
    115115      this.jobToolStripMenuItem.Click += new System.EventHandler(this.jobToolStripMenuItem1_Click);
     
    189189      // lvClientControl
    190190      //
     191      this.lvClientControl.AllowDrop = true;
    191192      this.lvClientControl.Dock = System.Windows.Forms.DockStyle.Fill;
    192193      this.lvClientControl.ImeMode = System.Windows.Forms.ImeMode.Off;
    193194      this.lvClientControl.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
    194             listViewItem2});
     195            listViewItem1});
    195196      this.lvClientControl.LargeImageList = this.imageList1;
    196197      this.lvClientControl.Location = new System.Drawing.Point(0, 0);
     
    246247      // lvJobControl
    247248      //
     249      this.lvJobControl.AllowDrop = true;
    248250      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    249251      this.lvJobControl.LargeImageList = this.imageList3;
     
    253255      this.lvJobControl.TabIndex = 0;
    254256      this.lvJobControl.UseCompatibleStateImageBehavior = false;
     257      //
     258      // imageList3
     259      //
     260      this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
     261      this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
     262      this.imageList3.Images.SetKeyName(0, "PlayHS.bmp");
    255263      //
    256264      // tpUserControl
     
    292300      // lvUserControl
    293301      //
     302      this.lvUserControl.AllowDrop = true;
    294303      this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    295304      this.lvUserControl.LargeImageList = this.imageList2;
     
    333342      //
    334343      this.timerSyncronize.Interval = 10000;
    335       //
    336       // imageList3
    337       //
    338       this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
    339       this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
    340       this.imageList3.Images.SetKeyName(0, "PlayHS.bmp");
    341344      //
    342345      // HiveServerManagementConsole
Note: See TracChangeset for help on using the changeset viewer.