Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/22/11 16:28:59 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented administrator ui review comments
  • implemented slave ui review comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/SlaveView.Designer.cs

    r6688 r6823  
    7070                  | System.Windows.Forms.AnchorStyles.Right)));
    7171      this.txtSlaveState.Enabled = false;
    72       this.txtSlaveState.Location = new System.Drawing.Point(120, 186);
     72      this.txtSlaveState.Location = new System.Drawing.Point(102, 190);
    7373      this.txtSlaveState.Name = "txtSlaveState";
    74       this.txtSlaveState.Size = new System.Drawing.Size(249, 20);
     74      this.txtSlaveState.Size = new System.Drawing.Size(267, 20);
    7575      this.txtSlaveState.TabIndex = 27;
    7676      //
     
    8080                  | System.Windows.Forms.AnchorStyles.Right)));
    8181      this.txtOS.Enabled = false;
    82       this.txtOS.Location = new System.Drawing.Point(120, 160);
     82      this.txtOS.Location = new System.Drawing.Point(102, 164);
    8383      this.txtOS.Name = "txtOS";
    84       this.txtOS.Size = new System.Drawing.Size(249, 20);
     84      this.txtOS.Size = new System.Drawing.Size(267, 20);
    8585      this.txtOS.TabIndex = 26;
    8686      //
     
    9090      this.label15.Location = new System.Drawing.Point(3, 193);
    9191      this.label15.Name = "label15";
    92       this.label15.Size = new System.Drawing.Size(32, 13);
     92      this.label15.Size = new System.Drawing.Size(35, 13);
    9393      this.label15.TabIndex = 25;
    94       this.label15.Text = "State";
     94      this.label15.Text = "State:";
    9595      //
    9696      // label14
     
    9999      this.label14.Location = new System.Drawing.Point(3, 167);
    100100      this.label14.Name = "label14";
    101       this.label14.Size = new System.Drawing.Size(90, 13);
     101      this.label14.Size = new System.Drawing.Size(93, 13);
    102102      this.label14.TabIndex = 24;
    103       this.label14.Text = "Operating System";
     103      this.label14.Text = "Operating System:";
    104104      //
    105105      // txtDetailsDescription
     
    108108                  | System.Windows.Forms.AnchorStyles.Right)));
    109109      this.txtDetailsDescription.Enabled = false;
    110       this.txtDetailsDescription.Location = new System.Drawing.Point(120, 56);
     110      this.txtDetailsDescription.Location = new System.Drawing.Point(102, 60);
    111111      this.txtDetailsDescription.Name = "txtDetailsDescription";
    112       this.txtDetailsDescription.Size = new System.Drawing.Size(249, 20);
     112      this.txtDetailsDescription.Size = new System.Drawing.Size(267, 20);
    113113      this.txtDetailsDescription.TabIndex = 23;
    114114      //
     
    118118      this.label13.Location = new System.Drawing.Point(3, 63);
    119119      this.label13.Name = "label13";
    120       this.label13.Size = new System.Drawing.Size(60, 13);
     120      this.label13.Size = new System.Drawing.Size(63, 13);
    121121      this.label13.TabIndex = 22;
    122       this.label13.Text = "Description";
     122      this.label13.Text = "Description:";
    123123      //
    124124      // txtName
     
    126126      this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    127127                  | System.Windows.Forms.AnchorStyles.Right)));
    128       this.txtName.Location = new System.Drawing.Point(120, 4);
     128      this.txtName.Location = new System.Drawing.Point(102, 8);
    129129      this.txtName.Name = "txtName";
    130       this.txtName.Size = new System.Drawing.Size(249, 20);
     130      this.txtName.Size = new System.Drawing.Size(267, 20);
    131131      this.txtName.TabIndex = 21;
    132132      this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
     
    137137                  | System.Windows.Forms.AnchorStyles.Right)));
    138138      this.txtCPU.Enabled = false;
    139       this.txtCPU.Location = new System.Drawing.Point(120, 82);
     139      this.txtCPU.Location = new System.Drawing.Point(102, 86);
    140140      this.txtCPU.Name = "txtCPU";
    141       this.txtCPU.Size = new System.Drawing.Size(249, 20);
     141      this.txtCPU.Size = new System.Drawing.Size(267, 20);
    142142      this.txtCPU.TabIndex = 20;
    143143      //
     
    147147                  | System.Windows.Forms.AnchorStyles.Right)));
    148148      this.txtMemory.Enabled = false;
    149       this.txtMemory.Location = new System.Drawing.Point(120, 108);
     149      this.txtMemory.Location = new System.Drawing.Point(102, 112);
    150150      this.txtMemory.Name = "txtMemory";
    151       this.txtMemory.Size = new System.Drawing.Size(249, 20);
     151      this.txtMemory.Size = new System.Drawing.Size(267, 20);
    152152      this.txtMemory.TabIndex = 19;
    153153      //
     
    157157                  | System.Windows.Forms.AnchorStyles.Right)));
    158158      this.txtLastHeartbeat.Enabled = false;
    159       this.txtLastHeartbeat.Location = new System.Drawing.Point(120, 212);
     159      this.txtLastHeartbeat.Location = new System.Drawing.Point(102, 216);
    160160      this.txtLastHeartbeat.Name = "txtLastHeartbeat";
    161       this.txtLastHeartbeat.Size = new System.Drawing.Size(249, 20);
     161      this.txtLastHeartbeat.Size = new System.Drawing.Size(267, 20);
    162162      this.txtLastHeartbeat.TabIndex = 18;
    163163      //
     
    167167      this.label12.Location = new System.Drawing.Point(3, 219);
    168168      this.label12.Name = "label12";
    169       this.label12.Size = new System.Drawing.Size(77, 13);
     169      this.label12.Size = new System.Drawing.Size(80, 13);
    170170      this.label12.TabIndex = 17;
    171       this.label12.Text = "Last Heartbeat";
     171      this.label12.Text = "Last Heartbeat:";
    172172      //
    173173      // label11
     
    176176      this.label11.Location = new System.Drawing.Point(3, 115);
    177177      this.label11.Name = "label11";
    178       this.label11.Size = new System.Drawing.Size(44, 13);
     178      this.label11.Size = new System.Drawing.Size(47, 13);
    179179      this.label11.TabIndex = 16;
    180       this.label11.Text = "Memory";
     180      this.label11.Text = "Memory:";
    181181      //
    182182      // label10
     
    185185      this.label10.Location = new System.Drawing.Point(3, 89);
    186186      this.label10.Name = "label10";
    187       this.label10.Size = new System.Drawing.Size(29, 13);
     187      this.label10.Size = new System.Drawing.Size(32, 13);
    188188      this.label10.TabIndex = 15;
    189       this.label10.Text = "CPU";
     189      this.label10.Text = "CPU:";
    190190      //
    191191      // label9
     
    194194      this.label9.Location = new System.Drawing.Point(3, 11);
    195195      this.label9.Name = "label9";
    196       this.label9.Size = new System.Drawing.Size(35, 13);
     196      this.label9.Size = new System.Drawing.Size(38, 13);
    197197      this.label9.TabIndex = 14;
    198       this.label9.Text = "Name";
     198      this.label9.Text = "Name:";
    199199      //
    200200      // label1
     
    203203      this.label1.Location = new System.Drawing.Point(3, 141);
    204204      this.label1.Name = "label1";
    205       this.label1.Size = new System.Drawing.Size(67, 13);
     205      this.label1.Size = new System.Drawing.Size(70, 13);
    206206      this.label1.TabIndex = 28;
    207       this.label1.Text = "Free memory";
     207      this.label1.Text = "Free memory:";
    208208      //
    209209      // txtFreeMemory
     
    212212                  | System.Windows.Forms.AnchorStyles.Right)));
    213213      this.txtFreeMemory.Enabled = false;
    214       this.txtFreeMemory.Location = new System.Drawing.Point(120, 134);
     214      this.txtFreeMemory.Location = new System.Drawing.Point(102, 138);
    215215      this.txtFreeMemory.Name = "txtFreeMemory";
    216       this.txtFreeMemory.Size = new System.Drawing.Size(249, 20);
     216      this.txtFreeMemory.Size = new System.Drawing.Size(267, 20);
    217217      this.txtFreeMemory.TabIndex = 29;
    218218      //
     
    222222                  | System.Windows.Forms.AnchorStyles.Right)));
    223223      this.txtId.Enabled = false;
    224       this.txtId.Location = new System.Drawing.Point(120, 30);
     224      this.txtId.Location = new System.Drawing.Point(102, 34);
    225225      this.txtId.Name = "txtId";
    226       this.txtId.Size = new System.Drawing.Size(249, 20);
     226      this.txtId.Size = new System.Drawing.Size(267, 20);
    227227      this.txtId.TabIndex = 30;
    228228      //
     
    232232      this.label2.Location = new System.Drawing.Point(3, 37);
    233233      this.label2.Name = "label2";
    234       this.label2.Size = new System.Drawing.Size(16, 13);
     234      this.label2.Size = new System.Drawing.Size(19, 13);
    235235      this.label2.TabIndex = 31;
    236       this.label2.Text = "Id";
     236      this.label2.Text = "Id:";
    237237      //
    238238      // SlaveView
     
    259259      this.Controls.Add(this.label9);
    260260      this.Name = "SlaveView";
    261       this.Size = new System.Drawing.Size(372, 236);
     261      this.Size = new System.Drawing.Size(372, 241);
    262262      this.ResumeLayout(false);
    263263      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.