namespace Remontor { partial class FlowConteinerSetting { /// /// Обязательная переменная конструктора. /// 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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.settingWordsControl1 = new Remontor.Setting.SettingWordsControl(); this.settingSCCMControl1 = new Remontor.Setting.SettingSCCMControl(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.flowLayoutPanel1.Controls.Add(this.settingWordsControl1); this.flowLayoutPanel1.Controls.Add(this.settingSCCMControl1); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(330, 781); this.flowLayoutPanel1.TabIndex = 0; // // settingWordsControl1 // this.settingWordsControl1.Location = new System.Drawing.Point(3, 3); this.settingWordsControl1.Name = "settingWordsControl1"; this.settingWordsControl1.Size = new System.Drawing.Size(324, 103); this.settingWordsControl1.TabIndex = 0; // // settingSCCMControl1 // this.settingSCCMControl1.Location = new System.Drawing.Point(3, 112); this.settingSCCMControl1.Name = "settingSCCMControl1"; this.settingSCCMControl1.Size = new System.Drawing.Size(323, 178); this.settingSCCMControl1.TabIndex = 1; // // FlowConteinerSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.flowLayoutPanel1); this.Name = "FlowConteinerSetting"; this.Size = new System.Drawing.Size(330, 781); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; public Setting.SettingWordsControl settingWordsControl1; private Setting.SettingSCCMControl settingSCCMControl1; } }