Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/17 13:56:38 (7 years ago)
Author:
jkarder
Message:

#2839:

  • worked on hive administrator view
  • updated service clients
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs

    r14185 r15401  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveResourceSelectorDialog));
    4847      this.okButton = new System.Windows.Forms.Button();
    4948      this.cancelButton = new System.Windows.Forms.Button();
    5049      this.refreshButton = new System.Windows.Forms.Button();
    51       this.hiveResourceSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveResourceSelector();
     50      this.hiveResourceSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveProjectSelector();
    5251      this.SuspendLayout();
    5352      //
     
    8786      // hiveResourceSelector
    8887      //
    89       this.hiveResourceSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    90             | System.Windows.Forms.AnchorStyles.Left)
     88      this.hiveResourceSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
     89            | System.Windows.Forms.AnchorStyles.Left) 
    9190            | System.Windows.Forms.AnchorStyles.Right)));
    9291      this.hiveResourceSelector.Caption = "View";
     
    101100      //
    102101      this.AcceptButton = this.okButton;
    103       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    104102      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    105103      this.CancelButton = this.cancelButton;
     
    115113      this.ShowInTaskbar = false;
    116114      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    117       this.Text = "Select Resources";
     115      this.Text = "Select Project";
    118116      this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveResourceSelectorDialog_FormClosing);
    119117      this.Load += new System.EventHandler(this.HiveResourceSelectorDialog_Load);
     
    126124    protected System.Windows.Forms.Button okButton;
    127125    protected System.Windows.Forms.Button cancelButton;
    128     protected HiveResourceSelector hiveResourceSelector;
     126    protected HiveProjectSelector hiveResourceSelector;
    129127    protected System.Windows.Forms.Button refreshButton;
    130128  }
Note: See TracChangeset for help on using the changeset viewer.