123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- namespace hospital
- {
- partial class insertPatientCard
- {
- /// <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.patientCB = new System.Windows.Forms.ComboBox();
- this.employeeCB = new System.Windows.Forms.ComboBox();
- this.diseaseCB = new System.Windows.Forms.ComboBox();
- this.severityCB = new System.Windows.Forms.ComboBox();
- this.add = 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();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // patientCB
- //
- this.patientCB.FormattingEnabled = true;
- this.patientCB.Location = new System.Drawing.Point(17, 69);
- this.patientCB.Name = "patientCB";
- this.patientCB.Size = new System.Drawing.Size(121, 21);
- this.patientCB.TabIndex = 0;
- //
- // employeeCB
- //
- this.employeeCB.FormattingEnabled = true;
- this.employeeCB.Location = new System.Drawing.Point(144, 69);
- this.employeeCB.Name = "employeeCB";
- this.employeeCB.Size = new System.Drawing.Size(121, 21);
- this.employeeCB.TabIndex = 1;
- //
- // diseaseCB
- //
- this.diseaseCB.FormattingEnabled = true;
- this.diseaseCB.Location = new System.Drawing.Point(17, 113);
- this.diseaseCB.Name = "diseaseCB";
- this.diseaseCB.Size = new System.Drawing.Size(121, 21);
- this.diseaseCB.TabIndex = 2;
- //
- // severityCB
- //
- this.severityCB.FormattingEnabled = true;
- this.severityCB.Location = new System.Drawing.Point(144, 113);
- this.severityCB.Name = "severityCB";
- this.severityCB.Size = new System.Drawing.Size(121, 21);
- this.severityCB.TabIndex = 3;
- //
- // add
- //
- this.add.Location = new System.Drawing.Point(207, 154);
- this.add.Name = "add";
- this.add.Size = new System.Drawing.Size(75, 23);
- this.add.TabIndex = 4;
- this.add.Text = "Добавить";
- this.add.UseVisualStyleBackColor = true;
- this.add.Click += new System.EventHandler(this.add_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(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(272, 25);
- this.label1.TabIndex = 5;
- this.label1.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(50, 13);
- this.label2.TabIndex = 6;
- this.label2.Text = "Больной";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(141, 53);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(79, 13);
- this.label3.TabIndex = 7;
- this.label3.Text = "Лечащий врач";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(14, 97);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(74, 13);
- this.label4.TabIndex = 8;
- this.label4.Text = "Заболевание";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(141, 97);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(51, 13);
- this.label5.TabIndex = 9;
- this.label5.Text = "Тяжесть";
- //
- // insertPatientCard
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(294, 189);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.add);
- this.Controls.Add(this.severityCB);
- this.Controls.Add(this.diseaseCB);
- this.Controls.Add(this.employeeCB);
- this.Controls.Add(this.patientCB);
- this.MaximumSize = new System.Drawing.Size(310, 228);
- this.MinimumSize = new System.Drawing.Size(310, 228);
- this.Name = "insertPatientCard";
- this.Text = "insertPatientCard";
- this.Load += new System.EventHandler(this.insertPatientCard_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ComboBox patientCB;
- private System.Windows.Forms.ComboBox employeeCB;
- private System.Windows.Forms.ComboBox diseaseCB;
- private System.Windows.Forms.ComboBox severityCB;
- private System.Windows.Forms.Button add;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- }
- }
|