namespace hospital { partial class insertPatientCard { /// /// 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.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.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; } }