namespace HospitalView { partial class FormProcedure { /// /// 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.labelNameProcedure = new System.Windows.Forms.Label(); this.labelTypeProcedure = new System.Windows.Forms.Label(); this.textBoxNameProcedure = new System.Windows.Forms.TextBox(); this.textBoxTypeProcedure = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelNameProcedure // this.labelNameProcedure.AutoSize = true; this.labelNameProcedure.Location = new System.Drawing.Point(39, 28); this.labelNameProcedure.Name = "labelNameProcedure"; this.labelNameProcedure.Size = new System.Drawing.Size(163, 20); this.labelNameProcedure.TabIndex = 0; this.labelNameProcedure.Text = "Название процедуры:"; // // labelTypeProcedure // this.labelTypeProcedure.AutoSize = true; this.labelTypeProcedure.Location = new System.Drawing.Point(39, 88); this.labelTypeProcedure.Name = "labelTypeProcedure"; this.labelTypeProcedure.Size = new System.Drawing.Size(121, 20); this.labelTypeProcedure.TabIndex = 1; this.labelTypeProcedure.Text = "Тип процедуры:"; // // textBoxNameProcedure // this.textBoxNameProcedure.Location = new System.Drawing.Point(229, 28); this.textBoxNameProcedure.Name = "textBoxNameProcedure"; this.textBoxNameProcedure.Size = new System.Drawing.Size(241, 27); this.textBoxNameProcedure.TabIndex = 2; // // textBoxTypeProcedure // this.textBoxTypeProcedure.Location = new System.Drawing.Point(229, 88); this.textBoxTypeProcedure.Name = "textBoxTypeProcedure"; this.textBoxTypeProcedure.Size = new System.Drawing.Size(241, 27); this.textBoxTypeProcedure.TabIndex = 3; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(248, 129); 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(376, 129); 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); // // FormProcedure // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(495, 171); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxTypeProcedure); this.Controls.Add(this.textBoxNameProcedure); this.Controls.Add(this.labelTypeProcedure); this.Controls.Add(this.labelNameProcedure); this.Name = "FormProcedure"; this.Text = "Процедура"; this.Load += new System.EventHandler(this.FormProcedures_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelNameProcedure; private Label labelTypeProcedure; private TextBox textBoxNameProcedure; private TextBox textBoxTypeProcedure; private Button buttonSave; private Button buttonCancel; } }