PIbd-22_Kaznacheeva.E.K._So.../SoftwareInstallation/SoftwareInstallationView/FormClients.Designer.cs

85 lines
3.0 KiB
C#

namespace SoftwareInstallationView
{
partial class FormClients
{
/// <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()
{
DeleteButton = new Button();
UpdateButton = new Button();
DataGridView = new DataGridView();
((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit();
SuspendLayout();
//
// DeleteButton
//
DeleteButton.Location = new Point(617, 41);
DeleteButton.Name = "DeleteButton";
DeleteButton.Size = new Size(114, 35);
DeleteButton.TabIndex = 2;
DeleteButton.Text = "Удалить";
DeleteButton.UseVisualStyleBackColor = true;
DeleteButton.Click += DeleteButton_Click;
//
// UpdateButton
//
UpdateButton.Location = new Point(617, 95);
UpdateButton.Name = "UpdateButton";
UpdateButton.Size = new Size(114, 36);
UpdateButton.TabIndex = 3;
UpdateButton.Text = "Обновить";
UpdateButton.UseVisualStyleBackColor = true;
UpdateButton.Click += UpdateButton_Click;
//
// DataGridView
//
DataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
DataGridView.Location = new Point(12, 12);
DataGridView.Name = "DataGridView";
DataGridView.Size = new Size(572, 426);
DataGridView.TabIndex = 4;
//
// FormClient
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(769, 450);
Controls.Add(DataGridView);
Controls.Add(UpdateButton);
Controls.Add(DeleteButton);
Name = "FormClient";
Text = "Клиенты";
((System.ComponentModel.ISupportInitialize)DataGridView).EndInit();
ResumeLayout(false);
}
#endregion
private Button DeleteButton;
private Button UpdateButton;
private DataGridView DataGridView;
}
}