Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/18 15:10:38 (6 years ago)
Author:
jzenisek
Message:

#2839 worked on client side mgmt of project-resource assignments and project-user permissions

File:
1 edited

Legend:

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

    r15422 r15576  
    2424    /// </summary>
    2525    private void InitializeComponent() {
     26      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectView));
     27      this.idLabel = new System.Windows.Forms.Label();
     28      this.idTextBox = new System.Windows.Forms.TextBox();
    2629      this.nameLabel = new System.Windows.Forms.Label();
    2730      this.nameTextBox = new System.Windows.Forms.TextBox();
     
    4043      this.SuspendLayout();
    4144      //
     45      // idLabel
     46      //
     47      this.idLabel.AutoSize = true;
     48      this.idLabel.Location = new System.Drawing.Point(3, 11);
     49      this.idLabel.Name = "idLabel";
     50      this.idLabel.Size = new System.Drawing.Size(19, 13);
     51      this.idLabel.TabIndex = 0;
     52      this.idLabel.Text = "Id:";
     53      //
     54      // idTextBox
     55      //
     56      this.idTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     57            | System.Windows.Forms.AnchorStyles.Right)));
     58      this.idTextBox.Location = new System.Drawing.Point(72, 8);
     59      this.idTextBox.Name = "idTextBox";
     60      this.idTextBox.ReadOnly = true;
     61      this.idTextBox.Size = new System.Drawing.Size(464, 20);
     62      this.idTextBox.TabIndex = 1;
     63      //
    4264      // nameLabel
    4365      //
    4466      this.nameLabel.AutoSize = true;
    45       this.nameLabel.Location = new System.Drawing.Point(3, 11);
     67      this.nameLabel.Location = new System.Drawing.Point(3, 37);
    4668      this.nameLabel.Name = "nameLabel";
    4769      this.nameLabel.Size = new System.Drawing.Size(38, 13);
    48       this.nameLabel.TabIndex = 0;
     70      this.nameLabel.TabIndex = 2;
    4971      this.nameLabel.Text = "Name:";
    5072      //
     
    5375      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    5476            | System.Windows.Forms.AnchorStyles.Right)));
    55       this.nameTextBox.Location = new System.Drawing.Point(72, 8);
     77      this.nameTextBox.Location = new System.Drawing.Point(72, 34);
    5678      this.nameTextBox.Name = "nameTextBox";
    5779      this.nameTextBox.Size = new System.Drawing.Size(464, 20);
    58       this.nameTextBox.TabIndex = 1;
     80      this.nameTextBox.TabIndex = 3;
    5981      this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
    6082      this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating);
     
    6385      //
    6486      this.descriptionLabel.AutoSize = true;
    65       this.descriptionLabel.Location = new System.Drawing.Point(3, 37);
     87      this.descriptionLabel.Location = new System.Drawing.Point(3, 63);
    6688      this.descriptionLabel.Name = "descriptionLabel";
    6789      this.descriptionLabel.Size = new System.Drawing.Size(63, 13);
    68       this.descriptionLabel.TabIndex = 2;
     90      this.descriptionLabel.TabIndex = 4;
    6991      this.descriptionLabel.Text = "Description:";
    7092      //
     
    7395      this.descriptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    7496            | System.Windows.Forms.AnchorStyles.Right)));
    75       this.descriptionTextBox.Location = new System.Drawing.Point(72, 34);
     97      this.descriptionTextBox.Location = new System.Drawing.Point(72, 60);
    7698      this.descriptionTextBox.Multiline = true;
    7799      this.descriptionTextBox.Name = "descriptionTextBox";
    78100      this.descriptionTextBox.Size = new System.Drawing.Size(464, 98);
    79       this.descriptionTextBox.TabIndex = 3;
     101      this.descriptionTextBox.TabIndex = 5;
    80102      this.descriptionTextBox.TextChanged += new System.EventHandler(this.descriptionTextBox_TextChanged);
    81103      //
     
    86108      this.ownerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    87109      this.ownerComboBox.FormattingEnabled = true;
    88       this.ownerComboBox.Location = new System.Drawing.Point(102, 138);
     110      this.ownerComboBox.Location = new System.Drawing.Point(102, 164);
    89111      this.ownerComboBox.Name = "ownerComboBox";
    90112      this.ownerComboBox.Size = new System.Drawing.Size(434, 21);
    91       this.ownerComboBox.TabIndex = 5;
     113      this.ownerComboBox.TabIndex = 6;
    92114      this.ownerComboBox.SelectedIndexChanged += new System.EventHandler(this.ownerComboBox_SelectedIndexChanged);
    93115      //
     
    95117      //
    96118      this.ownerLabel.AutoSize = true;
    97       this.ownerLabel.Location = new System.Drawing.Point(3, 141);
     119      this.ownerLabel.Location = new System.Drawing.Point(3, 167);
    98120      this.ownerLabel.Name = "ownerLabel";
    99121      this.ownerLabel.Size = new System.Drawing.Size(41, 13);
    100       this.ownerLabel.TabIndex = 4;
     122      this.ownerLabel.TabIndex = 7;
    101123      this.ownerLabel.Text = "Owner:";
    102124      //
     
    104126      //
    105127      this.createdLabel.AutoSize = true;
    106       this.createdLabel.Location = new System.Drawing.Point(3, 171);
     128      this.createdLabel.Location = new System.Drawing.Point(3, 197);
    107129      this.createdLabel.Name = "createdLabel";
    108130      this.createdLabel.Size = new System.Drawing.Size(47, 13);
    109       this.createdLabel.TabIndex = 6;
     131      this.createdLabel.TabIndex = 8;
    110132      this.createdLabel.Text = "Created:";
    111133      //
     
    115137      this.startDateTimePicker.Enabled = false;
    116138      this.startDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    117       this.startDateTimePicker.Location = new System.Drawing.Point(72, 190);
     139      this.startDateTimePicker.Location = new System.Drawing.Point(72, 216);
    118140      this.startDateTimePicker.Name = "startDateTimePicker";
    119141      this.startDateTimePicker.Size = new System.Drawing.Size(200, 20);
     
    124146      //
    125147      this.startLabel.AutoSize = true;
    126       this.startLabel.Location = new System.Drawing.Point(3, 197);
     148      this.startLabel.Location = new System.Drawing.Point(3, 223);
    127149      this.startLabel.Name = "startLabel";
    128150      this.startLabel.Size = new System.Drawing.Size(32, 13);
    129       this.startLabel.TabIndex = 8;
     151      this.startLabel.TabIndex = 10;
    130152      this.startLabel.Text = "Start:";
    131153      //
     
    135157      this.endDateTimePicker.Enabled = false;
    136158      this.endDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
    137       this.endDateTimePicker.Location = new System.Drawing.Point(72, 217);
     159      this.endDateTimePicker.Location = new System.Drawing.Point(72, 243);
    138160      this.endDateTimePicker.Name = "endDateTimePicker";
    139161      this.endDateTimePicker.Size = new System.Drawing.Size(200, 20);
     
    144166      //
    145167      this.endLabel.AutoSize = true;
    146       this.endLabel.Location = new System.Drawing.Point(3, 223);
     168      this.endLabel.Location = new System.Drawing.Point(3, 249);
    147169      this.endLabel.Name = "endLabel";
    148170      this.endLabel.Size = new System.Drawing.Size(29, 13);
     
    153175      //
    154176      this.indefiniteCheckBox.AutoSize = true;
    155       this.indefiniteCheckBox.Location = new System.Drawing.Point(278, 219);
     177      this.indefiniteCheckBox.Location = new System.Drawing.Point(278, 245);
    156178      this.indefiniteCheckBox.Name = "indefiniteCheckBox";
    157179      this.indefiniteCheckBox.Size = new System.Drawing.Size(69, 17);
    158       this.indefiniteCheckBox.TabIndex = 12;
     180      this.indefiniteCheckBox.TabIndex = 13;
    159181      this.indefiniteCheckBox.Text = "Indefinite";
    160182      this.indefiniteCheckBox.UseVisualStyleBackColor = true;
     
    163185      // createdTextBox
    164186      //
    165       this.createdTextBox.Location = new System.Drawing.Point(72, 164);
     187      this.createdTextBox.Location = new System.Drawing.Point(72, 190);
    166188      this.createdTextBox.Name = "createdTextBox";
    167189      this.createdTextBox.ReadOnly = true;
    168190      this.createdTextBox.Size = new System.Drawing.Size(200, 20);
    169       this.createdTextBox.TabIndex = 7;
     191      this.createdTextBox.TabIndex = 14;
    170192      //
    171193      // refreshButton
    172194      //
    173       this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
    174       this.refreshButton.Location = new System.Drawing.Point(72, 136);
     195      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
     196      this.refreshButton.Location = new System.Drawing.Point(72, 162);
    175197      this.refreshButton.Name = "refreshButton";
    176198      this.refreshButton.Size = new System.Drawing.Size(24, 24);
     
    197219      this.Controls.Add(this.nameTextBox);
    198220      this.Controls.Add(this.nameLabel);
     221      this.Controls.Add(this.idTextBox);
     222      this.Controls.Add(this.idLabel);
    199223      this.Name = "ProjectView";
    200       this.Size = new System.Drawing.Size(539, 246);
     224      this.Size = new System.Drawing.Size(539, 271);
    201225      this.Load += new System.EventHandler(this.ProjectView_Load);
    202226      this.ResumeLayout(false);
     
    207231    #endregion
    208232
     233    private System.Windows.Forms.Label idLabel;
     234    protected System.Windows.Forms.TextBox idTextBox;
    209235    private System.Windows.Forms.Label nameLabel;
    210236    private System.Windows.Forms.TextBox nameTextBox;
Note: See TracChangeset for help on using the changeset viewer.