2023-04-04 09:51:08 +04:00
|
|
|
|
namespace HospitalView
|
|
|
|
|
{
|
2023-04-05 00:33:37 +04:00
|
|
|
|
partial class FormMain
|
2023-04-04 09:51:08 +04:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2023-04-05 00:33:37 +04:00
|
|
|
|
/// Required designer variable.
|
2023-04-04 09:51:08 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2023-04-05 00:33:37 +04:00
|
|
|
|
/// Clean up any resources being used.
|
2023-04-04 09:51:08 +04:00
|
|
|
|
/// </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>
|
2023-04-05 00:33:37 +04:00
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
2023-04-04 09:51:08 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2023-04-05 09:49:33 +04:00
|
|
|
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.MedicinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.ProceduresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.menuStrip.SuspendLayout();
|
2023-04-05 00:33:37 +04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2023-04-05 09:49:33 +04:00
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.справочникиToolStripMenuItem});
|
|
|
|
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip.Name = "menuStrip";
|
|
|
|
|
this.menuStrip.Size = new System.Drawing.Size(1047, 28);
|
|
|
|
|
this.menuStrip.TabIndex = 0;
|
|
|
|
|
this.menuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// справочникиToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.MedicinesToolStripMenuItem,
|
|
|
|
|
this.ProceduresToolStripMenuItem});
|
|
|
|
|
this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
|
|
|
|
this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(117, 24);
|
|
|
|
|
this.справочникиToolStripMenuItem.Text = "Справочники";
|
|
|
|
|
//
|
|
|
|
|
// MedicinesToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.MedicinesToolStripMenuItem.Name = "MedicinesToolStripMenuItem";
|
|
|
|
|
this.MedicinesToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
|
|
|
|
this.MedicinesToolStripMenuItem.Text = "Лекарства";
|
|
|
|
|
this.MedicinesToolStripMenuItem.Click += new System.EventHandler(this.MedicinesToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// ProceduresToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.ProceduresToolStripMenuItem.Name = "ProceduresToolStripMenuItem";
|
|
|
|
|
this.ProceduresToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
|
|
|
|
this.ProceduresToolStripMenuItem.Text = "Процедуры";
|
|
|
|
|
this.ProceduresToolStripMenuItem.Click += new System.EventHandler(this.ProceduresToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-04-05 00:33:37 +04:00
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
2023-04-04 09:51:08 +04:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2023-04-05 00:33:37 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(1047, 369);
|
2023-04-05 09:49:33 +04:00
|
|
|
|
this.Controls.Add(this.menuStrip);
|
|
|
|
|
this.MainMenuStrip = this.menuStrip;
|
2023-04-05 00:33:37 +04:00
|
|
|
|
this.Name = "FormMain";
|
|
|
|
|
this.Text = "Поликлиника \"Будьте больны\"";
|
2023-04-05 09:49:33 +04:00
|
|
|
|
this.menuStrip.ResumeLayout(false);
|
|
|
|
|
this.menuStrip.PerformLayout();
|
2023-04-05 00:33:37 +04:00
|
|
|
|
this.ResumeLayout(false);
|
2023-04-05 09:49:33 +04:00
|
|
|
|
this.PerformLayout();
|
2023-04-05 00:33:37 +04:00
|
|
|
|
|
2023-04-04 09:51:08 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2023-04-05 09:49:33 +04:00
|
|
|
|
|
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem справочникиToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem MedicinesToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem ProceduresToolStripMenuItem;
|
2023-04-04 09:51:08 +04:00
|
|
|
|
}
|
|
|
|
|
}
|