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.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.ConnectBtn = new System.Windows.Forms.Button(); 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(65, 12); this.CompNameLB.Name = "CompNameLB"; this.CompNameLB.Size = new System.Drawing.Size(210, 20); this.CompNameLB.TabIndex = 0; this.CompNameLB.TextChanged += new System.EventHandler(this.CompNameLB_TextChanged); this.CompNameLB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CompNameLB_KeyDown); // // SeaherPanel // this.SeaherPanel.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.SeaherPanel.AutoScroll = true; this.SeaherPanel.BackColor = System.Drawing.SystemColors.Window; this.SeaherPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.SeaherPanel.Controls.Add(this.label2); this.SeaherPanel.Location = new System.Drawing.Point(0, 39); this.SeaherPanel.Name = "SeaherPanel"; this.SeaherPanel.Size = new System.Drawing.Size(384, 411); this.SeaherPanel.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 13); this.label2.TabIndex = 0; this.label2.Text = "Введите запрос"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 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(281, 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); // // Finder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 450); this.Controls.Add(this.ConnectBtn); this.Controls.Add(this.label1); this.Controls.Add(this.SeaherPanel); this.Controls.Add(this.CompNameLB); this.Name = "Finder"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Новое подключение"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Finder_FormClosed); this.SeaherPanel.ResumeLayout(false); this.SeaherPanel.PerformLayout(); 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.Label label2; } }