116 lines
4.1 KiB
C#
116 lines
4.1 KiB
C#
namespace MedicalView.Diagnoses
|
|
{
|
|
partial class FormDiagnose
|
|
{
|
|
/// <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()
|
|
{
|
|
textBoxName = new TextBox();
|
|
label1 = new Label();
|
|
menuStrip = new MenuStrip();
|
|
ApplyToolStripMenuItem = new ToolStripMenuItem();
|
|
CancelToolStripMenuItem = new ToolStripMenuItem();
|
|
menuStrip.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// textBoxName
|
|
//
|
|
textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
textBoxName.Location = new Point(89, 39);
|
|
textBoxName.Name = "textBoxName";
|
|
textBoxName.Size = new Size(381, 27);
|
|
textBoxName.TabIndex = 13;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(10, 42);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(77, 20);
|
|
label1.TabIndex = 9;
|
|
label1.Text = "Название";
|
|
//
|
|
// menuStrip
|
|
//
|
|
menuStrip.ImageScalingSize = new Size(20, 20);
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { ApplyToolStripMenuItem, CancelToolStripMenuItem });
|
|
menuStrip.Location = new Point(0, 0);
|
|
menuStrip.Name = "menuStrip";
|
|
menuStrip.Size = new Size(482, 28);
|
|
menuStrip.TabIndex = 17;
|
|
menuStrip.Text = "menuStrip1";
|
|
//
|
|
// ApplyToolStripMenuItem
|
|
//
|
|
ApplyToolStripMenuItem.Name = "ApplyToolStripMenuItem";
|
|
ApplyToolStripMenuItem.Size = new Size(97, 24);
|
|
ApplyToolStripMenuItem.Text = "Сохранить";
|
|
//
|
|
// CancelToolStripMenuItem
|
|
//
|
|
CancelToolStripMenuItem.Name = "CancelToolStripMenuItem";
|
|
CancelToolStripMenuItem.Size = new Size(76, 24);
|
|
CancelToolStripMenuItem.Text = "Отмена";
|
|
//
|
|
// FormDiagnose
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(482, 78);
|
|
Controls.Add(menuStrip);
|
|
Controls.Add(textBoxName);
|
|
Controls.Add(label1);
|
|
MinimumSize = new Size(0, 125);
|
|
Name = "FormDiagnose";
|
|
Text = "Редактировать диагноз";
|
|
menuStrip.ResumeLayout(false);
|
|
menuStrip.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox textBoxPhoneNumber;
|
|
private TextBox textBoxPatronymic;
|
|
private TextBox textBoxName;
|
|
private Label label4;
|
|
private Label label3;
|
|
private Label label1;
|
|
private MenuStrip menuStrip;
|
|
private ToolStripMenuItem ApplyToolStripMenuItem;
|
|
private ToolStripMenuItem CancelToolStripMenuItem;
|
|
private Label label5;
|
|
private Label label6;
|
|
private Label label7;
|
|
private Label label8;
|
|
private DateTimePicker dateTimePicker1;
|
|
private RadioButton radioButtonGenderMale;
|
|
private RadioButton radioButtonGenderFemale;
|
|
private NumericUpDown numericUpDown1;
|
|
private NumericUpDown numericUpDown2;
|
|
}
|
|
} |