162 lines
5.8 KiB
C#
162 lines
5.8 KiB
C#
namespace Forms
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
customTextBoxNumber = new Controls.CustomTextBoxNumber();
|
|
customComboBox = new Controls.CustomComboBox();
|
|
labelNum = new Label();
|
|
labelCombo = new Label();
|
|
labelList = new Label();
|
|
customListBox = new Controls.CustomListBox();
|
|
buttonValidate = new Button();
|
|
buttonGetBro = new Button();
|
|
toolTip = new ToolTip(components);
|
|
button1 = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// customTextBoxNumber
|
|
//
|
|
customTextBoxNumber.Location = new Point(2, 187);
|
|
customTextBoxNumber.Name = "customTextBoxNumber";
|
|
customTextBoxNumber.NumPattern = null;
|
|
customTextBoxNumber.Size = new Size(261, 105);
|
|
customTextBoxNumber.TabIndex = 0;
|
|
//
|
|
// customComboBox
|
|
//
|
|
customComboBox.Location = new Point(2, 19);
|
|
customComboBox.Name = "customComboBox";
|
|
customComboBox.SelectedItem = " ";
|
|
customComboBox.Size = new Size(301, 188);
|
|
customComboBox.TabIndex = 1;
|
|
//
|
|
// labelNum
|
|
//
|
|
labelNum.AutoSize = true;
|
|
labelNum.Location = new Point(68, 187);
|
|
labelNum.Name = "labelNum";
|
|
labelNum.Size = new Size(130, 20);
|
|
labelNum.TabIndex = 2;
|
|
labelNum.Text = "Номер телефона:";
|
|
//
|
|
// labelCombo
|
|
//
|
|
labelCombo.AutoSize = true;
|
|
labelCombo.Location = new Point(88, 42);
|
|
labelCombo.Name = "labelCombo";
|
|
labelCombo.Size = new Size(95, 20);
|
|
labelCombo.TabIndex = 3;
|
|
labelCombo.Text = "Комбо бокс:";
|
|
//
|
|
// labelList
|
|
//
|
|
labelList.AutoSize = true;
|
|
labelList.Location = new Point(509, 19);
|
|
labelList.Name = "labelList";
|
|
labelList.Size = new Size(59, 20);
|
|
labelList.TabIndex = 4;
|
|
labelList.Text = "Спсиок";
|
|
//
|
|
// customListBox
|
|
//
|
|
customListBox.Location = new Point(334, 42);
|
|
customListBox.Name = "customListBox";
|
|
customListBox.SelectedIndex = -1;
|
|
customListBox.Size = new Size(454, 250);
|
|
customListBox.TabIndex = 5;
|
|
//
|
|
// buttonValidate
|
|
//
|
|
buttonValidate.Location = new Point(22, 298);
|
|
buttonValidate.Name = "buttonValidate";
|
|
buttonValidate.Size = new Size(215, 29);
|
|
buttonValidate.TabIndex = 6;
|
|
buttonValidate.Text = "проверка телефона";
|
|
buttonValidate.UseVisualStyleBackColor = true;
|
|
buttonValidate.Click += buttonValidate_Click;
|
|
//
|
|
// buttonGetBro
|
|
//
|
|
buttonGetBro.Location = new Point(334, 263);
|
|
buttonGetBro.Name = "buttonGetBro";
|
|
buttonGetBro.Size = new Size(273, 29);
|
|
buttonGetBro.TabIndex = 7;
|
|
buttonGetBro.Text = "получить друга";
|
|
buttonGetBro.UseVisualStyleBackColor = true;
|
|
buttonGetBro.Click += buttonGetObject_Click;
|
|
//
|
|
// toolTip
|
|
//
|
|
toolTip.ToolTipTitle = "AAAA";
|
|
//
|
|
// button1
|
|
//
|
|
button1.Location = new Point(22, 119);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(94, 29);
|
|
button1.TabIndex = 8;
|
|
button1.Text = "добавить";
|
|
button1.UseVisualStyleBackColor = true;
|
|
button1.Click += buttonAdd_Click;
|
|
//
|
|
// FormMain
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(button1);
|
|
Controls.Add(buttonGetBro);
|
|
Controls.Add(buttonValidate);
|
|
Controls.Add(customListBox);
|
|
Controls.Add(labelList);
|
|
Controls.Add(labelCombo);
|
|
Controls.Add(labelNum);
|
|
Controls.Add(customComboBox);
|
|
Controls.Add(customTextBoxNumber);
|
|
Name = "FormMain";
|
|
Text = "FormMain";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.CustomTextBoxNumber customTextBoxNumber;
|
|
private Controls.CustomComboBox customComboBox;
|
|
private Label labelNum;
|
|
private Label labelCombo;
|
|
private Label labelList;
|
|
private Controls.CustomListBox customListBox;
|
|
private Button buttonValidate;
|
|
private Button buttonGetBro;
|
|
private ToolTip toolTip;
|
|
private Button button1;
|
|
}
|
|
} |