namespace GeoTema { partial class AddUser { /// /// 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 Windows Form 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.lblPassword = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.lblUserName = new System.Windows.Forms.Label(); this.btnAdd = new System.Windows.Forms.Button(); this.txtUserName = new System.Windows.Forms.TextBox(); this.rbtnAdmin = new System.Windows.Forms.RadioButton(); this.rbtnSuper = new System.Windows.Forms.RadioButton(); this.rbtnUser = new System.Windows.Forms.RadioButton(); this.lblUserType = new System.Windows.Forms.Label(); this.gboxUserType = new System.Windows.Forms.GroupBox(); this.btnBack = new System.Windows.Forms.Button(); this.gboxUserType.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(307, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(187, 46); this.label1.TabIndex = 11; this.label1.Text = "Add user"; // // lblPassword // this.lblPassword.AutoSize = true; this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPassword.Location = new System.Drawing.Point(230, 256); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(78, 20); this.lblPassword.TabIndex = 10; this.lblPassword.Text = "Password"; // // txtPassword // this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPassword.Location = new System.Drawing.Point(320, 250); this.txtPassword.MaxLength = 30; this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(160, 29); this.txtPassword.TabIndex = 9; // // lblUserName // this.lblUserName.AutoSize = true; this.lblUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUserName.Location = new System.Drawing.Point(230, 206); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new System.Drawing.Size(83, 20); this.lblUserName.TabIndex = 8; this.lblUserName.Text = "Username"; // // btnAdd // this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.Location = new System.Drawing.Point(400, 410); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(80, 40); this.btnAdd.TabIndex = 7; this.btnAdd.Text = "Add"; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // txtUserName // this.txtUserName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtUserName.Location = new System.Drawing.Point(320, 200); this.txtUserName.MaxLength = 30; this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(160, 29); this.txtUserName.TabIndex = 6; // // rbtnAdmin // this.rbtnAdmin.AutoSize = true; this.rbtnAdmin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rbtnAdmin.Location = new System.Drawing.Point(12, 19); this.rbtnAdmin.Name = "rbtnAdmin"; this.rbtnAdmin.Size = new System.Drawing.Size(108, 21); this.rbtnAdmin.TabIndex = 12; this.rbtnAdmin.TabStop = true; this.rbtnAdmin.Text = "administrator"; this.rbtnAdmin.UseVisualStyleBackColor = true; // // rbtnSuper // this.rbtnSuper.AutoSize = true; this.rbtnSuper.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rbtnSuper.Location = new System.Drawing.Point(12, 49); this.rbtnSuper.Name = "rbtnSuper"; this.rbtnSuper.Size = new System.Drawing.Size(94, 21); this.rbtnSuper.TabIndex = 13; this.rbtnSuper.TabStop = true; this.rbtnSuper.Text = "super user"; this.rbtnSuper.UseVisualStyleBackColor = true; // // rbtnUser // this.rbtnUser.AutoSize = true; this.rbtnUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rbtnUser.Location = new System.Drawing.Point(12, 79); this.rbtnUser.Name = "rbtnUser"; this.rbtnUser.Size = new System.Drawing.Size(54, 21); this.rbtnUser.TabIndex = 14; this.rbtnUser.TabStop = true; this.rbtnUser.Text = "user"; this.rbtnUser.UseVisualStyleBackColor = true; // // lblUserType // this.lblUserType.AutoSize = true; this.lblUserType.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUserType.Location = new System.Drawing.Point(230, 306); this.lblUserType.Name = "lblUserType"; this.lblUserType.Size = new System.Drawing.Size(77, 20); this.lblUserType.TabIndex = 15; this.lblUserType.Text = "User type"; // // gboxUserType // this.gboxUserType.Controls.Add(this.rbtnAdmin); this.gboxUserType.Controls.Add(this.rbtnSuper); this.gboxUserType.Controls.Add(this.rbtnUser); this.gboxUserType.Location = new System.Drawing.Point(320, 288); this.gboxUserType.Name = "gboxUserType"; this.gboxUserType.Size = new System.Drawing.Size(160, 109); this.gboxUserType.TabIndex = 16; this.gboxUserType.TabStop = false; // // btnBack // this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnBack.Location = new System.Drawing.Point(610, 500); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(150, 40); this.btnBack.TabIndex = 25; this.btnBack.Text = "Back to menu"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // AddUser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.btnBack); this.Controls.Add(this.gboxUserType); this.Controls.Add(this.lblUserType); this.Controls.Add(this.label1); this.Controls.Add(this.lblPassword); this.Controls.Add(this.txtPassword); this.Controls.Add(this.lblUserName); this.Controls.Add(this.btnAdd); this.Controls.Add(this.txtUserName); this.Name = "AddUser"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AddUser"; this.gboxUserType.ResumeLayout(false); this.gboxUserType.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label lblUserName; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.RadioButton rbtnAdmin; private System.Windows.Forms.RadioButton rbtnSuper; private System.Windows.Forms.RadioButton rbtnUser; private System.Windows.Forms.Label lblUserType; private System.Windows.Forms.GroupBox gboxUserType; private System.Windows.Forms.Button btnBack; } }