Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/18 15:19:53 (6 years ago)
Author:
jzenisek
Message:

#2839: Several changes and fixes:

  • added button tooltips
  • changed position of buttons
  • added refresh functionality to view of lightweight users ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ProjectView.Designer.cs

    r15908 r15953  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      this.components = new System.ComponentModel.Container();
    2627      this.idLabel = new System.Windows.Forms.Label();
    2728      this.idTextBox = new System.Windows.Forms.TextBox();
     
    4041      this.createdTextBox = new System.Windows.Forms.TextBox();
    4142      this.refreshButton = new System.Windows.Forms.Button();
     43      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    4244      this.SuspendLayout();
    4345      //
     
    6769      this.nameLabel.Name = "nameLabel";
    6870      this.nameLabel.Size = new System.Drawing.Size(38, 13);
    69       this.nameLabel.TabIndex = 2;
     71      this.nameLabel.TabIndex = 0;
    7072      this.nameLabel.Text = "Name:";
    7173      //
     
    7779      this.nameTextBox.Name = "nameTextBox";
    7880      this.nameTextBox.Size = new System.Drawing.Size(464, 20);
    79       this.nameTextBox.TabIndex = 3;
     81      this.nameTextBox.TabIndex = 2;
    8082      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
    8183      this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating);
     
    8789      this.descriptionLabel.Name = "descriptionLabel";
    8890      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
    89       this.descriptionLabel.TabIndex = 4;
     91      this.descriptionLabel.TabIndex = 0;
    9092      this.descriptionLabel.Text = "Description:";
    9193      //
     
    98100      this.descriptionTextBox.Name = "descriptionTextBox";
    99101      this.descriptionTextBox.Size = new System.Drawing.Size(464, 98);
    100       this.descriptionTextBox.TabIndex = 5;
     102      this.descriptionTextBox.TabIndex = 3;
    101103      this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
    102       //
    103       // ownerComboBox
    104       //
    105       this.ownerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    106             | System.Windows.Forms.AnchorStyles.Right)));
    107       this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    108       this.ownerComboBox.FormattingEnabled = true;
    109       this.ownerComboBox.Location = new System.Drawing.Point(102, 164);
    110       this.ownerComboBox.Name = "ownerComboBox";
    111       this.ownerComboBox.Size = new System.Drawing.Size(434, 21);
    112       this.ownerComboBox.TabIndex = 6;
    113       this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged);
    114104      //
    115105      // ownerLabel
     
    119109      this.ownerLabel.Name = "ownerLabel";
    120110      this.ownerLabel.Size = new System.Drawing.Size(41, 13);
    121       this.ownerLabel.TabIndex = 7;
     111      this.ownerLabel.TabIndex = 0;
    122112      this.ownerLabel.Text = "Owner:";
     113      //
     114      // ownerComboBox
     115      //
     116      //this.ownerComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     117      //      | System.Windows.Forms.AnchorStyles.Right)));
     118      this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     119      this.ownerComboBox.FormattingEnabled = true;
     120      this.ownerComboBox.Location = new System.Drawing.Point(72, 164);
     121      this.ownerComboBox.Name = "ownerComboBox";
     122      this.ownerComboBox.Size = new System.Drawing.Size(200, 21);
     123      this.ownerComboBox.TabIndex = 4;
     124      this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged);
     125      //
     126      // refreshButton
     127      //
     128      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
     129      this.refreshButton.Location = new System.Drawing.Point(278, 162);
     130      this.refreshButton.Name = "refreshButton";
     131      this.refreshButton.Size = new System.Drawing.Size(24, 24);
     132      this.refreshButton.TabIndex = 5;
     133      this.toolTip.SetToolTip(this.refreshButton, "Refresh data");
     134      this.refreshButton.UseVisualStyleBackColor = true;
     135      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    123136      //
    124137      // createdLabel
     
    189202      this.createdTextBox.Size = new System.Drawing.Size(200, 20);
    190203      this.createdTextBox.TabIndex = 14;
    191       //
    192       // refreshButton
    193       //
    194       this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    195       this.refreshButton.Location = new System.Drawing.Point(72, 162);
    196       this.refreshButton.Name = "refreshButton";
    197       this.refreshButton.Size = new System.Drawing.Size(24, 24);
    198       this.refreshButton.TabIndex = 15;
    199       this.refreshButton.UseVisualStyleBackColor = true;
    200       this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
    201204      //
    202205      // ProjectView
     
    246249    private System.Windows.Forms.TextBox createdTextBox;
    247250    private System.Windows.Forms.Button refreshButton;
     251    private System.Windows.Forms.ToolTip toolTip;
    248252  }
    249253}
Note: See TracChangeset for help on using the changeset viewer.