namespace GeoTema { partial class InsertData { /// /// 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.btnAddData = new System.Windows.Forms.Button(); this.lblBirthrate = new System.Windows.Forms.Label(); this.txtBirthrate = new System.Windows.Forms.TextBox(); this.lblRanking = new System.Windows.Forms.Label(); this.txtRanking = new System.Windows.Forms.TextBox(); this.lblCountry = new System.Windows.Forms.Label(); this.txtCountry = new System.Windows.Forms.TextBox(); this.btnBack = new System.Windows.Forms.Button(); this.dpmContinent1 = new System.Windows.Forms.ComboBox(); this.dpmContinent2 = new System.Windows.Forms.ComboBox(); this.lblContinent1 = new System.Windows.Forms.Label(); this.lblContinent2 = new System.Windows.Forms.Label(); 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(217, 46); this.label1.TabIndex = 17; this.label1.Text = "Insert data"; // // btnAddData // this.btnAddData.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAddData.Location = new System.Drawing.Point(380, 400); this.btnAddData.Name = "btnAddData"; this.btnAddData.Size = new System.Drawing.Size(100, 40); this.btnAddData.TabIndex = 13; this.btnAddData.Text = "Add data"; this.btnAddData.UseVisualStyleBackColor = true; this.btnAddData.Click += new System.EventHandler(this.btnAddData_Click); // // lblBirthrate // this.lblBirthrate.AutoSize = true; this.lblBirthrate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblBirthrate.Location = new System.Drawing.Point(247, 356); this.lblBirthrate.Name = "lblBirthrate"; this.lblBirthrate.Size = new System.Drawing.Size(70, 20); this.lblBirthrate.TabIndex = 21; this.lblBirthrate.Text = "Birthrate"; // // txtBirthrate // this.txtBirthrate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtBirthrate.Location = new System.Drawing.Point(320, 350); this.txtBirthrate.MaxLength = 6; this.txtBirthrate.Name = "txtBirthrate"; this.txtBirthrate.Size = new System.Drawing.Size(160, 29); this.txtBirthrate.TabIndex = 20; // // lblRanking // this.lblRanking.AutoSize = true; this.lblRanking.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRanking.Location = new System.Drawing.Point(249, 306); this.lblRanking.Name = "lblRanking"; this.lblRanking.Size = new System.Drawing.Size(68, 20); this.lblRanking.TabIndex = 19; this.lblRanking.Text = "Ranking"; // // txtRanking // this.txtRanking.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRanking.Location = new System.Drawing.Point(320, 300); this.txtRanking.MaxLength = 3; this.txtRanking.Name = "txtRanking"; this.txtRanking.Size = new System.Drawing.Size(160, 29); this.txtRanking.TabIndex = 18; // // lblCountry // this.lblCountry.AutoSize = true; this.lblCountry.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCountry.Location = new System.Drawing.Point(253, 156); this.lblCountry.Name = "lblCountry"; this.lblCountry.Size = new System.Drawing.Size(64, 20); this.lblCountry.TabIndex = 23; this.lblCountry.Text = "Country"; this.lblCountry.TextAlign = System.Drawing.ContentAlignment.TopRight; // // txtCountry // this.txtCountry.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCountry.Location = new System.Drawing.Point(320, 150); this.txtCountry.MaxLength = 70; this.txtCountry.Name = "txtCountry"; this.txtCountry.Size = new System.Drawing.Size(160, 29); this.txtCountry.TabIndex = 22; // // 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 = 24; this.btnBack.Text = "Back to menu"; this.btnBack.UseVisualStyleBackColor = true; this.btnBack.Click += new System.EventHandler(this.btnBack_Click); // // dpmContinent1 // this.dpmContinent1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dpmContinent1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dpmContinent1.FormattingEnabled = true; this.dpmContinent1.Items.AddRange(new object[] { "Europe", "North America", "South America", "Oceania", "Asia", "Africa", "Antarctica"}); this.dpmContinent1.Location = new System.Drawing.Point(320, 200); this.dpmContinent1.Name = "dpmContinent1"; this.dpmContinent1.Size = new System.Drawing.Size(160, 28); this.dpmContinent1.TabIndex = 27; // // dpmContinent2 // this.dpmContinent2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dpmContinent2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dpmContinent2.FormattingEnabled = true; this.dpmContinent2.Items.AddRange(new object[] { "", "Europe", "North America", "South America", "Oceania", "Asia", "Africa", "Antarctica"}); this.dpmContinent2.Location = new System.Drawing.Point(320, 250); this.dpmContinent2.Name = "dpmContinent2"; this.dpmContinent2.Size = new System.Drawing.Size(160, 28); this.dpmContinent2.TabIndex = 28; // // lblContinent1 // this.lblContinent1.AutoSize = true; this.lblContinent1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblContinent1.Location = new System.Drawing.Point(230, 206); this.lblContinent1.Name = "lblContinent1"; this.lblContinent1.Size = new System.Drawing.Size(87, 20); this.lblContinent1.TabIndex = 29; this.lblContinent1.Text = "Continent1"; this.lblContinent1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // lblContinent2 // this.lblContinent2.AutoSize = true; this.lblContinent2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblContinent2.Location = new System.Drawing.Point(160, 256); this.lblContinent2.Name = "lblContinent2"; this.lblContinent2.Size = new System.Drawing.Size(157, 20); this.lblContinent2.TabIndex = 30; this.lblContinent2.Text = "Continent2 (optional)"; this.lblContinent2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // InsertData // 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.lblContinent2); this.Controls.Add(this.lblContinent1); this.Controls.Add(this.dpmContinent2); this.Controls.Add(this.dpmContinent1); this.Controls.Add(this.btnBack); this.Controls.Add(this.lblCountry); this.Controls.Add(this.txtCountry); this.Controls.Add(this.lblBirthrate); this.Controls.Add(this.txtBirthrate); this.Controls.Add(this.lblRanking); this.Controls.Add(this.txtRanking); this.Controls.Add(this.label1); this.Controls.Add(this.btnAddData); this.Name = "InsertData"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "InsertData"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnAddData; private System.Windows.Forms.Label lblBirthrate; private System.Windows.Forms.TextBox txtBirthrate; private System.Windows.Forms.Label lblRanking; private System.Windows.Forms.TextBox txtRanking; private System.Windows.Forms.Label lblCountry; private System.Windows.Forms.TextBox txtCountry; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.ComboBox dpmContinent1; private System.Windows.Forms.ComboBox dpmContinent2; private System.Windows.Forms.Label lblContinent1; private System.Windows.Forms.Label lblContinent2; } }