Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/29/12 17:41:18 (12 years ago)
Author:
ascheibe
Message:

#1648 added client registration ui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Clients.Access/3.3/ClientViews/ClientView.Designer.cs

    r7534 r7536  
    1 namespace HeuristicLab.Clients.Access.ClientViews {
     1namespace HeuristicLab.Clients.Access {
    22  partial class ClientView {
    33    /// <summary>
     
    2424    /// </summary>
    2525    private void InitializeComponent() {
    26       components = new System.ComponentModel.Container();
     26      this.label1 = new System.Windows.Forms.Label();
     27      this.label2 = new System.Windows.Forms.Label();
     28      this.label3 = new System.Windows.Forms.Label();
     29      this.label4 = new System.Windows.Forms.Label();
     30      this.label5 = new System.Windows.Forms.Label();
     31      this.label6 = new System.Windows.Forms.Label();
     32      this.label7 = new System.Windows.Forms.Label();
     33      this.label8 = new System.Windows.Forms.Label();
     34      this.label9 = new System.Windows.Forms.Label();
     35      this.label10 = new System.Windows.Forms.Label();
     36      this.label11 = new System.Windows.Forms.Label();
     37      this.txtName = new System.Windows.Forms.TextBox();
     38      this.txtDescription = new System.Windows.Forms.TextBox();
     39      this.txtVersion = new System.Windows.Forms.TextBox();
     40      this.txtTimestamp = new System.Windows.Forms.TextBox();
     41      this.txtMemory = new System.Windows.Forms.TextBox();
     42      this.txtNumberOfCores = new System.Windows.Forms.TextBox();
     43      this.txtClientType = new System.Windows.Forms.TextBox();
     44      this.txtClientConfiguration = new System.Windows.Forms.TextBox();
     45      this.txtProcessor = new System.Windows.Forms.TextBox();
     46      this.txtOS = new System.Windows.Forms.TextBox();
     47      this.txtPerformanceValue = new System.Windows.Forms.TextBox();
     48      this.label13 = new System.Windows.Forms.Label();
     49      this.txtId = new System.Windows.Forms.TextBox();
     50      this.SuspendLayout();
     51      //
     52      // label1
     53      //
     54      this.label1.AutoSize = true;
     55      this.label1.Location = new System.Drawing.Point(3, 6);
     56      this.label1.Name = "label1";
     57      this.label1.Size = new System.Drawing.Size(38, 13);
     58      this.label1.TabIndex = 0;
     59      this.label1.Text = "Name:";
     60      //
     61      // label2
     62      //
     63      this.label2.AutoSize = true;
     64      this.label2.Location = new System.Drawing.Point(3, 32);
     65      this.label2.Name = "label2";
     66      this.label2.Size = new System.Drawing.Size(63, 13);
     67      this.label2.TabIndex = 1;
     68      this.label2.Text = "Description:";
     69      //
     70      // label3
     71      //
     72      this.label3.AutoSize = true;
     73      this.label3.Location = new System.Drawing.Point(3, 58);
     74      this.label3.Name = "label3";
     75      this.label3.Size = new System.Drawing.Size(62, 13);
     76      this.label3.TabIndex = 2;
     77      this.label3.Text = "HL Version:";
     78      //
     79      // label4
     80      //
     81      this.label4.AutoSize = true;
     82      this.label4.Location = new System.Drawing.Point(3, 84);
     83      this.label4.Name = "label4";
     84      this.label4.Size = new System.Drawing.Size(47, 13);
     85      this.label4.TabIndex = 3;
     86      this.label4.Text = "Memory:";
     87      //
     88      // label5
     89      //
     90      this.label5.AutoSize = true;
     91      this.label5.Location = new System.Drawing.Point(3, 110);
     92      this.label5.Name = "label5";
     93      this.label5.Size = new System.Drawing.Size(61, 13);
     94      this.label5.TabIndex = 4;
     95      this.label5.Text = "Timestamp:";
     96      //
     97      // label6
     98      //
     99      this.label6.AutoSize = true;
     100      this.label6.Location = new System.Drawing.Point(3, 136);
     101      this.label6.Name = "label6";
     102      this.label6.Size = new System.Drawing.Size(62, 13);
     103      this.label6.TabIndex = 5;
     104      this.label6.Text = "CPU Cores:";
     105      //
     106      // label7
     107      //
     108      this.label7.AutoSize = true;
     109      this.label7.Location = new System.Drawing.Point(3, 162);
     110      this.label7.Name = "label7";
     111      this.label7.Size = new System.Drawing.Size(57, 13);
     112      this.label7.TabIndex = 6;
     113      this.label7.Text = "Processor:";
     114      //
     115      // label8
     116      //
     117      this.label8.AutoSize = true;
     118      this.label8.Location = new System.Drawing.Point(3, 188);
     119      this.label8.Name = "label8";
     120      this.label8.Size = new System.Drawing.Size(36, 13);
     121      this.label8.TabIndex = 7;
     122      this.label8.Text = "Client:";
     123      //
     124      // label9
     125      //
     126      this.label9.AutoSize = true;
     127      this.label9.Location = new System.Drawing.Point(3, 214);
     128      this.label9.Name = "label9";
     129      this.label9.Size = new System.Drawing.Size(63, 13);
     130      this.label9.TabIndex = 8;
     131      this.label9.Text = "OS Version:";
     132      //
     133      // label10
     134      //
     135      this.label10.AutoSize = true;
     136      this.label10.Location = new System.Drawing.Point(3, 240);
     137      this.label10.Name = "label10";
     138      this.label10.Size = new System.Drawing.Size(101, 13);
     139      this.label10.TabIndex = 9;
     140      this.label10.Text = "Client Configuration:";
     141      //
     142      // label11
     143      //
     144      this.label11.AutoSize = true;
     145      this.label11.Location = new System.Drawing.Point(3, 266);
     146      this.label11.Name = "label11";
     147      this.label11.Size = new System.Drawing.Size(100, 13);
     148      this.label11.TabIndex = 10;
     149      this.label11.Text = "Performance Value:";
     150      //
     151      // txtName
     152      //
     153      this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     154                  | System.Windows.Forms.AnchorStyles.Right)));
     155      this.txtName.Location = new System.Drawing.Point(110, 3);
     156      this.txtName.Name = "txtName";
     157      this.txtName.Size = new System.Drawing.Size(265, 20);
     158      this.txtName.TabIndex = 12;
     159      //
     160      // txtDescription
     161      //
     162      this.txtDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     163                  | System.Windows.Forms.AnchorStyles.Right)));
     164      this.txtDescription.Location = new System.Drawing.Point(111, 29);
     165      this.txtDescription.Name = "txtDescription";
     166      this.txtDescription.Size = new System.Drawing.Size(264, 20);
     167      this.txtDescription.TabIndex = 13;
     168      //
     169      // txtVersion
     170      //
     171      this.txtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     172                  | System.Windows.Forms.AnchorStyles.Right)));
     173      this.txtVersion.Location = new System.Drawing.Point(111, 55);
     174      this.txtVersion.Name = "txtVersion";
     175      this.txtVersion.Size = new System.Drawing.Size(264, 20);
     176      this.txtVersion.TabIndex = 14;
     177      //
     178      // txtTimestamp
     179      //
     180      this.txtTimestamp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     181                  | System.Windows.Forms.AnchorStyles.Right)));
     182      this.txtTimestamp.Location = new System.Drawing.Point(110, 107);
     183      this.txtTimestamp.Name = "txtTimestamp";
     184      this.txtTimestamp.Size = new System.Drawing.Size(265, 20);
     185      this.txtTimestamp.TabIndex = 15;
     186      //
     187      // txtMemory
     188      //
     189      this.txtMemory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     190                  | System.Windows.Forms.AnchorStyles.Right)));
     191      this.txtMemory.Location = new System.Drawing.Point(110, 81);
     192      this.txtMemory.Name = "txtMemory";
     193      this.txtMemory.Size = new System.Drawing.Size(265, 20);
     194      this.txtMemory.TabIndex = 16;
     195      //
     196      // txtNumberOfCores
     197      //
     198      this.txtNumberOfCores.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     199                  | System.Windows.Forms.AnchorStyles.Right)));
     200      this.txtNumberOfCores.Location = new System.Drawing.Point(110, 133);
     201      this.txtNumberOfCores.Name = "txtNumberOfCores";
     202      this.txtNumberOfCores.Size = new System.Drawing.Size(265, 20);
     203      this.txtNumberOfCores.TabIndex = 17;
     204      //
     205      // txtClientType
     206      //
     207      this.txtClientType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     208                  | System.Windows.Forms.AnchorStyles.Right)));
     209      this.txtClientType.Location = new System.Drawing.Point(111, 185);
     210      this.txtClientType.Name = "txtClientType";
     211      this.txtClientType.Size = new System.Drawing.Size(264, 20);
     212      this.txtClientType.TabIndex = 18;
     213      //
     214      // txtClientConfiguration
     215      //
     216      this.txtClientConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     217                  | System.Windows.Forms.AnchorStyles.Right)));
     218      this.txtClientConfiguration.Location = new System.Drawing.Point(110, 237);
     219      this.txtClientConfiguration.Name = "txtClientConfiguration";
     220      this.txtClientConfiguration.Size = new System.Drawing.Size(265, 20);
     221      this.txtClientConfiguration.TabIndex = 19;
     222      //
     223      // txtProcessor
     224      //
     225      this.txtProcessor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     226                  | System.Windows.Forms.AnchorStyles.Right)));
     227      this.txtProcessor.Location = new System.Drawing.Point(111, 159);
     228      this.txtProcessor.Name = "txtProcessor";
     229      this.txtProcessor.Size = new System.Drawing.Size(264, 20);
     230      this.txtProcessor.TabIndex = 20;
     231      //
     232      // txtOS
     233      //
     234      this.txtOS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     235                  | System.Windows.Forms.AnchorStyles.Right)));
     236      this.txtOS.Location = new System.Drawing.Point(111, 211);
     237      this.txtOS.Name = "txtOS";
     238      this.txtOS.Size = new System.Drawing.Size(264, 20);
     239      this.txtOS.TabIndex = 21;
     240      //
     241      // txtPerformanceValue
     242      //
     243      this.txtPerformanceValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     244                  | System.Windows.Forms.AnchorStyles.Right)));
     245      this.txtPerformanceValue.Location = new System.Drawing.Point(110, 263);
     246      this.txtPerformanceValue.Name = "txtPerformanceValue";
     247      this.txtPerformanceValue.Size = new System.Drawing.Size(265, 20);
     248      this.txtPerformanceValue.TabIndex = 23;
     249      //
     250      // label13
     251      //
     252      this.label13.AutoSize = true;
     253      this.label13.Location = new System.Drawing.Point(3, 292);
     254      this.label13.Name = "label13";
     255      this.label13.Size = new System.Drawing.Size(48, 13);
     256      this.label13.TabIndex = 24;
     257      this.label13.Text = "Client Id:";
     258      //
     259      // txtId
     260      //
     261      this.txtId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     262                  | System.Windows.Forms.AnchorStyles.Right)));
     263      this.txtId.Location = new System.Drawing.Point(111, 289);
     264      this.txtId.Name = "txtId";
     265      this.txtId.Size = new System.Drawing.Size(264, 20);
     266      this.txtId.TabIndex = 25;
     267      //
     268      // ClientView
     269      //
     270      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    27271      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     272      this.Controls.Add(this.txtId);
     273      this.Controls.Add(this.label13);
     274      this.Controls.Add(this.txtPerformanceValue);
     275      this.Controls.Add(this.txtOS);
     276      this.Controls.Add(this.txtProcessor);
     277      this.Controls.Add(this.txtClientConfiguration);
     278      this.Controls.Add(this.txtClientType);
     279      this.Controls.Add(this.txtNumberOfCores);
     280      this.Controls.Add(this.txtMemory);
     281      this.Controls.Add(this.txtTimestamp);
     282      this.Controls.Add(this.txtVersion);
     283      this.Controls.Add(this.txtDescription);
     284      this.Controls.Add(this.txtName);
     285      this.Controls.Add(this.label11);
     286      this.Controls.Add(this.label10);
     287      this.Controls.Add(this.label9);
     288      this.Controls.Add(this.label8);
     289      this.Controls.Add(this.label7);
     290      this.Controls.Add(this.label6);
     291      this.Controls.Add(this.label5);
     292      this.Controls.Add(this.label4);
     293      this.Controls.Add(this.label3);
     294      this.Controls.Add(this.label2);
     295      this.Controls.Add(this.label1);
     296      this.Name = "ClientView";
     297      this.Size = new System.Drawing.Size(378, 315);
     298      this.ResumeLayout(false);
     299      this.PerformLayout();
     300
    28301    }
    29302
    30303    #endregion
     304
     305    protected System.Windows.Forms.Label label1;
     306    protected System.Windows.Forms.Label label2;
     307    protected System.Windows.Forms.Label label3;
     308    protected System.Windows.Forms.Label label4;
     309    protected System.Windows.Forms.Label label5;
     310    protected System.Windows.Forms.Label label6;
     311    protected System.Windows.Forms.Label label7;
     312    protected System.Windows.Forms.Label label8;
     313    protected System.Windows.Forms.Label label9;
     314    protected System.Windows.Forms.Label label10;
     315    protected System.Windows.Forms.Label label11;
     316    protected System.Windows.Forms.TextBox txtName;
     317    protected System.Windows.Forms.TextBox txtDescription;
     318    protected System.Windows.Forms.TextBox txtVersion;
     319    protected System.Windows.Forms.TextBox txtTimestamp;
     320    protected System.Windows.Forms.TextBox txtMemory;
     321    protected System.Windows.Forms.TextBox txtNumberOfCores;
     322    protected System.Windows.Forms.TextBox txtClientType;
     323    protected System.Windows.Forms.TextBox txtClientConfiguration;
     324    protected System.Windows.Forms.TextBox txtProcessor;
     325    protected System.Windows.Forms.TextBox txtOS;
     326    protected System.Windows.Forms.TextBox txtPerformanceValue;
     327    protected System.Windows.Forms.Label label13;
     328    protected System.Windows.Forms.TextBox txtId;
     329
    31330  }
    32331}
Note: See TracChangeset for help on using the changeset viewer.