Form1.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace Bronin_3
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Код, автоматически созданный конструктором форм Windows
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  34. this.button3 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
  41. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  42. this.button1.Location = new System.Drawing.Point(671, 7);
  43. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  44. this.button1.Name = "button1";
  45. this.button1.Size = new System.Drawing.Size(88, 27);
  46. this.button1.TabIndex = 0;
  47. this.button1.Text = "button1";
  48. this.button1.UseVisualStyleBackColor = false;
  49. this.button1.Click += new System.EventHandler(this.button1_Click);
  50. //
  51. // button2
  52. //
  53. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
  54. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.button2.Location = new System.Drawing.Point(671, 40);
  56. this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  57. this.button2.Name = "button2";
  58. this.button2.Size = new System.Drawing.Size(88, 27);
  59. this.button2.TabIndex = 1;
  60. this.button2.Text = "button2";
  61. this.button2.UseVisualStyleBackColor = false;
  62. this.button2.Click += new System.EventHandler(this.button2_Click);
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.label1.Location = new System.Drawing.Point(47, 87);
  69. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(36, 15);
  72. this.label1.TabIndex = 2;
  73. this.label1.Text = "label1";
  74. //
  75. // dataGridView1
  76. //
  77. this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(207)))), ((int)(((byte)(206)))));
  78. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  79. this.dataGridView1.Location = new System.Drawing.Point(50, 123);
  80. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  81. this.dataGridView1.Name = "dataGridView1";
  82. this.dataGridView1.Size = new System.Drawing.Size(708, 361);
  83. this.dataGridView1.TabIndex = 3;
  84. //
  85. // button3
  86. //
  87. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
  88. this.button3.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  89. this.button3.Location = new System.Drawing.Point(671, 74);
  90. this.button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  91. this.button3.Name = "button3";
  92. this.button3.Size = new System.Drawing.Size(88, 27);
  93. this.button3.TabIndex = 4;
  94. this.button3.Text = "button3";
  95. this.button3.UseVisualStyleBackColor = false;
  96. this.button3.Click += new System.EventHandler(this.button3_Click);
  97. //
  98. // Form1
  99. //
  100. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  101. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  102. this.BackColor = System.Drawing.Color.White;
  103. this.ClientSize = new System.Drawing.Size(933, 519);
  104. this.Controls.Add(this.button3);
  105. this.Controls.Add(this.dataGridView1);
  106. this.Controls.Add(this.label1);
  107. this.Controls.Add(this.button2);
  108. this.Controls.Add(this.button1);
  109. this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  110. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  111. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  112. this.Name = "Form1";
  113. this.Text = "Form1";
  114. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  115. this.ResumeLayout(false);
  116. this.PerformLayout();
  117. }
  118. #endregion
  119. private System.Windows.Forms.Button button1;
  120. private System.Windows.Forms.Button button2;
  121. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  122. private System.Windows.Forms.Label label1;
  123. private System.Windows.Forms.DataGridView dataGridView1;
  124. private System.Windows.Forms.Button button3;
  125. }
  126. }