namespace NeshinaPolina2111 { partial class PartnerDiscountsForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PartnerDiscountsForm)); this.lblTitle = new System.Windows.Forms.Label(); this.lblTotalSales = new System.Windows.Forms.Label(); this.lblCurrentDiscount = new System.Windows.Forms.Label(); this.lblNextLevel = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Location = new System.Drawing.Point(42, 109); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(0, 20); this.lblTitle.TabIndex = 0; // // lblTotalSales // this.lblTotalSales.AutoSize = true; this.lblTotalSales.Location = new System.Drawing.Point(42, 152); this.lblTotalSales.Name = "lblTotalSales"; this.lblTotalSales.Size = new System.Drawing.Size(51, 20); this.lblTotalSales.TabIndex = 1; this.lblTotalSales.Text = "label1"; // // lblCurrentDiscount // this.lblCurrentDiscount.AutoSize = true; this.lblCurrentDiscount.Location = new System.Drawing.Point(42, 191); this.lblCurrentDiscount.Name = "lblCurrentDiscount"; this.lblCurrentDiscount.Size = new System.Drawing.Size(51, 20); this.lblCurrentDiscount.TabIndex = 2; this.lblCurrentDiscount.Text = "label1"; // // lblNextLevel // this.lblNextLevel.AutoSize = true; this.lblNextLevel.Location = new System.Drawing.Point(42, 238); this.lblNextLevel.Name = "lblNextLevel"; this.lblNextLevel.Size = new System.Drawing.Size(51, 20); this.lblNextLevel.TabIndex = 4; this.lblNextLevel.Text = "label2"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(202, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(113, 39); this.label1.TabIndex = 6; this.label1.Text = "Скидка"; // // PartnerDiscountsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178))))); this.ClientSize = new System.Drawing.Size(496, 330); this.Controls.Add(this.label1); this.Controls.Add(this.lblNextLevel); this.Controls.Add(this.lblCurrentDiscount); this.Controls.Add(this.lblTotalSales); this.Controls.Add(this.lblTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "PartnerDiscountsForm"; this.Text = "PartnerDiscountsForm"; this.Load += new System.EventHandler(this.PartnerDiscountsForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblTotalSales; private System.Windows.Forms.Label lblCurrentDiscount; private System.Windows.Forms.Label lblNextLevel; private System.Windows.Forms.Label label1; } }