Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/09 16:44:45 (15 years ago)
Author:
aleitner
Message:

updated job-detail panel, on job-TreeView element shown job element (#452)

File:
1 edited

Legend:

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

    r1136 r1148  
    4343      this.scJobControl = new System.Windows.Forms.SplitContainer();
    4444      this.tvJobControl = new System.Windows.Forms.TreeView();
     45      this.lvJobControl = new System.Windows.Forms.ListView();
     46      this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
     47      this.tpUserControl = new System.Windows.Forms.TabPage();
     48      this.scUserControl = new System.Windows.Forms.SplitContainer();
     49      this.tvUserControl = new System.Windows.Forms.TreeView();
     50      this.lvUserControl = new System.Windows.Forms.ListView();
     51      this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
    4552      this.plJobDetails = new System.Windows.Forms.Panel();
     53      this.lvSnapshots = new System.Windows.Forms.ListView();
     54      this.chJobId = new System.Windows.Forms.ColumnHeader();
     55      this.chTimeCalculated = new System.Windows.Forms.ColumnHeader();
     56      this.chProgress = new System.Windows.Forms.ColumnHeader();
    4657      this.lblPriorityJob = new System.Windows.Forms.Label();
    4758      this.lblParentJob = new System.Windows.Forms.Label();
     
    5768      this.btnJobDetailClose = new System.Windows.Forms.Button();
    5869      this.pbJobControl = new System.Windows.Forms.PictureBox();
    59       this.tpUserControl = new System.Windows.Forms.TabPage();
    60       this.scUserControl = new System.Windows.Forms.SplitContainer();
    61       this.tvUserControl = new System.Windows.Forms.TreeView();
    62       this.lvUserControl = new System.Windows.Forms.ListView();
    63       this.ilUserControl = new System.Windows.Forms.ImageList(this.components);
    64       this.lvJobControl = new System.Windows.Forms.ListView();
    65       this.ilJobControl = new System.Windows.Forms.ImageList(this.components);
    6670      this.plClientDetails = new System.Windows.Forms.Panel();
    6771      this.lblLogin = new System.Windows.Forms.Label();
     
    8892      this.scJobControl.Panel2.SuspendLayout();
    8993      this.scJobControl.SuspendLayout();
    90       this.plJobDetails.SuspendLayout();
    91       ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
    9294      this.tpUserControl.SuspendLayout();
    9395      this.scUserControl.Panel1.SuspendLayout();
    9496      this.scUserControl.Panel2.SuspendLayout();
    9597      this.scUserControl.SuspendLayout();
     98      this.plJobDetails.SuspendLayout();
     99      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).BeginInit();
    96100      this.plClientDetails.SuspendLayout();
    97101      ((System.ComponentModel.ISupportInitialize)(this.pbClientControl)).BeginInit();
     
    272276      this.tvJobControl.Size = new System.Drawing.Size(139, 346);
    273277      this.tvJobControl.TabIndex = 2;
     278      this.tvJobControl.Click += new System.EventHandler(this.OnTVJobControlClicked);
     279      //
     280      // lvJobControl
     281      //
     282      this.lvJobControl.AllowDrop = true;
     283      this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
     284      this.lvJobControl.LargeImageList = this.ilJobControl;
     285      this.lvJobControl.Location = new System.Drawing.Point(0, 0);
     286      this.lvJobControl.MultiSelect = false;
     287      this.lvJobControl.Name = "lvJobControl";
     288      this.lvJobControl.Size = new System.Drawing.Size(494, 346);
     289      this.lvJobControl.TabIndex = 0;
     290      this.lvJobControl.UseCompatibleStateImageBehavior = false;
     291      this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
     292      this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
     293      //
     294      // ilJobControl
     295      //
     296      this.ilJobControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilJobControl.ImageStream")));
     297      this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
     298      this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
     299      //
     300      // tpUserControl
     301      //
     302      this.tpUserControl.Controls.Add(this.scUserControl);
     303      this.tpUserControl.Location = new System.Drawing.Point(4, 22);
     304      this.tpUserControl.Name = "tpUserControl";
     305      this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
     306      this.tpUserControl.Size = new System.Drawing.Size(643, 352);
     307      this.tpUserControl.TabIndex = 2;
     308      this.tpUserControl.Text = "User Control";
     309      this.tpUserControl.UseVisualStyleBackColor = true;
     310      //
     311      // scUserControl
     312      //
     313      this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
     314      this.scUserControl.Location = new System.Drawing.Point(3, 3);
     315      this.scUserControl.Name = "scUserControl";
     316      //
     317      // scUserControl.Panel1
     318      //
     319      this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
     320      //
     321      // scUserControl.Panel2
     322      //
     323      this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
     324      this.scUserControl.Size = new System.Drawing.Size(637, 346);
     325      this.scUserControl.SplitterDistance = 139;
     326      this.scUserControl.TabIndex = 1;
     327      //
     328      // tvUserControl
     329      //
     330      this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
     331      this.tvUserControl.Location = new System.Drawing.Point(0, 0);
     332      this.tvUserControl.Name = "tvUserControl";
     333      this.tvUserControl.Size = new System.Drawing.Size(139, 346);
     334      this.tvUserControl.TabIndex = 1;
     335      //
     336      // lvUserControl
     337      //
     338      this.lvUserControl.AllowDrop = true;
     339      this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
     340      this.lvUserControl.LargeImageList = this.ilUserControl;
     341      this.lvUserControl.Location = new System.Drawing.Point(0, 0);
     342      this.lvUserControl.Name = "lvUserControl";
     343      this.lvUserControl.Size = new System.Drawing.Size(494, 346);
     344      this.lvUserControl.TabIndex = 1;
     345      this.lvUserControl.UseCompatibleStateImageBehavior = false;
     346      this.lvUserControl.Click += new System.EventHandler(this.OnLVUserControlClicked);
     347      //
     348      // ilUserControl
     349      //
     350      this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
     351      this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
     352      this.ilUserControl.Images.SetKeyName(0, "Users.png");
    274353      //
    275354      // plJobDetails
    276355      //
    277356      this.plJobDetails.BackColor = System.Drawing.SystemColors.Window;
     357      this.plJobDetails.Controls.Add(this.lvSnapshots);
    278358      this.plJobDetails.Controls.Add(this.lblPriorityJob);
    279359      this.plJobDetails.Controls.Add(this.lblParentJob);
     
    295375      this.plJobDetails.TabIndex = 1;
    296376      //
     377      // lvSnapshots
     378      //
     379      this.lvSnapshots.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     380            this.chJobId,
     381            this.chTimeCalculated,
     382            this.chProgress});
     383      this.lvSnapshots.Enabled = false;
     384      this.lvSnapshots.FullRowSelect = true;
     385      this.lvSnapshots.GridLines = true;
     386      this.lvSnapshots.Location = new System.Drawing.Point(20, 271);
     387      this.lvSnapshots.Name = "lvSnapshots";
     388      this.lvSnapshots.Size = new System.Drawing.Size(449, 70);
     389      this.lvSnapshots.TabIndex = 16;
     390      this.lvSnapshots.UseCompatibleStateImageBehavior = false;
     391      this.lvSnapshots.View = System.Windows.Forms.View.Details;
     392      //
     393      // chJobId
     394      //
     395      this.chJobId.Text = "Job-ID";
     396      //
     397      // chTimeCalculated
     398      //
     399      this.chTimeCalculated.Text = "Calculated At";
     400      //
     401      // chProgress
     402      //
     403      this.chProgress.Text = "Progress";
     404      //
    297405      // lblPriorityJob
    298406      //
     
    354462      //
    355463      this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     464      this.lblProgress.BackColor = System.Drawing.Color.Transparent;
    356465      this.lblProgress.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
    357466      this.lblProgress.Location = new System.Drawing.Point(326, 99);
     
    365474      //
    366475      this.lblStatus.AutoSize = true;
     476      this.lblStatus.BackColor = System.Drawing.Color.Transparent;
    367477      this.lblStatus.Location = new System.Drawing.Point(14, 57);
    368478      this.lblStatus.Name = "lblStatus";
     
    404514      this.pbJobControl.TabIndex = 3;
    405515      this.pbJobControl.TabStop = false;
    406       //
    407       // tpUserControl
    408       //
    409       this.tpUserControl.Controls.Add(this.scUserControl);
    410       this.tpUserControl.Location = new System.Drawing.Point(4, 22);
    411       this.tpUserControl.Name = "tpUserControl";
    412       this.tpUserControl.Padding = new System.Windows.Forms.Padding(3);
    413       this.tpUserControl.Size = new System.Drawing.Size(643, 352);
    414       this.tpUserControl.TabIndex = 2;
    415       this.tpUserControl.Text = "User Control";
    416       this.tpUserControl.UseVisualStyleBackColor = true;
    417       //
    418       // scUserControl
    419       //
    420       this.scUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    421       this.scUserControl.Location = new System.Drawing.Point(3, 3);
    422       this.scUserControl.Name = "scUserControl";
    423       //
    424       // scUserControl.Panel1
    425       //
    426       this.scUserControl.Panel1.Controls.Add(this.tvUserControl);
    427       //
    428       // scUserControl.Panel2
    429       //
    430       this.scUserControl.Panel2.Controls.Add(this.lvUserControl);
    431       this.scUserControl.Size = new System.Drawing.Size(637, 346);
    432       this.scUserControl.SplitterDistance = 139;
    433       this.scUserControl.TabIndex = 1;
    434       //
    435       // tvUserControl
    436       //
    437       this.tvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    438       this.tvUserControl.Location = new System.Drawing.Point(0, 0);
    439       this.tvUserControl.Name = "tvUserControl";
    440       this.tvUserControl.Size = new System.Drawing.Size(139, 346);
    441       this.tvUserControl.TabIndex = 1;
    442       //
    443       // lvUserControl
    444       //
    445       this.lvUserControl.AllowDrop = true;
    446       this.lvUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
    447       this.lvUserControl.LargeImageList = this.ilUserControl;
    448       this.lvUserControl.Location = new System.Drawing.Point(0, 0);
    449       this.lvUserControl.Name = "lvUserControl";
    450       this.lvUserControl.Size = new System.Drawing.Size(494, 346);
    451       this.lvUserControl.TabIndex = 1;
    452       this.lvUserControl.UseCompatibleStateImageBehavior = false;
    453       this.lvUserControl.Click += new System.EventHandler(this.OnLVUserControlClicked);
    454       //
    455       // ilUserControl
    456       //
    457       this.ilUserControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilUserControl.ImageStream")));
    458       this.ilUserControl.TransparentColor = System.Drawing.Color.Transparent;
    459       this.ilUserControl.Images.SetKeyName(0, "Users.png");
    460       //
    461       // lvJobControl
    462       //
    463       this.lvJobControl.AllowDrop = true;
    464       this.lvJobControl.Dock = System.Windows.Forms.DockStyle.Fill;
    465       this.lvJobControl.LargeImageList = this.ilJobControl;
    466       this.lvJobControl.Location = new System.Drawing.Point(0, 0);
    467       this.lvJobControl.MultiSelect = false;
    468       this.lvJobControl.Name = "lvJobControl";
    469       this.lvJobControl.Size = new System.Drawing.Size(494, 346);
    470       this.lvJobControl.TabIndex = 0;
    471       this.lvJobControl.UseCompatibleStateImageBehavior = false;
    472       this.lvJobControl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lvJobControl_MouseMove);
    473       this.lvJobControl.Click += new System.EventHandler(this.OnLVJobControlClicked);
    474       //
    475       // ilJobControl
    476       //
    477       this.ilJobControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilJobControl.ImageStream")));
    478       this.ilJobControl.TransparentColor = System.Drawing.Color.Transparent;
    479       this.ilJobControl.Images.SetKeyName(0, "PlayHS.png");
    480516      //
    481517      // plClientDetails
     
    627663      this.scJobControl.Panel2.ResumeLayout(false);
    628664      this.scJobControl.ResumeLayout(false);
    629       this.plJobDetails.ResumeLayout(false);
    630       this.plJobDetails.PerformLayout();
    631       ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
    632665      this.tpUserControl.ResumeLayout(false);
    633666      this.scUserControl.Panel1.ResumeLayout(false);
    634667      this.scUserControl.Panel2.ResumeLayout(false);
    635668      this.scUserControl.ResumeLayout(false);
     669      this.plJobDetails.ResumeLayout(false);
     670      this.plJobDetails.PerformLayout();
     671      ((System.ComponentModel.ISupportInitialize)(this.pbJobControl)).EndInit();
    636672      this.plClientDetails.ResumeLayout(false);
    637673      this.plClientDetails.PerformLayout();
     
    700736    private System.Windows.Forms.Label lblPriorityJob;
    701737    private System.Windows.Forms.Label lblParentJob;
     738    private System.Windows.Forms.ListView lvSnapshots;
     739    private System.Windows.Forms.ColumnHeader chJobId;
     740    private System.Windows.Forms.ColumnHeader chTimeCalculated;
     741    private System.Windows.Forms.ColumnHeader chProgress;
    702742  }
    703743}
Note: See TracChangeset for help on using the changeset viewer.