From 70c29d02f0e2913ad03093846701287e52148505 Mon Sep 17 00:00:00 2001 From: Saanechkaa Date: Wed, 12 Oct 2022 16:57:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'R?= =?UTF-8?q?oadTrain/RoadTrain/Form1.Designer.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RoadTrain/RoadTrain/Form1.Designer.cs | 39 --------------------------- 1 file changed, 39 deletions(-) delete mode 100644 RoadTrain/RoadTrain/Form1.Designer.cs diff --git a/RoadTrain/RoadTrain/Form1.Designer.cs b/RoadTrain/RoadTrain/Form1.Designer.cs deleted file mode 100644 index 909c04d..0000000 --- a/RoadTrain/RoadTrain/Form1.Designer.cs +++ /dev/null @@ -1,39 +0,0 @@ -namespace RoadTrain -{ - partial class Form1 - { - /// - /// 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.components = new System.ComponentModel.Container(); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(800, 450); - this.Text = "Form1"; - } - - #endregion - } -} \ No newline at end of file