133 lines
6.5 KiB
C#
133 lines
6.5 KiB
C#
namespace Remontor
|
||
{
|
||
partial class FlowContainer
|
||
{
|
||
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.historyControl3 = new Remontor.History.HistoryControl();
|
||
this.historyControl2 = new Remontor.History.HistoryControl();
|
||
this.historyControl1 = new Remontor.History.HistoryControl();
|
||
this.HistoryPanel = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.HistoryPanel.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control;
|
||
this.tableLayoutPanel1.ColumnCount = 1;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
||
this.tableLayoutPanel1.Controls.Add(this.HistoryPanel, 0, 1);
|
||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 2;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 781);
|
||
this.tableLayoutPanel1.TabIndex = 1;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(3, 3);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(3);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(120, 13);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "История подключений";
|
||
//
|
||
// historyControl3
|
||
//
|
||
this.historyControl3.BackColor = System.Drawing.SystemColors.Window;
|
||
this.historyControl3.Location = new System.Drawing.Point(0, 96);
|
||
this.historyControl3.Margin = new System.Windows.Forms.Padding(0);
|
||
this.historyControl3.Name = "historyControl3";
|
||
this.historyControl3.Size = new System.Drawing.Size(315, 48);
|
||
this.historyControl3.TabIndex = 2;
|
||
//
|
||
// historyControl2
|
||
//
|
||
this.historyControl2.BackColor = System.Drawing.SystemColors.Window;
|
||
this.historyControl2.Location = new System.Drawing.Point(0, 48);
|
||
this.historyControl2.Margin = new System.Windows.Forms.Padding(0);
|
||
this.historyControl2.Name = "historyControl2";
|
||
this.historyControl2.Size = new System.Drawing.Size(315, 48);
|
||
this.historyControl2.TabIndex = 1;
|
||
//
|
||
// historyControl1
|
||
//
|
||
this.historyControl1.BackColor = System.Drawing.SystemColors.Window;
|
||
this.historyControl1.Location = new System.Drawing.Point(0, 0);
|
||
this.historyControl1.Margin = new System.Windows.Forms.Padding(0);
|
||
this.historyControl1.Name = "historyControl1";
|
||
this.historyControl1.Size = new System.Drawing.Size(315, 48);
|
||
this.historyControl1.TabIndex = 0;
|
||
//
|
||
// HistoryPanel
|
||
//
|
||
this.HistoryPanel.BackColor = System.Drawing.SystemColors.Window;
|
||
this.HistoryPanel.Controls.Add(this.historyControl1);
|
||
this.HistoryPanel.Controls.Add(this.historyControl2);
|
||
this.HistoryPanel.Controls.Add(this.historyControl3);
|
||
this.HistoryPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.HistoryPanel.Location = new System.Drawing.Point(3, 23);
|
||
this.HistoryPanel.Name = "HistoryPanel";
|
||
this.HistoryPanel.Size = new System.Drawing.Size(324, 755);
|
||
this.HistoryPanel.TabIndex = 6;
|
||
//
|
||
// FlowContainer
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.SystemColors.Control;
|
||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.Name = "FlowContainer";
|
||
this.Size = new System.Drawing.Size(330, 781);
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
this.tableLayoutPanel1.PerformLayout();
|
||
this.HistoryPanel.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.FlowLayoutPanel HistoryPanel;
|
||
private History.HistoryControl historyControl1;
|
||
private History.HistoryControl historyControl2;
|
||
private History.HistoryControl historyControl3;
|
||
}
|
||
}
|