namespace Remontor.Words { partial class WordsCategoryControl { /// /// Обязательная переменная конструктора. /// 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.Select = new System.Windows.Forms.CheckBox(); this.lb_name = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.flow_wordsItem = new System.Windows.Forms.FlowLayoutPanel(); this.SuspendLayout(); // // Select // this.Select.AutoSize = true; this.Select.Location = new System.Drawing.Point(6, 2); this.Select.Name = "Select"; this.Select.Size = new System.Drawing.Size(15, 14); this.Select.TabIndex = 1; this.Select.UseVisualStyleBackColor = true; // // lb_name // this.lb_name.AutoSize = true; this.lb_name.Location = new System.Drawing.Point(47, 3); this.lb_name.Name = "lb_name"; this.lb_name.Size = new System.Drawing.Size(88, 13); this.lb_name.TabIndex = 2; this.lb_name.Text = "Вебинарные ПК"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(21, -4); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(30, 29); this.label1.TabIndex = 3; this.label1.Text = "⟱"; this.label1.Click += new System.EventHandler(this.label1_Click); // // flow_wordsItem // this.flow_wordsItem.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.flow_wordsItem.AutoSize = true; this.flow_wordsItem.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flow_wordsItem.Location = new System.Drawing.Point(5, 20); this.flow_wordsItem.Name = "flow_wordsItem"; this.flow_wordsItem.Size = new System.Drawing.Size(395, 5); this.flow_wordsItem.TabIndex = 4; this.flow_wordsItem.WrapContents = false; // // WordsCategoryControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.flow_wordsItem); this.Controls.Add(this.Select); this.Controls.Add(this.label1); this.Controls.Add(this.lb_name); this.Name = "WordsCategoryControl"; this.Size = new System.Drawing.Size(401, 25); this.Load += new System.EventHandler(this.WordsCategoryControl_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox Select; private System.Windows.Forms.Label lb_name; private System.Windows.Forms.Label label1; private System.Windows.Forms.FlowLayoutPanel flow_wordsItem; } }