namespace Remontor { partial class BarButtonControl { /// /// Обязательная переменная конструктора. /// 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() { this.button6 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button6 // this.button6.BackColor = System.Drawing.SystemColors.Control; this.button6.BackgroundImage = global::Remontor.Properties.Resources.close_min; this.button6.FlatAppearance.BorderSize = 0; this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button6.Location = new System.Drawing.Point(131, 1); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(20, 20); this.button6.TabIndex = 7; this.button6.UseVisualStyleBackColor = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(118, 13); this.label1.TabIndex = 8; this.label1.Text = "v.volkova(1MA001234)"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // BarButtonControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.Controls.Add(this.label1); this.Controls.Add(this.button6); this.Name = "BarButtonControl"; this.Size = new System.Drawing.Size(150, 21); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label1; } }