namespace AIMS.OperationAanesthesia { partial class frmPhysiosSetting { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPhysiosSetting)); this.btnSave = new DevComponents.DotNetBar.ButtonX(); this.btnDelete = new DevComponents.DotNetBar.ButtonX(); this.panel1 = new System.Windows.Forms.Panel(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.label1 = new System.Windows.Forms.Label(); this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl(); this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.panelExZKZB = new DevComponents.DotNetBar.PanelEx(); this.dgvSetting = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Enname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pImage = new System.Windows.Forms.DataGridViewImageColumn(); this.color = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.HighLimit = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.lowLimit = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.WarningHighLimit = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.WarningLowLimit = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.showimg = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn(); this.showtext = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn(); this.IsSplit = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn(); this.IsDefalultShow = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn(); this.Unit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.YAisx = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.PhysioOrder = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.SymbolSize = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.spJHYCS = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.panelJHYSJXS = new DevComponents.DotNetBar.PanelEx(); this.spJHYSJXS = new DevComponents.DotNetBar.SuperTabItem(); this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel(); this.dgvMZTZ = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); this.dataGridViewLabelXColumn1 = new DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn(); this.dataGridViewIntegerInputColumn1 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.dataGridViewIntegerInputColumn2 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.dataGridViewIntegerInputColumn3 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.dataGridViewIntegerInputColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.dataGridViewCheckBoxXColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ShowText2 = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn(); this.dataGridViewCheckBoxXColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewIntegerInputColumn6 = new DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn(); this.spMZSMTZ = new DevComponents.DotNetBar.SuperTabItem(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit(); this.superTabControl1.SuspendLayout(); this.superTabControlPanel1.SuspendLayout(); this.panelExZKZB.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).BeginInit(); this.superTabControlPanel2.SuspendLayout(); this.superTabControlPanel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMZTZ)).BeginInit(); this.SuspendLayout(); // // btnSave // this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnSave.Location = new System.Drawing.Point(924, 12); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(87, 30); this.btnSave.TabIndex = 3; this.btnSave.Text = "取消"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnDelete // this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnDelete.Location = new System.Drawing.Point(1031, 12); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(87, 30); this.btnDelete.TabIndex = 4; this.btnDelete.Text = "保存"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.WhiteSmoke; this.panel1.Controls.Add(this.panelEx1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btnDelete); this.panel1.Controls.Add(this.btnSave); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1152, 49); this.panel1.TabIndex = 5; // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty; this.panelEx1.Location = new System.Drawing.Point(167, 7); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(732, 35); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 6; this.panelEx1.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(24, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 25); this.label1.TabIndex = 5; this.label1.Text = "系统设置"; // // superTabControl1 // // // // // // // this.superTabControl1.ControlBox.CloseBox.Name = ""; // // // this.superTabControl1.ControlBox.MenuBox.Name = ""; this.superTabControl1.ControlBox.Name = ""; this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.superTabControl1.ControlBox.MenuBox, this.superTabControl1.ControlBox.CloseBox}); this.superTabControl1.Controls.Add(this.superTabControlPanel1); this.superTabControl1.Controls.Add(this.superTabControlPanel2); this.superTabControl1.Controls.Add(this.superTabControlPanel3); this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControl1.Location = new System.Drawing.Point(0, 49); this.superTabControl1.Name = "superTabControl1"; this.superTabControl1.ReorderTabsEnabled = true; this.superTabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold); this.superTabControl1.SelectedTabIndex = 0; this.superTabControl1.Size = new System.Drawing.Size(1152, 464); this.superTabControl1.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.superTabControl1.TabIndex = 6; this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.spJHYCS, this.spMZSMTZ, this.spJHYSJXS}); // // superTabControlPanel1 // this.superTabControlPanel1.Controls.Add(this.panelExZKZB); this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel1.Location = new System.Drawing.Point(0, 28); this.superTabControlPanel1.Name = "superTabControlPanel1"; this.superTabControlPanel1.Size = new System.Drawing.Size(1152, 436); this.superTabControlPanel1.TabIndex = 1; this.superTabControlPanel1.TabItem = this.spJHYCS; // // panelExZKZB // this.panelExZKZB.CanvasColor = System.Drawing.SystemColors.Control; this.panelExZKZB.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelExZKZB.Controls.Add(this.dgvSetting); this.panelExZKZB.DisabledBackColor = System.Drawing.Color.Empty; this.panelExZKZB.Dock = System.Windows.Forms.DockStyle.Fill; this.panelExZKZB.Location = new System.Drawing.Point(0, 0); this.panelExZKZB.Name = "panelExZKZB"; this.panelExZKZB.Size = new System.Drawing.Size(1152, 436); this.panelExZKZB.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelExZKZB.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelExZKZB.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelExZKZB.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelExZKZB.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelExZKZB.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelExZKZB.Style.GradientAngle = 90; this.panelExZKZB.TabIndex = 0; // // dgvSetting // this.dgvSetting.AllowUserToAddRows = false; this.dgvSetting.AllowUserToDeleteRows = false; this.dgvSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Id, this.PName, this.Enname, this.pImage, this.color, this.HighLimit, this.lowLimit, this.WarningHighLimit, this.WarningLowLimit, this.showimg, this.showtext, this.IsSplit, this.IsDefalultShow, this.Unit, this.YAisx, this.PhysioOrder, this.SymbolSize}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvSetting.DefaultCellStyle = dataGridViewCellStyle1; this.dgvSetting.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvSetting.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvSetting.Location = new System.Drawing.Point(0, 0); this.dgvSetting.Name = "dgvSetting"; this.dgvSetting.RowTemplate.Height = 23; this.dgvSetting.Size = new System.Drawing.Size(1152, 436); this.dgvSetting.TabIndex = 0; this.dgvSetting.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSetting_CellDoubleClick); // // Id // this.Id.DataPropertyName = "Id"; this.Id.HeaderText = "Id"; this.Id.Name = "Id"; this.Id.ReadOnly = true; this.Id.Visible = false; // // PName // this.PName.DataPropertyName = "Name"; this.PName.HeaderText = "名称"; this.PName.Name = "PName"; this.PName.ReadOnly = true; // // Enname // this.Enname.DataPropertyName = "Enname"; this.Enname.HeaderText = "简码"; this.Enname.Name = "Enname"; this.Enname.ReadOnly = true; this.Enname.Width = 80; // // pImage // this.pImage.HeaderText = "图片"; this.pImage.Name = "pImage"; this.pImage.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.pImage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.pImage.Width = 80; // // color // this.color.HeaderText = "线条颜色"; this.color.Name = "color"; this.color.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.color.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // HighLimit // // // // this.HighLimit.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.HighLimit.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.HighLimit.DataPropertyName = "HighLimit"; this.HighLimit.HeaderText = "上限"; this.HighLimit.Name = "HighLimit"; this.HighLimit.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.HighLimit.Width = 70; // // lowLimit // // // // this.lowLimit.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.lowLimit.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lowLimit.DataPropertyName = "LowLimit"; this.lowLimit.HeaderText = "下限"; this.lowLimit.Name = "lowLimit"; this.lowLimit.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.lowLimit.Width = 70; // // WarningHighLimit // // // // this.WarningHighLimit.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.WarningHighLimit.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.WarningHighLimit.DataPropertyName = "WarningHighLimit"; this.WarningHighLimit.HeaderText = "报警上限"; this.WarningHighLimit.Name = "WarningHighLimit"; this.WarningHighLimit.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.WarningHighLimit.Width = 60; // // WarningLowLimit // // // // this.WarningLowLimit.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.WarningLowLimit.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.WarningLowLimit.DataPropertyName = "WarningLowLimit"; this.WarningLowLimit.HeaderText = "报警下限"; this.WarningLowLimit.Name = "WarningLowLimit"; this.WarningLowLimit.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.WarningLowLimit.Width = 60; // // showimg // this.showimg.Checked = true; this.showimg.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.showimg.CheckValue = "N"; this.showimg.DataPropertyName = "ShowImg"; this.showimg.HeaderText = "曲线显示"; this.showimg.Name = "showimg"; this.showimg.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.showimg.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.showimg.Width = 60; // // showtext // this.showtext.Checked = true; this.showtext.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.showtext.CheckValue = "N"; this.showtext.DataPropertyName = "ShowText"; this.showtext.HeaderText = "数值显示"; this.showtext.Name = "showtext"; this.showtext.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.showtext.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.showtext.Width = 60; // // IsSplit // this.IsSplit.Checked = true; this.IsSplit.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.IsSplit.CheckValue = "N"; this.IsSplit.DataPropertyName = "IsSplit"; this.IsSplit.HeaderText = "是否分割"; this.IsSplit.Name = "IsSplit"; this.IsSplit.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.IsSplit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.IsSplit.Width = 60; // // IsDefalultShow // this.IsDefalultShow.Checked = true; this.IsDefalultShow.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.IsDefalultShow.CheckValue = "N"; this.IsDefalultShow.DataPropertyName = "IsDefalultShow"; this.IsDefalultShow.HeaderText = "是否默认显示"; this.IsDefalultShow.Name = "IsDefalultShow"; this.IsDefalultShow.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.IsDefalultShow.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.IsDefalultShow.Width = 80; // // Unit // this.Unit.DataPropertyName = "Unit"; this.Unit.HeaderText = "单位"; this.Unit.Name = "Unit"; this.Unit.Width = 80; // // YAisx // // // // this.YAisx.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.YAisx.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.YAisx.DataPropertyName = "YAisx"; this.YAisx.HeaderText = "Y轴"; this.YAisx.Name = "YAisx"; this.YAisx.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.YAisx.Width = 70; // // PhysioOrder // // // // this.PhysioOrder.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.PhysioOrder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.PhysioOrder.DataPropertyName = "PhysioOrder"; this.PhysioOrder.HeaderText = "排序"; this.PhysioOrder.Name = "PhysioOrder"; this.PhysioOrder.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.PhysioOrder.Width = 70; // // SymbolSize // this.SymbolSize.DataPropertyName = "SymbolSize"; this.SymbolSize.HeaderText = "图例大小"; this.SymbolSize.Name = "SymbolSize"; // // spJHYCS // this.spJHYCS.AttachedControl = this.superTabControlPanel1; this.spJHYCS.GlobalItem = false; this.spJHYCS.Name = "spJHYCS"; this.spJHYCS.Text = "监护参数设置"; // // superTabControlPanel2 // this.superTabControlPanel2.Controls.Add(this.panelJHYSJXS); this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel2.Location = new System.Drawing.Point(0, 28); this.superTabControlPanel2.Name = "superTabControlPanel2"; this.superTabControlPanel2.Size = new System.Drawing.Size(1152, 436); this.superTabControlPanel2.TabIndex = 0; this.superTabControlPanel2.TabItem = this.spJHYSJXS; // // panelJHYSJXS // this.panelJHYSJXS.CanvasColor = System.Drawing.SystemColors.Control; this.panelJHYSJXS.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelJHYSJXS.DisabledBackColor = System.Drawing.Color.Empty; this.panelJHYSJXS.Dock = System.Windows.Forms.DockStyle.Fill; this.panelJHYSJXS.Location = new System.Drawing.Point(0, 0); this.panelJHYSJXS.Name = "panelJHYSJXS"; this.panelJHYSJXS.Size = new System.Drawing.Size(1152, 436); this.panelJHYSJXS.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelJHYSJXS.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelJHYSJXS.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelJHYSJXS.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelJHYSJXS.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelJHYSJXS.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelJHYSJXS.Style.GradientAngle = 90; this.panelJHYSJXS.TabIndex = 0; // // spJHYSJXS // this.spJHYSJXS.AttachedControl = this.superTabControlPanel2; this.spJHYSJXS.GlobalItem = false; this.spJHYSJXS.Name = "spJHYSJXS"; this.spJHYSJXS.Text = "当前术间参数设置"; // // superTabControlPanel3 // this.superTabControlPanel3.Controls.Add(this.dgvMZTZ); this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill; this.superTabControlPanel3.Location = new System.Drawing.Point(0, 28); this.superTabControlPanel3.Name = "superTabControlPanel3"; this.superTabControlPanel3.Size = new System.Drawing.Size(1152, 436); this.superTabControlPanel3.TabIndex = 0; this.superTabControlPanel3.TabItem = this.spMZSMTZ; // // dgvMZTZ // this.dgvMZTZ.AllowUserToAddRows = false; this.dgvMZTZ.AllowUserToDeleteRows = false; this.dgvMZTZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvMZTZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn10, this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn12, this.dataGridViewImageColumn1, this.dataGridViewLabelXColumn1, this.dataGridViewIntegerInputColumn1, this.dataGridViewIntegerInputColumn2, this.dataGridViewIntegerInputColumn3, this.dataGridViewIntegerInputColumn4, this.dataGridViewCheckBoxXColumn2, this.ShowText2, this.dataGridViewCheckBoxXColumn4, this.dataGridViewTextBoxColumn13, this.dataGridViewIntegerInputColumn6}); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvMZTZ.DefaultCellStyle = dataGridViewCellStyle2; this.dgvMZTZ.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvMZTZ.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvMZTZ.Location = new System.Drawing.Point(0, 0); this.dgvMZTZ.Name = "dgvMZTZ"; this.dgvMZTZ.RowTemplate.Height = 23; this.dgvMZTZ.Size = new System.Drawing.Size(1152, 436); this.dgvMZTZ.TabIndex = 1; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn10.HeaderText = "Id"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; this.dataGridViewTextBoxColumn10.Visible = false; this.dataGridViewTextBoxColumn10.Width = 80; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "Name"; this.dataGridViewTextBoxColumn11.HeaderText = "名称"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "Enname"; this.dataGridViewTextBoxColumn12.HeaderText = "简码"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; this.dataGridViewTextBoxColumn12.Width = 80; // // dataGridViewImageColumn1 // this.dataGridViewImageColumn1.HeaderText = "图片"; this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewImageColumn1.Visible = false; this.dataGridViewImageColumn1.Width = 80; // // dataGridViewLabelXColumn1 // this.dataGridViewLabelXColumn1.HeaderText = "线条颜色"; this.dataGridViewLabelXColumn1.Name = "dataGridViewLabelXColumn1"; this.dataGridViewLabelXColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewLabelXColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewLabelXColumn1.Visible = false; // // dataGridViewIntegerInputColumn1 // // // // this.dataGridViewIntegerInputColumn1.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.dataGridViewIntegerInputColumn1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dataGridViewIntegerInputColumn1.DataPropertyName = "HighLimit"; this.dataGridViewIntegerInputColumn1.HeaderText = "上限"; this.dataGridViewIntegerInputColumn1.Name = "dataGridViewIntegerInputColumn1"; this.dataGridViewIntegerInputColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewIntegerInputColumn1.Width = 70; // // dataGridViewIntegerInputColumn2 // // // // this.dataGridViewIntegerInputColumn2.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.dataGridViewIntegerInputColumn2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dataGridViewIntegerInputColumn2.DataPropertyName = "LowLimit"; this.dataGridViewIntegerInputColumn2.HeaderText = "下限"; this.dataGridViewIntegerInputColumn2.Name = "dataGridViewIntegerInputColumn2"; this.dataGridViewIntegerInputColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewIntegerInputColumn2.Width = 70; // // dataGridViewIntegerInputColumn3 // // // // this.dataGridViewIntegerInputColumn3.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.dataGridViewIntegerInputColumn3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dataGridViewIntegerInputColumn3.DataPropertyName = "WarningHighLimit"; this.dataGridViewIntegerInputColumn3.HeaderText = "报警上限"; this.dataGridViewIntegerInputColumn3.Name = "dataGridViewIntegerInputColumn3"; this.dataGridViewIntegerInputColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewIntegerInputColumn3.Width = 60; // // dataGridViewIntegerInputColumn4 // // // // this.dataGridViewIntegerInputColumn4.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.dataGridViewIntegerInputColumn4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dataGridViewIntegerInputColumn4.DataPropertyName = "WarningLowLimit"; this.dataGridViewIntegerInputColumn4.HeaderText = "报警下限"; this.dataGridViewIntegerInputColumn4.Name = "dataGridViewIntegerInputColumn4"; this.dataGridViewIntegerInputColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewIntegerInputColumn4.Width = 60; // // dataGridViewCheckBoxXColumn2 // this.dataGridViewCheckBoxXColumn2.DataPropertyName = "YAisx"; this.dataGridViewCheckBoxXColumn2.HeaderText = "时间间隔"; this.dataGridViewCheckBoxXColumn2.Name = "dataGridViewCheckBoxXColumn2"; this.dataGridViewCheckBoxXColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewCheckBoxXColumn2.Width = 60; // // ShowText2 // this.ShowText2.Checked = true; this.ShowText2.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.ShowText2.CheckValue = "N"; this.ShowText2.DataPropertyName = "ShowText"; this.ShowText2.HeaderText = "是否数字验证"; this.ShowText2.Name = "ShowText2"; this.ShowText2.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ShowText2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // dataGridViewCheckBoxXColumn4 // this.dataGridViewCheckBoxXColumn4.Checked = true; this.dataGridViewCheckBoxXColumn4.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.dataGridViewCheckBoxXColumn4.CheckValue = "N"; this.dataGridViewCheckBoxXColumn4.DataPropertyName = "IsDefalultShow"; this.dataGridViewCheckBoxXColumn4.HeaderText = "是否默认显示"; this.dataGridViewCheckBoxXColumn4.Name = "dataGridViewCheckBoxXColumn4"; this.dataGridViewCheckBoxXColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewCheckBoxXColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.dataGridViewCheckBoxXColumn4.Width = 80; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.DataPropertyName = "Unit"; this.dataGridViewTextBoxColumn13.HeaderText = "单位"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.Width = 80; // // dataGridViewIntegerInputColumn6 // // // // this.dataGridViewIntegerInputColumn6.BackgroundStyle.Class = "DataGridViewNumericBorder"; this.dataGridViewIntegerInputColumn6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.dataGridViewIntegerInputColumn6.DataPropertyName = "PhysioOrder"; this.dataGridViewIntegerInputColumn6.HeaderText = "排序"; this.dataGridViewIntegerInputColumn6.Name = "dataGridViewIntegerInputColumn6"; this.dataGridViewIntegerInputColumn6.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewIntegerInputColumn6.Width = 70; // // spMZSMTZ // this.spMZSMTZ.AttachedControl = this.superTabControlPanel3; this.spMZSMTZ.GlobalItem = false; this.spMZSMTZ.Name = "spMZSMTZ"; this.spMZSMTZ.Text = "麻醉机参数设置"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "bg.png"); this.imageList1.Images.SetKeyName(1, "Circle.png"); this.imageList1.Images.SetKeyName(2, "Close.png"); this.imageList1.Images.SetKeyName(3, "cr.png"); this.imageList1.Images.SetKeyName(4, "cssj.png"); this.imageList1.Images.SetKeyName(5, "Dia.png"); this.imageList1.Images.SetKeyName(6, "dmy.png"); this.imageList1.Images.SetKeyName(7, "expand1.png"); this.imageList1.Images.SetKeyName(8, "expand2.png"); this.imageList1.Images.SetKeyName(9, "expand3.png"); this.imageList1.Images.SetKeyName(10, "fzhx.png"); this.imageList1.Images.SetKeyName(11, "HR.png"); this.imageList1.Images.SetKeyName(12, "jxtq.png"); this.imageList1.Images.SetKeyName(13, "MAP.png"); this.imageList1.Images.SetKeyName(14, "mb.png"); this.imageList1.Images.SetKeyName(15, "ms.png"); this.imageList1.Images.SetKeyName(16, "mz.png"); this.imageList1.Images.SetKeyName(17, "mzjs.png"); this.imageList1.Images.SetKeyName(18, "mzks.png"); this.imageList1.Images.SetKeyName(19, "ok.png"); this.imageList1.Images.SetKeyName(20, "pjy.png"); this.imageList1.Images.SetKeyName(21, "Resp.png"); this.imageList1.Images.SetKeyName(22, "rssj.png"); this.imageList1.Images.SetKeyName(23, "sb.png"); this.imageList1.Images.SetKeyName(24, "sb2.png"); this.imageList1.Images.SetKeyName(25, "sb3.png"); this.imageList1.Images.SetKeyName(26, "SPO2.png"); this.imageList1.Images.SetKeyName(27, "SPO2f.png"); this.imageList1.Images.SetKeyName(28, "ss.png"); this.imageList1.Images.SetKeyName(29, "ss1.png"); this.imageList1.Images.SetKeyName(30, "ssjs.png"); this.imageList1.Images.SetKeyName(31, "ssks.png"); this.imageList1.Images.SetKeyName(32, "sy.png"); this.imageList1.Images.SetKeyName(33, "sy2.png"); this.imageList1.Images.SetKeyName(34, "sy3.png"); this.imageList1.Images.SetKeyName(35, "sy4.png"); this.imageList1.Images.SetKeyName(36, "sy5.png"); this.imageList1.Images.SetKeyName(37, "Sys.png"); this.imageList1.Images.SetKeyName(38, "T.png"); this.imageList1.Images.SetKeyName(39, "t1.png"); this.imageList1.Images.SetKeyName(40, "Temp.png"); this.imageList1.Images.SetKeyName(41, "Temp2.png"); this.imageList1.Images.SetKeyName(42, "Triangle.png"); this.imageList1.Images.SetKeyName(43, "TriangleDown.png"); this.imageList1.Images.SetKeyName(44, "xl.png"); this.imageList1.Images.SetKeyName(45, "zg.png"); this.imageList1.Images.SetKeyName(46, "zy.png"); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn1.HeaderText = "Id"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Visible = false; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Name"; this.dataGridViewTextBoxColumn2.HeaderText = "名称"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "Enname"; this.dataGridViewTextBoxColumn3.HeaderText = "简码"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 80; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "imgPath"; this.dataGridViewTextBoxColumn4.HeaderText = "图片"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Width = 80; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "color"; this.dataGridViewTextBoxColumn5.HeaderText = "线条颜色"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Visible = false; this.dataGridViewTextBoxColumn5.Width = 70; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "HighLimit"; this.dataGridViewTextBoxColumn6.HeaderText = "上限"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Visible = false; this.dataGridViewTextBoxColumn6.Width = 70; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "LowLimit"; this.dataGridViewTextBoxColumn7.HeaderText = "下限"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.Width = 70; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "WarningHighLimit"; this.dataGridViewTextBoxColumn8.HeaderText = "报警上限"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Width = 60; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "WarningLowLimit"; this.dataGridViewTextBoxColumn9.HeaderText = "报警下限"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.dataGridViewTextBoxColumn9.Width = 60; // // frmPhysiosSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1152, 513); this.Controls.Add(this.superTabControl1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmPhysiosSetting"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.frmDeletePhysio_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit(); this.superTabControl1.ResumeLayout(false); this.superTabControlPanel1.ResumeLayout(false); this.panelExZKZB.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).EndInit(); this.superTabControlPanel2.ResumeLayout(false); this.superTabControlPanel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvMZTZ)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX btnSave; private DevComponents.DotNetBar.ButtonX btnDelete; private System.Windows.Forms.Panel panel1; private DevComponents.DotNetBar.SuperTabControl superTabControl1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2; private DevComponents.DotNetBar.PanelEx panelJHYSJXS; private DevComponents.DotNetBar.SuperTabItem spJHYSJXS; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1; private DevComponents.DotNetBar.PanelEx panelExZKZB; private DevComponents.DotNetBar.SuperTabItem spJHYCS; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.Controls.DataGridViewX dgvSetting; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.ImageList imageList1; private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel3; private DevComponents.DotNetBar.SuperTabItem spMZSMTZ; private DevComponents.DotNetBar.Controls.DataGridViewX dgvMZTZ; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn dataGridViewLabelXColumn1; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn1; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn2; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn3; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewCheckBoxXColumn2; private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn ShowText2; private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn dataGridViewCheckBoxXColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn dataGridViewIntegerInputColumn6; private System.Windows.Forms.DataGridViewTextBoxColumn Id; private System.Windows.Forms.DataGridViewTextBoxColumn PName; private System.Windows.Forms.DataGridViewTextBoxColumn Enname; private System.Windows.Forms.DataGridViewImageColumn pImage; private DevComponents.DotNetBar.Controls.DataGridViewLabelXColumn color; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn HighLimit; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn lowLimit; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn WarningHighLimit; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn WarningLowLimit; private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn showimg; private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn showtext; private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn IsSplit; private DevComponents.DotNetBar.Controls.DataGridViewCheckBoxXColumn IsDefalultShow; private System.Windows.Forms.DataGridViewTextBoxColumn Unit; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn YAisx; private DevComponents.DotNetBar.Controls.DataGridViewIntegerInputColumn PhysioOrder; private System.Windows.Forms.DataGridViewTextBoxColumn SymbolSize; private DevComponents.DotNetBar.PanelEx panelEx1; } }