StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_MedicalStaff...

436 lines
23 KiB
C#

namespace HL_FristAidPlatform_ChestPain
{
partial class Form_ChestPain_MedicalStaffWorkloadStatistics
{
/// <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_MedicalStaffWorkloadStatistics));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.timeControl2 = new HL_FristAidPlatform_Public.TimeControl();
this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl();
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.simpleButton7);
this.panelControl1.Controls.Add(this.simpleButton6);
this.panelControl1.Controls.Add(this.simpleButton5);
this.panelControl1.Controls.Add(this.simpleButton4);
this.panelControl1.Controls.Add(this.simpleButton3);
this.panelControl1.Controls.Add(this.simpleButton2);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Controls.Add(this.timeControl2);
this.panelControl1.Controls.Add(this.timeControl1);
this.panelControl1.Controls.Add(this.labelControl14);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(1179, 71);
this.panelControl1.TabIndex = 0;
//
// simpleButton7
//
this.simpleButton7.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton7.Appearance.Options.UseFont = true;
this.simpleButton7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton7.ImageOptions.Image")));
this.simpleButton7.Location = new System.Drawing.Point(1031, 18);
this.simpleButton7.Name = "simpleButton7";
this.simpleButton7.Size = new System.Drawing.Size(110, 30);
this.simpleButton7.TabIndex = 32;
this.simpleButton7.Text = "生成Excel";
this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
//
// simpleButton6
//
this.simpleButton6.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton6.Appearance.Options.UseFont = true;
this.simpleButton6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.ImageOptions.Image")));
this.simpleButton6.Location = new System.Drawing.Point(436, 18);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(75, 30);
this.simpleButton6.TabIndex = 31;
this.simpleButton6.Text = "查询";
this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
//
// simpleButton5
//
this.simpleButton5.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton5.Appearance.Options.UseFont = true;
this.simpleButton5.Location = new System.Drawing.Point(931, 18);
this.simpleButton5.Name = "simpleButton5";
this.simpleButton5.Size = new System.Drawing.Size(75, 30);
this.simpleButton5.TabIndex = 30;
this.simpleButton5.Text = "全部";
this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
//
// simpleButton4
//
this.simpleButton4.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton4.Appearance.Options.UseFont = true;
this.simpleButton4.Location = new System.Drawing.Point(832, 18);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(75, 30);
this.simpleButton4.TabIndex = 29;
this.simpleButton4.Text = "近一年";
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// simpleButton3
//
this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton3.Appearance.Options.UseFont = true;
this.simpleButton3.Location = new System.Drawing.Point(733, 18);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(75, 30);
this.simpleButton3.TabIndex = 28;
this.simpleButton3.Text = "近六月";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// simpleButton2
//
this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton2.Appearance.Options.UseFont = true;
this.simpleButton2.Location = new System.Drawing.Point(634, 18);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 30);
this.simpleButton2.TabIndex = 27;
this.simpleButton2.Text = "近三月";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Location = new System.Drawing.Point(535, 18);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 30);
this.simpleButton1.TabIndex = 26;
this.simpleButton1.Text = "本月";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// timeControl2
//
this.timeControl2.BackColor = System.Drawing.Color.Transparent;
this.timeControl2.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl2.Font = new System.Drawing.Font("Tahoma", 11F);
this.timeControl2.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl2.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl2.Location = new System.Drawing.Point(278, 23);
this.timeControl2.Name = "timeControl2";
this.timeControl2.Size = new System.Drawing.Size(140, 20);
this.timeControl2.TabIndex = 25;
this.timeControl2.TimeValue = "";
//
// timeControl1
//
this.timeControl1.BackColor = System.Drawing.Color.Transparent;
this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl1.Font = new System.Drawing.Font("Tahoma", 11F);
this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl1.Location = new System.Drawing.Point(102, 23);
this.timeControl1.Name = "timeControl1";
this.timeControl1.Size = new System.Drawing.Size(140, 20);
this.timeControl1.TabIndex = 24;
this.timeControl1.TimeValue = "";
//
// labelControl14
//
this.labelControl14.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl14.Appearance.Options.UseFont = true;
this.labelControl14.Location = new System.Drawing.Point(21, 24);
this.labelControl14.Name = "labelControl14";
this.labelControl14.Size = new System.Drawing.Size(75, 18);
this.labelControl14.TabIndex = 23;
this.labelControl14.Text = "登记时间:";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(254, 24);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(15, 18);
this.labelControl3.TabIndex = 22;
this.labelControl3.Text = "至";
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Appearance.Row.Options.UseTextOptions = true;
this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8,
this.gridColumn9,
this.gridColumn10,
this.gridColumn11});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupPanelText = " ";
this.gridView1.IndicatorWidth = 40;
this.gridView1.Name = "gridView1";
this.gridView1.RowHeight = 35;
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
//
// gridColumn1
//
this.gridColumn1.Caption = "GUID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.AllowEdit = false;
this.gridColumn1.OptionsColumn.ReadOnly = true;
this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
this.gridColumn1.OptionsFilter.AllowFilter = false;
this.gridColumn1.OptionsFilter.ImmediateUpdateAutoFilter = false;
//
// gridColumn2
//
this.gridColumn2.Caption = "建档时间";
this.gridColumn2.FieldName = "RegisterTime";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.AllowEdit = false;
this.gridColumn2.OptionsColumn.ReadOnly = true;
this.gridColumn2.OptionsFilter.AllowAutoFilter = false;
this.gridColumn2.OptionsFilter.AllowFilter = false;
this.gridColumn2.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
//
// gridColumn3
//
this.gridColumn3.Caption = "患者姓名";
this.gridColumn3.FieldName = "Name";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.AllowEdit = false;
this.gridColumn3.OptionsColumn.ReadOnly = true;
this.gridColumn3.OptionsFilter.AllowAutoFilter = false;
this.gridColumn3.OptionsFilter.AllowFilter = false;
this.gridColumn3.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
//
// gridColumn4
//
this.gridColumn4.Caption = "患者性别";
this.gridColumn4.FieldName = "Gender";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.AllowEdit = false;
this.gridColumn4.OptionsColumn.ReadOnly = true;
this.gridColumn4.OptionsFilter.AllowAutoFilter = false;
this.gridColumn4.OptionsFilter.AllowFilter = false;
this.gridColumn4.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 2;
//
// gridColumn5
//
this.gridColumn5.Caption = "患者年龄";
this.gridColumn5.FieldName = "Age";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.OptionsColumn.AllowEdit = false;
this.gridColumn5.OptionsColumn.ReadOnly = true;
this.gridColumn5.OptionsFilter.AllowAutoFilter = false;
this.gridColumn5.OptionsFilter.AllowFilter = false;
this.gridColumn5.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
//
// gridColumn6
//
this.gridColumn6.Caption = "来院方式";
this.gridColumn6.FieldName = "CW_Coming_Way";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.OptionsColumn.AllowEdit = false;
this.gridColumn6.OptionsColumn.ReadOnly = true;
this.gridColumn6.OptionsFilter.AllowAutoFilter = false;
this.gridColumn6.OptionsFilter.AllowFilter = false;
this.gridColumn6.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 4;
//
// gridColumn7
//
this.gridColumn7.Caption = "来院接诊的医护人员";
this.gridColumn7.FieldName = "MedicalStaff";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.OptionsColumn.AllowEdit = false;
this.gridColumn7.OptionsColumn.ReadOnly = true;
this.gridColumn7.OptionsFilter.AllowAutoFilter = false;
this.gridColumn7.OptionsFilter.AllowFilter = false;
this.gridColumn7.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 5;
//
// gridColumn8
//
this.gridColumn8.Caption = "初步诊断";
this.gridColumn8.FieldName = "CP_Diagnosis";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.OptionsColumn.AllowEdit = false;
this.gridColumn8.OptionsColumn.ReadOnly = true;
this.gridColumn8.OptionsFilter.AllowAutoFilter = false;
this.gridColumn8.OptionsFilter.AllowFilter = false;
this.gridColumn8.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 6;
//
// gridColumn9
//
this.gridColumn9.Caption = "诊断医生";
this.gridColumn9.FieldName = "DiagnosticDoctor";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.OptionsColumn.AllowEdit = false;
this.gridColumn9.OptionsColumn.ReadOnly = true;
this.gridColumn9.OptionsFilter.AllowAutoFilter = false;
this.gridColumn9.OptionsFilter.AllowFilter = false;
this.gridColumn9.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 7;
//
// gridColumn10
//
this.gridColumn10.Caption = "心内科会诊医生";
this.gridColumn10.FieldName = "CardiologyConsultantDoctor";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.OptionsColumn.AllowEdit = false;
this.gridColumn10.OptionsColumn.ReadOnly = true;
this.gridColumn10.OptionsFilter.AllowAutoFilter = false;
this.gridColumn10.OptionsFilter.AllowFilter = false;
this.gridColumn10.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 8;
//
// gridColumn11
//
this.gridColumn11.Caption = "介入医生";
this.gridColumn11.FieldName = "InterventionalDoctor";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.OptionsColumn.AllowEdit = false;
this.gridColumn11.OptionsColumn.ReadOnly = true;
this.gridColumn11.OptionsFilter.AllowAutoFilter = false;
this.gridColumn11.OptionsFilter.AllowFilter = false;
this.gridColumn11.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 9;
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(0, 71);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1179, 582);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// Form_ChestPain_MedicalStaffWorkloadStatistics
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1179, 653);
this.Controls.Add(this.gridControl1);
this.Controls.Add(this.panelControl1);
this.Name = "Form_ChestPain_MedicalStaffWorkloadStatistics";
this.Text = "患者列表";
this.Load += new System.EventHandler(this.Form_ChestPain_MedicalStaffWorkloadStatistics_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl14;
private DevExpress.XtraEditors.LabelControl labelControl3;
private HL_FristAidPlatform_Public.TimeControl timeControl2;
private HL_FristAidPlatform_Public.TimeControl timeControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private DevExpress.XtraEditors.SimpleButton simpleButton7;
private DevExpress.XtraEditors.SimpleButton simpleButton6;
private DevExpress.XtraEditors.SimpleButton simpleButton5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
}
}