StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_FollowUpMain_Apoplexy....

617 lines
36 KiB
C#

namespace HL_FristAidPlatform_FollowUp
{
partial class Form_FollowUpMain_Apoplexy
{
/// <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_FollowUpMain_Apoplexy));
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.panel1 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label_name = new DevExpress.XtraEditors.LabelControl();
this.textBox_endage = new System.Windows.Forms.TextBox();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.textBox_startage = new System.Windows.Forms.TextBox();
this.label_age = new System.Windows.Forms.Label();
this.timeControl_endtime = new HL_FristAidPlatform_Public.TimeControl();
this.timeControl_startime = new HL_FristAidPlatform_Public.TimeControl();
this.simpleButton_quarter = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_thisyear = new DevExpress.XtraEditors.SimpleButton();
this.Button_Addfollowup = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_all = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisMonth = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ToDay = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisWeek = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_Search = new DevExpress.XtraEditors.SimpleButton();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.panel2 = new System.Windows.Forms.Panel();
this.userControlForPage1 = new HL_FristAidPlatform_Public.UserControlForPage();
this.gridControl_Patients = new DevExpress.XtraGrid.GridControl();
this.gridView_Patients = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_No = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Gender = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Age = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_IdentityCard = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_EmergencyContactPhone = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_AdmissionDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_DischargeDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
this.simpleButton_Schdul = new DevExpress.XtraEditors.SimpleButton();
this.Button_Add = new DevExpress.XtraEditors.SimpleButton();
this.gridColumn_FollowUpDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl_Patients)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Patients)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label_name);
this.panel1.Controls.Add(this.textBox_endage);
this.panel1.Controls.Add(this.labelControl1);
this.panel1.Controls.Add(this.textBox_startage);
this.panel1.Controls.Add(this.label_age);
this.panel1.Controls.Add(this.timeControl_endtime);
this.panel1.Controls.Add(this.timeControl_startime);
this.panel1.Controls.Add(this.simpleButton_quarter);
this.panel1.Controls.Add(this.simpleButton_thisyear);
this.panel1.Controls.Add(this.Button_Addfollowup);
this.panel1.Controls.Add(this.simpleButton_all);
this.panel1.Controls.Add(this.simpleButton_ThisMonth);
this.panel1.Controls.Add(this.simpleButton_ToDay);
this.panel1.Controls.Add(this.simpleButton_ThisWeek);
this.panel1.Controls.Add(this.simpleButton_Search);
this.panel1.Controls.Add(this.labelControl3);
this.panel1.Controls.Add(this.labelControl2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1073, 156);
this.panel1.TabIndex = 0;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(125, 17);
this.textBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(141, 22);
this.textBox1.TabIndex = 25;
//
// label_name
//
this.label_name.Location = new System.Drawing.Point(85, 18);
this.label_name.Name = "label_name";
this.label_name.Size = new System.Drawing.Size(36, 14);
this.label_name.TabIndex = 24;
this.label_name.Text = "姓名:";
//
// textBox_endage
//
this.textBox_endage.Location = new System.Drawing.Point(512, 60);
this.textBox_endage.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.textBox_endage.Name = "textBox_endage";
this.textBox_endage.Size = new System.Drawing.Size(141, 22);
this.textBox_endage.TabIndex = 23;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(492, 61);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(12, 14);
this.labelControl1.TabIndex = 22;
this.labelControl1.Text = "至";
//
// textBox_startage
//
this.textBox_startage.Location = new System.Drawing.Point(344, 60);
this.textBox_startage.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
this.textBox_startage.Name = "textBox_startage";
this.textBox_startage.Size = new System.Drawing.Size(143, 22);
this.textBox_startage.TabIndex = 21;
//
// label_age
//
this.label_age.AutoSize = true;
this.label_age.Location = new System.Drawing.Point(292, 60);
this.label_age.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label_age.Name = "label_age";
this.label_age.Size = new System.Drawing.Size(51, 14);
this.label_age.TabIndex = 20;
this.label_age.Text = "年 龄:";
//
// timeControl_endtime
//
this.timeControl_endtime.BackColor = System.Drawing.Color.Transparent;
this.timeControl_endtime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl_endtime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.timeControl_endtime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl_endtime.Location = new System.Drawing.Point(512, 18);
this.timeControl_endtime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.timeControl_endtime.Name = "timeControl_endtime";
this.timeControl_endtime.Size = new System.Drawing.Size(141, 27);
this.timeControl_endtime.TabIndex = 19;
this.timeControl_endtime.TimeValue = "";
//
// timeControl_startime
//
this.timeControl_startime.BackColor = System.Drawing.Color.Transparent;
this.timeControl_startime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl_startime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm;
this.timeControl_startime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl_startime.Location = new System.Drawing.Point(344, 18);
this.timeControl_startime.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.timeControl_startime.Name = "timeControl_startime";
this.timeControl_startime.Size = new System.Drawing.Size(141, 28);
this.timeControl_startime.TabIndex = 18;
this.timeControl_startime.TimeValue = "";
//
// simpleButton_quarter
//
this.simpleButton_quarter.Location = new System.Drawing.Point(380, 103);
this.simpleButton_quarter.Name = "simpleButton_quarter";
this.simpleButton_quarter.Size = new System.Drawing.Size(75, 30);
this.simpleButton_quarter.TabIndex = 17;
this.simpleButton_quarter.Text = "一季";
this.simpleButton_quarter.Click += new System.EventHandler(this.simpleButton_quarter_Click);
//
// simpleButton_thisyear
//
this.simpleButton_thisyear.Location = new System.Drawing.Point(479, 103);
this.simpleButton_thisyear.Name = "simpleButton_thisyear";
this.simpleButton_thisyear.Size = new System.Drawing.Size(75, 30);
this.simpleButton_thisyear.TabIndex = 16;
this.simpleButton_thisyear.Text = "本年";
this.simpleButton_thisyear.Click += new System.EventHandler(this.simpleButton_thisyear_Click);
//
// Button_Addfollowup
//
this.Button_Addfollowup.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("Button_Addfollowup.ImageOptions.Image")));
this.Button_Addfollowup.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.Button_Addfollowup.Location = new System.Drawing.Point(694, 87);
this.Button_Addfollowup.Name = "Button_Addfollowup";
this.Button_Addfollowup.Size = new System.Drawing.Size(135, 40);
this.Button_Addfollowup.TabIndex = 11;
this.Button_Addfollowup.Text = "新建患者档案";
this.Button_Addfollowup.Click += new System.EventHandler(this.Button_Addfollowup_Click);
//
// simpleButton_all
//
this.simpleButton_all.Location = new System.Drawing.Point(578, 103);
this.simpleButton_all.Name = "simpleButton_all";
this.simpleButton_all.Size = new System.Drawing.Size(75, 30);
this.simpleButton_all.TabIndex = 10;
this.simpleButton_all.Text = "全部";
this.simpleButton_all.Click += new System.EventHandler(this.simpleButton_all_Click);
//
// simpleButton_ThisMonth
//
this.simpleButton_ThisMonth.Location = new System.Drawing.Point(281, 103);
this.simpleButton_ThisMonth.Name = "simpleButton_ThisMonth";
this.simpleButton_ThisMonth.Size = new System.Drawing.Size(75, 30);
this.simpleButton_ThisMonth.TabIndex = 9;
this.simpleButton_ThisMonth.Text = "本月";
this.simpleButton_ThisMonth.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click);
//
// simpleButton_ToDay
//
this.simpleButton_ToDay.Location = new System.Drawing.Point(83, 103);
this.simpleButton_ToDay.Name = "simpleButton_ToDay";
this.simpleButton_ToDay.Size = new System.Drawing.Size(75, 30);
this.simpleButton_ToDay.TabIndex = 8;
this.simpleButton_ToDay.Text = "今天";
this.simpleButton_ToDay.Click += new System.EventHandler(this.simpleButton_ToDay_Click);
//
// simpleButton_ThisWeek
//
this.simpleButton_ThisWeek.Location = new System.Drawing.Point(182, 103);
this.simpleButton_ThisWeek.Name = "simpleButton_ThisWeek";
this.simpleButton_ThisWeek.Size = new System.Drawing.Size(75, 30);
this.simpleButton_ThisWeek.TabIndex = 7;
this.simpleButton_ThisWeek.Text = "本周";
this.simpleButton_ThisWeek.Click += new System.EventHandler(this.simpleButton_ThisWeek_Click);
//
// simpleButton_Search
//
this.simpleButton_Search.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Search.ImageOptions.Image")));
this.simpleButton_Search.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_Search.Location = new System.Drawing.Point(694, 31);
this.simpleButton_Search.Name = "simpleButton_Search";
this.simpleButton_Search.Size = new System.Drawing.Size(135, 40);
this.simpleButton_Search.TabIndex = 6;
this.simpleButton_Search.Text = "查询";
this.simpleButton_Search.Click += new System.EventHandler(this.simpleButton_Search_Click);
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(492, 21);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(12, 14);
this.labelControl3.TabIndex = 5;
this.labelControl3.Text = "至";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(279, 21);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "创建时间:";
//
// panel2
//
this.panel2.Controls.Add(this.userControlForPage1);
this.panel2.Controls.Add(this.gridControl_Patients);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 156);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1073, 562);
this.panel2.TabIndex = 1;
//
// userControlForPage1
//
this.userControlForPage1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.userControlForPage1.Location = new System.Drawing.Point(0, 530);
this.userControlForPage1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.userControlForPage1.Name = "userControlForPage1";
this.userControlForPage1.Size = new System.Drawing.Size(1073, 32);
this.userControlForPage1.TabIndex = 1;
this.userControlForPage1.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage1_myPagerEvents);
this.userControlForPage1.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage1_exportEvents);
//
// gridControl_Patients
//
this.gridControl_Patients.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_Patients.Location = new System.Drawing.Point(0, 0);
this.gridControl_Patients.MainView = this.gridView_Patients;
this.gridControl_Patients.Name = "gridControl_Patients";
this.gridControl_Patients.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemButtonEdit1,
this.repositoryItemButtonEdit2});
this.gridControl_Patients.Size = new System.Drawing.Size(1073, 562);
this.gridControl_Patients.TabIndex = 0;
this.gridControl_Patients.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView_Patients});
this.gridControl_Patients.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl_Patients_MouseDoubleClick);
//
// gridView_Patients
//
this.gridView_Patients.ColumnPanelRowHeight = 0;
this.gridView_Patients.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_No,
this.gridColumn_GUID,
this.gridColumn_Name,
this.gridColumn_Gender,
this.gridColumn_Age,
this.gridColumn_IdentityCard,
this.gridColumn_EmergencyContactPhone,
this.gridColumn_AdmissionDate,
this.gridColumn_DischargeDate,
this.gridColumn_FollowUpStatus,
this.gridColumn1,
this.gridColumn2});
this.gridView_Patients.FooterPanelHeight = 0;
this.gridView_Patients.GridControl = this.gridControl_Patients;
this.gridView_Patients.GroupPanelText = "温馨提示:双击列表任意位置进入健康与随访详情。";
this.gridView_Patients.GroupRowHeight = 0;
this.gridView_Patients.Name = "gridView_Patients";
this.gridView_Patients.OptionsFind.AllowFindPanel = false;
this.gridView_Patients.RowHeight = 0;
this.gridView_Patients.ViewCaptionHeight = 0;
this.gridView_Patients.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView_Patients_RowCellStyle);
this.gridView_Patients.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_Patients_CustomColumnDisplayText);
//
// gridColumn_No
//
this.gridColumn_No.Caption = "编号";
this.gridColumn_No.FieldName = "ID";
this.gridColumn_No.Name = "gridColumn_No";
this.gridColumn_No.OptionsColumn.AllowEdit = false;
this.gridColumn_No.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_No.OptionsFilter.AllowFilter = false;
this.gridColumn_No.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_No.Visible = true;
this.gridColumn_No.VisibleIndex = 0;
this.gridColumn_No.Width = 59;
//
// gridColumn_GUID
//
this.gridColumn_GUID.Caption = "GUID";
this.gridColumn_GUID.FieldName = "GUID";
this.gridColumn_GUID.Name = "gridColumn_GUID";
this.gridColumn_GUID.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_GUID.OptionsFilter.AllowFilter = false;
this.gridColumn_GUID.OptionsFilter.ImmediateUpdateAutoFilter = false;
//
// gridColumn_Name
//
this.gridColumn_Name.Caption = "姓名";
this.gridColumn_Name.FieldName = "Name";
this.gridColumn_Name.Name = "gridColumn_Name";
this.gridColumn_Name.OptionsColumn.AllowEdit = false;
this.gridColumn_Name.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_Name.OptionsFilter.AllowFilter = false;
this.gridColumn_Name.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_Name.Visible = true;
this.gridColumn_Name.VisibleIndex = 1;
this.gridColumn_Name.Width = 61;
//
// gridColumn_Gender
//
this.gridColumn_Gender.Caption = "性别";
this.gridColumn_Gender.FieldName = "Sex";
this.gridColumn_Gender.Name = "gridColumn_Gender";
this.gridColumn_Gender.OptionsColumn.AllowEdit = false;
this.gridColumn_Gender.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_Gender.OptionsFilter.AllowFilter = false;
this.gridColumn_Gender.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_Gender.Visible = true;
this.gridColumn_Gender.VisibleIndex = 2;
this.gridColumn_Gender.Width = 41;
//
// gridColumn_Age
//
this.gridColumn_Age.Caption = "年龄";
this.gridColumn_Age.FieldName = "Age";
this.gridColumn_Age.Name = "gridColumn_Age";
this.gridColumn_Age.OptionsColumn.AllowEdit = false;
this.gridColumn_Age.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_Age.OptionsFilter.AllowFilter = false;
this.gridColumn_Age.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_Age.Visible = true;
this.gridColumn_Age.VisibleIndex = 3;
this.gridColumn_Age.Width = 40;
//
// gridColumn_IdentityCard
//
this.gridColumn_IdentityCard.Caption = "证件号";
this.gridColumn_IdentityCard.FieldName = "IDCard";
this.gridColumn_IdentityCard.Name = "gridColumn_IdentityCard";
this.gridColumn_IdentityCard.OptionsColumn.AllowEdit = false;
this.gridColumn_IdentityCard.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_IdentityCard.OptionsFilter.AllowFilter = false;
this.gridColumn_IdentityCard.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_IdentityCard.Visible = true;
this.gridColumn_IdentityCard.VisibleIndex = 4;
this.gridColumn_IdentityCard.Width = 150;
//
// gridColumn_EmergencyContactPhone
//
this.gridColumn_EmergencyContactPhone.Caption = "患者电话";
this.gridColumn_EmergencyContactPhone.FieldName = "PatientPhone";
this.gridColumn_EmergencyContactPhone.Name = "gridColumn_EmergencyContactPhone";
this.gridColumn_EmergencyContactPhone.OptionsColumn.AllowEdit = false;
this.gridColumn_EmergencyContactPhone.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_EmergencyContactPhone.OptionsFilter.AllowFilter = false;
this.gridColumn_EmergencyContactPhone.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_EmergencyContactPhone.Visible = true;
this.gridColumn_EmergencyContactPhone.VisibleIndex = 5;
this.gridColumn_EmergencyContactPhone.Width = 104;
//
// gridColumn_AdmissionDate
//
this.gridColumn_AdmissionDate.Caption = "入院时间";
this.gridColumn_AdmissionDate.DisplayFormat.FormatString = "DateTime.Tostring(f)";
this.gridColumn_AdmissionDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn_AdmissionDate.FieldName = "AdmissionDate";
this.gridColumn_AdmissionDate.GroupFormat.FormatString = "DateTime.Tostring(f)";
this.gridColumn_AdmissionDate.GroupFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn_AdmissionDate.Name = "gridColumn_AdmissionDate";
this.gridColumn_AdmissionDate.OptionsColumn.AllowEdit = false;
this.gridColumn_AdmissionDate.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_AdmissionDate.OptionsFilter.AllowFilter = false;
this.gridColumn_AdmissionDate.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_AdmissionDate.Visible = true;
this.gridColumn_AdmissionDate.VisibleIndex = 6;
this.gridColumn_AdmissionDate.Width = 97;
//
// gridColumn_DischargeDate
//
this.gridColumn_DischargeDate.Caption = "出院时间";
this.gridColumn_DischargeDate.DisplayFormat.FormatString = "DateTime.Tostring(f)";
this.gridColumn_DischargeDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn_DischargeDate.FieldName = "DischargeDate";
this.gridColumn_DischargeDate.GroupFormat.FormatString = "DateTime.Tostring(f)";
this.gridColumn_DischargeDate.GroupFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn_DischargeDate.Name = "gridColumn_DischargeDate";
this.gridColumn_DischargeDate.OptionsColumn.AllowEdit = false;
this.gridColumn_DischargeDate.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_DischargeDate.OptionsFilter.AllowFilter = false;
this.gridColumn_DischargeDate.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_DischargeDate.Visible = true;
this.gridColumn_DischargeDate.VisibleIndex = 7;
this.gridColumn_DischargeDate.Width = 98;
//
// gridColumn_FollowUpStatus
//
this.gridColumn_FollowUpStatus.Caption = "联系地址";
this.gridColumn_FollowUpStatus.FieldName = "Address";
this.gridColumn_FollowUpStatus.Name = "gridColumn_FollowUpStatus";
this.gridColumn_FollowUpStatus.OptionsColumn.AllowEdit = false;
this.gridColumn_FollowUpStatus.OptionsFilter.AllowAutoFilter = false;
this.gridColumn_FollowUpStatus.OptionsFilter.AllowFilter = false;
this.gridColumn_FollowUpStatus.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn_FollowUpStatus.Visible = true;
this.gridColumn_FollowUpStatus.VisibleIndex = 8;
this.gridColumn_FollowUpStatus.Width = 144;
//
// gridColumn1
//
this.gridColumn1.Caption = "操作";
this.gridColumn1.ColumnEdit = this.repositoryItemButtonEdit1;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsFilter.AllowAutoFilter = false;
this.gridColumn1.OptionsFilter.AllowFilter = false;
this.gridColumn1.OptionsFilter.ImmediateUpdateAutoFilter = false;
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 10;
this.gridColumn1.Width = 134;
//
// repositoryItemButtonEdit1
//
this.repositoryItemButtonEdit1.AutoHeight = false;
serializableAppearanceObject1.ForeColor = System.Drawing.Color.Red;
serializableAppearanceObject1.Options.UseForeColor = true;
this.repositoryItemButtonEdit1.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.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick);
//
// gridColumn2
//
this.gridColumn2.Caption = "距离下次随访(天数)";
this.gridColumn2.FieldName = "FNextDay";
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 = 9;
this.gridColumn2.Width = 120;
//
// repositoryItemButtonEdit2
//
this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
//
// simpleButton_Schdul
//
this.simpleButton_Schdul.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Schdul.ImageOptions.Image")));
this.simpleButton_Schdul.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_Schdul.Location = new System.Drawing.Point(1756, 40);
this.simpleButton_Schdul.Margin = new System.Windows.Forms.Padding(6);
this.simpleButton_Schdul.Name = "simpleButton_Schdul";
this.simpleButton_Schdul.Size = new System.Drawing.Size(153, 79);
this.simpleButton_Schdul.TabIndex = 11;
this.simpleButton_Schdul.Text = "新建";
//
// Button_Add
//
this.Button_Add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("Button_Add.ImageOptions.Image")));
this.Button_Add.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.Button_Add.Location = new System.Drawing.Point(1658, 22);
this.Button_Add.Margin = new System.Windows.Forms.Padding(6);
this.Button_Add.Name = "Button_Add";
this.Button_Add.Size = new System.Drawing.Size(207, 107);
this.Button_Add.TabIndex = 11;
this.Button_Add.Text = "新建患者";
this.Button_Add.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click);
//
// gridColumn_FollowUpDate
//
this.gridColumn_FollowUpDate.Caption = "随访时间";
this.gridColumn_FollowUpDate.FieldName = "FollowUpDate";
this.gridColumn_FollowUpDate.MinWidth = 37;
this.gridColumn_FollowUpDate.Name = "gridColumn_FollowUpDate";
this.gridColumn_FollowUpDate.Visible = true;
this.gridColumn_FollowUpDate.VisibleIndex = 8;
this.gridColumn_FollowUpDate.Width = 139;
//
// Form_FollowUpMain_Apoplexy
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1073, 718);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Form_FollowUpMain_Apoplexy";
this.Text = "卒中健康管理及随访";
this.Load += new System.EventHandler(this.Form_FollowUpMain_Apoplexy_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl_Patients)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_Patients)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.SimpleButton simpleButton_Search;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisMonth;
private DevExpress.XtraEditors.SimpleButton simpleButton_ToDay;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisWeek;
private DevExpress.XtraEditors.SimpleButton simpleButton_all;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage;
private DevExpress.XtraEditors.SimpleButton Button_Addfollowup;
private HL_FristAidPlatform_Public.TimeControl dateEdit_Start;
private HL_FristAidPlatform_Public.TimeControl dateEdit_End;
private DevExpress.XtraGrid.GridControl gridControl_Patients;
private DevExpress.XtraGrid.Views.Grid.GridView gridView_Patients;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_No;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GUID;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Name;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Gender;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Age;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_IdentityCard;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_EmergencyContactPhone;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_AdmissionDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DischargeDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpStatus;
private HL_FristAidPlatform_Public.TimeControl timeControl_startime;
private DevExpress.XtraEditors.SimpleButton simpleButton_quarter;
private DevExpress.XtraEditors.SimpleButton simpleButton_thisyear;
private HL_FristAidPlatform_Public.TimeControl timeControl_endtime;
private System.Windows.Forms.TextBox textBox_endage;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.TextBox textBox_startage;
private System.Windows.Forms.Label label_age;
private DevExpress.XtraEditors.SimpleButton simpleButton_Schdul;
private DevExpress.XtraEditors.SimpleButton Button_Add;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpDate;
private DevExpress.XtraEditors.LabelControl label_name;
private System.Windows.Forms.TextBox textBox1;
private HL_FristAidPlatform_Public.UserControlForPage userControlForPage1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
}
}