namespace hospital { partial class insertDrug { /// /// 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.drugNameTB = new System.Windows.Forms.TextBox(); this.priceNUD = new System.Windows.Forms.NumericUpDown(); this.addDrugBTN = new System.Windows.Forms.Button(); this.backBTN = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.priceNUD)).BeginInit(); this.SuspendLayout(); // // drugNameTB // this.drugNameTB.Location = new System.Drawing.Point(18, 73); this.drugNameTB.Name = "drugNameTB"; this.drugNameTB.Size = new System.Drawing.Size(100, 20); this.drugNameTB.TabIndex = 0; // // priceNUD // this.priceNUD.Location = new System.Drawing.Point(18, 114); this.priceNUD.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.priceNUD.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.priceNUD.Name = "priceNUD"; this.priceNUD.Size = new System.Drawing.Size(100, 20); this.priceNUD.TabIndex = 1; this.priceNUD.Value = new decimal(new int[] { 1, 0, 0, 0}); // // addDrugBTN // this.addDrugBTN.Location = new System.Drawing.Point(175, 156); this.addDrugBTN.Name = "addDrugBTN"; this.addDrugBTN.Size = new System.Drawing.Size(75, 23); this.addDrugBTN.TabIndex = 2; this.addDrugBTN.Text = "Добавить"; this.addDrugBTN.UseVisualStyleBackColor = true; this.addDrugBTN.Click += new System.EventHandler(this.button1_Click); // // backBTN // this.backBTN.Location = new System.Drawing.Point(25, 156); this.backBTN.Name = "backBTN"; this.backBTN.Size = new System.Drawing.Size(75, 23); this.backBTN.TabIndex = 3; this.backBTN.Text = "Назад"; this.backBTN.UseVisualStyleBackColor = true; this.backBTN.Click += new System.EventHandler(this.backBTN_Click); // // 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(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(244, 25); this.label1.TabIndex = 4; this.label1.Text = "Добавление лекарства"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(57, 13); this.label2.TabIndex = 5; this.label2.Text = "Название"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 98); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(62, 13); this.label3.TabIndex = 6; this.label3.Text = "Стоимость"; // // insertDrug // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(274, 190); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.backBTN); this.Controls.Add(this.addDrugBTN); this.Controls.Add(this.priceNUD); this.Controls.Add(this.drugNameTB); this.Name = "insertDrug"; this.Text = "insertDrug"; this.Load += new System.EventHandler(this.insertDrug_Load); ((System.ComponentModel.ISupportInitialize)(this.priceNUD)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox drugNameTB; private System.Windows.Forms.NumericUpDown priceNUD; private System.Windows.Forms.Button addDrugBTN; private System.Windows.Forms.Button backBTN; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; } }