/
OMS_Punk
/
Demo_template
Обзор
Документация
Войти
/
OMS_Punk
/
Demo_template
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Forms/MainForm.Designer.cs
312 строк
17 KB
Dementiy420
исправление недочетов
24 май 2026, 21:52
24 май 2026, 21:52
cea6deb
Код
Авторство
О чём код?
namespace Demo_template.Forms { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.usersSave = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.tabPage5 = new System.Windows.Forms.TabPage(); this.customersGridView = new System.Windows.Forms.DataGridView(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.OrdersGridView = new System.Windows.Forms.DataGridView(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.SpecificationGridView = new System.Windows.Forms.DataGridView(); this.tabPage6 = new System.Windows.Forms.TabPage(); this.MaterialsGridView = new System.Windows.Forms.DataGridView(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.ProductGridView = new System.Windows.Forms.DataGridView(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.UsersGridView = new System.Windows.Forms.DataGridView(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.тестированиеAPIToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.OpenOrderTable = new System.Windows.Forms.Button(); this.tabPage5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.customersGridView)).BeginInit(); this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.OrdersGridView)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.SpecificationGridView)).BeginInit(); this.tabPage6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.MaterialsGridView)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ProductGridView)).BeginInit(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.UsersGridView)).BeginInit(); this.tabControl1.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // usersSave // this.usersSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.usersSave.Location = new System.Drawing.Point(7, 388); this.usersSave.Name = "usersSave"; this.usersSave.Size = new System.Drawing.Size(126, 37); this.usersSave.TabIndex = 1; this.usersSave.Text = "Сохранить данные"; this.usersSave.UseVisualStyleBackColor = true; this.usersSave.Click += new System.EventHandler(this.UsersSave_Click); // // button3 // this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.button3.Location = new System.Drawing.Point(139, 388); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(126, 37); this.button3.TabIndex = 2; this.button3.Text = "Удалить строку"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.DeleteRow_Click); // // tabPage5 // this.tabPage5.Controls.Add(this.customersGridView); this.tabPage5.Location = new System.Drawing.Point(4, 22); this.tabPage5.Name = "tabPage5"; this.tabPage5.Size = new System.Drawing.Size(673, 319); this.tabPage5.TabIndex = 4; this.tabPage5.Text = "Поставщики"; this.tabPage5.UseVisualStyleBackColor = true; // // customersGridView // this.customersGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.customersGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.customersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.customersGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.customersGridView.Location = new System.Drawing.Point(0, 0); this.customersGridView.Name = "customersGridView"; this.customersGridView.Size = new System.Drawing.Size(673, 319); this.customersGridView.TabIndex = 3; // // tabPage4 // this.tabPage4.Controls.Add(this.OpenOrderTable); this.tabPage4.Controls.Add(this.OrdersGridView); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(673, 319); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Заказы"; this.tabPage4.UseVisualStyleBackColor = true; // // OrdersGridView // this.OrdersGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OrdersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.OrdersGridView.Location = new System.Drawing.Point(0, 0); this.OrdersGridView.Name = "OrdersGridView"; this.OrdersGridView.Size = new System.Drawing.Size(673, 286); this.OrdersGridView.TabIndex = 2; // // tabPage3 // this.tabPage3.Controls.Add(this.SpecificationGridView); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(673, 319); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Спецификации"; this.tabPage3.UseVisualStyleBackColor = true; // // SpecificationGridView // this.SpecificationGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.SpecificationGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.SpecificationGridView.Location = new System.Drawing.Point(0, 0); this.SpecificationGridView.Name = "SpecificationGridView"; this.SpecificationGridView.Size = new System.Drawing.Size(673, 319); this.SpecificationGridView.TabIndex = 1; // // tabPage6 // this.tabPage6.Controls.Add(this.MaterialsGridView); this.tabPage6.Location = new System.Drawing.Point(4, 22); this.tabPage6.Name = "tabPage6"; this.tabPage6.Size = new System.Drawing.Size(673, 319); this.tabPage6.TabIndex = 5; this.tabPage6.Text = "Материалы"; this.tabPage6.UseVisualStyleBackColor = true; // // MaterialsGridView // this.MaterialsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.MaterialsGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.MaterialsGridView.Location = new System.Drawing.Point(0, 0); this.MaterialsGridView.Name = "MaterialsGridView"; this.MaterialsGridView.Size = new System.Drawing.Size(673, 319); this.MaterialsGridView.TabIndex = 1; // // tabPage2 // this.tabPage2.Controls.Add(this.ProductGridView); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(673, 319); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Продукты"; this.tabPage2.UseVisualStyleBackColor = true; // // ProductGridView // this.ProductGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.ProductGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.ProductGridView.Location = new System.Drawing.Point(3, 3); this.ProductGridView.Name = "ProductGridView"; this.ProductGridView.Size = new System.Drawing.Size(667, 313); this.ProductGridView.TabIndex = 0; // // tabPage1 // this.tabPage1.Controls.Add(this.UsersGridView); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(673, 319); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Управление пользователями"; this.tabPage1.UseVisualStyleBackColor = true; // // UsersGridView // this.UsersGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.UsersGridView.Dock = System.Windows.Forms.DockStyle.Fill; this.UsersGridView.Location = new System.Drawing.Point(3, 3); this.UsersGridView.MultiSelect = false; this.UsersGridView.Name = "UsersGridView"; this.UsersGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.UsersGridView.Size = new System.Drawing.Size(667, 313); this.UsersGridView.TabIndex = 0; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage6); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage5); this.tabControl1.Location = new System.Drawing.Point(0, 40); this.tabControl1.Margin = new System.Windows.Forms.Padding(0); this.tabControl1.Name = "tabControl1"; this.tabControl1.Padding = new System.Drawing.Point(0, 0); this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(681, 345); this.tabControl1.TabIndex = 0; // // menuStrip1 // this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(0); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.тестированиеAPIToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(0); this.menuStrip1.Size = new System.Drawing.Size(684, 24); this.menuStrip1.TabIndex = 3; this.menuStrip1.Text = "menuStrip1"; // // тестированиеAPIToolStripMenuItem // this.тестированиеAPIToolStripMenuItem.Name = "тестированиеAPIToolStripMenuItem"; this.тестированиеAPIToolStripMenuItem.Size = new System.Drawing.Size(116, 24); this.тестированиеAPIToolStripMenuItem.Text = "Тестирование API"; this.тестированиеAPIToolStripMenuItem.Click += new System.EventHandler(this.тестированиеAPIToolStripMenuItem_Click); // // OpenOrderTable // this.OpenOrderTable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OpenOrderTable.Location = new System.Drawing.Point(546, 292); this.OpenOrderTable.Name = "OpenOrderTable"; this.OpenOrderTable.Size = new System.Drawing.Size(122, 23); this.OpenOrderTable.TabIndex = 3; this.OpenOrderTable.Text = "Рассчитать заказы"; this.OpenOrderTable.UseVisualStyleBackColor = true; this.OpenOrderTable.Click += new System.EventHandler(this.OpenOrderTable_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 461); this.Controls.Add(this.button3); this.Controls.Add(this.usersSave); this.Controls.Add(this.tabControl1); this.Controls.Add(this.menuStrip1); this.MinimumSize = new System.Drawing.Size(700, 500); this.Name = "MainForm"; this.Text = "MainForm"; this.Load += new System.EventHandler(this.MainForm_Load); this.tabPage5.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.customersGridView)).EndInit(); this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.OrdersGridView)).EndInit(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.SpecificationGridView)).EndInit(); this.tabPage6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MaterialsGridView)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ProductGridView)).EndInit(); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.UsersGridView)).EndInit(); this.tabControl1.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button usersSave; private System.Windows.Forms.Button button3; private System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.DataGridView customersGridView; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.DataGridView OrdersGridView; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.DataGridView SpecificationGridView; private System.Windows.Forms.TabPage tabPage6; private System.Windows.Forms.DataGridView MaterialsGridView; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView ProductGridView; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.DataGridView UsersGridView; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem тестированиеAPIToolStripMenuItem; private System.Windows.Forms.Button OpenOrderTable; } }