Form3.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. 
  2. namespace Praktika409
  3. {
  4. partial class Form3
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.colorDialog1 = new System.Windows.Forms.ColorDialog();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.comboBox2 = new System.Windows.Forms.ComboBox();
  32. this.comboBox3 = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.listBox1 = new System.Windows.Forms.ListBox();
  37. this.comboBox4 = new System.Windows.Forms.ComboBox();
  38. this.SuspendLayout();
  39. //
  40. // comboBox1
  41. //
  42. this.comboBox1.FormattingEnabled = true;
  43. this.comboBox1.Items.AddRange(new object[] {
  44. "Арегнтина",
  45. "Брарилия",
  46. "Венесуэла",
  47. "Колумбия",
  48. "Чили"});
  49. this.comboBox1.Location = new System.Drawing.Point(12, 38);
  50. this.comboBox1.Name = "comboBox1";
  51. this.comboBox1.Size = new System.Drawing.Size(121, 23);
  52. this.comboBox1.TabIndex = 0;
  53. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  54. //
  55. // comboBox2
  56. //
  57. this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  58. this.comboBox2.FormattingEnabled = true;
  59. this.comboBox2.Items.AddRange(new object[] {
  60. "Арегнтина",
  61. "Брарилия",
  62. "Венесуэла",
  63. "Колумбия",
  64. "Чили"});
  65. this.comboBox2.Location = new System.Drawing.Point(139, 38);
  66. this.comboBox2.Name = "comboBox2";
  67. this.comboBox2.Size = new System.Drawing.Size(121, 23);
  68. this.comboBox2.TabIndex = 1;
  69. //
  70. // comboBox3
  71. //
  72. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple;
  73. this.comboBox3.FormattingEnabled = true;
  74. this.comboBox3.Items.AddRange(new object[] {
  75. "Арегнтина",
  76. "Брарилия",
  77. "Венесуэла",
  78. "Колумбия",
  79. "Чили"});
  80. this.comboBox3.Location = new System.Drawing.Point(266, 38);
  81. this.comboBox3.Name = "comboBox3";
  82. this.comboBox3.Size = new System.Drawing.Size(121, 150);
  83. this.comboBox3.TabIndex = 2;
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Location = new System.Drawing.Point(13, 13);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(64, 15);
  91. this.label1.TabIndex = 3;
  92. this.label1.Text = "DropDown";
  93. //
  94. // label2
  95. //
  96. this.label2.AutoSize = true;
  97. this.label2.Location = new System.Drawing.Point(139, 13);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(82, 15);
  100. this.label2.TabIndex = 4;
  101. this.label2.Text = "DropDownList";
  102. //
  103. // label3
  104. //
  105. this.label3.AutoSize = true;
  106. this.label3.Location = new System.Drawing.Point(266, 13);
  107. this.label3.Name = "label3";
  108. this.label3.Size = new System.Drawing.Size(36, 15);
  109. this.label3.TabIndex = 5;
  110. this.label3.Text = "Simle";
  111. //
  112. // listBox1
  113. //
  114. this.listBox1.FormattingEnabled = true;
  115. this.listBox1.ItemHeight = 15;
  116. this.listBox1.Location = new System.Drawing.Point(500, 83);
  117. this.listBox1.Name = "listBox1";
  118. this.listBox1.Size = new System.Drawing.Size(120, 94);
  119. this.listBox1.TabIndex = 6;
  120. this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
  121. //
  122. // comboBox4
  123. //
  124. this.comboBox4.FormattingEnabled = true;
  125. this.comboBox4.Location = new System.Drawing.Point(500, 54);
  126. this.comboBox4.Name = "comboBox4";
  127. this.comboBox4.Size = new System.Drawing.Size(121, 23);
  128. this.comboBox4.TabIndex = 7;
  129. this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
  130. //
  131. // Form3
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(800, 450);
  136. this.Controls.Add(this.comboBox4);
  137. this.Controls.Add(this.listBox1);
  138. this.Controls.Add(this.label3);
  139. this.Controls.Add(this.label2);
  140. this.Controls.Add(this.label1);
  141. this.Controls.Add(this.comboBox3);
  142. this.Controls.Add(this.comboBox2);
  143. this.Controls.Add(this.comboBox1);
  144. this.Name = "Form3";
  145. this.Text = "Form3";
  146. this.ResumeLayout(false);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.ColorDialog colorDialog1;
  151. private System.Windows.Forms.ComboBox comboBox1;
  152. private System.Windows.Forms.ComboBox comboBox2;
  153. private System.Windows.Forms.ComboBox comboBox3;
  154. private System.Windows.Forms.Label label1;
  155. private System.Windows.Forms.Label label2;
  156. private System.Windows.Forms.Label label3;
  157. private System.Windows.Forms.ListBox listBox1;
  158. private System.Windows.Forms.ComboBox comboBox4;
  159. }
  160. }