Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClientUserManagement/HeuristicLab.Clients.Access.Views/3.3/ClientViews/AdminClientView.Designer.cs @ 7555

Last change on this file since 7555 was 7555, checked in by ascheibe, 12 years ago

#1648 added an access client views project for the ui stuff

File size: 5.0 KB
Line 
1namespace HeuristicLab.Clients.Access {
2  partial class AdminClientView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.label12 = new System.Windows.Forms.Label();
27      this.txtCountry = new System.Windows.Forms.TextBox();
28      this.SuspendLayout();
29      //
30      // txtName
31      //
32      this.txtName.Size = new System.Drawing.Size(411, 20);
33      //
34      // txtDescription
35      //
36      this.txtDescription.Size = new System.Drawing.Size(410, 20);
37      //
38      // txtVersion
39      //
40      this.txtVersion.Size = new System.Drawing.Size(410, 20);
41      //
42      // txtTimestamp
43      //
44      this.txtTimestamp.Size = new System.Drawing.Size(411, 20);
45      //
46      // txtMemory
47      //
48      this.txtMemory.Size = new System.Drawing.Size(411, 20);
49      //
50      // txtNumberOfCores
51      //
52      this.txtNumberOfCores.Size = new System.Drawing.Size(411, 20);
53      //
54      // txtClientType
55      //
56      this.txtClientType.Size = new System.Drawing.Size(410, 20);
57      //
58      // txtClientConfiguration
59      //
60      this.txtClientConfiguration.Size = new System.Drawing.Size(411, 20);
61      //
62      // txtProcessor
63      //
64      this.txtProcessor.Size = new System.Drawing.Size(410, 20);
65      //
66      // txtOS
67      //
68      this.txtOS.Size = new System.Drawing.Size(410, 20);
69      //
70      // txtPerformanceValue
71      //
72      this.txtPerformanceValue.Size = new System.Drawing.Size(411, 20);
73      //
74      // txtId
75      //
76      this.txtId.Size = new System.Drawing.Size(410, 20);
77      //
78      // label12
79      //
80      this.label12.AutoSize = true;
81      this.label12.Location = new System.Drawing.Point(3, 318);
82      this.label12.Name = "label12";
83      this.label12.Size = new System.Drawing.Size(46, 13);
84      this.label12.TabIndex = 11;
85      this.label12.Text = "Country:";
86      //
87      // txtCountry
88      //
89      this.txtCountry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
90                  | System.Windows.Forms.AnchorStyles.Right)));
91      this.txtCountry.Location = new System.Drawing.Point(111, 315);
92      this.txtCountry.Name = "txtCountry";
93      this.txtCountry.Size = new System.Drawing.Size(410, 20);
94      this.txtCountry.TabIndex = 22;
95      //
96      // AdminClientView
97      //
98      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
99      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
100      this.Controls.Add(this.txtCountry);
101      this.Controls.Add(this.label12);
102      this.Name = "AdminClientView";
103      this.Size = new System.Drawing.Size(524, 341);
104      this.Controls.SetChildIndex(this.label1, 0);
105      this.Controls.SetChildIndex(this.label2, 0);
106      this.Controls.SetChildIndex(this.label3, 0);
107      this.Controls.SetChildIndex(this.label4, 0);
108      this.Controls.SetChildIndex(this.label5, 0);
109      this.Controls.SetChildIndex(this.label6, 0);
110      this.Controls.SetChildIndex(this.label7, 0);
111      this.Controls.SetChildIndex(this.label8, 0);
112      this.Controls.SetChildIndex(this.label9, 0);
113      this.Controls.SetChildIndex(this.label10, 0);
114      this.Controls.SetChildIndex(this.label11, 0);
115      this.Controls.SetChildIndex(this.txtName, 0);
116      this.Controls.SetChildIndex(this.txtDescription, 0);
117      this.Controls.SetChildIndex(this.txtVersion, 0);
118      this.Controls.SetChildIndex(this.txtTimestamp, 0);
119      this.Controls.SetChildIndex(this.txtMemory, 0);
120      this.Controls.SetChildIndex(this.txtNumberOfCores, 0);
121      this.Controls.SetChildIndex(this.txtClientType, 0);
122      this.Controls.SetChildIndex(this.txtClientConfiguration, 0);
123      this.Controls.SetChildIndex(this.txtProcessor, 0);
124      this.Controls.SetChildIndex(this.txtOS, 0);
125      this.Controls.SetChildIndex(this.txtPerformanceValue, 0);
126      this.Controls.SetChildIndex(this.label13, 0);
127      this.Controls.SetChildIndex(this.txtId, 0);
128      this.Controls.SetChildIndex(this.label12, 0);
129      this.Controls.SetChildIndex(this.txtCountry, 0);
130      this.ResumeLayout(false);
131      this.PerformLayout();
132
133    }
134
135    #endregion
136
137    private System.Windows.Forms.Label label12;
138    private System.Windows.Forms.TextBox txtCountry;
139  }
140}
Note: See TracBrowser for help on using the repository browser.