StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_ECG.Designer.cs

508 lines
32 KiB
C#

namespace HL_FristAidPlatform_ChestPain
{
partial class Form_ChestPain_ECG
{
/// <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 editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_ECG));
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.groupControl_Info = new DevExpress.XtraEditors.GroupControl();
this.pictureEdit_Image = new DevExpress.XtraEditors.PictureEdit();
this.btn_OpenFile = new DevExpress.XtraEditors.SimpleButton();
this.time_ECG_Diagnose_Time = new HL_FristAidPlatform_Public.TimeControl();
this.time_ECG_Time = new HL_FristAidPlatform_Public.TimeControl();
this.lbl_Hint_ECG_Diagnose_Time = new System.Windows.Forms.Label();
this.lbl_Hint_Image = new System.Windows.Forms.Label();
this.lbl_Hint_ECG_Time = new System.Windows.Forms.Label();
this.lbl_ECG_Diagnose_Time = new DevExpress.XtraEditors.LabelControl();
this.lbl_ECG_Time = new DevExpress.XtraEditors.LabelControl();
this.gridControl_ECG = new DevExpress.XtraGrid.GridControl();
this.grv_ECG = new DevExpress.XtraGrid.Views.Grid.GridView();
this.E_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.E_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.E_ECG_Time = new DevExpress.XtraGrid.Columns.GridColumn();
this.E_ECG_Diagnose_Time = new DevExpress.XtraGrid.Columns.GridColumn();
this.E_Operate = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).BeginInit();
this.panel_Operate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl_Info)).BeginInit();
this.groupControl_Info.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit_Image.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_ECG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_ECG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).BeginInit();
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, 156);
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(718, 63);
this.panel_Operate.TabIndex = 77;
//
// 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);
//
// 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);
//
// 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_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);
//
// groupControl_Info
//
this.groupControl_Info.Controls.Add(this.pictureEdit_Image);
this.groupControl_Info.Controls.Add(this.btn_OpenFile);
this.groupControl_Info.Controls.Add(this.time_ECG_Diagnose_Time);
this.groupControl_Info.Controls.Add(this.time_ECG_Time);
this.groupControl_Info.Controls.Add(this.lbl_Hint_ECG_Diagnose_Time);
this.groupControl_Info.Controls.Add(this.lbl_Hint_Image);
this.groupControl_Info.Controls.Add(this.lbl_Hint_ECG_Time);
this.groupControl_Info.Controls.Add(this.lbl_ECG_Diagnose_Time);
this.groupControl_Info.Controls.Add(this.lbl_ECG_Time);
this.groupControl_Info.Dock = System.Windows.Forms.DockStyle.Top;
this.groupControl_Info.Location = new System.Drawing.Point(0, 0);
this.groupControl_Info.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupControl_Info.Name = "groupControl_Info";
this.groupControl_Info.Size = new System.Drawing.Size(718, 156);
this.groupControl_Info.TabIndex = 76;
this.groupControl_Info.Text = "心电图信息";
//
// pictureEdit_Image
//
this.pictureEdit_Image.Location = new System.Drawing.Point(405, 32);
this.pictureEdit_Image.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pictureEdit_Image.Name = "pictureEdit_Image";
this.pictureEdit_Image.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit_Image.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
this.pictureEdit_Image.Size = new System.Drawing.Size(275, 116);
this.pictureEdit_Image.TabIndex = 76;
//
// btn_OpenFile
//
this.btn_OpenFile.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_OpenFile.Appearance.Options.UseFont = true;
this.btn_OpenFile.Location = new System.Drawing.Point(368, 32);
this.btn_OpenFile.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btn_OpenFile.Name = "btn_OpenFile";
this.btn_OpenFile.Size = new System.Drawing.Size(30, 122);
this.btn_OpenFile.TabIndex = 2;
this.btn_OpenFile.Text = "选\r\n择\r\n心\r\n电\r\n图";
this.btn_OpenFile.Click += new System.EventHandler(this.btn_OpenFile_Click);
//
// time_ECG_Diagnose_Time
//
this.time_ECG_Diagnose_Time.BackColor = System.Drawing.Color.Transparent;
this.time_ECG_Diagnose_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_ECG_Diagnose_Time.Font = new System.Drawing.Font("Tahoma", 11F);
this.time_ECG_Diagnose_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.time_ECG_Diagnose_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_ECG_Diagnose_Time.Location = new System.Drawing.Point(161, 91);
this.time_ECG_Diagnose_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.time_ECG_Diagnose_Time.Name = "time_ECG_Diagnose_Time";
this.time_ECG_Diagnose_Time.Size = new System.Drawing.Size(171, 24);
this.time_ECG_Diagnose_Time.TabIndex = 1;
this.time_ECG_Diagnose_Time.TimeValue = "";
//
// time_ECG_Time
//
this.time_ECG_Time.BackColor = System.Drawing.Color.Transparent;
this.time_ECG_Time.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_ECG_Time.Font = new System.Drawing.Font("Tahoma", 11F);
this.time_ECG_Time.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.time_ECG_Time.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_ECG_Time.Location = new System.Drawing.Point(161, 48);
this.time_ECG_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.time_ECG_Time.Name = "time_ECG_Time";
this.time_ECG_Time.Size = new System.Drawing.Size(171, 24);
this.time_ECG_Time.TabIndex = 0;
this.time_ECG_Time.TimeValue = "";
//
// lbl_Hint_ECG_Diagnose_Time
//
this.lbl_Hint_ECG_Diagnose_Time.BackColor = System.Drawing.Color.Transparent;
this.lbl_Hint_ECG_Diagnose_Time.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Hint_ECG_Diagnose_Time.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_ECG_Diagnose_Time.Location = new System.Drawing.Point(26, 97);
this.lbl_Hint_ECG_Diagnose_Time.Name = "lbl_Hint_ECG_Diagnose_Time";
this.lbl_Hint_ECG_Diagnose_Time.Size = new System.Drawing.Size(11, 16);
this.lbl_Hint_ECG_Diagnose_Time.TabIndex = 74;
this.lbl_Hint_ECG_Diagnose_Time.Text = "*";
this.lbl_Hint_ECG_Diagnose_Time.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_Hint_Image
//
this.lbl_Hint_Image.BackColor = System.Drawing.Color.Transparent;
this.lbl_Hint_Image.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Hint_Image.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_Image.Location = new System.Drawing.Point(687, 32);
this.lbl_Hint_Image.Name = "lbl_Hint_Image";
this.lbl_Hint_Image.Size = new System.Drawing.Size(11, 13);
this.lbl_Hint_Image.TabIndex = 75;
this.lbl_Hint_Image.Text = "*";
this.lbl_Hint_Image.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_Hint_ECG_Time
//
this.lbl_Hint_ECG_Time.BackColor = System.Drawing.Color.Transparent;
this.lbl_Hint_ECG_Time.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Hint_ECG_Time.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_ECG_Time.Location = new System.Drawing.Point(56, 53);
this.lbl_Hint_ECG_Time.Name = "lbl_Hint_ECG_Time";
this.lbl_Hint_ECG_Time.Size = new System.Drawing.Size(11, 13);
this.lbl_Hint_ECG_Time.TabIndex = 75;
this.lbl_Hint_ECG_Time.Text = "*";
this.lbl_Hint_ECG_Time.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_ECG_Diagnose_Time
//
this.lbl_ECG_Diagnose_Time.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_ECG_Diagnose_Time.Appearance.Options.UseFont = true;
this.lbl_ECG_Diagnose_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_ECG_Diagnose_Time.Location = new System.Drawing.Point(38, 94);
this.lbl_ECG_Diagnose_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl_ECG_Diagnose_Time.Name = "lbl_ECG_Diagnose_Time";
this.lbl_ECG_Diagnose_Time.Size = new System.Drawing.Size(120, 18);
this.lbl_ECG_Diagnose_Time.TabIndex = 70;
this.lbl_ECG_Diagnose_Time.Text = "心电图诊断时间:";
//
// lbl_ECG_Time
//
this.lbl_ECG_Time.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_ECG_Time.Appearance.Options.UseFont = true;
this.lbl_ECG_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_ECG_Time.Location = new System.Drawing.Point(68, 51);
this.lbl_ECG_Time.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.lbl_ECG_Time.Name = "lbl_ECG_Time";
this.lbl_ECG_Time.Size = new System.Drawing.Size(90, 18);
this.lbl_ECG_Time.TabIndex = 71;
this.lbl_ECG_Time.Text = "心电图时间:";
//
// gridControl_ECG
//
this.gridControl_ECG.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_ECG.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.gridControl_ECG.Location = new System.Drawing.Point(0, 219);
this.gridControl_ECG.MainView = this.grv_ECG;
this.gridControl_ECG.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gridControl_ECG.Name = "gridControl_ECG";
this.gridControl_ECG.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit});
this.gridControl_ECG.Size = new System.Drawing.Size(718, 361);
this.gridControl_ECG.TabIndex = 78;
this.gridControl_ECG.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.grv_ECG});
this.gridControl_ECG.MouseClick += new System.Windows.Forms.MouseEventHandler(this.gridControl_ECG_MouseClick);
//
// grv_ECG
//
this.grv_ECG.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.grv_ECG.Appearance.GroupPanel.Options.UseFont = true;
this.grv_ECG.ColumnPanelRowHeight = 35;
this.grv_ECG.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.E_ID,
this.E_GUID,
this.E_ECG_Time,
this.E_ECG_Diagnose_Time,
this.E_Operate,
this.gridColumn1});
this.grv_ECG.FixedLineWidth = 3;
this.grv_ECG.GridControl = this.gridControl_ECG;
this.grv_ECG.GroupPanelText = "双击列表中部位信息可以在上方编辑区域进行修改。";
this.grv_ECG.IndicatorWidth = 35;
this.grv_ECG.Name = "grv_ECG";
this.grv_ECG.OptionsSelection.EnableAppearanceFocusedCell = false;
this.grv_ECG.RowHeight = 35;
this.grv_ECG.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grv_ECG_CustomDrawRowIndicator);
//
// E_ID
//
this.E_ID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.E_ID.AppearanceCell.Options.UseFont = true;
this.E_ID.AppearanceCell.Options.UseTextOptions = true;
this.E_ID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_ID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.E_ID.AppearanceHeader.Options.UseFont = true;
this.E_ID.AppearanceHeader.Options.UseTextOptions = true;
this.E_ID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_ID.Caption = "编号";
this.E_ID.FieldName = "ID";
this.E_ID.MinWidth = 23;
this.E_ID.Name = "E_ID";
this.E_ID.OptionsColumn.AllowEdit = false;
this.E_ID.OptionsFilter.AllowAutoFilter = false;
this.E_ID.OptionsFilter.AllowFilter = false;
this.E_ID.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.E_ID.Width = 119;
//
// E_GUID
//
this.E_GUID.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.E_GUID.AppearanceCell.Options.UseFont = true;
this.E_GUID.AppearanceCell.Options.UseTextOptions = true;
this.E_GUID.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_GUID.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.E_GUID.AppearanceHeader.Options.UseFont = true;
this.E_GUID.AppearanceHeader.Options.UseTextOptions = true;
this.E_GUID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_GUID.Caption = "GUID";
this.E_GUID.FieldName = "GUID";
this.E_GUID.MinWidth = 23;
this.E_GUID.Name = "E_GUID";
this.E_GUID.OptionsColumn.AllowEdit = false;
this.E_GUID.OptionsFilter.AllowAutoFilter = false;
this.E_GUID.OptionsFilter.AllowFilter = false;
this.E_GUID.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.E_GUID.Width = 86;
//
// E_ECG_Time
//
this.E_ECG_Time.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.E_ECG_Time.AppearanceCell.Options.UseFont = true;
this.E_ECG_Time.AppearanceCell.Options.UseTextOptions = true;
this.E_ECG_Time.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_ECG_Time.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.E_ECG_Time.AppearanceHeader.Options.UseFont = true;
this.E_ECG_Time.AppearanceHeader.Options.UseTextOptions = true;
this.E_ECG_Time.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_ECG_Time.Caption = "心电图时间";
this.E_ECG_Time.FieldName = "ECG_Time";
this.E_ECG_Time.MinWidth = 23;
this.E_ECG_Time.Name = "E_ECG_Time";
this.E_ECG_Time.OptionsColumn.AllowEdit = false;
this.E_ECG_Time.OptionsFilter.AllowAutoFilter = false;
this.E_ECG_Time.OptionsFilter.AllowFilter = false;
this.E_ECG_Time.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.E_ECG_Time.Visible = true;
this.E_ECG_Time.VisibleIndex = 0;
this.E_ECG_Time.Width = 242;
//
// E_ECG_Diagnose_Time
//
this.E_ECG_Diagnose_Time.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.E_ECG_Diagnose_Time.AppearanceCell.Options.UseFont = true;
this.E_ECG_Diagnose_Time.AppearanceCell.Options.UseTextOptions = true;
this.E_ECG_Diagnose_Time.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_ECG_Diagnose_Time.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.E_ECG_Diagnose_Time.AppearanceHeader.Options.UseFont = true;
this.E_ECG_Diagnose_Time.AppearanceHeader.Options.UseTextOptions = true;
this.E_ECG_Diagnose_Time.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_ECG_Diagnose_Time.Caption = "心电图诊断时间";
this.E_ECG_Diagnose_Time.FieldName = "ECG_Diagnose_Time";
this.E_ECG_Diagnose_Time.MinWidth = 23;
this.E_ECG_Diagnose_Time.Name = "E_ECG_Diagnose_Time";
this.E_ECG_Diagnose_Time.OptionsColumn.AllowEdit = false;
this.E_ECG_Diagnose_Time.OptionsFilter.AllowAutoFilter = false;
this.E_ECG_Diagnose_Time.OptionsFilter.AllowFilter = false;
this.E_ECG_Diagnose_Time.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.E_ECG_Diagnose_Time.Visible = true;
this.E_ECG_Diagnose_Time.VisibleIndex = 1;
this.E_ECG_Diagnose_Time.Width = 214;
//
// E_Operate
//
this.E_Operate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.E_Operate.AppearanceCell.Options.UseFont = true;
this.E_Operate.AppearanceCell.Options.UseTextOptions = true;
this.E_Operate.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_Operate.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.E_Operate.AppearanceHeader.Options.UseFont = true;
this.E_Operate.AppearanceHeader.Options.UseTextOptions = true;
this.E_Operate.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.E_Operate.Caption = "操作";
this.E_Operate.ColumnEdit = this.repositoryItemButtonEdit;
this.E_Operate.MinWidth = 23;
this.E_Operate.Name = "E_Operate";
this.E_Operate.OptionsFilter.AllowAutoFilter = false;
this.E_Operate.OptionsFilter.AllowFilter = false;
this.E_Operate.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.E_Operate.Visible = true;
this.E_Operate.VisibleIndex = 2;
this.E_Operate.Width = 109;
//
// 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, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", 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);
//
// gridColumn1
//
this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 11F);
this.gridColumn1.AppearanceCell.Options.UseFont = true;
this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridColumn1.AppearanceHeader.Options.UseFont = true;
this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridColumn1.Caption = "首份心电图标记";
this.gridColumn1.FieldName = "FirstECG";
this.gridColumn1.MinWidth = 23;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
this.gridColumn1.OptionsFilter.AllowFilter = false;
this.gridColumn1.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn1.Width = 86;
//
// Form_ChestPain_ECG
//
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(718, 580);
this.Controls.Add(this.gridControl_ECG);
this.Controls.Add(this.panel_Operate);
this.Controls.Add(this.groupControl_Info);
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_ECG.IconOptions.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_ChestPain_ECG";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "心电图管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_ChestPain_ECG_FormClosed);
this.Load += new System.EventHandler(this.Form_ChestPain_ECG_Load);
((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).EndInit();
this.panel_Operate.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.groupControl_Info)).EndInit();
this.groupControl_Info.ResumeLayout(false);
this.groupControl_Info.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit_Image.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_ECG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_ECG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).EndInit();
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.GroupControl groupControl_Info;
private DevExpress.XtraGrid.GridControl gridControl_ECG;
private DevExpress.XtraGrid.Views.Grid.GridView grv_ECG;
private DevExpress.XtraGrid.Columns.GridColumn E_ID;
private HL_FristAidPlatform_Public.TimeControl time_ECG_Diagnose_Time;
private HL_FristAidPlatform_Public.TimeControl time_ECG_Time;
private System.Windows.Forms.Label lbl_Hint_ECG_Diagnose_Time;
private System.Windows.Forms.Label lbl_Hint_ECG_Time;
private DevExpress.XtraEditors.LabelControl lbl_ECG_Diagnose_Time;
private DevExpress.XtraEditors.LabelControl lbl_ECG_Time;
private DevExpress.XtraGrid.Columns.GridColumn E_GUID;
private DevExpress.XtraGrid.Columns.GridColumn E_ECG_Time;
private DevExpress.XtraGrid.Columns.GridColumn E_ECG_Diagnose_Time;
private DevExpress.XtraGrid.Columns.GridColumn E_Operate;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit;
private DevExpress.XtraEditors.PictureEdit pictureEdit_Image;
private DevExpress.XtraEditors.SimpleButton btn_OpenFile;
private System.Windows.Forms.Label lbl_Hint_Image;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}