StableVersion4.3/HL_ChestPain_Statistics/Form_ChestPain_Certificatio...

451 lines
26 KiB
C#

namespace HL_FristAidPlatform_ChestPain_Statistics
{
partial class Form_ChestPain_CertificationList
{
/// <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()
{
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
this.panel_Sel = new DevExpress.XtraEditors.PanelControl();
this.radioGroup_ReportType = new DevExpress.XtraEditors.RadioGroup();
this.radioGroup_DataType = new DevExpress.XtraEditors.RadioGroup();
this.lookUp_Hospital = new DevExpress.XtraEditors.LookUpEdit();
this.date_End = new HL_FristAidPlatform_Public.TimeControl();
this.date_Start = new HL_FristAidPlatform_Public.TimeControl();
this.lbl_ReportType = new DevExpress.XtraEditors.LabelControl();
this.lbl_DataType = new DevExpress.XtraEditors.LabelControl();
this.lbl_Hospital = new DevExpress.XtraEditors.LabelControl();
this.lbl_Date = new DevExpress.XtraEditors.LabelControl();
this.lbl_Date_Info = new DevExpress.XtraEditors.LabelControl();
this.panel_CP_Reperfusion = new DevExpress.XtraEditors.PanelControl();
this.checkedList_CP_Second_Reperfusion = new DevExpress.XtraEditors.CheckedListBoxControl();
this.lbl_CP_Second_Reperfusion = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_CP_First_Reperfusion = new DevExpress.XtraEditors.RadioGroup();
this.lbl_CP_First_Reperfusion = new DevExpress.XtraEditors.LabelControl();
this.grid_Standard = new DevExpress.XtraGrid.GridControl();
this.grv_Standard = new DevExpress.XtraGrid.Views.Grid.GridView();
this.S_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_Stamp = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_StandardContent = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_Share = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_Other = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_OrderBy = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_IsKey = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_DLLName = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_FunctionName = new DevExpress.XtraGrid.Columns.GridColumn();
this.S_Operate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).BeginInit();
this.panel_Sel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ReportType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_DataType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUp_Hospital.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_CP_Reperfusion)).BeginInit();
this.panel_CP_Reperfusion.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedList_CP_Second_Reperfusion)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CP_First_Reperfusion.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grid_Standard)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Standard)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).BeginInit();
this.SuspendLayout();
//
// panel_Sel
//
this.panel_Sel.Controls.Add(this.radioGroup_ReportType);
this.panel_Sel.Controls.Add(this.radioGroup_DataType);
this.panel_Sel.Controls.Add(this.lookUp_Hospital);
this.panel_Sel.Controls.Add(this.date_End);
this.panel_Sel.Controls.Add(this.date_Start);
this.panel_Sel.Controls.Add(this.lbl_ReportType);
this.panel_Sel.Controls.Add(this.lbl_DataType);
this.panel_Sel.Controls.Add(this.lbl_Hospital);
this.panel_Sel.Controls.Add(this.lbl_Date);
this.panel_Sel.Controls.Add(this.lbl_Date_Info);
this.panel_Sel.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_Sel.Location = new System.Drawing.Point(0, 0);
this.panel_Sel.Name = "panel_Sel";
this.panel_Sel.Size = new System.Drawing.Size(954, 73);
this.panel_Sel.TabIndex = 0;
//
// radioGroup_ReportType
//
this.radioGroup_ReportType.EditValue = "1";
this.radioGroup_ReportType.Location = new System.Drawing.Point(456, 42);
this.radioGroup_ReportType.Name = "radioGroup_ReportType";
this.radioGroup_ReportType.Properties.AllowMouseWheel = false;
this.radioGroup_ReportType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "月报表")});
this.radioGroup_ReportType.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
this.radioGroup_ReportType.Size = new System.Drawing.Size(72, 23);
this.radioGroup_ReportType.TabIndex = 101;
//
// radioGroup_DataType
//
this.radioGroup_DataType.EditValue = "-1";
this.radioGroup_DataType.Location = new System.Drawing.Point(75, 42);
this.radioGroup_DataType.Name = "radioGroup_DataType";
this.radioGroup_DataType.Properties.AllowMouseWheel = false;
this.radioGroup_DataType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("-1", "全部"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "已上传")});
this.radioGroup_DataType.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
this.radioGroup_DataType.Size = new System.Drawing.Size(125, 23);
this.radioGroup_DataType.TabIndex = 101;
//
// lookUp_Hospital
//
this.lookUp_Hospital.Location = new System.Drawing.Point(75, 12);
this.lookUp_Hospital.Name = "lookUp_Hospital";
this.lookUp_Hospital.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUp_Hospital.Properties.NullText = "请选择";
this.lookUp_Hospital.Size = new System.Drawing.Size(261, 20);
this.lookUp_Hospital.TabIndex = 24;
//
// date_End
//
this.date_End.BackColor = System.Drawing.Color.Transparent;
this.date_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.False;
this.date_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM;
this.date_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.date_End.Location = new System.Drawing.Point(594, 12);
this.date_End.Name = "date_End";
this.date_End.Size = new System.Drawing.Size(110, 21);
this.date_End.TabIndex = 21;
this.date_End.TimeValue = "";
//
// date_Start
//
this.date_Start.BackColor = System.Drawing.Color.Transparent;
this.date_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.False;
this.date_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM;
this.date_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.date_Start.Location = new System.Drawing.Point(456, 12);
this.date_Start.Name = "date_Start";
this.date_Start.Size = new System.Drawing.Size(110, 21);
this.date_Start.TabIndex = 20;
this.date_Start.TimeValue = "";
//
// lbl_ReportType
//
this.lbl_ReportType.Location = new System.Drawing.Point(393, 46);
this.lbl_ReportType.Name = "lbl_ReportType";
this.lbl_ReportType.Size = new System.Drawing.Size(60, 14);
this.lbl_ReportType.TabIndex = 23;
this.lbl_ReportType.Text = "报表类型:";
//
// lbl_DataType
//
this.lbl_DataType.Location = new System.Drawing.Point(12, 46);
this.lbl_DataType.Name = "lbl_DataType";
this.lbl_DataType.Size = new System.Drawing.Size(60, 14);
this.lbl_DataType.TabIndex = 23;
this.lbl_DataType.Text = "数据类型:";
//
// lbl_Hospital
//
this.lbl_Hospital.Location = new System.Drawing.Point(12, 15);
this.lbl_Hospital.Name = "lbl_Hospital";
this.lbl_Hospital.Size = new System.Drawing.Size(60, 14);
this.lbl_Hospital.TabIndex = 23;
this.lbl_Hospital.Text = "统计医院:";
//
// lbl_Date
//
this.lbl_Date.Location = new System.Drawing.Point(393, 15);
this.lbl_Date.Name = "lbl_Date";
this.lbl_Date.Size = new System.Drawing.Size(60, 14);
this.lbl_Date.TabIndex = 23;
this.lbl_Date.Text = "统计时间:";
//
// lbl_Date_Info
//
this.lbl_Date_Info.Location = new System.Drawing.Point(573, 15);
this.lbl_Date_Info.Name = "lbl_Date_Info";
this.lbl_Date_Info.Size = new System.Drawing.Size(12, 14);
this.lbl_Date_Info.TabIndex = 22;
this.lbl_Date_Info.Text = "至";
//
// panel_CP_Reperfusion
//
this.panel_CP_Reperfusion.Controls.Add(this.checkedList_CP_Second_Reperfusion);
this.panel_CP_Reperfusion.Controls.Add(this.lbl_CP_Second_Reperfusion);
this.panel_CP_Reperfusion.Controls.Add(this.radioGroup_CP_First_Reperfusion);
this.panel_CP_Reperfusion.Controls.Add(this.lbl_CP_First_Reperfusion);
this.panel_CP_Reperfusion.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_CP_Reperfusion.Location = new System.Drawing.Point(0, 73);
this.panel_CP_Reperfusion.Name = "panel_CP_Reperfusion";
this.panel_CP_Reperfusion.Size = new System.Drawing.Size(954, 36);
this.panel_CP_Reperfusion.TabIndex = 0;
//
// checkedList_CP_Second_Reperfusion
//
this.checkedList_CP_Second_Reperfusion.CheckOnClick = true;
this.checkedList_CP_Second_Reperfusion.ItemAutoHeight = true;
this.checkedList_CP_Second_Reperfusion.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("1", "溶栓"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2", "转运PPCI"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("3", "本院PPCI")});
this.checkedList_CP_Second_Reperfusion.Location = new System.Drawing.Point(456, 9);
this.checkedList_CP_Second_Reperfusion.MultiColumn = true;
this.checkedList_CP_Second_Reperfusion.Name = "checkedList_CP_Second_Reperfusion";
this.checkedList_CP_Second_Reperfusion.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.checkedList_CP_Second_Reperfusion.Size = new System.Drawing.Size(248, 18);
this.checkedList_CP_Second_Reperfusion.TabIndex = 104;
this.checkedList_CP_Second_Reperfusion.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.checkedList_CP_Second_Reperfusion_ItemCheck);
//
// lbl_CP_Second_Reperfusion
//
this.lbl_CP_Second_Reperfusion.Location = new System.Drawing.Point(357, 11);
this.lbl_CP_Second_Reperfusion.Name = "lbl_CP_Second_Reperfusion";
this.lbl_CP_Second_Reperfusion.Size = new System.Drawing.Size(96, 14);
this.lbl_CP_Second_Reperfusion.TabIndex = 103;
this.lbl_CP_Second_Reperfusion.Text = "次选再灌注措施:";
//
// radioGroup_CP_First_Reperfusion
//
this.radioGroup_CP_First_Reperfusion.Location = new System.Drawing.Point(111, 6);
this.radioGroup_CP_First_Reperfusion.Name = "radioGroup_CP_First_Reperfusion";
this.radioGroup_CP_First_Reperfusion.Properties.AllowMouseWheel = false;
this.radioGroup_CP_First_Reperfusion.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "溶栓"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "转运PPCI"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "本院PPCI")});
this.radioGroup_CP_First_Reperfusion.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
this.radioGroup_CP_First_Reperfusion.Size = new System.Drawing.Size(218, 23);
this.radioGroup_CP_First_Reperfusion.TabIndex = 102;
this.radioGroup_CP_First_Reperfusion.SelectedIndexChanged += new System.EventHandler(this.radioGroup_CP_First_Reperfusion_SelectedIndexChanged);
//
// lbl_CP_First_Reperfusion
//
this.lbl_CP_First_Reperfusion.Location = new System.Drawing.Point(12, 11);
this.lbl_CP_First_Reperfusion.Name = "lbl_CP_First_Reperfusion";
this.lbl_CP_First_Reperfusion.Size = new System.Drawing.Size(96, 14);
this.lbl_CP_First_Reperfusion.TabIndex = 101;
this.lbl_CP_First_Reperfusion.Text = "首选再灌注措施:";
//
// grid_Standard
//
this.grid_Standard.Cursor = System.Windows.Forms.Cursors.Hand;
this.grid_Standard.Dock = System.Windows.Forms.DockStyle.Fill;
this.grid_Standard.Location = new System.Drawing.Point(0, 109);
this.grid_Standard.MainView = this.grv_Standard;
this.grid_Standard.Name = "grid_Standard";
this.grid_Standard.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit});
this.grid_Standard.Size = new System.Drawing.Size(954, 346);
this.grid_Standard.TabIndex = 5;
this.grid_Standard.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_Standard});
//
// grv_Standard
//
this.grv_Standard.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.S_ID,
this.S_GUID,
this.S_Stamp,
this.S_StandardContent,
this.S_Share,
this.S_Other,
this.S_OrderBy,
this.S_IsKey,
this.S_DLLName,
this.S_FunctionName,
this.S_Operate});
this.grv_Standard.GridControl = this.grid_Standard;
this.grv_Standard.GroupPanelText = " *红色代表必须达到的时间或趋势要求,其他不做强制要求,但需要有数据趋势。";
this.grv_Standard.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
this.grv_Standard.IndicatorWidth = 35;
this.grv_Standard.Name = "grv_Standard";
this.grv_Standard.OptionsBehavior.ReadOnly = true;
this.grv_Standard.OptionsCustomization.AllowSort = false;
this.grv_Standard.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grv_Standard_CustomDrawRowIndicator);
this.grv_Standard.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.grv_Standard_RowCellStyle);
//
// S_ID
//
this.S_ID.Caption = "ID";
this.S_ID.FieldName = "ID";
this.S_ID.Name = "S_ID";
this.S_ID.OptionsColumn.AllowEdit = false;
//
// S_GUID
//
this.S_GUID.Caption = "GUID";
this.S_GUID.FieldName = "GUID";
this.S_GUID.Name = "S_GUID";
this.S_GUID.OptionsColumn.AllowEdit = false;
//
// S_Stamp
//
this.S_Stamp.Caption = "标识";
this.S_Stamp.FieldName = "Stamp";
this.S_Stamp.Name = "S_Stamp";
this.S_Stamp.OptionsColumn.AllowEdit = false;
this.S_Stamp.Visible = true;
this.S_Stamp.VisibleIndex = 0;
//
// S_StandardContent
//
this.S_StandardContent.Caption = "考核内容";
this.S_StandardContent.FieldName = "StandardContent";
this.S_StandardContent.Name = "S_StandardContent";
this.S_StandardContent.OptionsColumn.AllowEdit = false;
this.S_StandardContent.Visible = true;
this.S_StandardContent.VisibleIndex = 1;
this.S_StandardContent.Width = 334;
//
// S_Share
//
this.S_Share.Caption = "所占分值";
this.S_Share.FieldName = "Share";
this.S_Share.Name = "S_Share";
this.S_Share.OptionsColumn.AllowEdit = false;
this.S_Share.Width = 66;
//
// S_Other
//
this.S_Other.Caption = "其他说明";
this.S_Other.FieldName = "Other";
this.S_Other.Name = "S_Other";
this.S_Other.OptionsColumn.AllowEdit = false;
this.S_Other.Width = 310;
//
// S_OrderBy
//
this.S_OrderBy.Caption = "排序";
this.S_OrderBy.FieldName = "OrderBy";
this.S_OrderBy.Name = "S_OrderBy";
this.S_OrderBy.OptionsColumn.AllowEdit = false;
//
// S_IsKey
//
this.S_IsKey.Caption = "IsKey";
this.S_IsKey.FieldName = "IsKey";
this.S_IsKey.Name = "S_IsKey";
this.S_IsKey.OptionsColumn.AllowEdit = false;
//
// S_DLLName
//
this.S_DLLName.Caption = "DLLName";
this.S_DLLName.FieldName = "DLLName";
this.S_DLLName.Name = "S_DLLName";
this.S_DLLName.OptionsColumn.AllowEdit = false;
//
// S_FunctionName
//
this.S_FunctionName.Caption = "FunctionName";
this.S_FunctionName.FieldName = "FunctionName";
this.S_FunctionName.Name = "S_FunctionName";
this.S_FunctionName.OptionsColumn.AllowEdit = false;
//
// S_Operate
//
this.S_Operate.Caption = "操作";
this.S_Operate.ColumnEdit = this.repositoryItemButtonEdit;
this.S_Operate.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
this.S_Operate.Name = "S_Operate";
this.S_Operate.Visible = true;
this.S_Operate.VisibleIndex = 2;
//
// repositoryItemButtonEdit
//
this.repositoryItemButtonEdit.AutoHeight = false;
this.repositoryItemButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "查看", -1, true, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.repositoryItemButtonEdit.Name = "repositoryItemButtonEdit";
this.repositoryItemButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit_ButtonClick);
//
// Form_ChestPain_CertificationList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(954, 455);
this.Controls.Add(this.grid_Standard);
this.Controls.Add(this.panel_CP_Reperfusion);
this.Controls.Add(this.panel_Sel);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Name = "Form_ChestPain_CertificationList";
this.Text = "认证指标";
this.Load += new System.EventHandler(this.Form_ChestPain_CertificationList_Load);
((System.ComponentModel.ISupportInitialize)(this.panel_Sel)).EndInit();
this.panel_Sel.ResumeLayout(false);
this.panel_Sel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_ReportType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_DataType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUp_Hospital.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panel_CP_Reperfusion)).EndInit();
this.panel_CP_Reperfusion.ResumeLayout(false);
this.panel_CP_Reperfusion.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.checkedList_CP_Second_Reperfusion)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_CP_First_Reperfusion.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grid_Standard)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_Standard)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panel_Sel;
private DevExpress.XtraEditors.PanelControl panel_CP_Reperfusion;
private HL_FristAidPlatform_Public.TimeControl date_End;
private HL_FristAidPlatform_Public.TimeControl date_Start;
private DevExpress.XtraEditors.LabelControl lbl_Date;
private DevExpress.XtraEditors.LabelControl lbl_Date_Info;
private DevExpress.XtraEditors.LabelControl lbl_Hospital;
private DevExpress.XtraEditors.LookUpEdit lookUp_Hospital;
private DevExpress.XtraEditors.LabelControl lbl_ReportType;
private DevExpress.XtraEditors.LabelControl lbl_DataType;
private DevExpress.XtraEditors.RadioGroup radioGroup_ReportType;
private DevExpress.XtraEditors.RadioGroup radioGroup_DataType;
private DevExpress.XtraEditors.RadioGroup radioGroup_CP_First_Reperfusion;
private DevExpress.XtraEditors.LabelControl lbl_CP_First_Reperfusion;
private DevExpress.XtraEditors.CheckedListBoxControl checkedList_CP_Second_Reperfusion;
private DevExpress.XtraEditors.LabelControl lbl_CP_Second_Reperfusion;
private DevExpress.XtraGrid.GridControl grid_Standard;
private DevExpress.XtraGrid.Views.Grid.GridView grv_Standard;
private DevExpress.XtraGrid.Columns.GridColumn S_ID;
private DevExpress.XtraGrid.Columns.GridColumn S_GUID;
private DevExpress.XtraGrid.Columns.GridColumn S_Stamp;
private DevExpress.XtraGrid.Columns.GridColumn S_StandardContent;
private DevExpress.XtraGrid.Columns.GridColumn S_Share;
private DevExpress.XtraGrid.Columns.GridColumn S_Other;
private DevExpress.XtraGrid.Columns.GridColumn S_OrderBy;
private DevExpress.XtraGrid.Columns.GridColumn S_IsKey;
private DevExpress.XtraGrid.Columns.GridColumn S_DLLName;
private DevExpress.XtraGrid.Columns.GridColumn S_FunctionName;
private DevExpress.XtraGrid.Columns.GridColumn S_Operate;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit;
}
}