AIMS/AIMSControls/OperationAanesthesia/frmPhysioDataEdit.designer.cs
2023-08-16 22:32:16 +08:00

278 lines
15 KiB
C#

namespace AIMS.OperationAanesthesia
{
partial class frmPhysioDataEdit
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhysioDataEdit));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBox2 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dtpInsertEnd = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.dtpInsertBegin = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
this.btnAdd = new DevComponents.DotNetBar.ButtonX();
this.btnClear = new DevComponents.DotNetBar.ButtonX();
this.label24 = new System.Windows.Forms.Label();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2.SuspendLayout();
this.panel1.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtpInsertEnd)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtpInsertBegin)).BeginInit();
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "插入列.png");
this.imageList1.Images.SetKeyName(1, "未插入列 .png");
//
// groupBox2
//
this.groupBox2.Controls.Add(this.panel2);
this.groupBox2.Controls.Add(this.panel1);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1584, 729);
this.groupBox2.TabIndex = 450;
//
// panel2
//
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(174, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1410, 729);
this.panel2.TabIndex = 4;
//
// panel1
//
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(174, 729);
this.panel1.TabIndex = 3;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.dtpInsertEnd);
this.groupBox3.Controls.Add(this.dtpInsertBegin);
this.groupBox3.Controls.Add(this.btnAdd);
this.groupBox3.Controls.Add(this.btnClear);
this.groupBox3.Controls.Add(this.label24);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(174, 729);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "添加生命体征";
//
// dtpInsertEnd
//
//
//
//
this.dtpInsertEnd.BackgroundStyle.Class = "DateTimeInputBackground";
this.dtpInsertEnd.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertEnd.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.dtpInsertEnd.ButtonDropDown.Visible = true;
this.dtpInsertEnd.Font = new System.Drawing.Font("微软雅黑", 9F);
this.dtpInsertEnd.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
this.dtpInsertEnd.IsPopupCalendarOpen = false;
this.dtpInsertEnd.Location = new System.Drawing.Point(92, 24);
//
//
//
//
//
//
this.dtpInsertEnd.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertEnd.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
this.dtpInsertEnd.MonthCalendar.ClearButtonVisible = true;
//
//
//
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
this.dtpInsertEnd.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertEnd.MonthCalendar.DisplayMonth = new System.DateTime(2019, 1, 1, 0, 0, 0, 0);
this.dtpInsertEnd.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.dtpInsertEnd.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.dtpInsertEnd.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.dtpInsertEnd.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.dtpInsertEnd.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertEnd.MonthCalendar.TodayButtonVisible = true;
this.dtpInsertEnd.MonthCalendar.Visible = false;
this.dtpInsertEnd.Name = "dtpInsertEnd";
this.dtpInsertEnd.Size = new System.Drawing.Size(77, 23);
this.dtpInsertEnd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.dtpInsertEnd.TabIndex = 0;
//
// dtpInsertBegin
//
//
//
//
this.dtpInsertBegin.BackgroundStyle.Class = "DateTimeInputBackground";
this.dtpInsertBegin.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertBegin.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
this.dtpInsertBegin.ButtonDropDown.Visible = true;
this.dtpInsertBegin.Font = new System.Drawing.Font("微软雅黑", 9F);
this.dtpInsertBegin.Format = DevComponents.Editors.eDateTimePickerFormat.ShortTime;
this.dtpInsertBegin.IsPopupCalendarOpen = false;
this.dtpInsertBegin.Location = new System.Drawing.Point(4, 24);
//
//
//
//
//
//
this.dtpInsertBegin.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertBegin.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
this.dtpInsertBegin.MonthCalendar.ClearButtonVisible = true;
//
//
//
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
this.dtpInsertBegin.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertBegin.MonthCalendar.DisplayMonth = new System.DateTime(2019, 1, 1, 0, 0, 0, 0);
this.dtpInsertBegin.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
//
//
//
this.dtpInsertBegin.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.dtpInsertBegin.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
this.dtpInsertBegin.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.dtpInsertBegin.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.dtpInsertBegin.MonthCalendar.TodayButtonVisible = true;
this.dtpInsertBegin.MonthCalendar.Visible = false;
this.dtpInsertBegin.Name = "dtpInsertBegin";
this.dtpInsertBegin.Size = new System.Drawing.Size(77, 23);
this.dtpInsertBegin.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.dtpInsertBegin.TabIndex = 0;
//
// btnAdd
//
this.btnAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnAdd.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 11.5F);
this.btnAdd.Location = new System.Drawing.Point(16, 674);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(65, 26);
this.btnAdd.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnAdd.TabIndex = 456;
this.btnAdd.Text = "添加";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnClear
//
this.btnClear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnClear.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F);
this.btnClear.Location = new System.Drawing.Point(87, 674);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(65, 26);
this.btnClear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnClear.TabIndex = 456;
this.btnClear.Text = "清空";
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(79, 27);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(15, 20);
this.label24.TabIndex = 455;
this.label24.Text = "-";
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "ParameterName";
this.dataGridViewTextBoxColumn1.HeaderText = "开始时间";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
//
// frmPhysioDataEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1584, 729);
this.Controls.Add(this.groupBox2);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmPhysioDataEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "监护麻醉体征";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmPhysioDataEdit_FormClosed);
this.Load += new System.EventHandler(this.FormPrintBGYYNew_Load);
this.groupBox2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtpInsertEnd)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtpInsertBegin)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.Panel groupBox2;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox3;
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpInsertEnd;
private DevComponents.Editors.DateTimeAdv.DateTimeInput dtpInsertBegin;
private DevComponents.DotNetBar.ButtonX btnAdd;
private DevComponents.DotNetBar.ButtonX btnClear;
public System.Windows.Forms.Label label24;
}
}