/
DaNN26
/
sql-utility-manager
Обзор
Документация
Войти
/
DaNN26
/
sql-utility-manager
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Demo/ProductUserControl.Designer.cs
173 строки
7 KB
DaNN
Добавьте файлы проекта.
25 май 2026, 17:03
25 май 2026, 17:03
9efb65a
Код
Авторство
О чём код?
namespace Demo { partial class ProductUserControl { /// <summary> /// Обязательная переменная конструктора. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Освободить все используемые ресурсы. /// </summary> /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором компонентов /// <summary> /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// </summary> private void InitializeComponent() { this.picture = new System.Windows.Forms.PictureBox(); this.lblName = new System.Windows.Forms.Label(); this.lblDesc = new System.Windows.Forms.Label(); this.lblManufacturer = new System.Windows.Forms.Label(); this.lblSupplier = new System.Windows.Forms.Label(); this.lblNewPrice = new System.Windows.Forms.Label(); this.lblUnit = new System.Windows.Forms.Label(); this.lblCount = new System.Windows.Forms.Label(); this.lblDiscount = new System.Windows.Forms.Label(); this.lblOldPrice = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit(); this.SuspendLayout(); // // picture // this.picture.Location = new System.Drawing.Point(3, 3); this.picture.Name = "picture"; this.picture.Size = new System.Drawing.Size(165, 152); this.picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.picture.TabIndex = 0; this.picture.TabStop = false; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(174, 3); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(35, 13); this.lblName.TabIndex = 1; this.lblName.Text = "label1"; // // lblDesc // this.lblDesc.AutoSize = true; this.lblDesc.Location = new System.Drawing.Point(174, 17); this.lblDesc.Name = "lblDesc"; this.lblDesc.Size = new System.Drawing.Size(35, 13); this.lblDesc.TabIndex = 2; this.lblDesc.Text = "label1"; // // lblManufacturer // this.lblManufacturer.AutoSize = true; this.lblManufacturer.Location = new System.Drawing.Point(175, 42); this.lblManufacturer.Name = "lblManufacturer"; this.lblManufacturer.Size = new System.Drawing.Size(35, 13); this.lblManufacturer.TabIndex = 3; this.lblManufacturer.Text = "label1"; // // lblSupplier // this.lblSupplier.AutoSize = true; this.lblSupplier.Location = new System.Drawing.Point(175, 69); this.lblSupplier.Name = "lblSupplier"; this.lblSupplier.Size = new System.Drawing.Size(35, 13); this.lblSupplier.TabIndex = 4; this.lblSupplier.Text = "label1"; // // lblNewPrice // this.lblNewPrice.AutoSize = true; this.lblNewPrice.Location = new System.Drawing.Point(216, 96); this.lblNewPrice.Name = "lblNewPrice"; this.lblNewPrice.Size = new System.Drawing.Size(35, 13); this.lblNewPrice.TabIndex = 5; this.lblNewPrice.Text = "label1"; this.lblNewPrice.Click += new System.EventHandler(this.lblNewPrice_Click); // // lblUnit // this.lblUnit.AutoSize = true; this.lblUnit.Location = new System.Drawing.Point(175, 120); this.lblUnit.Name = "lblUnit"; this.lblUnit.Size = new System.Drawing.Size(35, 13); this.lblUnit.TabIndex = 6; this.lblUnit.Text = "label1"; // // lblCount // this.lblCount.AutoSize = true; this.lblCount.Location = new System.Drawing.Point(175, 142); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(35, 13); this.lblCount.TabIndex = 7; this.lblCount.Text = "label1"; // // lblDiscount // this.lblDiscount.AutoSize = true; this.lblDiscount.Location = new System.Drawing.Point(596, 69); this.lblDiscount.Name = "lblDiscount"; this.lblDiscount.Size = new System.Drawing.Size(35, 13); this.lblDiscount.TabIndex = 8; this.lblDiscount.Text = "label1"; // // lblOldPrice // this.lblOldPrice.AutoSize = true; this.lblOldPrice.Location = new System.Drawing.Point(175, 96); this.lblOldPrice.Name = "lblOldPrice"; this.lblOldPrice.Size = new System.Drawing.Size(35, 13); this.lblOldPrice.TabIndex = 9; this.lblOldPrice.Text = "label1"; // // ProductUserControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.lblOldPrice); this.Controls.Add(this.lblDiscount); this.Controls.Add(this.lblCount); this.Controls.Add(this.lblUnit); this.Controls.Add(this.lblNewPrice); this.Controls.Add(this.lblSupplier); this.Controls.Add(this.lblManufacturer); this.Controls.Add(this.lblDesc); this.Controls.Add(this.lblName); this.Controls.Add(this.picture); this.Name = "ProductUserControl"; this.Size = new System.Drawing.Size(705, 165); this.Load += new System.EventHandler(this.ProductUserControl_Load); this.DoubleClick += new System.EventHandler(this.ProductUserControl_DoubleClick); ((System.ComponentModel.ISupportInitialize)(this.picture)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picture; private System.Windows.Forms.Label lblName; private System.Windows.Forms.Label lblDesc; private System.Windows.Forms.Label lblManufacturer; private System.Windows.Forms.Label lblSupplier; private System.Windows.Forms.Label lblNewPrice; private System.Windows.Forms.Label lblUnit; private System.Windows.Forms.Label lblCount; private System.Windows.Forms.Label lblDiscount; private System.Windows.Forms.Label lblOldPrice; } }