namespace HeuristicLab.Clients.Access.Administration { partial class UserView { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.userNameTextBox = new System.Windows.Forms.TextBox(); this.fullNameTextBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 0; this.label1.Text = "User Name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 13); this.label2.TabIndex = 1; this.label2.Text = "Full Name:"; // // userNameTextBox // this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.userNameTextBox.Location = new System.Drawing.Point(72, 3); this.userNameTextBox.Name = "userNameTextBox"; this.userNameTextBox.Size = new System.Drawing.Size(289, 20); this.userNameTextBox.TabIndex = 2; // // fullNameTextBox // this.fullNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.fullNameTextBox.Location = new System.Drawing.Point(72, 29); this.fullNameTextBox.Name = "fullNameTextBox"; this.fullNameTextBox.Size = new System.Drawing.Size(289, 20); this.fullNameTextBox.TabIndex = 3; // // UserView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.fullNameTextBox); this.Controls.Add(this.userNameTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "UserView"; this.Size = new System.Drawing.Size(364, 106); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox userNameTextBox; private System.Windows.Forms.TextBox fullNameTextBox; } }