2 İşlemeler c95fbf3547 ... 0a4c504ee9

Yazar SHA1 Mesaj Tarih
  olimp 0a4c504ee9 Merge branch 'master' of https://git.kansk-tc.ru/Danil1911/osa 1 yıl önce
  olimp 7b5e62672c 1 1 yıl önce
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme
  1. 14 0
      Osadchi/Form1.Designer.cs

+ 14 - 0
Osadchi/Form1.Designer.cs

@@ -29,20 +29,34 @@ namespace Osadchi
         /// </summary>
         private void InitializeComponent()
         {
+            this.label1 = new System.Windows.Forms.Label();
             this.SuspendLayout();
             // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Location = new System.Drawing.Point(597, 237);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(35, 13);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "label1";
+            // 
             // Form1
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(1042, 582);
+            this.Controls.Add(this.label1);
             this.Name = "Form1";
             this.Text = "Form1";
             this.ResumeLayout(false);
+            this.PerformLayout();
 
         }
 
         #endregion
+
+        private System.Windows.Forms.Label label1;
     }
 }