StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_CTNT.Designe...

580 lines
34 KiB
C#

namespace HL_FristAidPlatform_ChestPain
{
partial class Form_ChestPain_CTNT
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_CTNT));
this.comboBox_CTNT_Operational = new DevExpress.XtraEditors.ComboBoxEdit();
this.time_CTNT_Blood_Time = new HL_FristAidPlatform_Public.TimeControl();
this.comboBox_CTNT_Status = new DevExpress.XtraEditors.ComboBoxEdit();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
this.time_CTNT_Report_Time = new HL_FristAidPlatform_Public.TimeControl();
this.radioGroup_CTNT = new DevExpress.XtraEditors.RadioGroup();
this.txt_CTNT_Value = new DevExpress.XtraEditors.TextEdit();
this.lbl_Hint_CTNT_Blood_Time = new System.Windows.Forms.Label();
this.comboBox_CTNT_Unit = new DevExpress.XtraEditors.ComboBoxEdit();
this.lbl_Hint_CTNT_Report_Time = new System.Windows.Forms.Label();
this.lbl_CTNT_Blood_Time = new DevExpress.XtraEditors.LabelControl();
this.lbl_Hint_CTNT = new System.Windows.Forms.Label();
this.lbl_CTNT_Report_Time = new DevExpress.XtraEditors.LabelControl();
this.lbl_CTNT = new DevExpress.XtraEditors.LabelControl();
this.gridControl_CTNT = new DevExpress.XtraGrid.GridControl();
this.grv_CTNT = new DevExpress.XtraGrid.Views.Grid.GridView();
this.C_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Type = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Value = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Unit = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Status = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Blood_Time = new DevExpress.XtraGrid.Columns.GridColumn();
this.C_Report_Time = new DevExpress.XtraGrid.Columns.GridColumn();
this.groupControl_CTNT = new DevExpress.XtraEditors.GroupControl();
this.btn_Update = new DevExpress.XtraEditors.SimpleButton();
this.btn_Delete = new DevExpress.XtraEditors.SimpleButton();
this.panel_Operate = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Operational.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Status.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CTNT.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CTNT_Value.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Unit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_CTNT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_CTNT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl_CTNT)).BeginInit();
this.groupControl_CTNT.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).BeginInit();
this.panel_Operate.SuspendLayout();
this.SuspendLayout();
//
// comboBox_CTNT_Operational
//
this.comboBox_CTNT_Operational.EditValue = "=";
this.comboBox_CTNT_Operational.Location = new System.Drawing.Point(304, 36);
this.comboBox_CTNT_Operational.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.comboBox_CTNT_Operational.Name = "comboBox_CTNT_Operational";
this.comboBox_CTNT_Operational.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.comboBox_CTNT_Operational.Properties.Appearance.Options.UseFont = true;
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(59, 24);
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.Font = new System.Drawing.Font("Tahoma", 11F);
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(157, 75);
this.time_CTNT_Blood_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.time_CTNT_Blood_Time.Name = "time_CTNT_Blood_Time";
this.time_CTNT_Blood_Time.Size = new System.Drawing.Size(171, 24);
this.time_CTNT_Blood_Time.TabIndex = 4;
this.time_CTNT_Blood_Time.TimeValue = "";
//
// comboBox_CTNT_Status
//
this.comboBox_CTNT_Status.EditValue = "选状态";
this.comboBox_CTNT_Status.Location = new System.Drawing.Point(557, 36);
this.comboBox_CTNT_Status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.comboBox_CTNT_Status.Name = "comboBox_CTNT_Status";
this.comboBox_CTNT_Status.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.comboBox_CTNT_Status.Properties.Appearance.Options.UseFont = true;
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(105, 24);
this.comboBox_CTNT_Status.TabIndex = 3;
//
// btn_Save
//
this.btn_Save.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Save.Appearance.Options.UseFont = true;
this.btn_Save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btn_Save.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.save_32x321;
this.btn_Save.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Save.Location = new System.Drawing.Point(114, 6);
this.btn_Save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Save.Name = "btn_Save";
this.btn_Save.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Save.Size = new System.Drawing.Size(114, 51);
this.btn_Save.TabIndex = 0;
this.btn_Save.Text = "保存";
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// btn_Add
//
this.btn_Add.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Add.Appearance.Options.UseFont = true;
this.btn_Add.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btn_Add.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.add_32x32;
this.btn_Add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Add.Location = new System.Drawing.Point(232, 6);
this.btn_Add.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Add.Name = "btn_Add";
this.btn_Add.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Add.Size = new System.Drawing.Size(114, 51);
this.btn_Add.TabIndex = 1;
this.btn_Add.Text = "新增";
this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
//
// 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.Font = new System.Drawing.Font("Tahoma", 11F);
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(499, 72);
this.time_CTNT_Report_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.time_CTNT_Report_Time.Name = "time_CTNT_Report_Time";
this.time_CTNT_Report_Time.Size = new System.Drawing.Size(171, 24);
this.time_CTNT_Report_Time.TabIndex = 5;
this.time_CTNT_Report_Time.TimeValue = "";
//
// radioGroup_CTNT
//
this.radioGroup_CTNT.Location = new System.Drawing.Point(157, 35);
this.radioGroup_CTNT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.radioGroup_CTNT.Name = "radioGroup_CTNT";
this.radioGroup_CTNT.Properties.AllowMouseWheel = false;
this.radioGroup_CTNT.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.radioGroup_CTNT.Properties.Appearance.Options.UseFont = true;
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(146, 24);
this.radioGroup_CTNT.TabIndex = 0;
//
// txt_CTNT_Value
//
this.txt_CTNT_Value.Location = new System.Drawing.Point(365, 36);
this.txt_CTNT_Value.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_CTNT_Value.Name = "txt_CTNT_Value";
this.txt_CTNT_Value.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.txt_CTNT_Value.Properties.Appearance.Options.UseFont = true;
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(91, 24);
this.txt_CTNT_Value.TabIndex = 1;
//
// lbl_Hint_CTNT_Blood_Time
//
this.lbl_Hint_CTNT_Blood_Time.BackColor = System.Drawing.Color.Transparent;
this.lbl_Hint_CTNT_Blood_Time.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Hint_CTNT_Blood_Time.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_CTNT_Blood_Time.Location = new System.Drawing.Point(39, 81);
this.lbl_Hint_CTNT_Blood_Time.Name = "lbl_Hint_CTNT_Blood_Time";
this.lbl_Hint_CTNT_Blood_Time.Size = new System.Drawing.Size(14, 15);
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_Unit
//
this.comboBox_CTNT_Unit.EditValue = "选单位";
this.comboBox_CTNT_Unit.Location = new System.Drawing.Point(457, 36);
this.comboBox_CTNT_Unit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.comboBox_CTNT_Unit.Name = "comboBox_CTNT_Unit";
this.comboBox_CTNT_Unit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.comboBox_CTNT_Unit.Properties.Appearance.Options.UseFont = true;
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(99, 24);
this.comboBox_CTNT_Unit.TabIndex = 2;
//
// lbl_Hint_CTNT_Report_Time
//
this.lbl_Hint_CTNT_Report_Time.BackColor = System.Drawing.Color.Transparent;
this.lbl_Hint_CTNT_Report_Time.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Hint_CTNT_Report_Time.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_CTNT_Report_Time.Location = new System.Drawing.Point(377, 78);
this.lbl_Hint_CTNT_Report_Time.Name = "lbl_Hint_CTNT_Report_Time";
this.lbl_Hint_CTNT_Report_Time.Size = new System.Drawing.Size(14, 15);
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;
//
// lbl_CTNT_Blood_Time
//
this.lbl_CTNT_Blood_Time.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_CTNT_Blood_Time.Appearance.Options.UseFont = true;
this.lbl_CTNT_Blood_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_CTNT_Blood_Time.Location = new System.Drawing.Point(49, 78);
this.lbl_CTNT_Blood_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl_CTNT_Blood_Time.Name = "lbl_CTNT_Blood_Time";
this.lbl_CTNT_Blood_Time.Size = new System.Drawing.Size(105, 18);
this.lbl_CTNT_Blood_Time.TabIndex = 45;
this.lbl_CTNT_Blood_Time.Text = "抽血完成时间:";
//
// lbl_Hint_CTNT
//
this.lbl_Hint_CTNT.BackColor = System.Drawing.Color.Transparent;
this.lbl_Hint_CTNT.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Hint_CTNT.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_CTNT.Location = new System.Drawing.Point(38, 41);
this.lbl_Hint_CTNT.Name = "lbl_Hint_CTNT";
this.lbl_Hint_CTNT.Size = new System.Drawing.Size(14, 15);
this.lbl_Hint_CTNT.TabIndex = 67;
this.lbl_Hint_CTNT.Text = "*";
this.lbl_Hint_CTNT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_CTNT_Report_Time
//
this.lbl_CTNT_Report_Time.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_CTNT_Report_Time.Appearance.Options.UseFont = true;
this.lbl_CTNT_Report_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_CTNT_Report_Time.Location = new System.Drawing.Point(391, 75);
this.lbl_CTNT_Report_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl_CTNT_Report_Time.Name = "lbl_CTNT_Report_Time";
this.lbl_CTNT_Report_Time.Size = new System.Drawing.Size(105, 18);
this.lbl_CTNT_Report_Time.TabIndex = 45;
this.lbl_CTNT_Report_Time.Text = "获得报告时间:";
//
// lbl_CTNT
//
this.lbl_CTNT.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_CTNT.Appearance.Options.UseFont = true;
this.lbl_CTNT.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_CTNT.Location = new System.Drawing.Point(49, 38);
this.lbl_CTNT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl_CTNT.Name = "lbl_CTNT";
this.lbl_CTNT.Size = new System.Drawing.Size(105, 18);
this.lbl_CTNT.TabIndex = 45;
this.lbl_CTNT.Text = "首次肌钙蛋白:";
//
// gridControl_CTNT
//
this.gridControl_CTNT.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_CTNT.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControl_CTNT.Location = new System.Drawing.Point(0, 178);
this.gridControl_CTNT.MainView = this.grv_CTNT;
this.gridControl_CTNT.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gridControl_CTNT.Name = "gridControl_CTNT";
this.gridControl_CTNT.Size = new System.Drawing.Size(733, 430);
this.gridControl_CTNT.TabIndex = 73;
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);
//
// grv_CTNT
//
this.grv_CTNT.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_CTNT.Appearance.GroupPanel.Options.UseFont = true;
this.grv_CTNT.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_CTNT.Appearance.GroupRow.Options.UseFont = true;
this.grv_CTNT.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_CTNT.Appearance.HeaderPanel.Options.UseFont = true;
this.grv_CTNT.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.grv_CTNT.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.grv_CTNT.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_CTNT.Appearance.Row.Options.UseFont = true;
this.grv_CTNT.Appearance.Row.Options.UseTextOptions = true;
this.grv_CTNT.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.grv_CTNT.ColumnPanelRowHeight = 45;
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 = 450;
this.grv_CTNT.FixedLineWidth = 3;
this.grv_CTNT.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
this.grv_CTNT.GridControl = this.gridControl_CTNT;
this.grv_CTNT.GroupPanelText = "双击列表中部位信息可以在上方编辑区域进行修改。";
this.grv_CTNT.IndicatorWidth = 35;
this.grv_CTNT.Name = "grv_CTNT";
this.grv_CTNT.OptionsBehavior.Editable = false;
this.grv_CTNT.OptionsSelection.EnableAppearanceFocusedCell = false;
this.grv_CTNT.RowHeight = 45;
this.grv_CTNT.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grv_CTNT_CustomDrawRowIndicator);
this.grv_CTNT.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.grv_CTNT_CustomColumnDisplayText);
//
// C_ID
//
this.C_ID.Caption = "编号";
this.C_ID.FieldName = "ID";
this.C_ID.MinWidth = 23;
this.C_ID.Name = "C_ID";
this.C_ID.OptionsFilter.AllowAutoFilter = false;
this.C_ID.OptionsFilter.AllowFilter = false;
this.C_ID.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_ID.Width = 80;
//
// C_GUID
//
this.C_GUID.Caption = "GUID";
this.C_GUID.FieldName = "GUID";
this.C_GUID.MinWidth = 23;
this.C_GUID.Name = "C_GUID";
this.C_GUID.OptionsFilter.AllowAutoFilter = false;
this.C_GUID.OptionsFilter.AllowFilter = false;
this.C_GUID.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_GUID.Width = 99;
//
// C_Type
//
this.C_Type.Caption = "类型";
this.C_Type.FieldName = "Type";
this.C_Type.MinWidth = 23;
this.C_Type.Name = "C_Type";
this.C_Type.OptionsFilter.AllowAutoFilter = false;
this.C_Type.OptionsFilter.AllowFilter = false;
this.C_Type.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_Type.Visible = true;
this.C_Type.VisibleIndex = 0;
this.C_Type.Width = 80;
//
// C_Value
//
this.C_Value.Caption = "数值";
this.C_Value.FieldName = "Value";
this.C_Value.MinWidth = 23;
this.C_Value.Name = "C_Value";
this.C_Value.OptionsFilter.AllowAutoFilter = false;
this.C_Value.OptionsFilter.AllowFilter = false;
this.C_Value.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_Value.Visible = true;
this.C_Value.VisibleIndex = 1;
this.C_Value.Width = 80;
//
// C_Unit
//
this.C_Unit.Caption = "单位";
this.C_Unit.FieldName = "Unit";
this.C_Unit.MinWidth = 23;
this.C_Unit.Name = "C_Unit";
this.C_Unit.OptionsFilter.AllowAutoFilter = false;
this.C_Unit.OptionsFilter.AllowFilter = false;
this.C_Unit.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_Unit.Visible = true;
this.C_Unit.VisibleIndex = 2;
this.C_Unit.Width = 80;
//
// C_Status
//
this.C_Status.Caption = "状态";
this.C_Status.FieldName = "Status";
this.C_Status.MinWidth = 23;
this.C_Status.Name = "C_Status";
this.C_Status.OptionsFilter.AllowAutoFilter = false;
this.C_Status.OptionsFilter.AllowFilter = false;
this.C_Status.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_Status.Visible = true;
this.C_Status.VisibleIndex = 3;
this.C_Status.Width = 80;
//
// C_Blood_Time
//
this.C_Blood_Time.Caption = "抽血完成时间";
this.C_Blood_Time.FieldName = "Blood_Time";
this.C_Blood_Time.MinWidth = 23;
this.C_Blood_Time.Name = "C_Blood_Time";
this.C_Blood_Time.OptionsFilter.AllowAutoFilter = false;
this.C_Blood_Time.OptionsFilter.AllowFilter = false;
this.C_Blood_Time.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_Blood_Time.Visible = true;
this.C_Blood_Time.VisibleIndex = 4;
this.C_Blood_Time.Width = 137;
//
// C_Report_Time
//
this.C_Report_Time.Caption = "报告时间";
this.C_Report_Time.FieldName = "Report_Time";
this.C_Report_Time.MinWidth = 23;
this.C_Report_Time.Name = "C_Report_Time";
this.C_Report_Time.OptionsFilter.AllowAutoFilter = false;
this.C_Report_Time.OptionsFilter.AllowFilter = false;
this.C_Report_Time.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.C_Report_Time.Visible = true;
this.C_Report_Time.VisibleIndex = 5;
this.C_Report_Time.Width = 175;
//
// 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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupControl_CTNT.Name = "groupControl_CTNT";
this.groupControl_CTNT.Size = new System.Drawing.Size(733, 114);
this.groupControl_CTNT.TabIndex = 74;
this.groupControl_CTNT.Text = "肌钙蛋白报告信息";
//
// btn_Update
//
this.btn_Update.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Update.Appearance.Options.UseFont = true;
this.btn_Update.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btn_Update.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.cleartablestyle_32x32;
this.btn_Update.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Update.Location = new System.Drawing.Point(350, 6);
this.btn_Update.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Update.Name = "btn_Update";
this.btn_Update.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Update.Size = new System.Drawing.Size(114, 51);
this.btn_Update.TabIndex = 2;
this.btn_Update.Text = "修改";
this.btn_Update.Click += new System.EventHandler(this.btn_Update_Click);
//
// btn_Delete
//
this.btn_Delete.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Delete.Appearance.Options.UseFont = true;
this.btn_Delete.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btn_Delete.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.cancel_32x32;
this.btn_Delete.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.btn_Delete.Location = new System.Drawing.Point(467, 6);
this.btn_Delete.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Delete.Size = new System.Drawing.Size(114, 51);
this.btn_Delete.TabIndex = 3;
this.btn_Delete.Text = "删除";
this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
//
// 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, 114);
this.panel_Operate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panel_Operate.Name = "panel_Operate";
this.panel_Operate.Size = new System.Drawing.Size(733, 64);
this.panel_Operate.TabIndex = 75;
//
// Form_ChestPain_CTNT
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(733, 608);
this.Controls.Add(this.gridControl_CTNT);
this.Controls.Add(this.panel_Operate);
this.Controls.Add(this.groupControl_CTNT);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Font = new System.Drawing.Font("Tahoma", 11F);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_ChestPain_CTNT.IconOptions.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_ChestPain_CTNT";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "肌钙蛋白报告信息管理";
this.Load += new System.EventHandler(this.Form_ChestPain_CTNT_Load);
((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Operational.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Status.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CTNT.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_CTNT_Value.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBox_CTNT_Unit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_CTNT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_CTNT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl_CTNT)).EndInit();
this.groupControl_CTNT.ResumeLayout(false);
this.groupControl_CTNT.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).EndInit();
this.panel_Operate.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ComboBoxEdit comboBox_CTNT_Operational;
private HL_FristAidPlatform_Public.TimeControl time_CTNT_Blood_Time;
private DevExpress.XtraEditors.ComboBoxEdit comboBox_CTNT_Status;
private DevExpress.XtraEditors.SimpleButton btn_Save;
private DevExpress.XtraEditors.SimpleButton btn_Add;
private HL_FristAidPlatform_Public.TimeControl time_CTNT_Report_Time;
private DevExpress.XtraEditors.RadioGroup radioGroup_CTNT;
private DevExpress.XtraEditors.TextEdit txt_CTNT_Value;
private System.Windows.Forms.Label lbl_Hint_CTNT_Blood_Time;
private DevExpress.XtraEditors.ComboBoxEdit comboBox_CTNT_Unit;
private System.Windows.Forms.Label lbl_Hint_CTNT_Report_Time;
private DevExpress.XtraEditors.LabelControl lbl_CTNT_Blood_Time;
private System.Windows.Forms.Label lbl_Hint_CTNT;
private DevExpress.XtraEditors.LabelControl lbl_CTNT_Report_Time;
private DevExpress.XtraEditors.LabelControl lbl_CTNT;
private DevExpress.XtraGrid.GridControl gridControl_CTNT;
private DevExpress.XtraGrid.Views.Grid.GridView grv_CTNT;
private DevExpress.XtraGrid.Columns.GridColumn C_ID;
private DevExpress.XtraGrid.Columns.GridColumn C_GUID;
private DevExpress.XtraGrid.Columns.GridColumn C_Type;
private DevExpress.XtraGrid.Columns.GridColumn C_Value;
private DevExpress.XtraGrid.Columns.GridColumn C_Unit;
private DevExpress.XtraGrid.Columns.GridColumn C_Status;
private DevExpress.XtraGrid.Columns.GridColumn C_Blood_Time;
private DevExpress.XtraGrid.Columns.GridColumn C_Report_Time;
private DevExpress.XtraEditors.GroupControl groupControl_CTNT;
private DevExpress.XtraEditors.SimpleButton btn_Update;
private DevExpress.XtraEditors.SimpleButton btn_Delete;
private DevExpress.XtraEditors.PanelControl panel_Operate;
}
}