namespace HospitalView { partial class FormMedicine { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.labelNameMedicines = new System.Windows.Forms.Label(); this.label = new System.Windows.Forms.Label(); this.textBoxNameMedicine = new System.Windows.Forms.TextBox(); this.textBoxGroup = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelNameMedicines // this.labelNameMedicines.AutoSize = true; this.labelNameMedicines.Location = new System.Drawing.Point(32, 40); this.labelNameMedicines.Name = "labelNameMedicines"; this.labelNameMedicines.Size = new System.Drawing.Size(153, 20); this.labelNameMedicines.TabIndex = 0; this.labelNameMedicines.Text = "Название лекарства:"; // // label // this.label.AutoSize = true; this.label.Location = new System.Drawing.Point(32, 96); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(61, 20); this.label.TabIndex = 1; this.label.Text = "Группа:"; // // textBoxNameMedicine // this.textBoxNameMedicine.Location = new System.Drawing.Point(206, 37); this.textBoxNameMedicine.Name = "textBoxNameMedicine"; this.textBoxNameMedicine.Size = new System.Drawing.Size(211, 27); this.textBoxNameMedicine.TabIndex = 2; // // textBoxGroup // this.textBoxGroup.Location = new System.Drawing.Point(206, 93); this.textBoxGroup.Name = "textBoxGroup"; this.textBoxGroup.Size = new System.Drawing.Size(211, 27); this.textBoxGroup.TabIndex = 3; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(181, 138); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(94, 29); this.buttonSave.TabIndex = 4; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(323, 138); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(94, 29); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // FormMedicines // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(448, 190); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxGroup); this.Controls.Add(this.textBoxNameMedicine); this.Controls.Add(this.label); this.Controls.Add(this.labelNameMedicines); this.Name = "FormMedicines"; this.Text = "Лекарства"; this.Load += new System.EventHandler(this.FormMedicines_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelNameMedicines; private Label label; private TextBox textBoxNameMedicine; private TextBox textBoxGroup; private Button buttonSave; private Button buttonCancel; } }