108 lines
4.9 KiB
C#
108 lines
4.9 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Finder));
|
|
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.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.Location = new System.Drawing.Point(0, 39);
|
|
this.SeaherPanel.Name = "SeaherPanel";
|
|
this.SeaherPanel.Size = new System.Drawing.Size(384, 411);
|
|
this.SeaherPanel.TabIndex = 1;
|
|
//
|
|
// 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Finder";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Новое подключение";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Finder_FormClosed);
|
|
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;
|
|
}
|
|
} |