191 lines
6.7 KiB
C#
191 lines
6.7 KiB
C#
namespace Forms
|
|
{
|
|
partial class FormClient
|
|
{
|
|
/// <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()
|
|
{
|
|
buttonDelete = new Button();
|
|
buttonUpdate = new Button();
|
|
buttonCreate = new Button();
|
|
textBoxEmail = new TextBox();
|
|
textBoxSurname = new TextBox();
|
|
textBoxName = new TextBox();
|
|
label5 = new Label();
|
|
label4 = new Label();
|
|
label2 = new Label();
|
|
label1 = new Label();
|
|
dataGridView = new DataGridView();
|
|
textBoxPhone = new TextBox();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// buttonDelete
|
|
//
|
|
buttonDelete.Location = new Point(688, 214);
|
|
buttonDelete.Name = "buttonDelete";
|
|
buttonDelete.Size = new Size(75, 23);
|
|
buttonDelete.TabIndex = 28;
|
|
buttonDelete.Text = "delete";
|
|
buttonDelete.UseVisualStyleBackColor = true;
|
|
buttonDelete.Click += buttonDelete_Click;
|
|
//
|
|
// buttonUpdate
|
|
//
|
|
buttonUpdate.Location = new Point(688, 185);
|
|
buttonUpdate.Name = "buttonUpdate";
|
|
buttonUpdate.Size = new Size(75, 23);
|
|
buttonUpdate.TabIndex = 27;
|
|
buttonUpdate.Text = "update";
|
|
buttonUpdate.UseVisualStyleBackColor = true;
|
|
buttonUpdate.Click += buttonUpdate_Click;
|
|
//
|
|
// buttonCreate
|
|
//
|
|
buttonCreate.Location = new Point(688, 156);
|
|
buttonCreate.Name = "buttonCreate";
|
|
buttonCreate.Size = new Size(75, 23);
|
|
buttonCreate.TabIndex = 26;
|
|
buttonCreate.Text = "create";
|
|
buttonCreate.UseVisualStyleBackColor = true;
|
|
buttonCreate.Click += buttonCreate_Click;
|
|
//
|
|
// textBoxEmail
|
|
//
|
|
textBoxEmail.Location = new Point(688, 98);
|
|
textBoxEmail.Name = "textBoxEmail";
|
|
textBoxEmail.Size = new Size(100, 23);
|
|
textBoxEmail.TabIndex = 24;
|
|
//
|
|
// textBoxSurname
|
|
//
|
|
textBoxSurname.Location = new Point(688, 40);
|
|
textBoxSurname.Name = "textBoxSurname";
|
|
textBoxSurname.Size = new Size(100, 23);
|
|
textBoxSurname.TabIndex = 22;
|
|
//
|
|
// textBoxName
|
|
//
|
|
textBoxName.Location = new Point(688, 11);
|
|
textBoxName.Name = "textBoxName";
|
|
textBoxName.Size = new Size(100, 23);
|
|
textBoxName.TabIndex = 21;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(622, 106);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(36, 15);
|
|
label5.TabIndex = 20;
|
|
label5.Text = "Email";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(622, 77);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(41, 15);
|
|
label4.TabIndex = 19;
|
|
label4.Text = "Phone";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(622, 43);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(54, 15);
|
|
label2.TabIndex = 17;
|
|
label2.Text = "Surname";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(622, 14);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(39, 15);
|
|
label1.TabIndex = 16;
|
|
label1.Text = "Name";
|
|
//
|
|
// dataGridView
|
|
//
|
|
dataGridView.AllowUserToAddRows = false;
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridView.Location = new Point(13, 14);
|
|
dataGridView.Name = "dataGridView";
|
|
dataGridView.RowTemplate.Height = 25;
|
|
dataGridView.Size = new Size(603, 426);
|
|
dataGridView.TabIndex = 15;
|
|
dataGridView.CellClick += dataGridView_CellClick;
|
|
//
|
|
// textBoxPhone
|
|
//
|
|
textBoxPhone.Location = new Point(688, 69);
|
|
textBoxPhone.Name = "textBoxPhone";
|
|
textBoxPhone.Size = new Size(100, 23);
|
|
textBoxPhone.TabIndex = 29;
|
|
//
|
|
// FormClient
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 450);
|
|
Controls.Add(textBoxPhone);
|
|
Controls.Add(buttonDelete);
|
|
Controls.Add(buttonUpdate);
|
|
Controls.Add(buttonCreate);
|
|
Controls.Add(textBoxEmail);
|
|
Controls.Add(textBoxSurname);
|
|
Controls.Add(textBoxName);
|
|
Controls.Add(label5);
|
|
Controls.Add(label4);
|
|
Controls.Add(label2);
|
|
Controls.Add(label1);
|
|
Controls.Add(dataGridView);
|
|
Name = "FormClient";
|
|
Text = "FormClient";
|
|
Load += FormClient_Load;
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonDelete;
|
|
private Button buttonUpdate;
|
|
private Button buttonCreate;
|
|
private TextBox textBoxEmail;
|
|
private TextBox textBoxSurname;
|
|
private TextBox textBoxName;
|
|
private TextBox textBoxPhone;
|
|
private Label label5;
|
|
private Label label4;
|
|
private Label label2;
|
|
private Label label1;
|
|
private DataGridView dataGridView;
|
|
}
|
|
} |