123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- namespace hospital
- {
- partial class updateDrug
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </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>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|