namespace CSharp_GeographyGame { partial class dbscoresForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dbscoresForm)); this.dgDB = new System.Windows.Forms.DataGridView(); this.lblLocal = new System.Windows.Forms.Label(); this.lblOnline = new System.Windows.Forms.Label(); this.dgOnlineDB = new System.Windows.Forms.DataGridView(); this.btnCapitalscoresLocal = new System.Windows.Forms.Button(); this.btnUSscoresLocal = new System.Windows.Forms.Button(); this.btnWorldscoresLocal = new System.Windows.Forms.Button(); this.btnWorldscoresOnline = new System.Windows.Forms.Button(); this.btnUSscoresOnline = new System.Windows.Forms.Button(); this.btnCapitalscoresOnline = new System.Windows.Forms.Button(); this.gbLocal = new System.Windows.Forms.GroupBox(); this.btnPresscoresLocal = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnPresscoresOnline = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgDB)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgOnlineDB)).BeginInit(); this.gbLocal.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // dgDB // this.dgDB.AllowUserToAddRows = false; this.dgDB.AllowUserToDeleteRows = false; this.dgDB.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgDB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgDB.Location = new System.Drawing.Point(12, 200); this.dgDB.Name = "dgDB"; this.dgDB.ReadOnly = true; this.dgDB.Size = new System.Drawing.Size(576, 205); this.dgDB.TabIndex = 0; // // lblLocal // this.lblLocal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblLocal.AutoSize = true; this.lblLocal.Font = new System.Drawing.Font("Century Gothic", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLocal.Location = new System.Drawing.Point(18, 159); this.lblLocal.Name = "lblLocal"; this.lblLocal.Size = new System.Drawing.Size(300, 42); this.lblLocal.TabIndex = 1; this.lblLocal.Text = "Local Database:"; // // lblOnline // this.lblOnline.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblOnline.AutoSize = true; this.lblOnline.Font = new System.Drawing.Font("Century Gothic", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblOnline.Location = new System.Drawing.Point(18, 415); this.lblOnline.Name = "lblOnline"; this.lblOnline.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblOnline.Size = new System.Drawing.Size(316, 42); this.lblOnline.TabIndex = 2; this.lblOnline.Text = "Online Database:"; // // dgOnlineDB // this.dgOnlineDB.AllowUserToAddRows = false; this.dgOnlineDB.AllowUserToDeleteRows = false; this.dgOnlineDB.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgOnlineDB.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgOnlineDB.Location = new System.Drawing.Point(12, 460); this.dgOnlineDB.Name = "dgOnlineDB"; this.dgOnlineDB.ReadOnly = true; this.dgOnlineDB.Size = new System.Drawing.Size(576, 205); this.dgOnlineDB.TabIndex = 3; // // btnCapitalscoresLocal // this.btnCapitalscoresLocal.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold); this.btnCapitalscoresLocal.Location = new System.Drawing.Point(13, 48); this.btnCapitalscoresLocal.Name = "btnCapitalscoresLocal"; this.btnCapitalscoresLocal.Size = new System.Drawing.Size(249, 26); this.btnCapitalscoresLocal.TabIndex = 4; this.btnCapitalscoresLocal.Text = "Display US Capitals Scores Database"; this.btnCapitalscoresLocal.UseVisualStyleBackColor = true; this.btnCapitalscoresLocal.Click += new System.EventHandler(this.btnCapitalscoresLocal_Click); // // btnUSscoresLocal // this.btnUSscoresLocal.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUSscoresLocal.Location = new System.Drawing.Point(13, 18); this.btnUSscoresLocal.Name = "btnUSscoresLocal"; this.btnUSscoresLocal.Size = new System.Drawing.Size(249, 26); this.btnUSscoresLocal.TabIndex = 5; this.btnUSscoresLocal.Text = "Display US Map Scores Database"; this.btnUSscoresLocal.UseVisualStyleBackColor = true; this.btnUSscoresLocal.Click += new System.EventHandler(this.btnUSscoresLocal_Click); // // btnWorldscoresLocal // this.btnWorldscoresLocal.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnWorldscoresLocal.Location = new System.Drawing.Point(13, 78); this.btnWorldscoresLocal.Name = "btnWorldscoresLocal"; this.btnWorldscoresLocal.Size = new System.Drawing.Size(249, 26); this.btnWorldscoresLocal.TabIndex = 6; this.btnWorldscoresLocal.Text = "Display World Map Scores Database"; this.btnWorldscoresLocal.UseVisualStyleBackColor = true; this.btnWorldscoresLocal.Click += new System.EventHandler(this.btnWorldscoresLocal_Click); // // btnWorldscoresOnline // this.btnWorldscoresOnline.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnWorldscoresOnline.Location = new System.Drawing.Point(13, 78); this.btnWorldscoresOnline.Name = "btnWorldscoresOnline"; this.btnWorldscoresOnline.Size = new System.Drawing.Size(249, 26); this.btnWorldscoresOnline.TabIndex = 9; this.btnWorldscoresOnline.Text = "Display World Map Scores Database"; this.btnWorldscoresOnline.UseVisualStyleBackColor = true; this.btnWorldscoresOnline.Click += new System.EventHandler(this.btnWorldscoresOnline_Click); // // btnUSscoresOnline // this.btnUSscoresOnline.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUSscoresOnline.Location = new System.Drawing.Point(13, 18); this.btnUSscoresOnline.Name = "btnUSscoresOnline"; this.btnUSscoresOnline.Size = new System.Drawing.Size(249, 26); this.btnUSscoresOnline.TabIndex = 8; this.btnUSscoresOnline.Text = "Display US Map Scores Database"; this.btnUSscoresOnline.UseVisualStyleBackColor = true; this.btnUSscoresOnline.Click += new System.EventHandler(this.btnUSscoresOnline_Click); // // btnCapitalscoresOnline // this.btnCapitalscoresOnline.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold); this.btnCapitalscoresOnline.Location = new System.Drawing.Point(13, 48); this.btnCapitalscoresOnline.Name = "btnCapitalscoresOnline"; this.btnCapitalscoresOnline.Size = new System.Drawing.Size(249, 26); this.btnCapitalscoresOnline.TabIndex = 7; this.btnCapitalscoresOnline.Text = "Display US Capitals Scores Database"; this.btnCapitalscoresOnline.UseVisualStyleBackColor = true; this.btnCapitalscoresOnline.Click += new System.EventHandler(this.btnCapitalscoresOnline_Click); // // gbLocal // this.gbLocal.Controls.Add(this.btnPresscoresLocal); this.gbLocal.Controls.Add(this.btnUSscoresLocal); this.gbLocal.Controls.Add(this.btnCapitalscoresLocal); this.gbLocal.Controls.Add(this.btnWorldscoresLocal); this.gbLocal.Font = new System.Drawing.Font("OCR A Extended", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.gbLocal.Location = new System.Drawing.Point(12, 12); this.gbLocal.Name = "gbLocal"; this.gbLocal.Size = new System.Drawing.Size(275, 144); this.gbLocal.TabIndex = 10; this.gbLocal.TabStop = false; this.gbLocal.Text = "To Display Local Databases"; // // btnPresscoresLocal // this.btnPresscoresLocal.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPresscoresLocal.Location = new System.Drawing.Point(13, 108); this.btnPresscoresLocal.Name = "btnPresscoresLocal"; this.btnPresscoresLocal.Size = new System.Drawing.Size(249, 26); this.btnPresscoresLocal.TabIndex = 7; this.btnPresscoresLocal.Text = "Display President Scores Database"; this.btnPresscoresLocal.UseVisualStyleBackColor = true; this.btnPresscoresLocal.Click += new System.EventHandler(this.btnPresscoresLocal_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.btnPresscoresOnline); this.groupBox1.Controls.Add(this.btnUSscoresOnline); this.groupBox1.Controls.Add(this.btnCapitalscoresOnline); this.groupBox1.Controls.Add(this.btnWorldscoresOnline); this.groupBox1.Font = new System.Drawing.Font("OCR A Extended", 9.75F); this.groupBox1.Location = new System.Drawing.Point(315, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(275, 144); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "To Display Online Databases"; // // btnPresscoresOnline // this.btnPresscoresOnline.Font = new System.Drawing.Font("Cambria", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnPresscoresOnline.Location = new System.Drawing.Point(13, 108); this.btnPresscoresOnline.Name = "btnPresscoresOnline"; this.btnPresscoresOnline.Size = new System.Drawing.Size(249, 26); this.btnPresscoresOnline.TabIndex = 10; this.btnPresscoresOnline.Text = "Display President Scores Database"; this.btnPresscoresOnline.UseVisualStyleBackColor = true; this.btnPresscoresOnline.Click += new System.EventHandler(this.btnPresscoresOnline_Click); // // dbscoresForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(602, 669); this.Controls.Add(this.groupBox1); this.Controls.Add(this.gbLocal); this.Controls.Add(this.dgOnlineDB); this.Controls.Add(this.dgDB); this.Controls.Add(this.lblOnline); this.Controls.Add(this.lblLocal); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "dbscoresForm"; this.Text = "G:GYWU Databases of Scores"; this.Load += new System.EventHandler(this.dbscoresForm_Load); ((System.ComponentModel.ISupportInitialize)(this.dgDB)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgOnlineDB)).EndInit(); this.gbLocal.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dgDB; private System.Windows.Forms.Label lblLocal; private System.Windows.Forms.Label lblOnline; private System.Windows.Forms.DataGridView dgOnlineDB; private System.Windows.Forms.Button btnCapitalscoresLocal; private System.Windows.Forms.Button btnUSscoresLocal; private System.Windows.Forms.Button btnWorldscoresLocal; private System.Windows.Forms.Button btnWorldscoresOnline; private System.Windows.Forms.Button btnUSscoresOnline; private System.Windows.Forms.Button btnCapitalscoresOnline; private System.Windows.Forms.GroupBox gbLocal; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnPresscoresLocal; private System.Windows.Forms.Button btnPresscoresOnline; } }