PIbd-21_CourseWork_Polyclin.../Polyclinic/PolyclinicView/FormSymptom.Designer.cs

175 lines
6.9 KiB
C#

namespace PolyclinicView
{
partial class FormSymptom
{
/// <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()
{
textBoxComment = new TextBox();
textBoxName = new TextBox();
labelComment = new Label();
labelName = new Label();
buttonCancel = new Button();
buttonApply = new Button();
dataGridView = new DataGridView();
labelTableName = new Label();
buttonRemoveDiagnose = new Button();
buttonAddDiagnose = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
//
// textBoxComment
//
textBoxComment.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBoxComment.Location = new Point(12, 72);
textBoxComment.Multiline = true;
textBoxComment.Name = "textBoxComment";
textBoxComment.Size = new Size(498, 104);
textBoxComment.TabIndex = 13;
//
// textBoxName
//
textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBoxName.Location = new Point(95, 9);
textBoxName.Name = "textBoxName";
textBoxName.Size = new Size(415, 27);
textBoxName.TabIndex = 12;
//
// labelComment
//
labelComment.AutoSize = true;
labelComment.Location = new Point(12, 49);
labelComment.Name = "labelComment";
labelComment.Size = new Size(107, 20);
labelComment.TabIndex = 11;
labelComment.Text = "Комментарий";
//
// labelName
//
labelName.AutoSize = true;
labelName.Location = new Point(12, 12);
labelName.Name = "labelName";
labelName.Size = new Size(77, 20);
labelName.TabIndex = 10;
labelName.Text = "Название";
//
// buttonCancel
//
buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
buttonCancel.Location = new Point(416, 395);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(94, 29);
buttonCancel.TabIndex = 9;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
//
// buttonApply
//
buttonApply.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
buttonApply.Location = new Point(316, 395);
buttonApply.Name = "buttonApply";
buttonApply.Size = new Size(94, 29);
buttonApply.TabIndex = 8;
buttonApply.Text = "Сохранить";
buttonApply.UseVisualStyleBackColor = true;
//
// dataGridView
//
dataGridView.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Location = new Point(12, 203);
dataGridView.Name = "dataGridView";
dataGridView.RowHeadersWidth = 51;
dataGridView.RowTemplate.Height = 29;
dataGridView.Size = new Size(360, 186);
dataGridView.TabIndex = 14;
//
// labelTableName
//
labelTableName.AutoSize = true;
labelTableName.Location = new Point(12, 180);
labelTableName.Name = "labelTableName";
labelTableName.Size = new Size(68, 20);
labelTableName.TabIndex = 15;
labelTableName.Text = "Болезни";
//
// buttonRemoveDiagnose
//
buttonRemoveDiagnose.Anchor = AnchorStyles.Top | AnchorStyles.Right;
buttonRemoveDiagnose.Location = new Point(398, 314);
buttonRemoveDiagnose.Name = "buttonRemoveDiagnose";
buttonRemoveDiagnose.Size = new Size(94, 56);
buttonRemoveDiagnose.TabIndex = 17;
buttonRemoveDiagnose.Text = "Удалить болезнь";
buttonRemoveDiagnose.UseVisualStyleBackColor = true;
//
// buttonAddDiagnose
//
buttonAddDiagnose.Anchor = AnchorStyles.Top | AnchorStyles.Right;
buttonAddDiagnose.Location = new Point(398, 211);
buttonAddDiagnose.Name = "buttonAddDiagnose";
buttonAddDiagnose.Size = new Size(94, 55);
buttonAddDiagnose.TabIndex = 16;
buttonAddDiagnose.Text = "Добавить болезнь";
buttonAddDiagnose.UseVisualStyleBackColor = true;
//
// FormSymptom
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(522, 433);
Controls.Add(buttonRemoveDiagnose);
Controls.Add(buttonAddDiagnose);
Controls.Add(labelTableName);
Controls.Add(dataGridView);
Controls.Add(textBoxComment);
Controls.Add(textBoxName);
Controls.Add(labelComment);
Controls.Add(labelName);
Controls.Add(buttonCancel);
Controls.Add(buttonApply);
MinimumSize = new Size(480, 480);
Name = "FormSymptom";
Text = "Редактировать симптом";
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBoxComment;
private TextBox textBoxName;
private Label labelComment;
private Label labelName;
private Button buttonCancel;
private Button buttonApply;
private DataGridView dataGridView;
private Label labelTableName;
private Button buttonRemoveDiagnose;
private Button buttonAddDiagnose;
}
}