namespace HeuristicLab.Clients.Access.Views { partial class AdminClientView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label12 = new System.Windows.Forms.Label(); this.txtCountry = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // txtName // this.txtName.Size = new System.Drawing.Size(411, 20); // // txtDescription // this.txtDescription.Size = new System.Drawing.Size(410, 20); // // txtVersion // this.txtVersion.Size = new System.Drawing.Size(410, 20); // // txtTimestamp // this.txtTimestamp.Size = new System.Drawing.Size(411, 20); // // txtMemory // this.txtMemory.Size = new System.Drawing.Size(411, 20); // // txtNumberOfCores // this.txtNumberOfCores.Size = new System.Drawing.Size(411, 20); // // txtClientType // this.txtClientType.Size = new System.Drawing.Size(410, 20); // // txtClientConfiguration // this.txtClientConfiguration.Size = new System.Drawing.Size(411, 20); // // txtProcessor // this.txtProcessor.Size = new System.Drawing.Size(410, 20); // // txtOS // this.txtOS.Size = new System.Drawing.Size(410, 20); // // txtPerformanceValue // this.txtPerformanceValue.Size = new System.Drawing.Size(411, 20); // // txtId // this.txtId.Size = new System.Drawing.Size(410, 20); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(3, 318); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(46, 13); this.label12.TabIndex = 11; this.label12.Text = "Country:"; // // txtCountry // this.txtCountry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtCountry.Location = new System.Drawing.Point(111, 315); this.txtCountry.Name = "txtCountry"; this.txtCountry.Size = new System.Drawing.Size(410, 20); this.txtCountry.TabIndex = 22; // // AdminClientView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtCountry); this.Controls.Add(this.label12); this.Name = "AdminClientView"; this.Size = new System.Drawing.Size(524, 341); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.label10, 0); this.Controls.SetChildIndex(this.label11, 0); this.Controls.SetChildIndex(this.txtName, 0); this.Controls.SetChildIndex(this.txtDescription, 0); this.Controls.SetChildIndex(this.txtVersion, 0); this.Controls.SetChildIndex(this.txtTimestamp, 0); this.Controls.SetChildIndex(this.txtMemory, 0); this.Controls.SetChildIndex(this.txtNumberOfCores, 0); this.Controls.SetChildIndex(this.txtClientType, 0); this.Controls.SetChildIndex(this.txtClientConfiguration, 0); this.Controls.SetChildIndex(this.txtProcessor, 0); this.Controls.SetChildIndex(this.txtOS, 0); this.Controls.SetChildIndex(this.txtPerformanceValue, 0); this.Controls.SetChildIndex(this.label13, 0); this.Controls.SetChildIndex(this.txtId, 0); this.Controls.SetChildIndex(this.label12, 0); this.Controls.SetChildIndex(this.txtCountry, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox txtCountry; } }