/
DaNN26
/
sql-utility-manager
Обзор
Документация
Войти
/
DaNN26
/
sql-utility-manager
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Demo/MainForm.Designer.cs
144 строки
7 KB
DaNN
Добавьте файлы проекта.
25 май 2026, 17:03
25 май 2026, 17:03
9efb65a
Код
Авторство
О чём код?
namespace Demo { 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.goToAuthButton = new System.Windows.Forms.Button(); this.lblFullName = new System.Windows.Forms.Label(); this.sortButton = new System.Windows.Forms.Button(); this.searchTextBox = new System.Windows.Forms.TextBox(); this.supplierComboBox = new System.Windows.Forms.ComboBox(); this.addProductButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoScroll = true; this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(776, 514); this.flowLayoutPanel1.TabIndex = 0; // // goToAuthButton // this.goToAuthButton.Dock = System.Windows.Forms.DockStyle.Bottom; this.goToAuthButton.Location = new System.Drawing.Point(776, 449); this.goToAuthButton.Name = "goToAuthButton"; this.goToAuthButton.Size = new System.Drawing.Size(247, 65); this.goToAuthButton.TabIndex = 1; this.goToAuthButton.Text = "Выйти из аккаунта"; this.goToAuthButton.UseVisualStyleBackColor = true; this.goToAuthButton.Click += new System.EventHandler(this.goToAuthButton_Click); // // lblFullName // this.lblFullName.AutoSize = true; this.lblFullName.Dock = System.Windows.Forms.DockStyle.Right; this.lblFullName.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblFullName.Location = new System.Drawing.Point(988, 0); this.lblFullName.Name = "lblFullName"; this.lblFullName.Size = new System.Drawing.Size(35, 13); this.lblFullName.TabIndex = 2; this.lblFullName.Text = "label1"; this.lblFullName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblFullName.Click += new System.EventHandler(this.lblFullName_Click); // // sortButton // this.sortButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.sortButton.AutoSize = true; this.sortButton.Location = new System.Drawing.Point(827, 52); this.sortButton.Name = "sortButton"; this.sortButton.Size = new System.Drawing.Size(179, 64); this.sortButton.TabIndex = 3; this.sortButton.Text = "Отсортировать по возрастанию"; this.sortButton.UseVisualStyleBackColor = true; this.sortButton.Click += new System.EventHandler(this.sortButton_Click); // // searchTextBox // this.searchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.searchTextBox.Location = new System.Drawing.Point(887, 119); this.searchTextBox.Name = "searchTextBox"; this.searchTextBox.Size = new System.Drawing.Size(121, 20); this.searchTextBox.TabIndex = 4; this.searchTextBox.TextChanged += new System.EventHandler(this.searchTextBox_TextChanged); // // supplierComboBox // this.supplierComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.supplierComboBox.FormattingEnabled = true; this.supplierComboBox.Location = new System.Drawing.Point(887, 145); this.supplierComboBox.Name = "supplierComboBox"; this.supplierComboBox.Size = new System.Drawing.Size(121, 21); this.supplierComboBox.TabIndex = 5; this.supplierComboBox.SelectedIndexChanged += new System.EventHandler(this.supplierComboBox_SelectedIndexChanged); // // addProductButton // this.addProductButton.Anchor = System.Windows.Forms.AnchorStyles.Top; this.addProductButton.Location = new System.Drawing.Point(793, 378); this.addProductButton.Name = "addProductButton"; this.addProductButton.Size = new System.Drawing.Size(217, 65); this.addProductButton.TabIndex = 6; this.addProductButton.Text = "Добавить товар"; this.addProductButton.UseVisualStyleBackColor = true; this.addProductButton.Click += new System.EventHandler(this.addProductButton_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1023, 514); this.Controls.Add(this.addProductButton); this.Controls.Add(this.supplierComboBox); this.Controls.Add(this.searchTextBox); this.Controls.Add(this.sortButton); this.Controls.Add(this.lblFullName); this.Controls.Add(this.goToAuthButton); this.Controls.Add(this.flowLayoutPanel1); this.Name = "MainForm"; this.Text = "Form2"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button goToAuthButton; private System.Windows.Forms.Label lblFullName; private System.Windows.Forms.Button sortButton; private System.Windows.Forms.TextBox searchTextBox; private System.Windows.Forms.ComboBox supplierComboBox; private System.Windows.Forms.Button addProductButton; } }