namespace AIMS.OperationAanesthesia { partial class frmBloodGasAnalysisNew { /// /// 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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBloodGasAnalysisNew)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.tsbAddAnalysis = new System.Windows.Forms.ToolStripButton(); this.tsbModifyAnalysis = new System.Windows.Forms.ToolStripButton(); this.tsbSave = new System.Windows.Forms.ToolStripButton(); this.tsbDelConsumable = new System.Windows.Forms.ToolStripButton(); this.panel1 = new System.Windows.Forms.Panel(); this.AnalysisBeginTime = new DevComponents.Editors.DateTimeAdv.DateTimeInput(); this.panel2 = new System.Windows.Forms.Panel(); this.radioButton2 = new System.Windows.Forms.RadioButton(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.label14 = new System.Windows.Forms.Label(); this.txtBloodResult = new DevComponents.DotNetBar.Controls.TextBoxX(); this.label4 = new System.Windows.Forms.Label(); this.dgvAnalysis = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AnalysisTimes = new System.Windows.Forms.DataGridViewTextBoxColumn(); 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.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.toolStrip1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.AnalysisBeginTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAnalysis)).BeginInit(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.BackColor = System.Drawing.Color.White; this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.toolStrip1.ImageScalingSize = new System.Drawing.Size(30, 30); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbAddAnalysis, this.tsbModifyAnalysis, this.tsbSave, this.tsbDelConsumable}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1421, 37); this.toolStrip1.TabIndex = 14; this.toolStrip1.Text = "toolStrip1"; // // tsbAddAnalysis // this.tsbAddAnalysis.Image = global::AIMSControls.Properties.Resources.图标_访视单; this.tsbAddAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbAddAnalysis.Name = "tsbAddAnalysis"; this.tsbAddAnalysis.Size = new System.Drawing.Size(71, 34); this.tsbAddAnalysis.Text = "添加"; this.tsbAddAnalysis.Click += new System.EventHandler(this.tsbAddAnalysis_Click); // // tsbModifyAnalysis // this.tsbModifyAnalysis.Image = global::AIMSControls.Properties.Resources.图标_编辑; this.tsbModifyAnalysis.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbModifyAnalysis.Name = "tsbModifyAnalysis"; this.tsbModifyAnalysis.Size = new System.Drawing.Size(71, 34); this.tsbModifyAnalysis.Text = "修改"; this.tsbModifyAnalysis.Click += new System.EventHandler(this.tsbModifyAnalysis_Click); // // tsbSave // this.tsbSave.Image = global::AIMSControls.Properties.Resources.图标_保存; this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSave.Name = "tsbSave"; this.tsbSave.Size = new System.Drawing.Size(71, 34); this.tsbSave.Text = "保存"; this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click); // // tsbDelConsumable // this.tsbDelConsumable.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页; this.tsbDelConsumable.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbDelConsumable.Name = "tsbDelConsumable"; this.tsbDelConsumable.Size = new System.Drawing.Size(71, 34); this.tsbDelConsumable.Text = "删除"; this.tsbDelConsumable.Click += new System.EventHandler(this.tsbDelConsumable_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.AnalysisBeginTime); this.panel1.Controls.Add(this.panel2); this.panel1.Controls.Add(this.radioButton2); this.panel1.Controls.Add(this.radioButton1); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.txtBloodResult); this.panel1.Controls.Add(this.label4); 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, 37); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1421, 200); this.panel1.TabIndex = 15; // // AnalysisBeginTime // // // // this.AnalysisBeginTime.BackgroundStyle.Class = "DateTimeInputBackground"; this.AnalysisBeginTime.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.AnalysisBeginTime.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown; this.AnalysisBeginTime.ButtonDropDown.Visible = true; this.AnalysisBeginTime.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.AnalysisBeginTime.Format = DevComponents.Editors.eDateTimePickerFormat.Custom; this.AnalysisBeginTime.IsPopupCalendarOpen = false; this.AnalysisBeginTime.Location = new System.Drawing.Point(96, 7); // // // // // // this.AnalysisBeginTime.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.AnalysisBeginTime.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1); this.AnalysisBeginTime.MonthCalendar.ClearButtonVisible = true; // // // this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2; this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90; this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder; this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1; this.AnalysisBeginTime.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.AnalysisBeginTime.MonthCalendar.DisplayMonth = new System.DateTime(2018, 8, 1, 0, 0, 0, 0); this.AnalysisBeginTime.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday; // // // this.AnalysisBeginTime.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.AnalysisBeginTime.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90; this.AnalysisBeginTime.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.AnalysisBeginTime.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.AnalysisBeginTime.MonthCalendar.TodayButtonVisible = true; this.AnalysisBeginTime.Name = "AnalysisBeginTime"; this.AnalysisBeginTime.Size = new System.Drawing.Size(200, 26); this.AnalysisBeginTime.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.AnalysisBeginTime.TabIndex = 1007; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Location = new System.Drawing.Point(29, 40); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1343, 122); this.panel2.TabIndex = 1005; // // radioButton2 // this.radioButton2.AutoSize = true; this.radioButton2.Location = new System.Drawing.Point(411, 9); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(83, 24); this.radioButton2.TabIndex = 1003; this.radioButton2.Text = "静脉血气"; this.radioButton2.UseVisualStyleBackColor = true; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.Checked = true; this.radioButton1.Location = new System.Drawing.Point(320, 9); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(83, 24); this.radioButton1.TabIndex = 1003; this.radioButton1.TabStop = true; this.radioButton1.Text = "动脉血气"; this.radioButton1.UseVisualStyleBackColor = true; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(37, 168); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(65, 20); this.label14.TabIndex = 7; this.label14.Text = "分析结果"; // // txtBloodResult // // // // this.txtBloodResult.Border.BorderBottomColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.MenuSide; this.txtBloodResult.Border.BorderBottomWidth = 1; this.txtBloodResult.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtBloodResult.Location = new System.Drawing.Point(108, 168); this.txtBloodResult.Name = "txtBloodResult"; this.txtBloodResult.Size = new System.Drawing.Size(1083, 20); this.txtBloodResult.TabIndex = 19; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(25, 11); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 20); this.label4.TabIndex = 3; this.label4.Text = "分析时间"; // // dgvAnalysis // this.dgvAnalysis.AllowUserToAddRows = false; this.dgvAnalysis.AllowUserToDeleteRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(247)))), ((int)(((byte)(255))))); this.dgvAnalysis.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvAnalysis.BackgroundColor = System.Drawing.Color.White; this.dgvAnalysis.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 11F); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvAnalysis.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvAnalysis.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAnalysis.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ID, this.AnalysisTimes}); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 11F); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvAnalysis.DefaultCellStyle = dataGridViewCellStyle3; this.dgvAnalysis.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvAnalysis.EnableHeadersVisualStyles = false; this.dgvAnalysis.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgvAnalysis.Location = new System.Drawing.Point(0, 237); this.dgvAnalysis.MultiSelect = false; this.dgvAnalysis.Name = "dgvAnalysis"; this.dgvAnalysis.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 11F); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvAnalysis.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 11F); this.dgvAnalysis.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvAnalysis.RowTemplate.Height = 23; this.dgvAnalysis.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvAnalysis.Size = new System.Drawing.Size(1421, 206); this.dgvAnalysis.TabIndex = 1; this.dgvAnalysis.TabStop = false; this.dgvAnalysis.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvAnalysis_RowPostPaint); // // ID // this.ID.DataPropertyName = "Id"; this.ID.HeaderText = "ID"; this.ID.Name = "ID"; this.ID.ReadOnly = true; this.ID.Visible = false; // // AnalysisTimes // this.AnalysisTimes.DataPropertyName = "RecordTime"; this.AnalysisTimes.HeaderText = "分析时间"; this.AnalysisTimes.Name = "AnalysisTimes"; this.AnalysisTimes.ReadOnly = true; this.AnalysisTimes.Width = 160; // // 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 = "RecordTime"; this.dataGridViewTextBoxColumn2.HeaderText = "分析时间"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; this.dataGridViewTextBoxColumn2.Width = 130; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "PH"; this.dataGridViewTextBoxColumn3.HeaderText = "PH"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; this.dataGridViewTextBoxColumn3.Width = 50; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "PCO2"; this.dataGridViewTextBoxColumn4.HeaderText = "PCO2"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; this.dataGridViewTextBoxColumn4.Width = 60; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.DataPropertyName = "PO2"; this.dataGridViewTextBoxColumn5.HeaderText = "PO2"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 50; // // dataGridViewTextBoxColumn6 // this.dataGridViewTextBoxColumn6.DataPropertyName = "BE"; this.dataGridViewTextBoxColumn6.HeaderText = "BE"; this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"; this.dataGridViewTextBoxColumn6.ReadOnly = true; this.dataGridViewTextBoxColumn6.Width = 40; // // dataGridViewTextBoxColumn7 // this.dataGridViewTextBoxColumn7.DataPropertyName = "TCO2"; this.dataGridViewTextBoxColumn7.HeaderText = "TCO2"; this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"; this.dataGridViewTextBoxColumn7.ReadOnly = true; this.dataGridViewTextBoxColumn7.Width = 50; // // dataGridViewTextBoxColumn8 // this.dataGridViewTextBoxColumn8.DataPropertyName = "SaO2"; this.dataGridViewTextBoxColumn8.HeaderText = "SaO2"; this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"; this.dataGridViewTextBoxColumn8.ReadOnly = true; this.dataGridViewTextBoxColumn8.Width = 50; // // dataGridViewTextBoxColumn9 // this.dataGridViewTextBoxColumn9.DataPropertyName = "HCO3"; this.dataGridViewTextBoxColumn9.HeaderText = "HCO3"; this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"; this.dataGridViewTextBoxColumn9.ReadOnly = true; this.dataGridViewTextBoxColumn9.Width = 60; // // dataGridViewTextBoxColumn10 // this.dataGridViewTextBoxColumn10.DataPropertyName = "Na"; this.dataGridViewTextBoxColumn10.HeaderText = "Na"; this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"; this.dataGridViewTextBoxColumn10.ReadOnly = true; this.dataGridViewTextBoxColumn10.Width = 40; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "K"; this.dataGridViewTextBoxColumn11.HeaderText = "K"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; this.dataGridViewTextBoxColumn11.Width = 20; // // dataGridViewTextBoxColumn12 // this.dataGridViewTextBoxColumn12.DataPropertyName = "Ca"; this.dataGridViewTextBoxColumn12.HeaderText = "Ca"; this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"; this.dataGridViewTextBoxColumn12.ReadOnly = true; this.dataGridViewTextBoxColumn12.Width = 40; // // dataGridViewTextBoxColumn13 // this.dataGridViewTextBoxColumn13.DataPropertyName = "GLu"; this.dataGridViewTextBoxColumn13.HeaderText = "GLu"; this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13"; this.dataGridViewTextBoxColumn13.ReadOnly = true; this.dataGridViewTextBoxColumn13.Width = 50; // // dataGridViewTextBoxColumn14 // this.dataGridViewTextBoxColumn14.DataPropertyName = "Lac"; this.dataGridViewTextBoxColumn14.HeaderText = "Lac"; this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14"; this.dataGridViewTextBoxColumn14.ReadOnly = true; this.dataGridViewTextBoxColumn14.Width = 50; // // dataGridViewTextBoxColumn15 // this.dataGridViewTextBoxColumn15.DataPropertyName = "Hb"; this.dataGridViewTextBoxColumn15.HeaderText = "Hb"; this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15"; this.dataGridViewTextBoxColumn15.ReadOnly = true; this.dataGridViewTextBoxColumn15.Width = 50; // // dataGridViewTextBoxColumn16 // this.dataGridViewTextBoxColumn16.DataPropertyName = "AnalysisResult"; this.dataGridViewTextBoxColumn16.HeaderText = "分析结果"; this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16"; this.dataGridViewTextBoxColumn16.ReadOnly = true; this.dataGridViewTextBoxColumn16.Width = 129; // // dataGridViewTextBoxColumn17 // this.dataGridViewTextBoxColumn17.DataPropertyName = "Remark"; this.dataGridViewTextBoxColumn17.HeaderText = "备注"; this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17"; this.dataGridViewTextBoxColumn17.ReadOnly = true; this.dataGridViewTextBoxColumn17.Width = 50; // // dataGridViewTextBoxColumn18 // this.dataGridViewTextBoxColumn18.DataPropertyName = "BE"; this.dataGridViewTextBoxColumn18.HeaderText = "BE"; this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18"; this.dataGridViewTextBoxColumn18.ReadOnly = true; this.dataGridViewTextBoxColumn18.Width = 50; // // dataGridViewTextBoxColumn19 // this.dataGridViewTextBoxColumn19.DataPropertyName = "cHCO3"; this.dataGridViewTextBoxColumn19.HeaderText = "cHCO3"; this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19"; this.dataGridViewTextBoxColumn19.ReadOnly = true; this.dataGridViewTextBoxColumn19.Width = 60; // // dataGridViewTextBoxColumn20 // this.dataGridViewTextBoxColumn20.DataPropertyName = "AnalysisResult"; this.dataGridViewTextBoxColumn20.HeaderText = "分析结果"; this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20"; this.dataGridViewTextBoxColumn20.ReadOnly = true; this.dataGridViewTextBoxColumn20.Width = 129; // // dataGridViewTextBoxColumn21 // this.dataGridViewTextBoxColumn21.DataPropertyName = "Remark"; this.dataGridViewTextBoxColumn21.HeaderText = "备注"; this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21"; this.dataGridViewTextBoxColumn21.ReadOnly = true; this.dataGridViewTextBoxColumn21.Width = 129; // // dataGridViewTextBoxColumn22 // this.dataGridViewTextBoxColumn22.DataPropertyName = "Remark"; this.dataGridViewTextBoxColumn22.HeaderText = "备注"; this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22"; this.dataGridViewTextBoxColumn22.ReadOnly = true; this.dataGridViewTextBoxColumn22.Visible = false; // // frmBloodGasAnalysisNew // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1421, 443); this.Controls.Add(this.dgvAnalysis); this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmBloodGasAnalysisNew"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBloodGasAnalysisNew_FormClosing); this.Load += new System.EventHandler(this.frmAnalysis_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.AnalysisBeginTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAnalysis)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton tsbAddAnalysis; private System.Windows.Forms.ToolStripButton tsbModifyAnalysis; private System.Windows.Forms.ToolStripButton tsbDelConsumable; private System.Windows.Forms.ToolStripButton tsbSave; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label4; private DevComponents.DotNetBar.Controls.DataGridViewX dgvAnalysis; private System.Windows.Forms.Label label14; private DevComponents.DotNetBar.Controls.TextBoxX txtBloodResult; 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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22; private System.Windows.Forms.RadioButton radioButton2; private System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.DataGridViewTextBoxColumn ID; private System.Windows.Forms.DataGridViewTextBoxColumn AnalysisTimes; private DevComponents.Editors.DateTimeAdv.DateTimeInput AnalysisBeginTime; } }