namespace MedicalView.Visits { partial class FormVisit { /// /// 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() { menuStrip = new MenuStrip(); ApplyToolStripMenuItem = new ToolStripMenuItem(); CancelToolStripMenuItem = new ToolStripMenuItem(); label1 = new Label(); label2 = new Label(); label3 = new Label(); label4 = new Label(); label5 = new Label(); label6 = new Label(); comboBoxPatient = new ComboBox(); comboBoxDoctor = new ComboBox(); comboBoxDiagnose = new ComboBox(); textBoxComment = new TextBox(); datePicker = new DateTimePicker(); timePicker = new DateTimePicker(); menuStrip.SuspendLayout(); SuspendLayout(); // // menuStrip // menuStrip.ImageScalingSize = new Size(20, 20); menuStrip.Items.AddRange(new ToolStripItem[] { ApplyToolStripMenuItem, CancelToolStripMenuItem }); menuStrip.Location = new Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new Size(466, 28); menuStrip.TabIndex = 21; menuStrip.Text = "menuStrip1"; // // ApplyToolStripMenuItem // ApplyToolStripMenuItem.Name = "ApplyToolStripMenuItem"; ApplyToolStripMenuItem.Size = new Size(97, 24); ApplyToolStripMenuItem.Text = "Сохранить"; // // CancelToolStripMenuItem // CancelToolStripMenuItem.Name = "CancelToolStripMenuItem"; CancelToolStripMenuItem.Size = new Size(76, 24); CancelToolStripMenuItem.Text = "Отмена"; // // label1 // label1.AutoSize = true; label1.Location = new Point(12, 80); label1.Name = "label1"; label1.Size = new Size(69, 20); label1.TabIndex = 22; label1.Text = "Пациент"; // // label2 // label2.AutoSize = true; label2.Location = new Point(12, 115); label2.Name = "label2"; label2.Size = new Size(43, 20); label2.TabIndex = 23; label2.Text = "Врач"; // // label3 // label3.AutoSize = true; label3.Location = new Point(12, 153); label3.Name = "label3"; label3.Size = new Size(67, 20); label3.TabIndex = 24; label3.Text = "Диагноз"; // // label4 // label4.AutoSize = true; label4.Location = new Point(12, 42); label4.Name = "label4"; label4.Size = new Size(41, 20); label4.TabIndex = 25; label4.Text = "Дата"; // // label5 // label5.AutoSize = true; label5.Location = new Point(213, 42); label5.Name = "label5"; label5.Size = new Size(54, 20); label5.TabIndex = 26; label5.Text = "Время"; // // label6 // label6.AutoSize = true; label6.Location = new Point(12, 193); label6.Name = "label6"; label6.Size = new Size(107, 20); label6.TabIndex = 27; label6.Text = "Комментарий"; // // comboBoxPatient // comboBoxPatient.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; comboBoxPatient.FormattingEnabled = true; comboBoxPatient.Location = new Point(87, 77); comboBoxPatient.Name = "comboBoxPatient"; comboBoxPatient.Size = new Size(367, 28); comboBoxPatient.TabIndex = 28; // // comboBoxDoctor // comboBoxDoctor.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; comboBoxDoctor.FormattingEnabled = true; comboBoxDoctor.Location = new Point(87, 112); comboBoxDoctor.Name = "comboBoxDoctor"; comboBoxDoctor.Size = new Size(367, 28); comboBoxDoctor.TabIndex = 29; // // comboBoxDiagnose // comboBoxDiagnose.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; comboBoxDiagnose.FormattingEnabled = true; comboBoxDiagnose.Location = new Point(87, 150); comboBoxDiagnose.Name = "comboBoxDiagnose"; comboBoxDiagnose.Size = new Size(367, 28); comboBoxDiagnose.TabIndex = 30; // // textBoxComment // textBoxComment.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; textBoxComment.Location = new Point(12, 216); textBoxComment.Multiline = true; textBoxComment.Name = "textBoxComment"; textBoxComment.Size = new Size(442, 225); textBoxComment.TabIndex = 31; // // datePicker // datePicker.Format = DateTimePickerFormat.Short; datePicker.Location = new Point(59, 37); datePicker.Name = "datePicker"; datePicker.Size = new Size(123, 27); datePicker.TabIndex = 32; // // timePicker // timePicker.CustomFormat = "HH:mm"; timePicker.Format = DateTimePickerFormat.Custom; timePicker.Location = new Point(273, 37); timePicker.Name = "timePicker"; timePicker.ShowUpDown = true; timePicker.Size = new Size(86, 27); timePicker.TabIndex = 33; timePicker.Value = new DateTime(2024, 5, 15, 12, 30, 0, 0); // // FormVisit // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(466, 453); Controls.Add(timePicker); Controls.Add(datePicker); Controls.Add(textBoxComment); Controls.Add(comboBoxDiagnose); Controls.Add(comboBoxDoctor); Controls.Add(comboBoxPatient); Controls.Add(label6); Controls.Add(label5); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Controls.Add(menuStrip); MinimumSize = new Size(484, 500); Name = "FormVisit"; Text = "Редактировать прием"; menuStrip.ResumeLayout(false); menuStrip.PerformLayout(); ResumeLayout(false); PerformLayout(); } #endregion private MenuStrip menuStrip; private ToolStripMenuItem ApplyToolStripMenuItem; private ToolStripMenuItem CancelToolStripMenuItem; private Label label1; private Label label2; private Label label3; private Label label4; private Label label5; private Label label6; private ComboBox comboBoxPatient; private ComboBox comboBoxDoctor; private ComboBox comboBoxDiagnose; private TextBox textBoxComment; private DateTimePicker datePicker; private DateTimePicker timePicker; } }