namespace Remontor.Finder { partial class Finder { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.CompNameLB = new System.Windows.Forms.TextBox(); this.SeaherPanel = new System.Windows.Forms.FlowLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.ConnectBtn = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = 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.SeaherPanel.SuspendLayout(); this.SuspendLayout(); // // CompNameLB // this.CompNameLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.CompNameLB.Location = new System.Drawing.Point(125, 12); this.CompNameLB.Name = "CompNameLB"; this.CompNameLB.Size = new System.Drawing.Size(602, 20); this.CompNameLB.TabIndex = 0; this.CompNameLB.TextChanged += new System.EventHandler(this.CompNameLB_TextChanged); // // SeaherPanel // this.SeaherPanel.BackColor = System.Drawing.SystemColors.Window; this.SeaherPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.SeaherPanel.Controls.Add(this.sessionItemControl1); this.SeaherPanel.Controls.Add(this.sessionItemControl2); this.SeaherPanel.Controls.Add(this.sessionItemControl4); this.SeaherPanel.Controls.Add(this.sessionItemControl3); this.SeaherPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.SeaherPanel.Location = new System.Drawing.Point(0, 65); this.SeaherPanel.Name = "SeaherPanel"; this.SeaherPanel.Size = new System.Drawing.Size(866, 385); this.SeaherPanel.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(733, 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; this.ConnectBtn.Click += new System.EventHandler(this.ConnectBtn_Click); // // button1 // this.button1.Location = new System.Drawing.Point(607, 36); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(121, 23); this.button1.TabIndex = 4; this.button1.Text = "Подключиться по IP"; this.button1.UseVisualStyleBackColor = true; // // button2 // this.button2.Location = new System.Drawing.Point(472, 36); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(129, 23); this.button2.TabIndex = 5; this.button2.Text = "Подключение по RDP"; this.button2.UseVisualStyleBackColor = true; // // button3 // this.button3.Location = new System.Drawing.Point(329, 36); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(137, 23); this.button3.TabIndex = 6; this.button3.Text = "Открыть в проводнике"; this.button3.UseVisualStyleBackColor = true; // // button4 // this.button4.Location = new System.Drawing.Point(223, 36); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(100, 23); this.button4.TabIndex = 7; this.button4.Text = "Открыть реестр "; this.button4.UseVisualStyleBackColor = true; // // button5 // this.button5.Location = new System.Drawing.Point(21, 36); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(196, 23); this.button5.TabIndex = 8; this.button5.Text = "Открыть управление комьютером"; this.button5.UseVisualStyleBackColor = true; // // sessionItemControl1 // this.sessionItemControl1.Location = new System.Drawing.Point(3, 3); this.sessionItemControl1.Name = "sessionItemControl1"; this.sessionItemControl1.Size = new System.Drawing.Size(274, 55); this.sessionItemControl1.TabIndex = 0; // // sessionItemControl2 // this.sessionItemControl2.Location = new System.Drawing.Point(283, 3); this.sessionItemControl2.Name = "sessionItemControl2"; this.sessionItemControl2.Size = new System.Drawing.Size(274, 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(274, 55); this.sessionItemControl3.TabIndex = 2; // // sessionItemControl4 // this.sessionItemControl4.Location = new System.Drawing.Point(563, 3); this.sessionItemControl4.Name = "sessionItemControl4"; this.sessionItemControl4.Size = new System.Drawing.Size(274, 55); this.sessionItemControl4.TabIndex = 3; // // Finder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(866, 450); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.ConnectBtn); this.Controls.Add(this.label1); this.Controls.Add(this.SeaherPanel); this.Controls.Add(this.CompNameLB); this.Name = "Finder"; this.Text = "Новое подключение"; this.SeaherPanel.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox CompNameLB; private System.Windows.Forms.FlowLayoutPanel SeaherPanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button ConnectBtn; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private SessionItemControl sessionItemControl1; private SessionItemControl sessionItemControl2; private SessionItemControl sessionItemControl3; private SessionItemControl sessionItemControl4; } }