insertPatientCard.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace hospital
  2. {
  3. partial class insertPatientCard
  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.patientCB = new System.Windows.Forms.ComboBox();
  29. this.employeeCB = new System.Windows.Forms.ComboBox();
  30. this.diseaseCB = new System.Windows.Forms.ComboBox();
  31. this.severityCB = new System.Windows.Forms.ComboBox();
  32. this.add = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // patientCB
  41. //
  42. this.patientCB.FormattingEnabled = true;
  43. this.patientCB.Location = new System.Drawing.Point(17, 69);
  44. this.patientCB.Name = "patientCB";
  45. this.patientCB.Size = new System.Drawing.Size(121, 21);
  46. this.patientCB.TabIndex = 0;
  47. //
  48. // employeeCB
  49. //
  50. this.employeeCB.FormattingEnabled = true;
  51. this.employeeCB.Location = new System.Drawing.Point(144, 69);
  52. this.employeeCB.Name = "employeeCB";
  53. this.employeeCB.Size = new System.Drawing.Size(121, 21);
  54. this.employeeCB.TabIndex = 1;
  55. //
  56. // diseaseCB
  57. //
  58. this.diseaseCB.FormattingEnabled = true;
  59. this.diseaseCB.Location = new System.Drawing.Point(17, 113);
  60. this.diseaseCB.Name = "diseaseCB";
  61. this.diseaseCB.Size = new System.Drawing.Size(121, 21);
  62. this.diseaseCB.TabIndex = 2;
  63. //
  64. // severityCB
  65. //
  66. this.severityCB.FormattingEnabled = true;
  67. this.severityCB.Location = new System.Drawing.Point(144, 113);
  68. this.severityCB.Name = "severityCB";
  69. this.severityCB.Size = new System.Drawing.Size(121, 21);
  70. this.severityCB.TabIndex = 3;
  71. //
  72. // add
  73. //
  74. this.add.Location = new System.Drawing.Point(207, 154);
  75. this.add.Name = "add";
  76. this.add.Size = new System.Drawing.Size(75, 23);
  77. this.add.TabIndex = 4;
  78. this.add.Text = "Добавить";
  79. this.add.UseVisualStyleBackColor = true;
  80. this.add.Click += new System.EventHandler(this.add_Click);
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label1.Location = new System.Drawing.Point(12, 9);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(272, 25);
  89. this.label1.TabIndex = 5;
  90. this.label1.Text = "Запись больного в палату";
  91. //
  92. // label2
  93. //
  94. this.label2.AutoSize = true;
  95. this.label2.Location = new System.Drawing.Point(14, 53);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(50, 13);
  98. this.label2.TabIndex = 6;
  99. this.label2.Text = "Больной";
  100. //
  101. // label3
  102. //
  103. this.label3.AutoSize = true;
  104. this.label3.Location = new System.Drawing.Point(141, 53);
  105. this.label3.Name = "label3";
  106. this.label3.Size = new System.Drawing.Size(79, 13);
  107. this.label3.TabIndex = 7;
  108. this.label3.Text = "Лечащий врач";
  109. //
  110. // label4
  111. //
  112. this.label4.AutoSize = true;
  113. this.label4.Location = new System.Drawing.Point(14, 97);
  114. this.label4.Name = "label4";
  115. this.label4.Size = new System.Drawing.Size(74, 13);
  116. this.label4.TabIndex = 8;
  117. this.label4.Text = "Заболевание";
  118. //
  119. // label5
  120. //
  121. this.label5.AutoSize = true;
  122. this.label5.Location = new System.Drawing.Point(141, 97);
  123. this.label5.Name = "label5";
  124. this.label5.Size = new System.Drawing.Size(51, 13);
  125. this.label5.TabIndex = 9;
  126. this.label5.Text = "Тяжесть";
  127. //
  128. // insertPatientCard
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.ClientSize = new System.Drawing.Size(294, 189);
  133. this.Controls.Add(this.label5);
  134. this.Controls.Add(this.label4);
  135. this.Controls.Add(this.label3);
  136. this.Controls.Add(this.label2);
  137. this.Controls.Add(this.label1);
  138. this.Controls.Add(this.add);
  139. this.Controls.Add(this.severityCB);
  140. this.Controls.Add(this.diseaseCB);
  141. this.Controls.Add(this.employeeCB);
  142. this.Controls.Add(this.patientCB);
  143. this.MaximumSize = new System.Drawing.Size(310, 228);
  144. this.MinimumSize = new System.Drawing.Size(310, 228);
  145. this.Name = "insertPatientCard";
  146. this.Text = "insertPatientCard";
  147. this.Load += new System.EventHandler(this.insertPatientCard_Load);
  148. this.ResumeLayout(false);
  149. this.PerformLayout();
  150. }
  151. #endregion
  152. private System.Windows.Forms.ComboBox patientCB;
  153. private System.Windows.Forms.ComboBox employeeCB;
  154. private System.Windows.Forms.ComboBox diseaseCB;
  155. private System.Windows.Forms.ComboBox severityCB;
  156. private System.Windows.Forms.Button add;
  157. private System.Windows.Forms.Label label1;
  158. private System.Windows.Forms.Label label2;
  159. private System.Windows.Forms.Label label3;
  160. private System.Windows.Forms.Label label4;
  161. private System.Windows.Forms.Label label5;
  162. }
  163. }