0603NeshinaRogova/0603NeshinaRogova/Doctor.Designer.cs
2026-03-06 11:00:48 +04:00

125 lines
5.3 KiB
C#

namespace _0603NeshinaRogova
{
partial class Doctor
{
/// <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()
{
this.button4 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.dataGridViewRequests = new System.Windows.Forms.DataGridView();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewRequests)).BeginInit();
this.SuspendLayout();
//
// button4
//
this.button4.Location = new System.Drawing.Point(178, 454);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(42, 37);
this.button4.TabIndex = 7;
this.button4.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 271);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(126, 41);
this.button1.TabIndex = 6;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridViewRequests
//
this.dataGridViewRequests.AllowUserToAddRows = false;
this.dataGridViewRequests.AllowUserToDeleteRows = false;
this.dataGridViewRequests.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewRequests.Location = new System.Drawing.Point(12, 12);
this.dataGridViewRequests.Name = "dataGridViewRequests";
this.dataGridViewRequests.ReadOnly = true;
this.dataGridViewRequests.Size = new System.Drawing.Size(760, 253);
this.dataGridViewRequests.TabIndex = 5;
//
// button3
//
this.button3.Location = new System.Drawing.Point(294, 270);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(135, 41);
this.button3.TabIndex = 9;
this.button3.Text = "Удалить";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(153, 271);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(135, 41);
this.button2.TabIndex = 8;
this.button2.Text = "Изменить";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(12, 415);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(42, 23);
this.button5.TabIndex = 10;
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// Doctor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.button5);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button4);
this.Controls.Add(this.button1);
this.Controls.Add(this.dataGridViewRequests);
this.Name = "Doctor";
this.Text = "Doctor";
((System.ComponentModel.ISupportInitialize)(this.dataGridViewRequests)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridViewRequests;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button5;
}
}