namespace hospital { partial class updateDrug { /// /// 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.backBTN = new System.Windows.Forms.Button(); this.udpateDrugBTN = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.priceNUD = new System.Windows.Forms.NumericUpDown(); this.drugNameTB = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.priceNUD)).BeginInit(); this.SuspendLayout(); // // backBTN // this.backBTN.Location = new System.Drawing.Point(17, 151); this.backBTN.Name = "backBTN"; this.backBTN.Size = new System.Drawing.Size(75, 23); this.backBTN.TabIndex = 7; this.backBTN.Text = "Назад"; this.backBTN.UseVisualStyleBackColor = true; this.backBTN.Click += new System.EventHandler(this.backBTN_Click); // // udpateDrugBTN // this.udpateDrugBTN.Location = new System.Drawing.Point(181, 151); this.udpateDrugBTN.Name = "udpateDrugBTN"; this.udpateDrugBTN.Size = new System.Drawing.Size(75, 23); this.udpateDrugBTN.TabIndex = 6; this.udpateDrugBTN.Text = "Изменить"; this.udpateDrugBTN.UseVisualStyleBackColor = true; this.udpateDrugBTN.Click += new System.EventHandler(this.udpateDrugBTN_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 13); this.label3.TabIndex = 12; this.label3.Text = "Стоимость"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 13); this.label2.TabIndex = 11; this.label2.Text = "Название"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(234, 25); this.label1.TabIndex = 10; this.label1.Text = "Изменение лекарства"; // // priceNUD // this.priceNUD.Location = new System.Drawing.Point(17, 110); this.priceNUD.Name = "priceNUD"; this.priceNUD.Size = new System.Drawing.Size(100, 20); this.priceNUD.TabIndex = 9; // // drugNameTB // this.drugNameTB.Location = new System.Drawing.Point(17, 69); this.drugNameTB.Name = "drugNameTB"; this.drugNameTB.Size = new System.Drawing.Size(100, 20); this.drugNameTB.TabIndex = 8; // // updateDrug // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(273, 198); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.priceNUD); this.Controls.Add(this.drugNameTB); this.Controls.Add(this.backBTN); this.Controls.Add(this.udpateDrugBTN); this.MaximumSize = new System.Drawing.Size(289, 237); this.MinimumSize = new System.Drawing.Size(289, 237); this.Name = "updateDrug"; this.Text = "updateDrug"; this.Load += new System.EventHandler(this.updateDrug_Load); ((System.ComponentModel.ISupportInitialize)(this.priceNUD)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button backBTN; private System.Windows.Forms.Button udpateDrugBTN; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown priceNUD; private System.Windows.Forms.TextBox drugNameTB; } }