namespace GeoTema { partial class SuperMenu { /// /// 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.btnViewData = new System.Windows.Forms.Button(); this.btnInsertData = new System.Windows.Forms.Button(); this.btnLogout = new System.Windows.Forms.Button(); this.btnChange = new System.Windows.Forms.Button(); 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(206, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(368, 46); this.label1.TabIndex = 12; this.label1.Text = "SuperUser options"; // // 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 = 11; this.btnViewData.Text = "View database"; this.btnViewData.UseVisualStyleBackColor = true; this.btnViewData.Click += new System.EventHandler(this.btnViewData_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 = 10; this.btnInsertData.Text = "Insert data"; this.btnInsertData.UseVisualStyleBackColor = true; this.btnInsertData.Click += new System.EventHandler(this.btnInsertData_Click); // // 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 = 7; this.btnLogout.Text = "Logout"; this.btnLogout.UseVisualStyleBackColor = true; this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click); // // 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 = 19; this.btnChange.Text = "Change password"; this.btnChange.UseVisualStyleBackColor = true; this.btnChange.Click += new System.EventHandler(this.btnChange_Click); // // SuperMenu // 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.btnLogout); this.Name = "SuperMenu"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SuperMenu"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnViewData; private System.Windows.Forms.Button btnInsertData; private System.Windows.Forms.Button btnLogout; private System.Windows.Forms.Button btnChange; } }