namespace GeoTema { partial class AdminMenu { /// /// 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.btnLogout = new System.Windows.Forms.Button(); this.btnAddUser = new System.Windows.Forms.Button(); this.btnReset = new System.Windows.Forms.Button(); this.btnInsertData = new System.Windows.Forms.Button(); this.btnViewData = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.btnChange = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnLogout // this.btnLogout.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnLogout.Location = new System.Drawing.Point(680, 500); this.btnLogout.Name = "btnLogout"; this.btnLogout.Size = new System.Drawing.Size(80, 40); this.btnLogout.TabIndex = 0; this.btnLogout.Text = "Logout"; this.btnLogout.UseVisualStyleBackColor = true; this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click); // // btnAddUser // this.btnAddUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddUser.Location = new System.Drawing.Point(285, 158); this.btnAddUser.Name = "btnAddUser"; this.btnAddUser.Size = new System.Drawing.Size(100, 40); this.btnAddUser.TabIndex = 1; this.btnAddUser.Text = "Add user"; this.btnAddUser.UseVisualStyleBackColor = true; this.btnAddUser.Click += new System.EventHandler(this.btnAddUser_Click); // // btnReset // this.btnReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnReset.Location = new System.Drawing.Point(285, 204); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(160, 40); this.btnReset.TabIndex = 2; this.btnReset.Text = "Reset password"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.btnReset_Click); // // btnInsertData // this.btnInsertData.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnInsertData.Location = new System.Drawing.Point(285, 354); this.btnInsertData.Name = "btnInsertData"; this.btnInsertData.Size = new System.Drawing.Size(120, 40); this.btnInsertData.TabIndex = 3; this.btnInsertData.Text = "Insert data"; this.btnInsertData.UseVisualStyleBackColor = true; this.btnInsertData.Click += new System.EventHandler(this.btnInsertData_Click); // // btnViewData // this.btnViewData.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnViewData.Location = new System.Drawing.Point(285, 304); this.btnViewData.Name = "btnViewData"; this.btnViewData.Size = new System.Drawing.Size(160, 40); this.btnViewData.TabIndex = 4; this.btnViewData.Text = "View database"; this.btnViewData.UseVisualStyleBackColor = true; this.btnViewData.Click += new System.EventHandler(this.btnViewData_Click); // // 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(257, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(287, 46); this.label1.TabIndex = 6; this.label1.Text = "Admin options"; // // btnChange // this.btnChange.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnChange.Location = new System.Drawing.Point(285, 254); this.btnChange.Name = "btnChange"; this.btnChange.Size = new System.Drawing.Size(180, 40); this.btnChange.TabIndex = 18; this.btnChange.Text = "Change password"; this.btnChange.UseVisualStyleBackColor = true; this.btnChange.Click += new System.EventHandler(this.btnChange_Click); // // AdminMenu // 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.btnChange); this.Controls.Add(this.label1); this.Controls.Add(this.btnViewData); this.Controls.Add(this.btnInsertData); this.Controls.Add(this.btnReset); this.Controls.Add(this.btnAddUser); this.Controls.Add(this.btnLogout); this.Name = "AdminMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "AdminMenu"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnLogout; private System.Windows.Forms.Button btnAddUser; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.Button btnInsertData; private System.Windows.Forms.Button btnViewData; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnChange; } }