Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/09 17:33:37 (15 years ago)
Author:
aleitner
Message:

contextmenu is on place where clicked
Add project form
expand add job form
(#626)

File:
1 edited

Legend:

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

    r1832 r1937  
    3232      this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3333      this.jobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     34      this.groupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3435      this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    3536      this.largeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     
    5758      this.chProgress = new System.Windows.Forms.ColumnHeader();
    5859      this.chSnapshotTime = new System.Windows.Forms.ColumnHeader();
    59       this.lblPriorityJob = new System.Windows.Forms.Label();
    60       this.lblParentJob = new System.Windows.Forms.Label();
    61       this.lblClientCalculating = new System.Windows.Forms.Label();
    62       this.lblJobCalculationEnd = new System.Windows.Forms.Label();
    63       this.lblJobCalculationBegin = new System.Windows.Forms.Label();
    64       this.lblJobCreated = new System.Windows.Forms.Label();
    65       this.lblUserCreatedJob = new System.Windows.Forms.Label();
    6660      this.lblProgress = new System.Windows.Forms.Label();
    6761      this.lblStatus = new System.Windows.Forms.Label();
     
    141135      //
    142136      this.refreshToolStripMenuItem.Name = "refreshToolStripMenuItem";
    143       this.refreshToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
     137      this.refreshToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
     138      this.refreshToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
    144139      this.refreshToolStripMenuItem.Text = "Refresh";
    145140      this.refreshToolStripMenuItem.Click += new System.EventHandler(this.Refresh_Click);
     
    148143      //
    149144      this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
    150       this.closeToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
     145      this.closeToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
    151146      this.closeToolStripMenuItem.Text = "Close";
    152147      this.closeToolStripMenuItem.Click += new System.EventHandler(this.Close_Click);
     
    155150      //
    156151      this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
    157             this.jobToolStripMenuItem});
     152            this.jobToolStripMenuItem,
     153            this.groupToolStripMenuItem});
    158154      this.addToolStripMenuItem.Name = "addToolStripMenuItem";
    159155      this.addToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
     
    163159      //
    164160      this.jobToolStripMenuItem.Name = "jobToolStripMenuItem";
    165       this.jobToolStripMenuItem.Size = new System.Drawing.Size(102, 22);
     161      this.jobToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.J)));
     162      this.jobToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
    166163      this.jobToolStripMenuItem.Text = "Job";
    167164      this.jobToolStripMenuItem.Click += new System.EventHandler(this.AddJob_Click);
     165      //
     166      // groupToolStripMenuItem
     167      //
     168      this.groupToolStripMenuItem.Name = "groupToolStripMenuItem";
     169      this.groupToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
     170      this.groupToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
     171      this.groupToolStripMenuItem.Text = "Group";
     172      this.groupToolStripMenuItem.Click += new System.EventHandler(this.groupToolStripMenuItem_Click);
    168173      //
    169174      // viewToolStripMenuItem
     
    182187      this.largeIconsToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    183188      this.largeIconsToolStripMenuItem.Name = "largeIconsToolStripMenuItem";
    184       this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     189      this.largeIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
     190      this.largeIconsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
    185191      this.largeIconsToolStripMenuItem.Text = "Large Icons";
    186192      this.largeIconsToolStripMenuItem.Click += new System.EventHandler(this.largeIconsToolStripMenuItem_Click);
     
    189195      //
    190196      this.smallIconsToolStripMenuItem.Name = "smallIconsToolStripMenuItem";
    191       this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     197      this.smallIconsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
     198      this.smallIconsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
    192199      this.smallIconsToolStripMenuItem.Text = "Small Icons";
    193200      this.smallIconsToolStripMenuItem.Click += new System.EventHandler(this.smallIconsToolStripMenuItem_Click);
     
    196203      //
    197204      this.listToolStripMenuItem.Name = "listToolStripMenuItem";
    198       this.listToolStripMenuItem.Size = new System.Drawing.Size(141, 22);
     205      this.listToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
     206      this.listToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
    199207      this.listToolStripMenuItem.Text = "List";
    200208      this.listToolStripMenuItem.Click += new System.EventHandler(this.listToolStripMenuItem_Click);
     
    332340      this.plJobDetails.Controls.Add(this.lvJobDetails);
    333341      this.plJobDetails.Controls.Add(this.lvSnapshots);
    334       this.plJobDetails.Controls.Add(this.lblPriorityJob);
    335       this.plJobDetails.Controls.Add(this.lblParentJob);
    336       this.plJobDetails.Controls.Add(this.lblClientCalculating);
    337       this.plJobDetails.Controls.Add(this.lblJobCalculationEnd);
    338       this.plJobDetails.Controls.Add(this.lblJobCalculationBegin);
    339       this.plJobDetails.Controls.Add(this.lblJobCreated);
    340       this.plJobDetails.Controls.Add(this.lblUserCreatedJob);
    341342      this.plJobDetails.Controls.Add(this.lblProgress);
    342343      this.plJobDetails.Controls.Add(this.lblStatus);
     
    358359      this.lvJobDetails.FullRowSelect = true;
    359360      this.lvJobDetails.GridLines = true;
    360       this.lvJobDetails.Location = new System.Drawing.Point(17, 129);
     361      this.lvJobDetails.Location = new System.Drawing.Point(17, 124);
    361362      this.lvJobDetails.Name = "lvJobDetails";
    362363      this.lvJobDetails.Size = new System.Drawing.Size(382, 175);
     
    405406      this.chSnapshotTime.Text = "Snapshot request";
    406407      this.chSnapshotTime.Width = 166;
    407       //
    408       // lblPriorityJob
    409       //
    410       this.lblPriorityJob.AutoSize = true;
    411       this.lblPriorityJob.Location = new System.Drawing.Point(17, 193);
    412       this.lblPriorityJob.Name = "lblPriorityJob";
    413       this.lblPriorityJob.Size = new System.Drawing.Size(65, 13);
    414       this.lblPriorityJob.TabIndex = 15;
    415       this.lblPriorityJob.Text = "lblPriorityJob";
    416       //
    417       // lblParentJob
    418       //
    419       this.lblParentJob.AutoSize = true;
    420       this.lblParentJob.Location = new System.Drawing.Point(17, 173);
    421       this.lblParentJob.Name = "lblParentJob";
    422       this.lblParentJob.Size = new System.Drawing.Size(65, 13);
    423       this.lblParentJob.TabIndex = 14;
    424       this.lblParentJob.Text = "lblParentJob";
    425       //
    426       // lblClientCalculating
    427       //
    428       this.lblClientCalculating.AutoSize = true;
    429       this.lblClientCalculating.Location = new System.Drawing.Point(17, 253);
    430       this.lblClientCalculating.Name = "lblClientCalculating";
    431       this.lblClientCalculating.Size = new System.Drawing.Size(95, 13);
    432       this.lblClientCalculating.TabIndex = 13;
    433       this.lblClientCalculating.Text = "lblClientCalculating";
    434       //
    435       // lblJobCalculationEnd
    436       //
    437       this.lblJobCalculationEnd.AutoSize = true;
    438       this.lblJobCalculationEnd.Location = new System.Drawing.Point(17, 233);
    439       this.lblJobCalculationEnd.Name = "lblJobCalculationEnd";
    440       this.lblJobCalculationEnd.Size = new System.Drawing.Size(105, 13);
    441       this.lblJobCalculationEnd.TabIndex = 12;
    442       this.lblJobCalculationEnd.Text = "lblJobCalculationEnd";
    443       //
    444       // lblJobCalculationBegin
    445       //
    446       this.lblJobCalculationBegin.AutoSize = true;
    447       this.lblJobCalculationBegin.Location = new System.Drawing.Point(17, 213);
    448       this.lblJobCalculationBegin.Name = "lblJobCalculationBegin";
    449       this.lblJobCalculationBegin.Size = new System.Drawing.Size(113, 13);
    450       this.lblJobCalculationBegin.TabIndex = 11;
    451       this.lblJobCalculationBegin.Text = "lblJobCalculationBegin";
    452       //
    453       // lblJobCreated
    454       //
    455       this.lblJobCreated.AutoSize = true;
    456       this.lblJobCreated.Location = new System.Drawing.Point(17, 152);
    457       this.lblJobCreated.Name = "lblJobCreated";
    458       this.lblJobCreated.Size = new System.Drawing.Size(71, 13);
    459       this.lblJobCreated.TabIndex = 10;
    460       this.lblJobCreated.Text = "lblJobCreated";
    461       //
    462       // lblUserCreatedJob
    463       //
    464       this.lblUserCreatedJob.AutoSize = true;
    465       this.lblUserCreatedJob.Location = new System.Drawing.Point(17, 132);
    466       this.lblUserCreatedJob.Name = "lblUserCreatedJob";
    467       this.lblUserCreatedJob.Size = new System.Drawing.Size(93, 13);
    468       this.lblUserCreatedJob.TabIndex = 9;
    469       this.lblUserCreatedJob.Text = "lblUserCreatedJob";
    470408      //
    471409      // lblProgress
     
    730668      this.lvClientControl.Name = "lvClientControl";
    731669      this.lvClientControl.Size = new System.Drawing.Size(299, 386);
    732       this.lvClientControl.SmallImageList = this.ilLargeImgClient;
     670      this.lvClientControl.SmallImageList = this.ilSmallImgClient;
    733671      this.lvClientControl.TabIndex = 0;
    734672      this.lvClientControl.UseCompatibleStateImageBehavior = false;
     
    826764    private System.Windows.Forms.Label lblStatus;
    827765    private System.Windows.Forms.Label lblProgress;
    828     private System.Windows.Forms.Label lblJobCalculationBegin;
    829     private System.Windows.Forms.Label lblJobCreated;
    830     private System.Windows.Forms.Label lblUserCreatedJob;
    831     private System.Windows.Forms.Label lblClientCalculating;
    832     private System.Windows.Forms.Label lblJobCalculationEnd;
    833     private System.Windows.Forms.Label lblPriorityJob;
    834     private System.Windows.Forms.Label lblParentJob;
    835766    private System.Windows.Forms.ListView lvSnapshots;
    836767    private System.Windows.Forms.ColumnHeader chClientCalculated;
     
    867798    private System.Windows.Forms.ToolStripMenuItem menuItemAddGroup;
    868799    private System.Windows.Forms.ToolStripMenuItem menuItemDeleteGroup;
     800    private System.Windows.Forms.ToolStripMenuItem groupToolStripMenuItem;
    869801  }
    870802}
Note: See TracChangeset for help on using the changeset viewer.