namespace Praktika409 { partial class Form3 { /// /// 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.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "Арегнтина", "Брарилия", "Венесуэла", "Колумбия", "Чили"}); this.comboBox1.Location = new System.Drawing.Point(12, 38); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 23); this.comboBox1.TabIndex = 0; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // comboBox2 // this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "Арегнтина", "Брарилия", "Венесуэла", "Колумбия", "Чили"}); this.comboBox2.Location = new System.Drawing.Point(139, 38); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(121, 23); this.comboBox2.TabIndex = 1; // // comboBox3 // this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple; this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "Арегнтина", "Брарилия", "Венесуэла", "Колумбия", "Чили"}); this.comboBox3.Location = new System.Drawing.Point(266, 38); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(121, 150); this.comboBox3.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 15); this.label1.TabIndex = 3; this.label1.Text = "DropDown"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(139, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 15); this.label2.TabIndex = 4; this.label2.Text = "DropDownList"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(266, 13); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(36, 15); this.label3.TabIndex = 5; this.label3.Text = "Simle"; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 15; this.listBox1.Location = new System.Drawing.Point(500, 83); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(120, 94); this.listBox1.TabIndex = 6; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Location = new System.Drawing.Point(500, 54); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(121, 23); this.comboBox4.TabIndex = 7; this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged); // // Form3 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.comboBox4); this.Controls.Add(this.listBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox3); this.Controls.Add(this.comboBox2); this.Controls.Add(this.comboBox1); this.Name = "Form3"; this.Text = "Form3"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.ComboBox comboBox4; } }