namespace HL_FristAidPlatform_EmergencyTriage { partial class POCT { /// /// 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.panel_Operate = new DevExpress.XtraEditors.PanelControl(); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_Delete = new DevExpress.XtraEditors.SimpleButton(); this.btn_Update = new DevExpress.XtraEditors.SimpleButton(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.comboBox_CTNT_Operational = new DevExpress.XtraEditors.ComboBoxEdit(); this.time_CTNT_Blood_Time = new HL_FristAidPlatform_Public.TimeControl(); this.C_Report_Time = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_Blood_Time = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_Status = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_Unit = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_Value = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_Type = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_GUID = new DevExpress.XtraGrid.Columns.GridColumn(); this.C_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.grv_CTNT = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridControl_CTNT = new DevExpress.XtraGrid.GridControl(); this.lbl_CTNT = new DevExpress.XtraEditors.LabelControl(); this.lbl_CTNT_Report_Time = new DevExpress.XtraEditors.LabelControl(); this.lbl_Hint_CTNT = new System.Windows.Forms.Label(); this.lbl_CTNT_Blood_Time = new DevExpress.XtraEditors.LabelControl(); this.time_CTNT_Report_Time = new HL_FristAidPlatform_Public.TimeControl(); this.lbl_Hint_CTNT_Report_Time = new System.Windows.Forms.Label(); this.comboBox_CTNT_Unit = new DevExpress.XtraEditors.ComboBoxEdit(); this.txt_CTNT_Value = new DevExpress.XtraEditors.TextEdit(); this.lbl_Hint_CTNT_Blood_Time = new System.Windows.Forms.Label(); this.comboBox_CTNT_Status = new DevExpress.XtraEditors.ComboBoxEdit(); this.radioGroup_CTNT = new DevExpress.XtraEditors.RadioGroup(); this.groupControl_CTNT = new DevExpress.XtraEditors.GroupControl(); ((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).BeginInit(); this.panel_Operate.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Operational.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_CTNT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_CTNT)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Unit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CTNT_Value.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Status.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CTNT.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_CTNT)).BeginInit(); this.groupControl_CTNT.SuspendLayout(); this.SuspendLayout(); // // panel_Operate // this.panel_Operate.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panel_Operate.Controls.Add(this.btn_Add); this.panel_Operate.Controls.Add(this.btn_Delete); this.panel_Operate.Controls.Add(this.btn_Update); this.panel_Operate.Controls.Add(this.btn_Save); this.panel_Operate.Dock = System.Windows.Forms.DockStyle.Top; this.panel_Operate.Location = new System.Drawing.Point(0, 86); this.panel_Operate.Name = "panel_Operate"; this.panel_Operate.Size = new System.Drawing.Size(610, 32); this.panel_Operate.TabIndex = 78; // // btn_Add // this.btn_Add.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Add.Location = new System.Drawing.Point(203, 5); this.btn_Add.Name = "btn_Add"; this.btn_Add.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Add.Size = new System.Drawing.Size(80, 21); this.btn_Add.TabIndex = 42; this.btn_Add.Text = "新增"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Delete // this.btn_Delete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Delete.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Delete.Location = new System.Drawing.Point(409, 5); this.btn_Delete.Name = "btn_Delete"; this.btn_Delete.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Delete.Size = new System.Drawing.Size(69, 21); this.btn_Delete.TabIndex = 42; this.btn_Delete.Text = "删除"; this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click); // // btn_Update // this.btn_Update.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Update.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Update.Location = new System.Drawing.Point(309, 6); this.btn_Update.Name = "btn_Update"; this.btn_Update.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Update.Size = new System.Drawing.Size(80, 21); this.btn_Update.TabIndex = 42; this.btn_Update.Text = "修改"; this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click); // // btn_Save // this.btn_Save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.btn_Save.Location = new System.Drawing.Point(100, 5); this.btn_Save.Name = "btn_Save"; this.btn_Save.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.btn_Save.Size = new System.Drawing.Size(81, 21); this.btn_Save.TabIndex = 42; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // comboBox_CTNT_Operational // this.comboBox_CTNT_Operational.EditValue = "="; this.comboBox_CTNT_Operational.Location = new System.Drawing.Point(263, 28); this.comboBox_CTNT_Operational.Name = "comboBox_CTNT_Operational"; this.comboBox_CTNT_Operational.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBox_CTNT_Operational.Properties.Items.AddRange(new object[] { "=", ">", ">=", "<", "<="}); this.comboBox_CTNT_Operational.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBox_CTNT_Operational.Size = new System.Drawing.Size(52, 20); this.comboBox_CTNT_Operational.TabIndex = 69; // // time_CTNT_Blood_Time // this.time_CTNT_Blood_Time.BackColor = System.Drawing.Color.Transparent; this.time_CTNT_Blood_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_CTNT_Blood_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_CTNT_Blood_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_CTNT_Blood_Time.Location = new System.Drawing.Point(133, 59); this.time_CTNT_Blood_Time.Name = "time_CTNT_Blood_Time"; this.time_CTNT_Blood_Time.Size = new System.Drawing.Size(150, 21); this.time_CTNT_Blood_Time.TabIndex = 46; this.time_CTNT_Blood_Time.TimeValue = ""; // // C_Report_Time // this.C_Report_Time.Caption = "报告时间"; this.C_Report_Time.FieldName = "Report_Time"; this.C_Report_Time.Name = "C_Report_Time"; this.C_Report_Time.Visible = true; this.C_Report_Time.VisibleIndex = 6; this.C_Report_Time.Width = 153; // // C_Blood_Time // this.C_Blood_Time.Caption = "抽血完成时间"; this.C_Blood_Time.FieldName = "Blood_Time"; this.C_Blood_Time.Name = "C_Blood_Time"; this.C_Blood_Time.Visible = true; this.C_Blood_Time.VisibleIndex = 5; this.C_Blood_Time.Width = 120; // // C_Status // this.C_Status.Caption = "状态"; this.C_Status.FieldName = "Status"; this.C_Status.Name = "C_Status"; this.C_Status.Visible = true; this.C_Status.VisibleIndex = 4; this.C_Status.Width = 70; // // C_Unit // this.C_Unit.Caption = "单位"; this.C_Unit.FieldName = "Unit"; this.C_Unit.Name = "C_Unit"; this.C_Unit.Visible = true; this.C_Unit.VisibleIndex = 3; this.C_Unit.Width = 70; // // C_Value // this.C_Value.Caption = "数值"; this.C_Value.FieldName = "Value"; this.C_Value.Name = "C_Value"; this.C_Value.Visible = true; this.C_Value.VisibleIndex = 2; this.C_Value.Width = 70; // // C_Type // this.C_Type.Caption = "类型"; this.C_Type.FieldName = "Type"; this.C_Type.Name = "C_Type"; this.C_Type.Visible = true; this.C_Type.VisibleIndex = 1; this.C_Type.Width = 70; // // C_GUID // this.C_GUID.Caption = "GUID"; this.C_GUID.FieldName = "GUID"; this.C_GUID.Name = "C_GUID"; this.C_GUID.Width = 87; // // C_ID // this.C_ID.Caption = "编号"; this.C_ID.FieldName = "ID"; this.C_ID.Name = "C_ID"; this.C_ID.Visible = true; this.C_ID.VisibleIndex = 0; this.C_ID.Width = 70; // // grv_CTNT // this.grv_CTNT.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.C_ID, this.C_GUID, this.C_Type, this.C_Value, this.C_Unit, this.C_Status, this.C_Blood_Time, this.C_Report_Time}); this.grv_CTNT.DetailHeight = 476; this.grv_CTNT.GridControl = this.gridControl_CTNT; this.grv_CTNT.GroupPanelText = "双击列表中部位信息可以在上方编辑区域进行修改。"; this.grv_CTNT.Name = "grv_CTNT"; this.grv_CTNT.OptionsBehavior.Editable = false; this.grv_CTNT.OptionsSelection.EnableAppearanceFocusedCell = false; this.grv_CTNT.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grv_CTNT_CustomColumnDisplayText); // // gridControl_CTNT // this.gridControl_CTNT.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl_CTNT.Location = new System.Drawing.Point(0, 86); this.gridControl_CTNT.MainView = this.grv_CTNT; this.gridControl_CTNT.Name = "gridControl_CTNT"; this.gridControl_CTNT.Size = new System.Drawing.Size(610, 228); this.gridControl_CTNT.TabIndex = 76; this.gridControl_CTNT.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grv_CTNT}); this.gridControl_CTNT.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gridControl_CTNT_MouseClick); // // lbl_CTNT // this.lbl_CTNT.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_CTNT.Location = new System.Drawing.Point(46, 31); this.lbl_CTNT.Name = "lbl_CTNT"; this.lbl_CTNT.Size = new System.Drawing.Size(84, 14); this.lbl_CTNT.TabIndex = 45; this.lbl_CTNT.Text = "首次肌钙蛋白:"; // // lbl_CTNT_Report_Time // this.lbl_CTNT_Report_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_CTNT_Report_Time.Location = new System.Drawing.Point(345, 62); this.lbl_CTNT_Report_Time.Name = "lbl_CTNT_Report_Time"; this.lbl_CTNT_Report_Time.Size = new System.Drawing.Size(84, 14); this.lbl_CTNT_Report_Time.TabIndex = 45; this.lbl_CTNT_Report_Time.Text = "获得报告时间:"; // // lbl_Hint_CTNT // this.lbl_Hint_CTNT.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_CTNT.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_CTNT.Location = new System.Drawing.Point(33, 32); this.lbl_Hint_CTNT.Name = "lbl_Hint_CTNT"; this.lbl_Hint_CTNT.Size = new System.Drawing.Size(12, 12); this.lbl_Hint_CTNT.TabIndex = 67; this.lbl_Hint_CTNT.Text = "*"; this.lbl_Hint_CTNT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbl_CTNT_Blood_Time // this.lbl_CTNT_Blood_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.lbl_CTNT_Blood_Time.Location = new System.Drawing.Point(46, 62); this.lbl_CTNT_Blood_Time.Name = "lbl_CTNT_Blood_Time"; this.lbl_CTNT_Blood_Time.Size = new System.Drawing.Size(84, 14); this.lbl_CTNT_Blood_Time.TabIndex = 45; this.lbl_CTNT_Blood_Time.Text = "抽血完成时间:"; // // time_CTNT_Report_Time // this.time_CTNT_Report_Time.BackColor = System.Drawing.Color.Transparent; this.time_CTNT_Report_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_CTNT_Report_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_CTNT_Report_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_CTNT_Report_Time.Location = new System.Drawing.Point(432, 59); this.time_CTNT_Report_Time.Name = "time_CTNT_Report_Time"; this.time_CTNT_Report_Time.Size = new System.Drawing.Size(150, 21); this.time_CTNT_Report_Time.TabIndex = 46; this.time_CTNT_Report_Time.TimeValue = ""; // // lbl_Hint_CTNT_Report_Time // this.lbl_Hint_CTNT_Report_Time.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_CTNT_Report_Time.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_CTNT_Report_Time.Location = new System.Drawing.Point(332, 63); this.lbl_Hint_CTNT_Report_Time.Name = "lbl_Hint_CTNT_Report_Time"; this.lbl_Hint_CTNT_Report_Time.Size = new System.Drawing.Size(12, 12); this.lbl_Hint_CTNT_Report_Time.TabIndex = 67; this.lbl_Hint_CTNT_Report_Time.Text = "*"; this.lbl_Hint_CTNT_Report_Time.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // comboBox_CTNT_Unit // this.comboBox_CTNT_Unit.EditValue = "选单位"; this.comboBox_CTNT_Unit.Location = new System.Drawing.Point(402, 28); this.comboBox_CTNT_Unit.Name = "comboBox_CTNT_Unit"; this.comboBox_CTNT_Unit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBox_CTNT_Unit.Properties.Items.AddRange(new object[] { "选单位", "ng/ml", "ug/l", "ng/l", "pg/ml", "mg/l", "无单位"}); this.comboBox_CTNT_Unit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBox_CTNT_Unit.Size = new System.Drawing.Size(87, 20); this.comboBox_CTNT_Unit.TabIndex = 71; // // txt_CTNT_Value // this.txt_CTNT_Value.Location = new System.Drawing.Point(319, 28); this.txt_CTNT_Value.Name = "txt_CTNT_Value"; this.txt_CTNT_Value.Properties.Mask.EditMask = "[0-9]+(.[0-9]{1,3})?"; this.txt_CTNT_Value.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx; this.txt_CTNT_Value.Size = new System.Drawing.Size(80, 20); this.txt_CTNT_Value.TabIndex = 68; // // lbl_Hint_CTNT_Blood_Time // this.lbl_Hint_CTNT_Blood_Time.BackColor = System.Drawing.Color.Transparent; this.lbl_Hint_CTNT_Blood_Time.ForeColor = System.Drawing.Color.Red; this.lbl_Hint_CTNT_Blood_Time.Location = new System.Drawing.Point(34, 63); this.lbl_Hint_CTNT_Blood_Time.Name = "lbl_Hint_CTNT_Blood_Time"; this.lbl_Hint_CTNT_Blood_Time.Size = new System.Drawing.Size(12, 12); this.lbl_Hint_CTNT_Blood_Time.TabIndex = 67; this.lbl_Hint_CTNT_Blood_Time.Text = "*"; this.lbl_Hint_CTNT_Blood_Time.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // comboBox_CTNT_Status // this.comboBox_CTNT_Status.EditValue = "选状态"; this.comboBox_CTNT_Status.Location = new System.Drawing.Point(490, 28); this.comboBox_CTNT_Status.Name = "comboBox_CTNT_Status"; this.comboBox_CTNT_Status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBox_CTNT_Status.Properties.Items.AddRange(new object[] { "选状态", "阳性", "阴性", "未选择"}); this.comboBox_CTNT_Status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.comboBox_CTNT_Status.Size = new System.Drawing.Size(92, 20); this.comboBox_CTNT_Status.TabIndex = 70; // // radioGroup_CTNT // this.radioGroup_CTNT.Location = new System.Drawing.Point(133, 27); this.radioGroup_CTNT.Name = "radioGroup_CTNT"; this.radioGroup_CTNT.Properties.AllowMouseWheel = false; this.radioGroup_CTNT.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "TnT"), new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "Tnl")}); this.radioGroup_CTNT.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow; this.radioGroup_CTNT.Size = new System.Drawing.Size(128, 26); this.radioGroup_CTNT.TabIndex = 43; // // groupControl_CTNT // this.groupControl_CTNT.Controls.Add(this.comboBox_CTNT_Operational); this.groupControl_CTNT.Controls.Add(this.time_CTNT_Blood_Time); this.groupControl_CTNT.Controls.Add(this.lbl_CTNT); this.groupControl_CTNT.Controls.Add(this.comboBox_CTNT_Status); this.groupControl_CTNT.Controls.Add(this.lbl_CTNT_Report_Time); this.groupControl_CTNT.Controls.Add(this.lbl_Hint_CTNT); this.groupControl_CTNT.Controls.Add(this.lbl_CTNT_Blood_Time); this.groupControl_CTNT.Controls.Add(this.time_CTNT_Report_Time); this.groupControl_CTNT.Controls.Add(this.lbl_Hint_CTNT_Report_Time); this.groupControl_CTNT.Controls.Add(this.radioGroup_CTNT); this.groupControl_CTNT.Controls.Add(this.comboBox_CTNT_Unit); this.groupControl_CTNT.Controls.Add(this.txt_CTNT_Value); this.groupControl_CTNT.Controls.Add(this.lbl_Hint_CTNT_Blood_Time); this.groupControl_CTNT.Dock = System.Windows.Forms.DockStyle.Top; this.groupControl_CTNT.Location = new System.Drawing.Point(0, 0); this.groupControl_CTNT.Name = "groupControl_CTNT"; this.groupControl_CTNT.Size = new System.Drawing.Size(610, 86); this.groupControl_CTNT.TabIndex = 77; this.groupControl_CTNT.Text = "肌钙蛋白报告信息"; // // POCT // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(610, 314); this.Controls.Add(this.panel_Operate); this.Controls.Add(this.gridControl_CTNT); this.Controls.Add(this.groupControl_CTNT); this.Name = "POCT"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "POCT"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.POCT_FormClosing); this.Load += new System.EventHandler(this.Form_PatientCTNT_Load); ((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).EndInit(); this.panel_Operate.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Operational.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grv_CTNT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_CTNT)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Unit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_CTNT_Value.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Status.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radioGroup_CTNT.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.groupControl_CTNT)).EndInit(); this.groupControl_CTNT.ResumeLayout(false); this.groupControl_CTNT.PerformLayout(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panel_Operate; private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_Delete; private DevExpress.XtraEditors.SimpleButton btn_Update; private DevExpress.XtraEditors.SimpleButton btn_Save; private DevExpress.XtraEditors.ComboBoxEdit comboBox_CTNT_Operational; private HL_FristAidPlatform_Public.TimeControl time_CTNT_Blood_Time; private DevExpress.XtraGrid.Columns.GridColumn C_Report_Time; private DevExpress.XtraGrid.Columns.GridColumn C_Blood_Time; private DevExpress.XtraGrid.Columns.GridColumn C_Status; private DevExpress.XtraGrid.Columns.GridColumn C_Unit; private DevExpress.XtraGrid.Columns.GridColumn C_Value; private DevExpress.XtraGrid.Columns.GridColumn C_Type; private DevExpress.XtraGrid.Columns.GridColumn C_GUID; private DevExpress.XtraGrid.Columns.GridColumn C_ID; private DevExpress.XtraGrid.Views.Grid.GridView grv_CTNT; private DevExpress.XtraGrid.GridControl gridControl_CTNT; private DevExpress.XtraEditors.LabelControl lbl_CTNT; private DevExpress.XtraEditors.LabelControl lbl_CTNT_Report_Time; private System.Windows.Forms.Label lbl_Hint_CTNT; private DevExpress.XtraEditors.LabelControl lbl_CTNT_Blood_Time; private HL_FristAidPlatform_Public.TimeControl time_CTNT_Report_Time; private System.Windows.Forms.Label lbl_Hint_CTNT_Report_Time; private DevExpress.XtraEditors.ComboBoxEdit comboBox_CTNT_Unit; private DevExpress.XtraEditors.TextEdit txt_CTNT_Value; private System.Windows.Forms.Label lbl_Hint_CTNT_Blood_Time; private DevExpress.XtraEditors.ComboBoxEdit comboBox_CTNT_Status; private DevExpress.XtraEditors.RadioGroup radioGroup_CTNT; private DevExpress.XtraEditors.GroupControl groupControl_CTNT; } }