From 8666b365b06c754262081e7112136165ff44dbf8 Mon Sep 17 00:00:00 2001
From: ElEgEv <112943269+ElEgEv@users.noreply.github.com>
Date: Wed, 13 Sep 2023 11:57:01 +0400
Subject: [PATCH] .
---
.../UserDataGridView.Designer.cs | 37 ++++++
VisualComponentsLib/UserDataGridView.cs | 20 +++
VisualComponentsLib/UserDataGridView.resx | 120 ++++++++++++++++++
VisualComponentsLib/UserTextBox.Designer.cs | 37 ++++++
VisualComponentsLib/UserTextBox.cs | 20 +++
VisualComponentsLib/UserTextBox.resx | 120 ++++++++++++++++++
6 files changed, 354 insertions(+)
create mode 100644 VisualComponentsLib/UserDataGridView.Designer.cs
create mode 100644 VisualComponentsLib/UserDataGridView.cs
create mode 100644 VisualComponentsLib/UserDataGridView.resx
create mode 100644 VisualComponentsLib/UserTextBox.Designer.cs
create mode 100644 VisualComponentsLib/UserTextBox.cs
create mode 100644 VisualComponentsLib/UserTextBox.resx
diff --git a/VisualComponentsLib/UserDataGridView.Designer.cs b/VisualComponentsLib/UserDataGridView.Designer.cs
new file mode 100644
index 0000000..9760fa5
--- /dev/null
+++ b/VisualComponentsLib/UserDataGridView.Designer.cs
@@ -0,0 +1,37 @@
+namespace VisualComponentsLib
+{
+ partial class UserDataGridView
+ {
+ ///
+ /// Обязательная переменная конструктора.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Освободить все используемые ресурсы.
+ ///
+ /// истинно, если управляемый ресурс должен быть удален; иначе ложно.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Код, автоматически созданный конструктором компонентов
+
+ ///
+ /// Требуемый метод для поддержки конструктора — не изменяйте
+ /// содержимое этого метода с помощью редактора кода.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ }
+
+ #endregion
+ }
+}
diff --git a/VisualComponentsLib/UserDataGridView.cs b/VisualComponentsLib/UserDataGridView.cs
new file mode 100644
index 0000000..cd901ea
--- /dev/null
+++ b/VisualComponentsLib/UserDataGridView.cs
@@ -0,0 +1,20 @@
+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 VisualComponentsLib
+{
+ public partial class UserDataGridView : UserControl
+ {
+ public UserDataGridView()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/VisualComponentsLib/UserDataGridView.resx b/VisualComponentsLib/UserDataGridView.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/VisualComponentsLib/UserDataGridView.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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/VisualComponentsLib/UserTextBox.Designer.cs b/VisualComponentsLib/UserTextBox.Designer.cs
new file mode 100644
index 0000000..ba88e43
--- /dev/null
+++ b/VisualComponentsLib/UserTextBox.Designer.cs
@@ -0,0 +1,37 @@
+namespace VisualComponentsLib
+{
+ partial class UserTextBox
+ {
+ ///
+ /// Обязательная переменная конструктора.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Освободить все используемые ресурсы.
+ ///
+ /// истинно, если управляемый ресурс должен быть удален; иначе ложно.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Код, автоматически созданный конструктором компонентов
+
+ ///
+ /// Требуемый метод для поддержки конструктора — не изменяйте
+ /// содержимое этого метода с помощью редактора кода.
+ ///
+ private void InitializeComponent()
+ {
+ components = new System.ComponentModel.Container();
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ }
+
+ #endregion
+ }
+}
diff --git a/VisualComponentsLib/UserTextBox.cs b/VisualComponentsLib/UserTextBox.cs
new file mode 100644
index 0000000..6e75169
--- /dev/null
+++ b/VisualComponentsLib/UserTextBox.cs
@@ -0,0 +1,20 @@
+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 VisualComponentsLib
+{
+ public partial class UserTextBox : UserControl
+ {
+ public UserTextBox()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/VisualComponentsLib/UserTextBox.resx b/VisualComponentsLib/UserTextBox.resx
new file mode 100644
index 0000000..1af7de1
--- /dev/null
+++ b/VisualComponentsLib/UserTextBox.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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