namespace HL_FristAidPlatform_FollowUp { partial class Form_FollowUpMain_HeartFailure { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_FollowUpMain_HeartFailure)); this.panel1 = new System.Windows.Forms.Panel(); this.simpleButton_HeartFailure = new DevExpress.XtraEditors.SimpleButton(); this.cmb_Classify = new DevExpress.XtraEditors.ComboBoxEdit(); this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl(); this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl(); this.simpleButton_Schdul = 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.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.textEdit_Key = new DevExpress.XtraEditors.TextEdit(); this.panel2 = new System.Windows.Forms.Panel(); 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_Diseasetime = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_DiseaseRecord = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_FollowUpStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn_FollowUpDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.userControlForPage = new HL_FristAidPlatform_Public.UserControlForPage(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmb_Classify.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_Key.Properties)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Patients)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Patients)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.simpleButton_HeartFailure); this.panel1.Controls.Add(this.cmb_Classify); this.panel1.Controls.Add(this.labelControl12); this.panel1.Controls.Add(this.dateEdit_End); this.panel1.Controls.Add(this.dateEdit_Start); this.panel1.Controls.Add(this.simpleButton_Schdul); 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.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.textEdit_Key); 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(1048, 75); this.panel1.TabIndex = 0; // // simpleButton_HeartFailure // this.simpleButton_HeartFailure.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_HeartFailure.ImageOptions.Image"))); this.simpleButton_HeartFailure.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter; this.simpleButton_HeartFailure.Location = new System.Drawing.Point(812, 25); this.simpleButton_HeartFailure.Name = "simpleButton_HeartFailure"; this.simpleButton_HeartFailure.Size = new System.Drawing.Size(154, 38); this.simpleButton_HeartFailure.TabIndex = 17; this.simpleButton_HeartFailure.Text = "新增心衰随访病人"; this.simpleButton_HeartFailure.Click += new System.EventHandler(this.simpleButton_HeartFailure_Click); // // cmb_Classify // this.cmb_Classify.Location = new System.Drawing.Point(261, 44); this.cmb_Classify.Name = "cmb_Classify"; this.cmb_Classify.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cmb_Classify.Properties.Items.AddRange(new object[] { "请选择", "胸痛中心患者随访", "卒中中心患者随访", "创伤中心患者随访", "其他患者随访"}); this.cmb_Classify.Size = new System.Drawing.Size(120, 20); this.cmb_Classify.TabIndex = 15; // // labelControl12 // this.labelControl12.Location = new System.Drawing.Point(173, 47); this.labelControl12.Name = "labelControl12"; this.labelControl12.Size = new System.Drawing.Size(84, 14); this.labelControl12.TabIndex = 14; this.labelControl12.Text = "计划所属分类:"; // // dateEdit_End // this.dateEdit_End.BackColor = System.Drawing.Color.Transparent; this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.dateEdit_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.dateEdit_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.dateEdit_End.Location = new System.Drawing.Point(437, 11); this.dateEdit_End.Name = "dateEdit_End"; this.dateEdit_End.Size = new System.Drawing.Size(142, 20); this.dateEdit_End.TabIndex = 13; this.dateEdit_End.TimeValue = ""; // // dateEdit_Start // this.dateEdit_Start.BackColor = System.Drawing.Color.Transparent; this.dateEdit_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.dateEdit_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.dateEdit_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.dateEdit_Start.Location = new System.Drawing.Point(261, 11); this.dateEdit_Start.Name = "dateEdit_Start"; this.dateEdit_Start.Size = new System.Drawing.Size(142, 20); this.dateEdit_Start.TabIndex = 12; this.dateEdit_Start.TimeValue = ""; // // 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(678, 25); this.simpleButton_Schdul.Name = "simpleButton_Schdul"; this.simpleButton_Schdul.Size = new System.Drawing.Size(128, 38); this.simpleButton_Schdul.TabIndex = 11; this.simpleButton_Schdul.Text = "创建随访计划"; this.simpleButton_Schdul.Click += new System.EventHandler(this.simpleButton_Schdul_Click); // // simpleButton_all // this.simpleButton_all.Location = new System.Drawing.Point(89, 41); this.simpleButton_all.Name = "simpleButton_all"; this.simpleButton_all.Size = new System.Drawing.Size(75, 27); 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(7, 8); this.simpleButton_ThisMonth.Name = "simpleButton_ThisMonth"; this.simpleButton_ThisMonth.Size = new System.Drawing.Size(75, 27); 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(7, 41); this.simpleButton_ToDay.Name = "simpleButton_ToDay"; this.simpleButton_ToDay.Size = new System.Drawing.Size(75, 27); 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(89, 8); this.simpleButton_ThisWeek.Name = "simpleButton_ThisWeek"; this.simpleButton_ThisWeek.Size = new System.Drawing.Size(75, 27); 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(587, 25); this.simpleButton_Search.Name = "simpleButton_Search"; this.simpleButton_Search.Size = new System.Drawing.Size(87, 38); 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(415, 14); 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(197, 14); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "创建时间:"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(386, 47); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "关键字:"; // // textEdit_Key // this.textEdit_Key.Location = new System.Drawing.Point(437, 44); this.textEdit_Key.Name = "textEdit_Key"; this.textEdit_Key.Size = new System.Drawing.Size(142, 20); this.textEdit_Key.TabIndex = 0; // // panel2 // this.panel2.Controls.Add(this.gridControl_Patients); this.panel2.Controls.Add(this.userControlForPage); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 75); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1048, 610); this.panel2.TabIndex = 1; // // 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.Size = new System.Drawing.Size(1048, 577); 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.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_Diseasetime, this.gridColumn_DiseaseRecord, this.gridColumn_FollowUpStatus, this.gridColumn_FollowUpDate}); this.gridView_Patients.GridControl = this.gridControl_Patients; this.gridView_Patients.GroupPanelText = "双节列表任意位置进入随访计划详情,进行计划执行记录维护。"; this.gridView_Patients.Name = "gridView_Patients"; this.gridView_Patients.OptionsBehavior.Editable = false; 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.Visible = true; this.gridColumn_No.VisibleIndex = 0; // // gridColumn_GUID // this.gridColumn_GUID.Caption = "GUID"; this.gridColumn_GUID.FieldName = "GUID"; this.gridColumn_GUID.Name = "gridColumn_GUID"; // // gridColumn_Name // this.gridColumn_Name.Caption = "姓名"; this.gridColumn_Name.FieldName = "Name"; this.gridColumn_Name.Name = "gridColumn_Name"; this.gridColumn_Name.Visible = true; this.gridColumn_Name.VisibleIndex = 1; // // gridColumn_Gender // this.gridColumn_Gender.Caption = "性别"; this.gridColumn_Gender.FieldName = "GenderString"; this.gridColumn_Gender.Name = "gridColumn_Gender"; this.gridColumn_Gender.Visible = true; this.gridColumn_Gender.VisibleIndex = 2; // // gridColumn_Age // this.gridColumn_Age.Caption = "年龄"; this.gridColumn_Age.FieldName = "Age"; this.gridColumn_Age.Name = "gridColumn_Age"; this.gridColumn_Age.Visible = true; this.gridColumn_Age.VisibleIndex = 3; // // gridColumn_IdentityCard // this.gridColumn_IdentityCard.Caption = "身份证"; this.gridColumn_IdentityCard.FieldName = "IdentityCard"; this.gridColumn_IdentityCard.Name = "gridColumn_IdentityCard"; this.gridColumn_IdentityCard.Visible = true; this.gridColumn_IdentityCard.VisibleIndex = 4; // // gridColumn_EmergencyContactPhone // this.gridColumn_EmergencyContactPhone.Caption = "联系人电话"; this.gridColumn_EmergencyContactPhone.FieldName = "MobilePhone"; this.gridColumn_EmergencyContactPhone.Name = "gridColumn_EmergencyContactPhone"; this.gridColumn_EmergencyContactPhone.Visible = true; this.gridColumn_EmergencyContactPhone.VisibleIndex = 5; // // gridColumn_Diseasetime // this.gridColumn_Diseasetime.Caption = "发病时间"; this.gridColumn_Diseasetime.FieldName = "Attack_Time"; this.gridColumn_Diseasetime.Name = "gridColumn_Diseasetime"; this.gridColumn_Diseasetime.Visible = true; this.gridColumn_Diseasetime.VisibleIndex = 6; // // gridColumn_DiseaseRecord // this.gridColumn_DiseaseRecord.Caption = "病情记录"; this.gridColumn_DiseaseRecord.FieldName = "PreliminaryDiagnosis"; this.gridColumn_DiseaseRecord.Name = "gridColumn_DiseaseRecord"; this.gridColumn_DiseaseRecord.Visible = true; this.gridColumn_DiseaseRecord.VisibleIndex = 7; // // gridColumn_FollowUpStatus // this.gridColumn_FollowUpStatus.Caption = "状态"; this.gridColumn_FollowUpStatus.FieldName = "FollowUpStatus"; this.gridColumn_FollowUpStatus.Name = "gridColumn_FollowUpStatus"; this.gridColumn_FollowUpStatus.Visible = true; this.gridColumn_FollowUpStatus.VisibleIndex = 9; // // gridColumn_FollowUpDate // this.gridColumn_FollowUpDate.Caption = "随访时间"; this.gridColumn_FollowUpDate.FieldName = "FollowUpDate"; this.gridColumn_FollowUpDate.Name = "gridColumn_FollowUpDate"; this.gridColumn_FollowUpDate.Visible = true; this.gridColumn_FollowUpDate.VisibleIndex = 8; // // userControlForPage // this.userControlForPage.Dock = System.Windows.Forms.DockStyle.Bottom; this.userControlForPage.Location = new System.Drawing.Point(0, 577); this.userControlForPage.Name = "userControlForPage"; this.userControlForPage.Size = new System.Drawing.Size(1048, 33); this.userControlForPage.TabIndex = 1; this.userControlForPage.myPagerEvents += new HL_FristAidPlatform_Public.UserControlForPage.MyPagerEvents(this.userControlForPage_myPagerEvents); this.userControlForPage.exportEvents += new HL_FristAidPlatform_Public.UserControlForPage.ExportEvents(this.userControlForPage_exportEvents); // // Form_FollowUpMain_HeartFailure // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1048, 685); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "Form_FollowUpMain_HeartFailure"; this.Text = "心衰随访计划管理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_FollowUpMain_ChestPain_FormClosed); this.Load += new System.EventHandler(this.Form_FollowUpMain_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cmb_Classify.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textEdit_Key.Properties)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl_Patients)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_Patients)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.TextEdit textEdit_Key; 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.LabelControl labelControl1; 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_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_Diseasetime; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DiseaseRecord; 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.XtraGrid.Columns.GridColumn gridColumn_GUID; private DevExpress.XtraEditors.SimpleButton simpleButton_Schdul; private HL_FristAidPlatform_Public.TimeControl dateEdit_Start; private HL_FristAidPlatform_Public.TimeControl dateEdit_End; private DevExpress.XtraEditors.ComboBoxEdit cmb_Classify; private DevExpress.XtraEditors.LabelControl labelControl12; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpStatus; private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpDate; private DevExpress.XtraEditors.SimpleButton simpleButton_HeartFailure; } }