updateDrug.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace hospital
  2. {
  3. partial class updateDrug
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.backBTN = new System.Windows.Forms.Button();
  29. this.udpateDrugBTN = new System.Windows.Forms.Button();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.priceNUD = new System.Windows.Forms.NumericUpDown();
  34. this.drugNameTB = new System.Windows.Forms.TextBox();
  35. ((System.ComponentModel.ISupportInitialize)(this.priceNUD)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // backBTN
  39. //
  40. this.backBTN.Location = new System.Drawing.Point(17, 151);
  41. this.backBTN.Name = "backBTN";
  42. this.backBTN.Size = new System.Drawing.Size(75, 23);
  43. this.backBTN.TabIndex = 7;
  44. this.backBTN.Text = "Назад";
  45. this.backBTN.UseVisualStyleBackColor = true;
  46. this.backBTN.Click += new System.EventHandler(this.backBTN_Click);
  47. //
  48. // udpateDrugBTN
  49. //
  50. this.udpateDrugBTN.Location = new System.Drawing.Point(181, 151);
  51. this.udpateDrugBTN.Name = "udpateDrugBTN";
  52. this.udpateDrugBTN.Size = new System.Drawing.Size(75, 23);
  53. this.udpateDrugBTN.TabIndex = 6;
  54. this.udpateDrugBTN.Text = "Изменить";
  55. this.udpateDrugBTN.UseVisualStyleBackColor = true;
  56. this.udpateDrugBTN.Click += new System.EventHandler(this.udpateDrugBTN_Click);
  57. //
  58. // label3
  59. //
  60. this.label3.AutoSize = true;
  61. this.label3.Location = new System.Drawing.Point(14, 94);
  62. this.label3.Name = "label3";
  63. this.label3.Size = new System.Drawing.Size(62, 13);
  64. this.label3.TabIndex = 12;
  65. this.label3.Text = "Стоимость";
  66. //
  67. // label2
  68. //
  69. this.label2.AutoSize = true;
  70. this.label2.Location = new System.Drawing.Point(14, 53);
  71. this.label2.Name = "label2";
  72. this.label2.Size = new System.Drawing.Size(57, 13);
  73. this.label2.TabIndex = 11;
  74. this.label2.Text = "Название";
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  80. this.label1.Location = new System.Drawing.Point(12, 9);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(234, 25);
  83. this.label1.TabIndex = 10;
  84. this.label1.Text = "Изменение лекарства";
  85. //
  86. // priceNUD
  87. //
  88. this.priceNUD.Location = new System.Drawing.Point(17, 110);
  89. this.priceNUD.Name = "priceNUD";
  90. this.priceNUD.Size = new System.Drawing.Size(100, 20);
  91. this.priceNUD.TabIndex = 9;
  92. //
  93. // drugNameTB
  94. //
  95. this.drugNameTB.Location = new System.Drawing.Point(17, 69);
  96. this.drugNameTB.Name = "drugNameTB";
  97. this.drugNameTB.Size = new System.Drawing.Size(100, 20);
  98. this.drugNameTB.TabIndex = 8;
  99. //
  100. // updateDrug
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(273, 198);
  105. this.Controls.Add(this.label3);
  106. this.Controls.Add(this.label2);
  107. this.Controls.Add(this.label1);
  108. this.Controls.Add(this.priceNUD);
  109. this.Controls.Add(this.drugNameTB);
  110. this.Controls.Add(this.backBTN);
  111. this.Controls.Add(this.udpateDrugBTN);
  112. this.MaximumSize = new System.Drawing.Size(289, 237);
  113. this.MinimumSize = new System.Drawing.Size(289, 237);
  114. this.Name = "updateDrug";
  115. this.Text = "updateDrug";
  116. this.Load += new System.EventHandler(this.updateDrug_Load);
  117. ((System.ComponentModel.ISupportInitialize)(this.priceNUD)).EndInit();
  118. this.ResumeLayout(false);
  119. this.PerformLayout();
  120. }
  121. #endregion
  122. private System.Windows.Forms.Button backBTN;
  123. private System.Windows.Forms.Button udpateDrugBTN;
  124. private System.Windows.Forms.Label label3;
  125. private System.Windows.Forms.Label label2;
  126. private System.Windows.Forms.Label label1;
  127. private System.Windows.Forms.NumericUpDown priceNUD;
  128. private System.Windows.Forms.TextBox drugNameTB;
  129. }
  130. }