SCCManager/Remontor/Finder/Finder.Designer.cs

191 lines
9.1 KiB
C#

namespace Remontor.Finder
{
partial class Finder
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.ConnectBtn = new System.Windows.Forms.Button();
this.sessionItemControl1 = new Remontor.SessionItemControl();
this.sessionItemControl2 = new Remontor.SessionItemControl();
this.sessionItemControl3 = new Remontor.SessionItemControl();
this.sessionItemControl4 = new Remontor.SessionItemControl();
this.sessionItemControl6 = new Remontor.SessionItemControl();
this.sessionItemControl9 = new Remontor.SessionItemControl();
this.sessionItemControl8 = new Remontor.SessionItemControl();
this.sessionItemControl7 = new Remontor.SessionItemControl();
this.sessionItemControl5 = new Remontor.SessionItemControl();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(125, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(328, 20);
this.textBox1.TabIndex = 0;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.BackColor = System.Drawing.SystemColors.Window;
this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl1);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl2);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl3);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl4);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl6);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl9);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl8);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl7);
this.flowLayoutPanel1.Controls.Add(this.sessionItemControl5);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 52);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(592, 398);
this.flowLayoutPanel1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 13);
this.label1.TabIndex = 2;
this.label1.Text = "Введите запрос";
//
// ConnectBtn
//
this.ConnectBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.ConnectBtn.Location = new System.Drawing.Point(459, 10);
this.ConnectBtn.Name = "ConnectBtn";
this.ConnectBtn.Size = new System.Drawing.Size(91, 23);
this.ConnectBtn.TabIndex = 3;
this.ConnectBtn.Text = "Подключиться";
this.ConnectBtn.UseVisualStyleBackColor = true;
//
// sessionItemControl1
//
this.sessionItemControl1.Location = new System.Drawing.Point(3, 3);
this.sessionItemControl1.Name = "sessionItemControl1";
this.sessionItemControl1.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl1.TabIndex = 0;
//
// sessionItemControl2
//
this.sessionItemControl2.Location = new System.Drawing.Point(273, 3);
this.sessionItemControl2.Name = "sessionItemControl2";
this.sessionItemControl2.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl2.TabIndex = 1;
//
// sessionItemControl3
//
this.sessionItemControl3.Location = new System.Drawing.Point(3, 64);
this.sessionItemControl3.Name = "sessionItemControl3";
this.sessionItemControl3.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl3.TabIndex = 2;
//
// sessionItemControl4
//
this.sessionItemControl4.Location = new System.Drawing.Point(273, 64);
this.sessionItemControl4.Name = "sessionItemControl4";
this.sessionItemControl4.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl4.TabIndex = 3;
//
// sessionItemControl6
//
this.sessionItemControl6.Location = new System.Drawing.Point(3, 125);
this.sessionItemControl6.Name = "sessionItemControl6";
this.sessionItemControl6.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl6.TabIndex = 5;
//
// sessionItemControl9
//
this.sessionItemControl9.Location = new System.Drawing.Point(273, 125);
this.sessionItemControl9.Name = "sessionItemControl9";
this.sessionItemControl9.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl9.TabIndex = 8;
//
// sessionItemControl8
//
this.sessionItemControl8.Location = new System.Drawing.Point(3, 186);
this.sessionItemControl8.Name = "sessionItemControl8";
this.sessionItemControl8.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl8.TabIndex = 7;
//
// sessionItemControl7
//
this.sessionItemControl7.Location = new System.Drawing.Point(273, 186);
this.sessionItemControl7.Name = "sessionItemControl7";
this.sessionItemControl7.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl7.TabIndex = 6;
//
// sessionItemControl5
//
this.sessionItemControl5.Location = new System.Drawing.Point(3, 247);
this.sessionItemControl5.Name = "sessionItemControl5";
this.sessionItemControl5.Size = new System.Drawing.Size(264, 55);
this.sessionItemControl5.TabIndex = 4;
//
// Finder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 450);
this.Controls.Add(this.ConnectBtn);
this.Controls.Add(this.label1);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.textBox1);
this.Name = "Finder";
this.Text = "Новое подключение";
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private SessionItemControl sessionItemControl1;
private SessionItemControl sessionItemControl2;
private SessionItemControl sessionItemControl3;
private SessionItemControl sessionItemControl4;
private SessionItemControl sessionItemControl5;
private SessionItemControl sessionItemControl6;
private SessionItemControl sessionItemControl7;
private SessionItemControl sessionItemControl8;
private SessionItemControl sessionItemControl9;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button ConnectBtn;
}
}