Form1.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. 
  2. namespace Osadchi
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.checkBox1 = new System.Windows.Forms.CheckBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.comboBox2 = new System.Windows.Forms.ComboBox();
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.Location = new System.Drawing.Point(686, 228);
  39. this.button1.Name = "button1";
  40. this.button1.Size = new System.Drawing.Size(75, 23);
  41. this.button1.TabIndex = 0;
  42. this.button1.Text = "button1";
  43. this.button1.UseVisualStyleBackColor = true;
  44. //
  45. // checkBox1
  46. //
  47. this.checkBox1.AutoSize = true;
  48. this.checkBox1.Location = new System.Drawing.Point(732, 228);
  49. this.checkBox1.Name = "checkBox1";
  50. this.checkBox1.Size = new System.Drawing.Size(80, 17);
  51. this.checkBox1.TabIndex = 1;
  52. this.checkBox1.Text = "checkBox1";
  53. this.checkBox1.UseVisualStyleBackColor = true;
  54. //
  55. // label1
  56. //
  57. this.label1.AutoSize = true;
  58. this.label1.Location = new System.Drawing.Point(777, 279);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(35, 13);
  61. this.label1.TabIndex = 2;
  62. this.label1.Text = "label1";
  63. //
  64. // comboBox1
  65. //
  66. this.comboBox1.FormattingEnabled = true;
  67. this.comboBox1.Location = new System.Drawing.Point(636, 353);
  68. this.comboBox1.Name = "comboBox1";
  69. this.comboBox1.Size = new System.Drawing.Size(121, 21);
  70. this.comboBox1.TabIndex = 3;
  71. //
  72. // comboBox2
  73. //
  74. this.comboBox2.FormattingEnabled = true;
  75. this.comboBox2.Location = new System.Drawing.Point(626, 393);
  76. this.comboBox2.Name = "comboBox2";
  77. this.comboBox2.Size = new System.Drawing.Size(121, 21);
  78. this.comboBox2.TabIndex = 4;
  79. //
  80. // Form1
  81. //
  82. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  83. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  84. this.ClientSize = new System.Drawing.Size(1042, 582);
  85. this.Controls.Add(this.comboBox2);
  86. this.Controls.Add(this.comboBox1);
  87. this.Controls.Add(this.label1);
  88. this.Controls.Add(this.checkBox1);
  89. this.Controls.Add(this.button1);
  90. this.Name = "Form1";
  91. this.Text = "Form1";
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private System.Windows.Forms.Button button1;
  97. private System.Windows.Forms.CheckBox checkBox1;
  98. private System.Windows.Forms.Label label1;
  99. private System.Windows.Forms.ComboBox comboBox1;
  100. private System.Windows.Forms.ComboBox comboBox2;
  101. }
  102. }