StableVersion4.3/HL_FristAidPlatform_EMRS/Form_PatientECG.Designer.cs

362 lines
21 KiB
C#

namespace HL_FristAidPlatform_EMRS
{
partial class Form_PatientECG
{
/// <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();
this.repositoryItemButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
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.gridControl_ECG = new DevExpress.XtraGrid.GridControl();
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.btn_Delete = new DevExpress.XtraEditors.SimpleButton();
this.btn_Update = new DevExpress.XtraEditors.SimpleButton();
this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
this.panel_Operate = new DevExpress.XtraEditors.PanelControl();
this.groupControl_Info = new DevExpress.XtraEditors.GroupControl();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grv_ECG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_ECG)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit_Image.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_Operate)).BeginInit();
this.panel_Operate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.groupControl_Info)).BeginInit();
this.groupControl_Info.SuspendLayout();
this.SuspendLayout();
//
// 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);
//
// grv_ECG
//
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.grv_ECG.DetailHeight = 476;
this.grv_ECG.GridControl = this.gridControl_ECG;
this.grv_ECG.GroupPanelText = "双击列表中部位信息可以在上方编辑区域进行修改。";
this.grv_ECG.Name = "grv_ECG";
this.grv_ECG.OptionsSelection.EnableAppearanceFocusedCell = false;
//
// E_ID
//
this.E_ID.Caption = "编号";
this.E_ID.FieldName = "ID";
this.E_ID.Name = "E_ID";
this.E_ID.OptionsColumn.AllowEdit = false;
this.E_ID.Visible = true;
this.E_ID.VisibleIndex = 0;
this.E_ID.Width = 104;
//
// E_GUID
//
this.E_GUID.Caption = "GUID";
this.E_GUID.FieldName = "GUID";
this.E_GUID.Name = "E_GUID";
this.E_GUID.OptionsColumn.AllowEdit = false;
//
// E_ECG_Time
//
this.E_ECG_Time.Caption = "心电图时间";
this.E_ECG_Time.FieldName = "ECG_Time";
this.E_ECG_Time.Name = "E_ECG_Time";
this.E_ECG_Time.OptionsColumn.AllowEdit = false;
this.E_ECG_Time.Visible = true;
this.E_ECG_Time.VisibleIndex = 1;
this.E_ECG_Time.Width = 212;
//
// E_ECG_Diagnose_Time
//
this.E_ECG_Diagnose_Time.Caption = "心电图诊断时间";
this.E_ECG_Diagnose_Time.FieldName = "ECG_Diagnose_Time";
this.E_ECG_Diagnose_Time.Name = "E_ECG_Diagnose_Time";
this.E_ECG_Diagnose_Time.OptionsColumn.AllowEdit = false;
this.E_ECG_Diagnose_Time.Visible = true;
this.E_ECG_Diagnose_Time.VisibleIndex = 2;
this.E_ECG_Diagnose_Time.Width = 187;
//
// E_Operate
//
this.E_Operate.Caption = "操作";
this.E_Operate.ColumnEdit = this.repositoryItemButtonEdit;
this.E_Operate.Name = "E_Operate";
this.E_Operate.Visible = true;
this.E_Operate.VisibleIndex = 3;
this.E_Operate.Width = 95;
//
// gridControl_ECG
//
this.gridControl_ECG.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_ECG.Location = new System.Drawing.Point(0, 170);
this.gridControl_ECG.MainView = this.grv_ECG;
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(608, 177);
this.gridControl_ECG.TabIndex = 81;
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);
//
// pictureEdit_Image
//
this.pictureEdit_Image.Location = new System.Drawing.Point(354, 25);
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(241, 90);
this.pictureEdit_Image.TabIndex = 76;
//
// btn_OpenFile
//
this.btn_OpenFile.Location = new System.Drawing.Point(322, 25);
this.btn_OpenFile.Name = "btn_OpenFile";
this.btn_OpenFile.Size = new System.Drawing.Size(26, 90);
this.btn_OpenFile.TabIndex = 77;
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.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(124, 75);
this.time_ECG_Diagnose_Time.Name = "time_ECG_Diagnose_Time";
this.time_ECG_Diagnose_Time.Size = new System.Drawing.Size(150, 21);
this.time_ECG_Diagnose_Time.TabIndex = 72;
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.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(124, 34);
this.time_ECG_Time.Name = "time_ECG_Time";
this.time_ECG_Time.Size = new System.Drawing.Size(150, 21);
this.time_ECG_Time.TabIndex = 73;
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.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_ECG_Diagnose_Time.Location = new System.Drawing.Point(13, 80);
this.lbl_Hint_ECG_Diagnose_Time.Name = "lbl_Hint_ECG_Diagnose_Time";
this.lbl_Hint_ECG_Diagnose_Time.Size = new System.Drawing.Size(10, 10);
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.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_Image.Location = new System.Drawing.Point(601, 25);
this.lbl_Hint_Image.Name = "lbl_Hint_Image";
this.lbl_Hint_Image.Size = new System.Drawing.Size(10, 10);
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.ForeColor = System.Drawing.Color.Red;
this.lbl_Hint_ECG_Time.Location = new System.Drawing.Point(36, 39);
this.lbl_Hint_ECG_Time.Name = "lbl_Hint_ECG_Time";
this.lbl_Hint_ECG_Time.Size = new System.Drawing.Size(10, 10);
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.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_ECG_Diagnose_Time.Location = new System.Drawing.Point(25, 78);
this.lbl_ECG_Diagnose_Time.Name = "lbl_ECG_Diagnose_Time";
this.lbl_ECG_Diagnose_Time.Size = new System.Drawing.Size(96, 14);
this.lbl_ECG_Diagnose_Time.TabIndex = 70;
this.lbl_ECG_Diagnose_Time.Text = "心电图诊断时间:";
//
// lbl_ECG_Time
//
this.lbl_ECG_Time.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.lbl_ECG_Time.Location = new System.Drawing.Point(49, 37);
this.lbl_ECG_Time.Name = "lbl_ECG_Time";
this.lbl_ECG_Time.Size = new System.Drawing.Size(72, 14);
this.lbl_ECG_Time.TabIndex = 71;
this.lbl_ECG_Time.Text = "心电图时间:";
//
// 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(336, 5);
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Delete.Size = new System.Drawing.Size(100, 40);
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(230, 5);
this.btn_Update.Name = "btn_Update";
this.btn_Update.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Update.Size = new System.Drawing.Size(100, 40);
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(124, 5);
this.btn_Save.Name = "btn_Save";
this.btn_Save.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
this.btn_Save.Size = new System.Drawing.Size(100, 40);
this.btn_Save.TabIndex = 42;
this.btn_Save.Text = "保存";
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
//
// panel_Operate
//
this.panel_Operate.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
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, 121);
this.panel_Operate.Name = "panel_Operate";
this.panel_Operate.Size = new System.Drawing.Size(608, 49);
this.panel_Operate.TabIndex = 80;
//
// 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.Name = "groupControl_Info";
this.groupControl_Info.Size = new System.Drawing.Size(608, 121);
this.groupControl_Info.TabIndex = 79;
this.groupControl_Info.Text = "心电图信息";
//
// Form_PatientECG
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(608, 347);
this.Controls.Add(this.gridControl_ECG);
this.Controls.Add(this.panel_Operate);
this.Controls.Add(this.groupControl_Info);
this.Name = "Form_PatientECG";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "心电图";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_PatientECG_FormClosing);
this.Load += new System.EventHandler(this.Form_PatientECG_Load);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grv_ECG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl_ECG)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit_Image.Properties)).EndInit();
((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();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit;
private DevExpress.XtraGrid.Columns.GridColumn E_ECG_Diagnose_Time;
private DevExpress.XtraGrid.Columns.GridColumn E_ECG_Time;
private DevExpress.XtraGrid.Columns.GridColumn E_GUID;
private DevExpress.XtraGrid.Columns.GridColumn E_ID;
private DevExpress.XtraGrid.Views.Grid.GridView grv_ECG;
private DevExpress.XtraGrid.Columns.GridColumn E_Operate;
private DevExpress.XtraGrid.GridControl gridControl_ECG;
private DevExpress.XtraEditors.PictureEdit pictureEdit_Image;
private DevExpress.XtraEditors.SimpleButton btn_OpenFile;
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_Image;
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.XtraEditors.SimpleButton btn_Delete;
private DevExpress.XtraEditors.SimpleButton btn_Update;
private DevExpress.XtraEditors.SimpleButton btn_Save;
private DevExpress.XtraEditors.PanelControl panel_Operate;
private DevExpress.XtraEditors.GroupControl groupControl_Info;
}
}