Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/11 13:54:57 (12 years ago)
Author:
spimming
Message:

#1680:

  • merged changes from trunk into branch

' removed pre-build event for multiple app.configs

Location:
branches/HeuristicLab.Hive.Azure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure

  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs

    r6976 r7215  
    2828      this.tabControl = new System.Windows.Forms.TabControl();
    2929      this.tasksTabPage = new System.Windows.Forms.TabPage();
    30       this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.ExperimentManager.HiveTaskItemTreeView();
     30      this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.HiveTaskItemTreeView();
    3131      this.permissionTabPage = new System.Windows.Forms.TabPage();
    3232      this.refreshPermissionsButton = new System.Windows.Forms.Button();
    3333      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView();
    3434      this.runsTabPage = new System.Windows.Forms.TabPage();
     35      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    3536      this.stateTabPage = new System.Windows.Forms.TabPage();
    3637      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
     
    5859      this.calculatingLabel = new System.Windows.Forms.Label();
    5960      this.jobsLabel = new System.Windows.Forms.Label();
    60       this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
    6161      this.tabControl.SuspendLayout();
    6262      this.tasksTabPage.SuspendLayout();
     
    107107      this.jobsTreeView.ReadOnly = false;
    108108      this.jobsTreeView.Size = new System.Drawing.Size(704, 420);
    109       this.jobsTreeView.TabIndex = 0;
     109      this.jobsTreeView.TabIndex = 4;
    110110      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
    111111      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
     
    159159      this.runsTabPage.Text = "Runs";
    160160      this.runsTabPage.UseVisualStyleBackColor = true;
     161      //
     162      // runCollectionViewHost
     163      //
     164      this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     165                  | System.Windows.Forms.AnchorStyles.Left)
     166                  | System.Windows.Forms.AnchorStyles.Right)));
     167      this.runCollectionViewHost.Caption = "View";
     168      this.runCollectionViewHost.Content = null;
     169      this.runCollectionViewHost.Enabled = false;
     170      this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
     171      this.runCollectionViewHost.Name = "runCollectionViewHost";
     172      this.runCollectionViewHost.ReadOnly = false;
     173      this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);
     174      this.runCollectionViewHost.TabIndex = 2;
     175      this.runCollectionViewHost.ViewsLabelVisible = true;
     176      this.runCollectionViewHost.ViewType = null;
    161177      //
    162178      // stateTabPage
     
    294310      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
    295311      this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20);
    296       this.resourceNamesTextBox.TabIndex = 14;
     312      this.resourceNamesTextBox.TabIndex = 2;
    297313      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
    298314      //
     
    313329      this.nameTextBox.Name = "nameTextBox";
    314330      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
    315       this.nameTextBox.TabIndex = 21;
     331      this.nameTextBox.TabIndex = 1;
    316332      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
    317333      //
     
    334350      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
    335351      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(72, 17);
    336       this.isPrivilegedCheckBox.TabIndex = 26;
     352      this.isPrivilegedCheckBox.TabIndex = 3;
    337353      this.isPrivilegedCheckBox.Text = "Privileged";
    338354      this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the task will be executed in a privileged sandbox on the slave.");
     
    420436      this.jobsLabel.TabIndex = 0;
    421437      this.jobsLabel.Text = "Waiting:";
    422       //
    423       // runCollectionViewHost
    424       //
    425       this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    426                   | System.Windows.Forms.AnchorStyles.Left)
    427                   | System.Windows.Forms.AnchorStyles.Right)));
    428       this.runCollectionViewHost.Caption = "View";
    429       this.runCollectionViewHost.Content = null;
    430       this.runCollectionViewHost.Enabled = false;
    431       this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
    432       this.runCollectionViewHost.Name = "runCollectionViewHost";
    433       this.runCollectionViewHost.ReadOnly = false;
    434       this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);
    435       this.runCollectionViewHost.TabIndex = 2;
    436       this.runCollectionViewHost.ViewsLabelVisible = true;
    437       this.runCollectionViewHost.ViewType = null;
    438438      //
    439439      // RefreshableHiveJobView
     
    484484    private Core.Views.LogView logView;
    485485    private System.Windows.Forms.TabPage tasksTabPage;
    486     private HeuristicLab.Clients.Hive.Views.ExperimentManager.HiveTaskItemTreeView jobsTreeView;
     486    private HeuristicLab.Clients.Hive.Views.HiveTaskItemTreeView jobsTreeView;
    487487    private System.Windows.Forms.Label nameLabel;
    488488    private System.Windows.Forms.TextBox nameTextBox;
Note: See TracChangeset for help on using the changeset viewer.