using AIMS.OremrUserControl; namespace AIMS.PublicUI.UI { partial class frmBloodGasAnalysisDict { /// /// 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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); this.chkAll = new System.Windows.Forms.CheckBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.panel1 = new System.Windows.Forms.Panel(); 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.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsbAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbModify = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.tsbCancel = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.tsbSava = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tsbExit = new System.Windows.Forms.ToolStripButton(); this.dgvBloodGasAnalysisDict = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.IdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.EName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.showName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HCodeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HighLimit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LowLimit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.IsValidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isshow = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isWarning = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrderByColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RemarkColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.txtOrderBy = new AIMS.OremrUserControl.NumTextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtRemark = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label3 = new System.Windows.Forms.Label(); this.txtEname = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label1 = new System.Windows.Forms.Label(); this.txtLow = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.txtshowname = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label7 = new System.Windows.Forms.Label(); this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label2 = new System.Windows.Forms.Label(); this.chkiswar = new System.Windows.Forms.CheckBox(); this.chkisshow = new System.Windows.Forms.CheckBox(); this.label8 = new System.Windows.Forms.Label(); this.chkIsValid = new System.Windows.Forms.CheckBox(); this.txtHeight = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label5 = new System.Windows.Forms.Label(); this.txtHCode = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txtcode = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label4 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBloodGasAnalysisDict)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // chkAll // this.chkAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.chkAll.AutoSize = true; this.chkAll.Location = new System.Drawing.Point(925, 6); this.chkAll.Name = "chkAll"; this.chkAll.Size = new System.Drawing.Size(72, 16); this.chkAll.TabIndex = 1; this.chkAll.TabStop = false; this.chkAll.Text = "显示全部"; this.chkAll.UseVisualStyleBackColor = true; this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.Transparent; this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 12F); this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAdd, this.toolStripSeparator1, this.tsbModify, this.toolStripSeparator2, this.tsbCancel, this.toolStripSeparator3, this.tsbSava, this.toolStripSeparator4, this.tsbExit, this.toolStripSeparator5}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1020, 54); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(6, 54); // // panel1 // this.panel1.BackColor = System.Drawing.Color.WhiteSmoke; this.panel1.Controls.Add(this.chkAll); this.panel1.Controls.Add(this.toolStrip1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1020, 53); this.panel1.TabIndex = 351; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.dataGridViewTextBoxColumn1.HeaderText = "Id"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Visible = false; // // dataGridViewTextBoxColumn2 // dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle7; this.dataGridViewTextBoxColumn2.HeaderText = "序号"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Visible = false; this.dataGridViewTextBoxColumn2.Width = 65; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "HISDepartmentId"; this.dataGridViewTextBoxColumn3.HeaderText = "编码"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "Name"; this.dataGridViewTextBoxColumn4.HeaderText = "中文名称"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.HeaderText = "英文名称"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.HeaderText = "显示名称"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.dataGridViewTextBoxColumn7.DataPropertyName = "HCode"; this.dataGridViewTextBoxColumn7.HeaderText = "HCode"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.Visible = false; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.HeaderText = "报警下线"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Width = 80; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.HeaderText = "报警上线"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Width = 80; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "IsValid"; this.dataGridViewTextBoxColumn10.HeaderText = "是否有效"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.HeaderText = "是否显示"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.HeaderText = "是否报警"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.DataPropertyName = "OrderBy"; this.dataGridViewTextBoxColumn13.HeaderText = "排序"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; this.dataGridViewTextBoxColumn13.Width = 65; // // dataGridViewTextBoxColumn14 // this.dataGridViewTextBoxColumn14.DataPropertyName = "Remark"; this.dataGridViewTextBoxColumn14.HeaderText = "备注"; this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; this.dataGridViewTextBoxColumn14.ReadOnly = true; this.dataGridViewTextBoxColumn14.Width = 150; // // tsbAdd // this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建; this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbAdd.Name = "tsbAdd"; this.tsbAdd.Size = new System.Drawing.Size(52, 51); this.tsbAdd.Text = " 增加 "; this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 54); // // tsbModify // this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑; this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbModify.Name = "tsbModify"; this.tsbModify.Size = new System.Drawing.Size(52, 51); this.tsbModify.Text = " 修改 "; this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 54); // // tsbCancel // this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消; this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbCancel.Name = "tsbCancel"; this.tsbCancel.Size = new System.Drawing.Size(52, 51); this.tsbCancel.Text = " 取消 "; this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 54); // // tsbSava // this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存; this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbSava.Name = "tsbSava"; this.tsbSava.Size = new System.Drawing.Size(52, 51); this.tsbSava.Text = " 保存 "; this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(6, 54); // // tsbExit // this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F); this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口; this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent; this.tsbExit.Name = "tsbExit"; this.tsbExit.Size = new System.Drawing.Size(52, 51); this.tsbExit.Text = " 关闭 "; this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // dgvBloodGasAnalysisDict // this.dgvBloodGasAnalysisDict.AllowUserToAddRows = false; this.dgvBloodGasAnalysisDict.AllowUserToDeleteRows = false; dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(249)))), ((int)(((byte)(255))))); this.dgvBloodGasAnalysisDict.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8; this.dgvBloodGasAnalysisDict.BackgroundColor = System.Drawing.Color.Snow; this.dgvBloodGasAnalysisDict.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 11F); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvBloodGasAnalysisDict.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvBloodGasAnalysisDict.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvBloodGasAnalysisDict.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.IdColumn, this.Index, this.Code, this.NameColumn, this.EName, this.showName, this.HCodeColumn, this.HighLimit, this.LowLimit, this.IsValidColumn, this.isshow, this.isWarning, this.OrderByColumn, this.RemarkColumn}); dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 11F); dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvBloodGasAnalysisDict.DefaultCellStyle = dataGridViewCellStyle11; this.dgvBloodGasAnalysisDict.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvBloodGasAnalysisDict.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvBloodGasAnalysisDict.Location = new System.Drawing.Point(0, 151); this.dgvBloodGasAnalysisDict.Name = "dgvBloodGasAnalysisDict"; this.dgvBloodGasAnalysisDict.ReadOnly = true; dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 11F); dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvBloodGasAnalysisDict.RowHeadersDefaultCellStyle = dataGridViewCellStyle12; this.dgvBloodGasAnalysisDict.RowHeadersVisible = false; this.dgvBloodGasAnalysisDict.RowTemplate.Height = 23; this.dgvBloodGasAnalysisDict.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvBloodGasAnalysisDict.Size = new System.Drawing.Size(1020, 395); this.dgvBloodGasAnalysisDict.TabIndex = 353; this.dgvBloodGasAnalysisDict.TabStop = false; // // Column1 // this.Column1.HeaderText = "选择"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Visible = false; this.Column1.Width = 65; // // IdColumn // this.IdColumn.DataPropertyName = "Id"; this.IdColumn.HeaderText = "Id"; this.IdColumn.Name = "IdColumn"; this.IdColumn.ReadOnly = true; this.IdColumn.Visible = false; // // Index // dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Index.DefaultCellStyle = dataGridViewCellStyle10; this.Index.HeaderText = "序号"; this.Index.Name = "Index"; this.Index.ReadOnly = true; this.Index.Width = 65; // // Code // this.Code.DataPropertyName = "HISDepartmentId"; this.Code.HeaderText = "编码"; this.Code.Name = "Code"; this.Code.ReadOnly = true; // // NameColumn // this.NameColumn.DataPropertyName = "Name"; this.NameColumn.HeaderText = "中文名称"; this.NameColumn.Name = "NameColumn"; this.NameColumn.ReadOnly = true; // // EName // this.EName.HeaderText = "英文名称"; this.EName.Name = "EName"; this.EName.ReadOnly = true; // // showName // this.showName.HeaderText = "显示名称"; this.showName.Name = "showName"; this.showName.ReadOnly = true; // // HCodeColumn // this.HCodeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.HCodeColumn.DataPropertyName = "HCode"; this.HCodeColumn.HeaderText = "HCode"; this.HCodeColumn.Name = "HCodeColumn"; this.HCodeColumn.ReadOnly = true; this.HCodeColumn.Visible = false; // // HighLimit // this.HighLimit.HeaderText = "报警上线"; this.HighLimit.Name = "HighLimit"; this.HighLimit.ReadOnly = true; this.HighLimit.Width = 70; // // LowLimit // this.LowLimit.HeaderText = "报警下线"; this.LowLimit.Name = "LowLimit"; this.LowLimit.ReadOnly = true; this.LowLimit.Width = 70; // // IsValidColumn // this.IsValidColumn.DataPropertyName = "IsValid"; this.IsValidColumn.HeaderText = "是否有效"; this.IsValidColumn.Name = "IsValidColumn"; this.IsValidColumn.ReadOnly = true; // // isshow // this.isshow.HeaderText = "是否显示"; this.isshow.Name = "isshow"; this.isshow.ReadOnly = true; // // isWarning // this.isWarning.HeaderText = "是否报警"; this.isWarning.Name = "isWarning"; this.isWarning.ReadOnly = true; // // OrderByColumn // this.OrderByColumn.DataPropertyName = "OrderBy"; this.OrderByColumn.HeaderText = "排序"; this.OrderByColumn.Name = "OrderByColumn"; this.OrderByColumn.ReadOnly = true; this.OrderByColumn.Width = 65; // // RemarkColumn // this.RemarkColumn.DataPropertyName = "Remark"; this.RemarkColumn.HeaderText = "备注"; this.RemarkColumn.Name = "RemarkColumn"; this.RemarkColumn.ReadOnly = true; this.RemarkColumn.Width = 150; // // panel2 // this.panel2.BackColor = System.Drawing.SystemColors.Control; this.panel2.Controls.Add(this.txtOrderBy); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.txtRemark); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.txtEname); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.txtLow); this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.txtshowname); this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.txtName); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.chkiswar); this.panel2.Controls.Add(this.chkisshow); this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.chkIsValid); this.panel2.Controls.Add(this.txtHeight); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.txtHCode); this.panel2.Controls.Add(this.txtcode); this.panel2.Controls.Add(this.label4); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel2.Location = new System.Drawing.Point(0, 53); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1020, 98); this.panel2.TabIndex = 354; // // txtOrderBy // this.txtOrderBy.Location = new System.Drawing.Point(547, 31); this.txtOrderBy.Name = "txtOrderBy"; this.txtOrderBy.Size = new System.Drawing.Size(51, 26); this.txtOrderBy.TabIndex = 5; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(288, 62); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(37, 20); this.label6.TabIndex = 360; this.label6.Text = "备注"; // // txtRemark // // // // this.txtRemark.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemark.Location = new System.Drawing.Point(367, 62); this.txtRemark.Name = "txtRemark"; this.txtRemark.Size = new System.Drawing.Size(231, 20); this.txtRemark.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(466, 34); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 20); this.label3.TabIndex = 357; this.label3.Text = "显示顺序"; // // txtEname // // // // this.txtEname.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtEname.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtEname.Location = new System.Drawing.Point(82, 34); this.txtEname.Name = "txtEname"; this.txtEname.Size = new System.Drawing.Size(164, 20); this.txtEname.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(3, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 20); this.label1.TabIndex = 354; this.label1.Text = "英文名称"; // // txtLow // // // // this.txtLow.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtLow.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLow.Location = new System.Drawing.Point(810, 36); this.txtLow.Name = "txtLow"; this.txtLow.Size = new System.Drawing.Size(97, 20); this.txtLow.TabIndex = 3; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.ForeColor = System.Drawing.Color.Red; this.label11.Location = new System.Drawing.Point(910, 39); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(92, 17); this.label11.TabIndex = 354; this.label11.Text = "只允许输入数字"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label10.ForeColor = System.Drawing.Color.Red; this.label10.Location = new System.Drawing.Point(909, 10); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(92, 17); this.label10.TabIndex = 354; this.label10.Text = "只允许输入数字"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(729, 8); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(79, 20); this.label9.TabIndex = 354; this.label9.Text = "报警值上线"; // // txtshowname // // // // this.txtshowname.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtshowname.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtshowname.Location = new System.Drawing.Point(367, 6); this.txtshowname.Name = "txtshowname"; this.txtshowname.Size = new System.Drawing.Size(164, 20); this.txtshowname.TabIndex = 3; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(288, 6); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 20); this.label7.TabIndex = 354; this.label7.Text = "显示名称"; // // txtName // // // // this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtName.Location = new System.Drawing.Point(82, 6); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(164, 20); this.txtName.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(3, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 20); this.label2.TabIndex = 354; this.label2.Text = "中文名称"; // // chkiswar // this.chkiswar.AutoSize = true; this.chkiswar.Location = new System.Drawing.Point(633, 33); this.chkiswar.Name = "chkiswar"; this.chkiswar.Size = new System.Drawing.Size(84, 24); this.chkiswar.TabIndex = 1; this.chkiswar.TabStop = false; this.chkiswar.Text = "是否报警"; this.chkiswar.UseVisualStyleBackColor = true; // // chkisshow // this.chkisshow.AutoSize = true; this.chkisshow.Location = new System.Drawing.Point(633, 4); this.chkisshow.Name = "chkisshow"; this.chkisshow.Size = new System.Drawing.Size(84, 24); this.chkisshow.TabIndex = 1; this.chkisshow.TabStop = false; this.chkisshow.Text = "是否显示"; this.chkisshow.UseVisualStyleBackColor = true; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(729, 36); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(79, 20); this.label8.TabIndex = 349; this.label8.Text = "报警值下线"; // // chkIsValid // this.chkIsValid.AutoSize = true; this.chkIsValid.Location = new System.Drawing.Point(633, 62); this.chkIsValid.Name = "chkIsValid"; this.chkIsValid.Size = new System.Drawing.Size(84, 24); this.chkIsValid.TabIndex = 1; this.chkIsValid.TabStop = false; this.chkIsValid.Text = "是否有效"; this.chkIsValid.UseVisualStyleBackColor = true; // // txtHeight // // // // this.txtHeight.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtHeight.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHeight.Location = new System.Drawing.Point(810, 9); this.txtHeight.Name = "txtHeight"; this.txtHeight.Size = new System.Drawing.Size(97, 20); this.txtHeight.TabIndex = 4; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(288, 34); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 20); this.label5.TabIndex = 349; this.label5.Text = "助记码"; // // txtHCode // // // // this.txtHCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtHCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtHCode.Location = new System.Drawing.Point(367, 34); this.txtHCode.Name = "txtHCode"; this.txtHCode.Size = new System.Drawing.Size(97, 20); this.txtHCode.TabIndex = 4; // // txtcode // // // // this.txtcode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtcode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtcode.Location = new System.Drawing.Point(82, 62); this.txtcode.Name = "txtcode"; this.txtcode.Size = new System.Drawing.Size(164, 20); this.txtcode.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(3, 65); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(79, 20); this.label4.TabIndex = 333; this.label4.Text = "数据源编码"; // // frmBloodGasAnalysisDict // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.WhiteSmoke; this.ClientSize = new System.Drawing.Size(1020, 546); this.Controls.Add(this.dgvBloodGasAnalysisDict); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmBloodGasAnalysisDict"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "血气分析维护"; this.Load += new System.EventHandler(this.frmBloodGasAnalysisDict_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvBloodGasAnalysisDict)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox chkAll; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; 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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14; private System.Windows.Forms.ToolStripButton tsbAdd; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton tsbModify; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton tsbCancel; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton tsbSava; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; public System.Windows.Forms.ToolStripButton tsbExit; private DevComponents.DotNetBar.Controls.DataGridViewX dgvBloodGasAnalysisDict; private System.Windows.Forms.DataGridViewCheckBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn IdColumn; private System.Windows.Forms.DataGridViewTextBoxColumn Index; private System.Windows.Forms.DataGridViewTextBoxColumn Code; private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn; private System.Windows.Forms.DataGridViewTextBoxColumn EName; private System.Windows.Forms.DataGridViewTextBoxColumn showName; private System.Windows.Forms.DataGridViewTextBoxColumn HCodeColumn; private System.Windows.Forms.DataGridViewTextBoxColumn HighLimit; private System.Windows.Forms.DataGridViewTextBoxColumn LowLimit; private System.Windows.Forms.DataGridViewTextBoxColumn IsValidColumn; private System.Windows.Forms.DataGridViewTextBoxColumn isshow; private System.Windows.Forms.DataGridViewTextBoxColumn isWarning; private System.Windows.Forms.DataGridViewTextBoxColumn OrderByColumn; private System.Windows.Forms.DataGridViewTextBoxColumn RemarkColumn; private System.Windows.Forms.Panel panel2; private NumTextBox txtOrderBy; private System.Windows.Forms.Label label6; private DevComponents.DotNetBar.Controls.TextBoxX txtRemark; private System.Windows.Forms.Label label3; private DevComponents.DotNetBar.Controls.TextBoxX txtEname; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.Controls.TextBoxX txtLow; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label9; private DevComponents.DotNetBar.Controls.TextBoxX txtshowname; private System.Windows.Forms.Label label7; private DevComponents.DotNetBar.Controls.TextBoxX txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox chkiswar; private System.Windows.Forms.CheckBox chkisshow; private System.Windows.Forms.Label label8; private System.Windows.Forms.CheckBox chkIsValid; private DevComponents.DotNetBar.Controls.TextBoxX txtHeight; private System.Windows.Forms.Label label5; private DevComponents.DotNetBar.Controls.TextBoxX txtHCode; private DevComponents.DotNetBar.Controls.TextBoxX txtcode; private System.Windows.Forms.Label label4; } }