From 92cbbc7280ad09e4e8d79ef12db3072edb50a9e6 Mon Sep 17 00:00:00 2001 From: gg12 darfren Date: Fri, 1 Mar 2024 22:53:12 +0400 Subject: [PATCH] =?UTF-8?q?=D0=AF=20=D0=BD=D0=B5=20=D0=B7=D0=BD=D0=B0?= =?UTF-8?q?=D1=8E=20=20=D0=BA=D0=B0=D0=BA=20=20=D1=8D=D1=82=D0=BE=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B8=D0=B7=D0=BE=D1=88=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IceCreamShop/temp/temp.sln | 25 ---- IceCreamShop/temp/temp/Form1.Designer.cs | 123 ------------------ IceCreamShop/temp/temp/Form1.cs | 25 ---- IceCreamShop/temp/temp/Form1.resx | 123 ------------------ IceCreamShop/temp/temp/Form2.Designer.cs | 112 ---------------- IceCreamShop/temp/temp/Form2.cs | 25 ---- IceCreamShop/temp/temp/Form2.resx | 126 ------------------ IceCreamShop/temp/temp/Form3.Designer.cs | 104 --------------- IceCreamShop/temp/temp/Form3.cs | 20 --- IceCreamShop/temp/temp/Form3.resx | 123 ------------------ IceCreamShop/temp/temp/Form4.Designer.cs | 110 ---------------- IceCreamShop/temp/temp/Form4.cs | 20 --- IceCreamShop/temp/temp/Form4.resx | 126 ------------------ IceCreamShop/temp/temp/Form5.Designer.cs | 157 ----------------------- IceCreamShop/temp/temp/Form5.cs | 20 --- IceCreamShop/temp/temp/Form5.resx | 132 ------------------- IceCreamShop/temp/temp/Form6.Designer.cs | 116 ----------------- IceCreamShop/temp/temp/Form6.cs | 20 --- IceCreamShop/temp/temp/Form6.resx | 120 ----------------- IceCreamShop/temp/temp/Form7.Designer.cs | 139 -------------------- IceCreamShop/temp/temp/Form7.cs | 20 --- IceCreamShop/temp/temp/Form7.resx | 120 ----------------- IceCreamShop/temp/temp/Form8.Designer.cs | 137 -------------------- IceCreamShop/temp/temp/Form8.cs | 20 --- IceCreamShop/temp/temp/Form8.resx | 120 ----------------- IceCreamShop/temp/temp/Program.cs | 17 --- IceCreamShop/temp/temp/temp.csproj | 11 -- 27 files changed, 2211 deletions(-) delete mode 100644 IceCreamShop/temp/temp.sln delete mode 100644 IceCreamShop/temp/temp/Form1.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form1.cs delete mode 100644 IceCreamShop/temp/temp/Form1.resx delete mode 100644 IceCreamShop/temp/temp/Form2.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form2.cs delete mode 100644 IceCreamShop/temp/temp/Form2.resx delete mode 100644 IceCreamShop/temp/temp/Form3.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form3.cs delete mode 100644 IceCreamShop/temp/temp/Form3.resx delete mode 100644 IceCreamShop/temp/temp/Form4.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form4.cs delete mode 100644 IceCreamShop/temp/temp/Form4.resx delete mode 100644 IceCreamShop/temp/temp/Form5.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form5.cs delete mode 100644 IceCreamShop/temp/temp/Form5.resx delete mode 100644 IceCreamShop/temp/temp/Form6.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form6.cs delete mode 100644 IceCreamShop/temp/temp/Form6.resx delete mode 100644 IceCreamShop/temp/temp/Form7.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form7.cs delete mode 100644 IceCreamShop/temp/temp/Form7.resx delete mode 100644 IceCreamShop/temp/temp/Form8.Designer.cs delete mode 100644 IceCreamShop/temp/temp/Form8.cs delete mode 100644 IceCreamShop/temp/temp/Form8.resx delete mode 100644 IceCreamShop/temp/temp/Program.cs delete mode 100644 IceCreamShop/temp/temp/temp.csproj diff --git a/IceCreamShop/temp/temp.sln b/IceCreamShop/temp/temp.sln deleted file mode 100644 index b48fb0e..0000000 --- a/IceCreamShop/temp/temp.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.8.34309.116 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "temp", "temp\temp.csproj", "{8E23C6A9-181D-481E-B340-2A5B9DC97EFC}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8E23C6A9-181D-481E-B340-2A5B9DC97EFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8E23C6A9-181D-481E-B340-2A5B9DC97EFC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8E23C6A9-181D-481E-B340-2A5B9DC97EFC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8E23C6A9-181D-481E-B340-2A5B9DC97EFC}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {C349FDB8-8C35-41F7-A5DD-7396B0FAD7DE} - EndGlobalSection -EndGlobal diff --git a/IceCreamShop/temp/temp/Form1.Designer.cs b/IceCreamShop/temp/temp/Form1.Designer.cs deleted file mode 100644 index f543f58..0000000 --- a/IceCreamShop/temp/temp/Form1.Designer.cs +++ /dev/null @@ -1,123 +0,0 @@ -namespace temp -{ - 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() - { - menuStrip1 = new MenuStrip(); - справочникToolStripMenuItem = new ToolStripMenuItem(); - привязToolStripMenuItem = new ToolStripMenuItem(); - выгрузкаСписковToolStripMenuItem = new ToolStripMenuItem(); - отчетToolStripMenuItem = new ToolStripMenuItem(); - медикаментыToolStripMenuItem = new ToolStripMenuItem(); - услугиToolStripMenuItem = new ToolStripMenuItem(); - рекомендацииToolStripMenuItem = new ToolStripMenuItem(); - menuStrip1.SuspendLayout(); - SuspendLayout(); - // - // menuStrip1 - // - menuStrip1.Items.AddRange(new ToolStripItem[] { справочникToolStripMenuItem, привязToolStripMenuItem, выгрузкаСписковToolStripMenuItem, отчетToolStripMenuItem }); - menuStrip1.Location = new Point(0, 0); - menuStrip1.Name = "menuStrip1"; - menuStrip1.Size = new Size(800, 24); - menuStrip1.TabIndex = 0; - menuStrip1.Text = "menuStrip1"; - menuStrip1.ItemClicked += menuStrip1_ItemClicked; - // - // справочникToolStripMenuItem - // - справочникToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { медикаментыToolStripMenuItem, услугиToolStripMenuItem, рекомендацииToolStripMenuItem }); - справочникToolStripMenuItem.Name = "справочникToolStripMenuItem"; - справочникToolStripMenuItem.Size = new Size(85, 20); - справочникToolStripMenuItem.Text = "справочник"; - // - // привязToolStripMenuItem - // - привязToolStripMenuItem.Name = "привязToolStripMenuItem"; - привязToolStripMenuItem.Size = new Size(131, 20); - привязToolStripMenuItem.Text = "привязать животное"; - привязToolStripMenuItem.Click += привязToolStripMenuItem_Click; - // - // выгрузкаСписковToolStripMenuItem - // - выгрузкаСписковToolStripMenuItem.Name = "выгрузкаСписковToolStripMenuItem"; - выгрузкаСписковToolStripMenuItem.Size = new Size(117, 20); - выгрузкаСписковToolStripMenuItem.Text = "выгрузка списков"; - // - // отчетToolStripMenuItem - // - отчетToolStripMenuItem.Name = "отчетToolStripMenuItem"; - отчетToolStripMenuItem.Size = new Size(49, 20); - отчетToolStripMenuItem.Text = "отчет"; - // - // медикаментыToolStripMenuItem - // - медикаментыToolStripMenuItem.Name = "медикаментыToolStripMenuItem"; - медикаментыToolStripMenuItem.Size = new Size(180, 22); - медикаментыToolStripMenuItem.Text = "медикаменты"; - // - // услугиToolStripMenuItem - // - услугиToolStripMenuItem.Name = "услугиToolStripMenuItem"; - услугиToolStripMenuItem.Size = new Size(180, 22); - услугиToolStripMenuItem.Text = "услуги"; - // - // рекомендацииToolStripMenuItem - // - рекомендацииToolStripMenuItem.Name = "рекомендацииToolStripMenuItem"; - рекомендацииToolStripMenuItem.Size = new Size(180, 22); - рекомендацииToolStripMenuItem.Text = "рекомендации"; - // - // Form1 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(menuStrip1); - MainMenuStrip = menuStrip1; - Name = "Form1"; - Text = "Form1"; - Load += Form1_Load; - menuStrip1.ResumeLayout(false); - menuStrip1.PerformLayout(); - ResumeLayout(false); - PerformLayout(); - } - - #endregion - - private MenuStrip menuStrip1; - private ToolStripMenuItem справочникToolStripMenuItem; - private ToolStripMenuItem привязToolStripMenuItem; - private ToolStripMenuItem медикаментыToolStripMenuItem; - private ToolStripMenuItem услугиToolStripMenuItem; - private ToolStripMenuItem рекомендацииToolStripMenuItem; - private ToolStripMenuItem выгрузкаСписковToolStripMenuItem; - private ToolStripMenuItem отчетToolStripMenuItem; - } -} diff --git a/IceCreamShop/temp/temp/Form1.cs b/IceCreamShop/temp/temp/Form1.cs deleted file mode 100644 index a244d22..0000000 --- a/IceCreamShop/temp/temp/Form1.cs +++ /dev/null @@ -1,25 +0,0 @@ -namespace temp -{ - public partial class Form1 : Form - { - public Form1() - { - InitializeComponent(); - } - - private void menuStrip1_ItemClicked(object sender, ToolStripItemClickedEventArgs e) - { - - } - - private void Form1_Load(object sender, EventArgs e) - { - - } - - private void ToolStripMenuItem_Click(object sender, EventArgs e) - { - - } - } -} diff --git a/IceCreamShop/temp/temp/Form1.resx b/IceCreamShop/temp/temp/Form1.resx deleted file mode 100644 index a0623c8..0000000 --- a/IceCreamShop/temp/temp/Form1.resx +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 17, 17 - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form2.Designer.cs b/IceCreamShop/temp/temp/Form2.Designer.cs deleted file mode 100644 index 81d73ee..0000000 --- a/IceCreamShop/temp/temp/Form2.Designer.cs +++ /dev/null @@ -1,112 +0,0 @@ -namespace temp -{ - partial class Form2 - { - /// - /// 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() - { - dataGridView1 = new DataGridView(); - button1 = new Button(); - изменить = new Button(); - удалить = new Button(); - название = new DataGridViewTextBoxColumn(); - Column1 = new DataGridViewTextBoxColumn(); - ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); - SuspendLayout(); - // - // dataGridView1 - // - dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridView1.Columns.AddRange(new DataGridViewColumn[] { название, Column1 }); - dataGridView1.Location = new Point(12, 12); - dataGridView1.Name = "dataGridView1"; - dataGridView1.Size = new Size(288, 124); - dataGridView1.TabIndex = 0; - // - // button1 - // - button1.Location = new Point(306, 12); - button1.Name = "button1"; - button1.Size = new Size(75, 23); - button1.TabIndex = 1; - button1.Text = "создать"; - button1.UseVisualStyleBackColor = true; - button1.Click += button1_Click; - // - // изменить - // - изменить.Location = new Point(306, 41); - изменить.Name = "изменить"; - изменить.Size = new Size(75, 23); - изменить.TabIndex = 2; - изменить.Text = "изменить"; - изменить.UseVisualStyleBackColor = true; - // - // удалить - // - удалить.Location = new Point(306, 70); - удалить.Name = "удалить"; - удалить.Size = new Size(75, 23); - удалить.TabIndex = 3; - удалить.Text = "удалить"; - удалить.UseVisualStyleBackColor = true; - // - // название - // - название.HeaderText = "название"; - название.Name = "название"; - название.Width = 150; - // - // Column1 - // - Column1.HeaderText = "цена"; - Column1.Name = "Column1"; - // - // Form2 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(555, 450); - Controls.Add(удалить); - Controls.Add(изменить); - Controls.Add(button1); - Controls.Add(dataGridView1); - Name = "Form2"; - Text = "Form2"; - ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); - ResumeLayout(false); - } - - #endregion - - private DataGridView dataGridView1; - private Button button1; - private Button изменить; - private DataGridViewTextBoxColumn название; - private DataGridViewTextBoxColumn Column1; - private Button удалить; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form2.cs b/IceCreamShop/temp/temp/Form2.cs deleted file mode 100644 index bed0096..0000000 --- a/IceCreamShop/temp/temp/Form2.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form2 : Form - { - public Form2() - { - InitializeComponent(); - } - - private void button1_Click(object sender, EventArgs e) - { - - } - } -} diff --git a/IceCreamShop/temp/temp/Form2.resx b/IceCreamShop/temp/temp/Form2.resx deleted file mode 100644 index 63ab778..0000000 --- a/IceCreamShop/temp/temp/Form2.resx +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - True - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form3.Designer.cs b/IceCreamShop/temp/temp/Form3.Designer.cs deleted file mode 100644 index b3f0453..0000000 --- a/IceCreamShop/temp/temp/Form3.Designer.cs +++ /dev/null @@ -1,104 +0,0 @@ -namespace temp -{ - partial class Form3 - { - /// - /// 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() - { - comboBox1 = new ComboBox(); - dataGridView1 = new DataGridView(); - Column1 = new DataGridViewTextBoxColumn(); - button1 = new Button(); - отмена = new Button(); - ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); - SuspendLayout(); - // - // comboBox1 - // - comboBox1.FormattingEnabled = true; - comboBox1.Location = new Point(12, 24); - comboBox1.Name = "comboBox1"; - comboBox1.Size = new Size(240, 23); - comboBox1.TabIndex = 0; - comboBox1.Text = "медикаменты"; - // - // dataGridView1 - // - dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridView1.Columns.AddRange(new DataGridViewColumn[] { Column1 }); - dataGridView1.Location = new Point(12, 53); - dataGridView1.Name = "dataGridView1"; - dataGridView1.Size = new Size(240, 150); - dataGridView1.TabIndex = 1; - // - // Column1 - // - Column1.HeaderText = "название животного"; - Column1.Name = "Column1"; - Column1.Width = 200; - // - // button1 - // - button1.Location = new Point(12, 209); - button1.Name = "button1"; - button1.Size = new Size(98, 23); - button1.TabIndex = 2; - button1.Text = "привязать"; - button1.UseVisualStyleBackColor = true; - // - // отмена - // - отмена.Location = new Point(154, 209); - отмена.Name = "отмена"; - отмена.Size = new Size(98, 23); - отмена.TabIndex = 3; - отмена.Text = "привязать"; - отмена.UseVisualStyleBackColor = true; - // - // Form3 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(отмена); - Controls.Add(button1); - Controls.Add(dataGridView1); - Controls.Add(comboBox1); - Name = "Form3"; - Text = "Form3"; - ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); - ResumeLayout(false); - } - - #endregion - - private ComboBox comboBox1; - private DataGridView dataGridView1; - private DataGridViewTextBoxColumn Column1; - private Button button1; - private Button отмена; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form3.cs b/IceCreamShop/temp/temp/Form3.cs deleted file mode 100644 index 88e10f2..0000000 --- a/IceCreamShop/temp/temp/Form3.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form3 : Form - { - public Form3() - { - InitializeComponent(); - } - } -} diff --git a/IceCreamShop/temp/temp/Form3.resx b/IceCreamShop/temp/temp/Form3.resx deleted file mode 100644 index 909d3b7..0000000 --- a/IceCreamShop/temp/temp/Form3.resx +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form4.Designer.cs b/IceCreamShop/temp/temp/Form4.Designer.cs deleted file mode 100644 index cea557b..0000000 --- a/IceCreamShop/temp/temp/Form4.Designer.cs +++ /dev/null @@ -1,110 +0,0 @@ -namespace temp -{ - partial class Form4 - { - /// - /// 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() - { - dataGridView1 = new DataGridView(); - название = new DataGridViewTextBoxColumn(); - цена = new DataGridViewTextBoxColumn(); - button1 = new Button(); - button2 = new Button(); - button3 = new Button(); - ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); - SuspendLayout(); - // - // dataGridView1 - // - dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridView1.Columns.AddRange(new DataGridViewColumn[] { название, цена }); - dataGridView1.Location = new Point(12, 12); - dataGridView1.Name = "dataGridView1"; - dataGridView1.Size = new Size(244, 150); - dataGridView1.TabIndex = 0; - // - // название - // - название.HeaderText = "услуга"; - название.Name = "название"; - // - // цена - // - цена.HeaderText = "цена"; - цена.Name = "цена"; - // - // button1 - // - button1.Location = new Point(262, 12); - button1.Name = "button1"; - button1.Size = new Size(75, 23); - button1.TabIndex = 1; - button1.Text = "добавить"; - button1.UseVisualStyleBackColor = true; - // - // button2 - // - button2.Location = new Point(262, 41); - button2.Name = "button2"; - button2.Size = new Size(75, 23); - button2.TabIndex = 2; - button2.Text = "изменить"; - button2.UseVisualStyleBackColor = true; - // - // button3 - // - button3.Location = new Point(262, 70); - button3.Name = "button3"; - button3.Size = new Size(75, 23); - button3.TabIndex = 3; - button3.Text = "удалить"; - button3.UseVisualStyleBackColor = true; - // - // Form4 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(button3); - Controls.Add(button2); - Controls.Add(button1); - Controls.Add(dataGridView1); - Name = "Form4"; - Text = "Form4"; - ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); - ResumeLayout(false); - } - - #endregion - - private DataGridView dataGridView1; - private DataGridViewTextBoxColumn название; - private DataGridViewTextBoxColumn цена; - private Button button1; - private Button button2; - private Button button3; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form4.cs b/IceCreamShop/temp/temp/Form4.cs deleted file mode 100644 index b270e75..0000000 --- a/IceCreamShop/temp/temp/Form4.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form4 : Form - { - public Form4() - { - InitializeComponent(); - } - } -} diff --git a/IceCreamShop/temp/temp/Form4.resx b/IceCreamShop/temp/temp/Form4.resx deleted file mode 100644 index 9caca4b..0000000 --- a/IceCreamShop/temp/temp/Form4.resx +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - True - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form5.Designer.cs b/IceCreamShop/temp/temp/Form5.Designer.cs deleted file mode 100644 index b8cd5b1..0000000 --- a/IceCreamShop/temp/temp/Form5.Designer.cs +++ /dev/null @@ -1,157 +0,0 @@ -namespace temp -{ - partial class Form5 - { - /// - /// 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() - { - textBox1 = new TextBox(); - textBox2 = new TextBox(); - label1 = new Label(); - label2 = new Label(); - dataGridView1 = new DataGridView(); - v = new DataGridViewTextBoxColumn(); - Column1 = new DataGridViewTextBoxColumn(); - button1 = new Button(); - button2 = new Button(); - button3 = new Button(); - ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); - SuspendLayout(); - // - // textBox1 - // - textBox1.Location = new Point(75, 29); - textBox1.Name = "textBox1"; - textBox1.Size = new Size(179, 23); - textBox1.TabIndex = 0; - // - // textBox2 - // - textBox2.Enabled = false; - textBox2.Location = new Point(75, 58); - textBox2.Name = "textBox2"; - textBox2.Size = new Size(82, 23); - textBox2.TabIndex = 1; - // - // label1 - // - label1.AutoSize = true; - label1.Location = new Point(12, 37); - label1.Name = "label1"; - label1.Size = new Size(57, 15); - label1.TabIndex = 2; - label1.Text = "название"; - // - // label2 - // - label2.AutoSize = true; - label2.Location = new Point(36, 61); - label2.Name = "label2"; - label2.Size = new Size(33, 15); - label2.TabIndex = 3; - label2.Text = "цена"; - // - // dataGridView1 - // - dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - dataGridView1.Columns.AddRange(new DataGridViewColumn[] { v, Column1 }); - dataGridView1.Location = new Point(12, 87); - dataGridView1.Name = "dataGridView1"; - dataGridView1.Size = new Size(242, 150); - dataGridView1.TabIndex = 4; - // - // v - // - v.HeaderText = "медикамент"; - v.Name = "v"; - // - // Column1 - // - Column1.HeaderText = "количество"; - Column1.Name = "Column1"; - // - // button1 - // - button1.Location = new Point(260, 87); - button1.Name = "button1"; - button1.Size = new Size(75, 23); - button1.TabIndex = 5; - button1.Text = "добавить"; - button1.UseVisualStyleBackColor = true; - // - // button2 - // - button2.Location = new Point(260, 116); - button2.Name = "button2"; - button2.Size = new Size(75, 23); - button2.TabIndex = 6; - button2.Text = "изменить"; - button2.UseVisualStyleBackColor = true; - // - // button3 - // - button3.Location = new Point(260, 145); - button3.Name = "button3"; - button3.RightToLeft = RightToLeft.Yes; - button3.Size = new Size(75, 23); - button3.TabIndex = 7; - button3.Text = "удалить"; - button3.UseVisualStyleBackColor = true; - // - // Form5 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(button3); - Controls.Add(button2); - Controls.Add(button1); - Controls.Add(dataGridView1); - Controls.Add(label2); - Controls.Add(label1); - Controls.Add(textBox2); - Controls.Add(textBox1); - Name = "Form5"; - Text = "Form5"; - ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); - ResumeLayout(false); - PerformLayout(); - } - - #endregion - - private TextBox textBox1; - private TextBox textBox2; - private Label label1; - private Label label2; - private DataGridView dataGridView1; - private DataGridViewTextBoxColumn v; - private DataGridViewTextBoxColumn Column1; - private Button button1; - private Button button2; - private Button button3; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form5.cs b/IceCreamShop/temp/temp/Form5.cs deleted file mode 100644 index 35a60b5..0000000 --- a/IceCreamShop/temp/temp/Form5.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form5 : Form - { - public Form5() - { - InitializeComponent(); - } - } -} diff --git a/IceCreamShop/temp/temp/Form5.resx b/IceCreamShop/temp/temp/Form5.resx deleted file mode 100644 index 8417479..0000000 --- a/IceCreamShop/temp/temp/Form5.resx +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - True - - - True - - - True - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form6.Designer.cs b/IceCreamShop/temp/temp/Form6.Designer.cs deleted file mode 100644 index 1fd2993..0000000 --- a/IceCreamShop/temp/temp/Form6.Designer.cs +++ /dev/null @@ -1,116 +0,0 @@ -namespace temp -{ - partial class Form6 - { - /// - /// 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() - { - comboBox1 = new ComboBox(); - textBox1 = new TextBox(); - label1 = new Label(); - label2 = new Label(); - сохранить = new Button(); - button2 = new Button(); - SuspendLayout(); - // - // comboBox1 - // - comboBox1.FormattingEnabled = true; - comboBox1.Location = new Point(36, 25); - comboBox1.Name = "comboBox1"; - comboBox1.Size = new Size(184, 23); - comboBox1.TabIndex = 0; - // - // textBox1 - // - textBox1.Location = new Point(36, 69); - textBox1.Name = "textBox1"; - textBox1.Size = new Size(184, 23); - textBox1.TabIndex = 1; - // - // label1 - // - label1.AutoSize = true; - label1.Location = new Point(36, 7); - label1.Name = "label1"; - label1.Size = new Size(74, 15); - label1.TabIndex = 2; - label1.Text = "медикамент"; - // - // label2 - // - label2.AutoSize = true; - label2.Location = new Point(36, 51); - label2.Name = "label2"; - label2.Size = new Size(71, 15); - label2.TabIndex = 3; - label2.Text = "количество"; - // - // сохранить - // - сохранить.Location = new Point(36, 98); - сохранить.Name = "сохранить"; - сохранить.Size = new Size(75, 23); - сохранить.TabIndex = 4; - сохранить.Text = "сохранить"; - сохранить.UseVisualStyleBackColor = true; - // - // button2 - // - button2.Location = new Point(145, 98); - button2.Name = "button2"; - button2.Size = new Size(75, 23); - button2.TabIndex = 5; - button2.Text = "отмена"; - button2.UseVisualStyleBackColor = true; - // - // Form6 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(button2); - Controls.Add(сохранить); - Controls.Add(label2); - Controls.Add(label1); - Controls.Add(textBox1); - Controls.Add(comboBox1); - Name = "Form6"; - Text = "Form6"; - ResumeLayout(false); - PerformLayout(); - } - - #endregion - - private ComboBox comboBox1; - private TextBox textBox1; - private Label label1; - private Label label2; - private Button сохранить; - private Button button2; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form6.cs b/IceCreamShop/temp/temp/Form6.cs deleted file mode 100644 index e1c25d0..0000000 --- a/IceCreamShop/temp/temp/Form6.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form6 : Form - { - public Form6() - { - InitializeComponent(); - } - } -} diff --git a/IceCreamShop/temp/temp/Form6.resx b/IceCreamShop/temp/temp/Form6.resx deleted file mode 100644 index af32865..0000000 --- a/IceCreamShop/temp/temp/Form6.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form7.Designer.cs b/IceCreamShop/temp/temp/Form7.Designer.cs deleted file mode 100644 index d7dccd1..0000000 --- a/IceCreamShop/temp/temp/Form7.Designer.cs +++ /dev/null @@ -1,139 +0,0 @@ -namespace temp -{ - partial class Form7 - { - /// - /// 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() - { - comboBox1 = new ComboBox(); - comboBox2 = new ComboBox(); - услуга = new Label(); - label1 = new Label(); - label2 = new Label(); - textBox1 = new TextBox(); - button1 = new Button(); - button2 = new Button(); - SuspendLayout(); - // - // comboBox1 - // - comboBox1.FormattingEnabled = true; - comboBox1.Location = new Point(70, 32); - comboBox1.Name = "comboBox1"; - comboBox1.Size = new Size(158, 23); - comboBox1.TabIndex = 0; - // - // comboBox2 - // - comboBox2.FormattingEnabled = true; - comboBox2.Location = new Point(70, 76); - comboBox2.Name = "comboBox2"; - comboBox2.Size = new Size(158, 23); - comboBox2.TabIndex = 1; - // - // услуга - // - услуга.AutoSize = true; - услуга.Location = new Point(70, 14); - услуга.Name = "услуга"; - услуга.Size = new Size(43, 15); - услуга.TabIndex = 2; - услуга.Text = "услуга"; - // - // label1 - // - label1.AutoSize = true; - label1.Location = new Point(70, 58); - label1.Name = "label1"; - label1.Size = new Size(46, 15); - label1.TabIndex = 3; - label1.Text = "оценка"; - // - // label2 - // - label2.AutoSize = true; - label2.Location = new Point(70, 102); - label2.Name = "label2"; - label2.Size = new Size(35, 15); - label2.TabIndex = 4; - label2.Text = "текст"; - // - // textBox1 - // - textBox1.Location = new Point(70, 120); - textBox1.Name = "textBox1"; - textBox1.Size = new Size(158, 23); - textBox1.TabIndex = 5; - // - // button1 - // - button1.Location = new Point(70, 149); - button1.Name = "button1"; - button1.Size = new Size(75, 23); - button1.TabIndex = 6; - button1.Text = "сохранить"; - button1.UseVisualStyleBackColor = true; - // - // button2 - // - button2.Location = new Point(153, 149); - button2.Name = "button2"; - button2.Size = new Size(75, 23); - button2.TabIndex = 7; - button2.Text = "отмена"; - button2.UseVisualStyleBackColor = true; - // - // Form7 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(button2); - Controls.Add(button1); - Controls.Add(textBox1); - Controls.Add(label2); - Controls.Add(label1); - Controls.Add(услуга); - Controls.Add(comboBox2); - Controls.Add(comboBox1); - Name = "Form7"; - Text = "Form7"; - ResumeLayout(false); - PerformLayout(); - } - - #endregion - - private ComboBox comboBox1; - private ComboBox comboBox2; - private Label услуга; - private Label label1; - private Label label2; - private TextBox textBox1; - private Button button1; - private Button button2; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form7.cs b/IceCreamShop/temp/temp/Form7.cs deleted file mode 100644 index 087bf56..0000000 --- a/IceCreamShop/temp/temp/Form7.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form7 : Form - { - public Form7() - { - InitializeComponent(); - } - } -} diff --git a/IceCreamShop/temp/temp/Form7.resx b/IceCreamShop/temp/temp/Form7.resx deleted file mode 100644 index af32865..0000000 --- a/IceCreamShop/temp/temp/Form7.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form8.Designer.cs b/IceCreamShop/temp/temp/Form8.Designer.cs deleted file mode 100644 index a27f3e5..0000000 --- a/IceCreamShop/temp/temp/Form8.Designer.cs +++ /dev/null @@ -1,137 +0,0 @@ -namespace temp -{ - partial class Form8 - { - /// - /// 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() - { - checkBox1 = new CheckBox(); - checkBox2 = new CheckBox(); - checkBox3 = new CheckBox(); - groupBox1 = new GroupBox(); - button1 = new Button(); - button2 = new Button(); - button3 = new Button(); - groupBox1.SuspendLayout(); - SuspendLayout(); - // - // checkBox1 - // - checkBox1.AutoSize = true; - checkBox1.Location = new Point(6, 22); - checkBox1.Name = "checkBox1"; - checkBox1.Size = new Size(71, 19); - checkBox1.TabIndex = 0; - checkBox1.Text = "услуга 1"; - checkBox1.UseVisualStyleBackColor = true; - // - // checkBox2 - // - checkBox2.AutoSize = true; - checkBox2.Location = new Point(6, 47); - checkBox2.Name = "checkBox2"; - checkBox2.Size = new Size(71, 19); - checkBox2.TabIndex = 1; - checkBox2.Text = "услуга 2"; - checkBox2.UseVisualStyleBackColor = true; - // - // checkBox3 - // - checkBox3.AutoSize = true; - checkBox3.Location = new Point(6, 72); - checkBox3.Name = "checkBox3"; - checkBox3.Size = new Size(71, 19); - checkBox3.TabIndex = 2; - checkBox3.Text = "услуга 3"; - checkBox3.UseVisualStyleBackColor = true; - // - // groupBox1 - // - groupBox1.Controls.Add(checkBox1); - groupBox1.Controls.Add(checkBox3); - groupBox1.Controls.Add(checkBox2); - groupBox1.Location = new Point(270, 106); - groupBox1.Name = "groupBox1"; - groupBox1.Size = new Size(237, 100); - groupBox1.TabIndex = 3; - groupBox1.TabStop = false; - groupBox1.Text = "услуги"; - // - // button1 - // - button1.Location = new Point(270, 212); - button1.Name = "button1"; - button1.RightToLeft = RightToLeft.No; - button1.Size = new Size(75, 23); - button1.TabIndex = 4; - button1.Text = "word"; - button1.UseVisualStyleBackColor = true; - // - // button2 - // - button2.Location = new Point(351, 212); - button2.Name = "button2"; - button2.Size = new Size(75, 23); - button2.TabIndex = 5; - button2.Text = "excel"; - button2.UseVisualStyleBackColor = true; - // - // button3 - // - button3.Location = new Point(432, 212); - button3.Name = "button3"; - button3.Size = new Size(75, 23); - button3.TabIndex = 6; - button3.Text = "отмена"; - button3.UseVisualStyleBackColor = true; - // - // Form8 - // - AutoScaleDimensions = new SizeF(7F, 15F); - AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(800, 450); - Controls.Add(button3); - Controls.Add(button2); - Controls.Add(button1); - Controls.Add(groupBox1); - Name = "Form8"; - Text = "Form8"; - groupBox1.ResumeLayout(false); - groupBox1.PerformLayout(); - ResumeLayout(false); - } - - #endregion - - private CheckBox checkBox1; - private CheckBox checkBox2; - private CheckBox checkBox3; - private GroupBox groupBox1; - private Button button1; - private Button button2; - private Button button3; - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Form8.cs b/IceCreamShop/temp/temp/Form8.cs deleted file mode 100644 index fa44bd7..0000000 --- a/IceCreamShop/temp/temp/Form8.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace temp -{ - public partial class Form8 : Form - { - public Form8() - { - InitializeComponent(); - } - } -} diff --git a/IceCreamShop/temp/temp/Form8.resx b/IceCreamShop/temp/temp/Form8.resx deleted file mode 100644 index af32865..0000000 --- a/IceCreamShop/temp/temp/Form8.resx +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/IceCreamShop/temp/temp/Program.cs b/IceCreamShop/temp/temp/Program.cs deleted file mode 100644 index 9515381..0000000 --- a/IceCreamShop/temp/temp/Program.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace temp -{ - internal static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - // To customize application configuration such as set high DPI settings or default font, - // see https://aka.ms/applicationconfiguration. - ApplicationConfiguration.Initialize(); - Application.Run(new Form1()); - } - } -} \ No newline at end of file diff --git a/IceCreamShop/temp/temp/temp.csproj b/IceCreamShop/temp/temp/temp.csproj deleted file mode 100644 index 663fdb8..0000000 --- a/IceCreamShop/temp/temp/temp.csproj +++ /dev/null @@ -1,11 +0,0 @@ - - - - WinExe - net8.0-windows - enable - true - enable - - - \ No newline at end of file