Files
csharpcode/patientman/PatientMan/Forms/frmExp.Designer.cs
2025-08-02 05:20:17 +07:00

884 lines
46 KiB
C#

namespace PatientMan.Forms
{
partial class frmExp
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExp));
this.clsPatientInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.persistentRepository = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
this.cbProv = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.tblProvinceEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cbDistrict = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.tblDistrictEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cbCommunes = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.tblCommuneEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cbRegimens = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.tblRegimenEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.cbReasons = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
this.tblRegimenStopReasonEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
this.bar2 = new DevExpress.XtraBars.Bar();
this.barPrint = new DevExpress.XtraBars.BarButtonItem();
this.barExcel = new DevExpress.XtraBars.BarButtonItem();
this.barEdit = new DevExpress.XtraBars.BarButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barFilter = new DevExpress.XtraBars.BarEditItem();
this.cbFilter = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
this.barFilterButton = new DevExpress.XtraBars.BarButtonItem();
this.barAutoUpdate = new DevExpress.XtraBars.BarButtonItem();
this.BeginDate = new DevExpress.XtraBars.BarEditItem();
this.repBeginDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.EndDate = new DevExpress.XtraBars.BarEditItem();
this.repEndDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
this.barView = new DevExpress.XtraBars.BarButtonItem();
this.SaveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.Tabs = new DevExpress.XtraTab.XtraTabControl();
this.Page_1 = new DevExpress.XtraTab.XtraTabPage();
this.grdExport = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPatientID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPatientName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBirthYear = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSex = new DevExpress.XtraGrid.Columns.GridColumn();
this.colAddress = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDateofArv = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsArv = new DevExpress.XtraGrid.Columns.GridColumn();
this.colProvinceId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDistrictId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCommuneId = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEndExamDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReferral = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReasonEnd = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHIVConfirmDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDateofRegistration = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLastExamDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colReExamDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTelephoneNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSupporterInfo = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOutPatientTreatment = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCD4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCD4Delays = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDelays = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCTXsDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCTXeDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINHsDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINHeDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colARVsDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colARVeDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRegimenid = new DevExpress.XtraGrid.Columns.GridColumn();
this.Page_2 = new DevExpress.XtraTab.XtraTabPage();
this.grdHivQual = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.clsPatientInfoBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbProv)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblProvinceEntityBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbDistrict)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblDistrictEntityBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbCommunes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblCommuneEntityBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbRegimens)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblRegimenEntityBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbReasons)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblRegimenStopReasonEntityBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Tabs)).BeginInit();
this.Tabs.SuspendLayout();
this.Page_1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdExport)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.Page_2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdHivQual)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
this.SuspendLayout();
//
// clsPatientInfoBindingSource
//
this.clsPatientInfoBindingSource.DataSource = typeof(PatientMan.Classes.clsPatientInfo);
//
// persistentRepository
//
this.persistentRepository.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.cbProv,
this.cbDistrict,
this.cbCommunes,
this.cbRegimens,
this.cbReasons});
//
// cbProv
//
this.cbProv.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbProv.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Provinceid", "Provinceid", 72, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Provincename", "Tên tỉnh", 77, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
this.cbProv.DataSource = this.tblProvinceEntityBindingSource;
this.cbProv.DisplayMember = "Provincename";
this.cbProv.Name = "cbProv";
this.cbProv.NullText = "";
this.cbProv.ValueMember = "Provinceid";
//
// tblProvinceEntityBindingSource
//
this.tblProvinceEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblProvinceEntity);
//
// cbDistrict
//
this.cbDistrict.AutoHeight = false;
this.cbDistrict.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbDistrict.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Districtid", "Districtid", 64, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Districtname", "Tên huyện", 69, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
this.cbDistrict.DataSource = this.tblDistrictEntityBindingSource;
this.cbDistrict.DisplayMember = "Districtname";
this.cbDistrict.Name = "cbDistrict";
this.cbDistrict.ValueMember = "Districtid";
//
// tblDistrictEntityBindingSource
//
this.tblDistrictEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblDistrictEntity);
//
// cbCommunes
//
this.cbCommunes.AutoHeight = false;
this.cbCommunes.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbCommunes.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Communeid", "Communeid", 78, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Communename", "Tên xã", 83, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
this.cbCommunes.DataSource = this.tblCommuneEntityBindingSource;
this.cbCommunes.DisplayMember = "Communename";
this.cbCommunes.Name = "cbCommunes";
this.cbCommunes.ValueMember = "Communeid";
//
// tblCommuneEntityBindingSource
//
this.tblCommuneEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblCommuneEntity);
//
// cbRegimens
//
this.cbRegimens.AutoHeight = false;
this.cbRegimens.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbRegimens.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Regimenid", "Regimenid", 59, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VRegimenname", "Tên phác đồ", 83, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
this.cbRegimens.DataSource = this.tblRegimenEntityBindingSource;
this.cbRegimens.DisplayMember = "VRegimenname";
this.cbRegimens.Name = "cbRegimens";
this.cbRegimens.ValueMember = "Regimenid";
//
// tblRegimenEntityBindingSource
//
this.tblRegimenEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblRegimenEntity);
//
// cbReasons
//
this.cbReasons.AutoHeight = false;
this.cbReasons.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbReasons.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("ReasonId", "Reason Id", 59, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VReasonDes", "Lý do", 73, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)});
this.cbReasons.DataSource = this.tblRegimenStopReasonEntityBindingSource;
this.cbReasons.DisplayMember = "VReasonDes";
this.cbReasons.Name = "cbReasons";
this.cbReasons.ValueMember = "ReasonId";
//
// tblRegimenStopReasonEntityBindingSource
//
this.tblRegimenStopReasonEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblRegimenStopReasonEntity);
//
// barManager
//
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barPrint,
this.barFilter,
this.barFilterButton,
this.barAutoUpdate,
this.BeginDate,
this.EndDate,
this.barExcel,
this.barView,
this.barEdit});
this.barManager.MainMenu = this.bar2;
this.barManager.MaxItemId = 11;
this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.cbFilter,
this.repBeginDate,
this.repEndDate});
//
// bar2
//
this.bar2.BarName = "Main menu";
this.bar2.DockCol = 0;
this.bar2.DockRow = 0;
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barPrint, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barExcel, DevExpress.XtraBars.BarItemPaintStyle.Standard),
new DevExpress.XtraBars.LinkPersistInfo(this.barEdit)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
//
// barPrint
//
this.barPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("barPrint.Glyph")));
this.barPrint.Id = 0;
this.barPrint.ImageIndex = 10;
this.barPrint.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barPrint.LargeGlyph")));
this.barPrint.Name = "barPrint";
this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint_ItemClick);
//
// barExcel
//
this.barExcel.Caption = "Excel export";
this.barExcel.Glyph = ((System.Drawing.Image)(resources.GetObject("barExcel.Glyph")));
this.barExcel.Id = 8;
this.barExcel.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barExcel.LargeGlyph")));
this.barExcel.Name = "barExcel";
this.barExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barExcel_ItemClick);
//
// barEdit
//
this.barEdit.Caption = "Xem";
this.barEdit.Glyph = ((System.Drawing.Image)(resources.GetObject("barEdit.Glyph")));
this.barEdit.Id = 10;
this.barEdit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barEdit.LargeGlyph")));
this.barEdit.Name = "barEdit";
this.barEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barEdit_ItemClick);
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(851, 24);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 413);
this.barDockControlBottom.Size = new System.Drawing.Size(851, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 389);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(851, 24);
this.barDockControlRight.Size = new System.Drawing.Size(0, 389);
//
// barFilter
//
this.barFilter.Edit = this.cbFilter;
this.barFilter.EditHeight = 30;
this.barFilter.Id = 1;
this.barFilter.Name = "barFilter";
this.barFilter.Width = 150;
//
// cbFilter
//
this.cbFilter.AutoHeight = false;
this.cbFilter.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cbFilter.Items.AddRange(new object[] {
"Show all",
"Under the management",
"Moved from",
"Moved to",
"Dead",
"Lost to follow up"});
this.cbFilter.Name = "cbFilter";
//
// barFilterButton
//
this.barFilterButton.Caption = "Filter";
this.barFilterButton.Glyph = ((System.Drawing.Image)(resources.GetObject("barFilterButton.Glyph")));
this.barFilterButton.Id = 2;
this.barFilterButton.ImageIndex = 0;
this.barFilterButton.Name = "barFilterButton";
//
// barAutoUpdate
//
this.barAutoUpdate.Caption = "Check Consistency";
this.barAutoUpdate.Glyph = ((System.Drawing.Image)(resources.GetObject("barAutoUpdate.Glyph")));
this.barAutoUpdate.Id = 5;
this.barAutoUpdate.Name = "barAutoUpdate";
//
// BeginDate
//
this.BeginDate.Caption = "Từ ngày";
this.BeginDate.Edit = this.repBeginDate;
this.BeginDate.Id = 6;
this.BeginDate.Name = "BeginDate";
this.BeginDate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
this.BeginDate.Width = 100;
//
// repBeginDate
//
this.repBeginDate.AutoHeight = false;
this.repBeginDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repBeginDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repBeginDate.Name = "repBeginDate";
//
// EndDate
//
this.EndDate.Caption = "Đến ngày";
this.EndDate.Edit = this.repEndDate;
this.EndDate.Id = 7;
this.EndDate.Name = "EndDate";
this.EndDate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
this.EndDate.Width = 100;
//
// repEndDate
//
this.repEndDate.AutoHeight = false;
this.repEndDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repEndDate.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repEndDate.Name = "repEndDate";
//
// barView
//
this.barView.Caption = "Xem";
this.barView.Glyph = ((System.Drawing.Image)(resources.GetObject("barView.Glyph")));
this.barView.Id = 9;
this.barView.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barView.LargeGlyph")));
this.barView.Name = "barView";
//
// SaveFileDialog
//
this.SaveFileDialog.FileName = "output.xls";
this.SaveFileDialog.Filter = "Excel File|*.xls";
//
// Tabs
//
this.Tabs.Dock = System.Windows.Forms.DockStyle.Fill;
this.Tabs.Location = new System.Drawing.Point(0, 24);
this.Tabs.Name = "Tabs";
this.Tabs.SelectedTabPage = this.Page_1;
this.Tabs.Size = new System.Drawing.Size(851, 389);
this.Tabs.TabIndex = 6;
this.Tabs.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.Page_1,
this.Page_2});
//
// Page_1
//
this.Page_1.Controls.Add(this.grdExport);
this.Page_1.Name = "Page_1";
this.Page_1.Size = new System.Drawing.Size(845, 361);
this.Page_1.Text = "Full Database";
//
// grdExport
//
this.grdExport.Cursor = System.Windows.Forms.Cursors.Default;
this.grdExport.DataSource = this.clsPatientInfoBindingSource;
this.grdExport.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdExport.ExternalRepository = this.persistentRepository;
this.grdExport.Location = new System.Drawing.Point(0, 0);
this.grdExport.MainView = this.gridView1;
this.grdExport.Name = "grdExport";
this.grdExport.Size = new System.Drawing.Size(845, 361);
this.grdExport.TabIndex = 2;
this.grdExport.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colNo,
this.colPatientID,
this.colPatientName,
this.colBirthYear,
this.colSex,
this.colAddress,
this.colDateofArv,
this.colIsArv,
this.colProvinceId,
this.colDistrictId,
this.colCommuneId,
this.colEndExamDate,
this.colReferral,
this.colReasonEnd,
this.colHIVConfirmDate,
this.colDateofRegistration,
this.colLastExamDate,
this.colReExamDate,
this.colTelephoneNo,
this.colSupporterInfo,
this.gridColumn1,
this.colOutPatientTreatment,
this.colCD4,
this.colCD4Delays,
this.colDelays,
this.colCTXsDate,
this.colCTXeDate,
this.colINHsDate,
this.colINHeDate,
this.colARVsDate,
this.colARVeDate,
this.colRegimenid});
this.gridView1.GridControl = this.grdExport;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// colNo
//
this.colNo.Caption = "STT";
this.colNo.FieldName = "No";
this.colNo.Name = "colNo";
this.colNo.Visible = true;
this.colNo.VisibleIndex = 0;
//
// colPatientID
//
this.colPatientID.Caption = "Mã bệnh nhân";
this.colPatientID.FieldName = "PatientID";
this.colPatientID.Name = "colPatientID";
this.colPatientID.Visible = true;
this.colPatientID.VisibleIndex = 1;
//
// colPatientName
//
this.colPatientName.Caption = "Tên bệnh nhân";
this.colPatientName.FieldName = "PatientName";
this.colPatientName.Name = "colPatientName";
this.colPatientName.Visible = true;
this.colPatientName.VisibleIndex = 2;
//
// colBirthYear
//
this.colBirthYear.Caption = "Năm sinh";
this.colBirthYear.FieldName = "BirthYear";
this.colBirthYear.Name = "colBirthYear";
this.colBirthYear.Visible = true;
this.colBirthYear.VisibleIndex = 3;
//
// colSex
//
this.colSex.Caption = "Giới tính";
this.colSex.FieldName = "Sex";
this.colSex.Name = "colSex";
this.colSex.Visible = true;
this.colSex.VisibleIndex = 4;
//
// colAddress
//
this.colAddress.Caption = "Địa chỉ";
this.colAddress.FieldName = "Address";
this.colAddress.Name = "colAddress";
this.colAddress.Visible = true;
this.colAddress.VisibleIndex = 5;
//
// colDateofArv
//
this.colDateofArv.Caption = "Ngày khởi liều ARV";
this.colDateofArv.FieldName = "DateofArv";
this.colDateofArv.Name = "colDateofArv";
this.colDateofArv.Visible = true;
this.colDateofArv.VisibleIndex = 6;
//
// colIsArv
//
this.colIsArv.Caption = "ARV";
this.colIsArv.FieldName = "IsArv";
this.colIsArv.Name = "colIsArv";
this.colIsArv.Visible = true;
this.colIsArv.VisibleIndex = 7;
//
// colProvinceId
//
this.colProvinceId.Caption = "Tỉnh";
this.colProvinceId.ColumnEdit = this.cbProv;
this.colProvinceId.FieldName = "ProvinceId";
this.colProvinceId.Name = "colProvinceId";
this.colProvinceId.Visible = true;
this.colProvinceId.VisibleIndex = 8;
//
// colDistrictId
//
this.colDistrictId.Caption = "Huyện";
this.colDistrictId.ColumnEdit = this.cbDistrict;
this.colDistrictId.FieldName = "DistrictId";
this.colDistrictId.Name = "colDistrictId";
this.colDistrictId.Visible = true;
this.colDistrictId.VisibleIndex = 9;
//
// colCommuneId
//
this.colCommuneId.Caption = "Xã";
this.colCommuneId.ColumnEdit = this.cbCommunes;
this.colCommuneId.FieldName = "CommuneId";
this.colCommuneId.Name = "colCommuneId";
this.colCommuneId.Visible = true;
this.colCommuneId.VisibleIndex = 10;
//
// colEndExamDate
//
this.colEndExamDate.Caption = "Ngày KT khám";
this.colEndExamDate.FieldName = "EndExamDate";
this.colEndExamDate.Name = "colEndExamDate";
this.colEndExamDate.Visible = true;
this.colEndExamDate.VisibleIndex = 11;
//
// colReferral
//
this.colReferral.Caption = "Chuyển đến";
this.colReferral.FieldName = "Referral";
this.colReferral.Name = "colReferral";
this.colReferral.Visible = true;
this.colReferral.VisibleIndex = 12;
//
// colReasonEnd
//
this.colReasonEnd.Caption = "Lý do kết thúc";
this.colReasonEnd.ColumnEdit = this.cbReasons;
this.colReasonEnd.FieldName = "ReasonEnd";
this.colReasonEnd.Name = "colReasonEnd";
this.colReasonEnd.Visible = true;
this.colReasonEnd.VisibleIndex = 13;
//
// colHIVConfirmDate
//
this.colHIVConfirmDate.Caption = "Ngày khẳng định HIV";
this.colHIVConfirmDate.FieldName = "HIVConfirmDate";
this.colHIVConfirmDate.Name = "colHIVConfirmDate";
this.colHIVConfirmDate.Visible = true;
this.colHIVConfirmDate.VisibleIndex = 14;
//
// colDateofRegistration
//
this.colDateofRegistration.Caption = "Ngày đăng ký";
this.colDateofRegistration.FieldName = "DateofRegistration";
this.colDateofRegistration.Name = "colDateofRegistration";
this.colDateofRegistration.Visible = true;
this.colDateofRegistration.VisibleIndex = 15;
//
// colLastExamDate
//
this.colLastExamDate.Caption = "Ngày khám cuối";
this.colLastExamDate.FieldName = "LastExamDate";
this.colLastExamDate.Name = "colLastExamDate";
this.colLastExamDate.Visible = true;
this.colLastExamDate.VisibleIndex = 16;
//
// colReExamDate
//
this.colReExamDate.Caption = "Ngày tái khám";
this.colReExamDate.FieldName = "ReExamDate";
this.colReExamDate.Name = "colReExamDate";
this.colReExamDate.Visible = true;
this.colReExamDate.VisibleIndex = 17;
//
// colTelephoneNo
//
this.colTelephoneNo.Caption = "Điện thoại";
this.colTelephoneNo.FieldName = "TelephoneNo";
this.colTelephoneNo.Name = "colTelephoneNo";
this.colTelephoneNo.Visible = true;
this.colTelephoneNo.VisibleIndex = 18;
//
// colSupporterInfo
//
this.colSupporterInfo.Caption = "Thông tin người hỗ trọ";
this.colSupporterInfo.FieldName = "SupporterInfo";
this.colSupporterInfo.Name = "colSupporterInfo";
this.colSupporterInfo.Visible = true;
this.colSupporterInfo.VisibleIndex = 19;
//
// colOutPatientTreatment
//
this.colOutPatientTreatment.Caption = "Lấy thuốc tại xã";
this.colOutPatientTreatment.FieldName = "OutPatientTreatment";
this.colOutPatientTreatment.Name = "colOutPatientTreatment";
this.colOutPatientTreatment.Visible = true;
this.colOutPatientTreatment.VisibleIndex = 20;
//
// colCD4
//
this.colCD4.Caption = "CD4 gần nhất";
this.colCD4.FieldName = "CD4";
this.colCD4.Name = "colCD4";
this.colCD4.Visible = true;
this.colCD4.VisibleIndex = 21;
//
// colCD4Delays
//
this.colCD4Delays.Caption = "Số ngày chưa làm CD4";
this.colCD4Delays.FieldName = "CD4Delays";
this.colCD4Delays.Name = "colCD4Delays";
this.colCD4Delays.Visible = true;
this.colCD4Delays.VisibleIndex = 22;
//
// colDelays
//
this.colDelays.Caption = "Số ngày muộn khám";
this.colDelays.FieldName = "Delays";
this.colDelays.Name = "colDelays";
this.colDelays.Visible = true;
this.colDelays.VisibleIndex = 23;
//
// colCTXsDate
//
this.colCTXsDate.Caption = "Ngày CTX";
this.colCTXsDate.FieldName = "CTXsDate";
this.colCTXsDate.Name = "colCTXsDate";
this.colCTXsDate.Visible = true;
this.colCTXsDate.VisibleIndex = 24;
//
// colCTXeDate
//
this.colCTXeDate.Caption = "Ngày kết thúc CTX";
this.colCTXeDate.FieldName = "CTXeDate";
this.colCTXeDate.Name = "colCTXeDate";
this.colCTXeDate.Visible = true;
this.colCTXeDate.VisibleIndex = 25;
//
// colINHsDate
//
this.colINHsDate.Caption = "Ngày INH";
this.colINHsDate.FieldName = "INHsDate";
this.colINHsDate.Name = "colINHsDate";
this.colINHsDate.Visible = true;
this.colINHsDate.VisibleIndex = 26;
//
// colINHeDate
//
this.colINHeDate.Caption = "Ngày kết thúc INH";
this.colINHeDate.FieldName = "INHeDate";
this.colINHeDate.Name = "colINHeDate";
this.colINHeDate.Visible = true;
this.colINHeDate.VisibleIndex = 27;
//
// colARVsDate
//
this.colARVsDate.Caption = "Ngày ARV";
this.colARVsDate.FieldName = "ARVsDate";
this.colARVsDate.Name = "colARVsDate";
this.colARVsDate.Visible = true;
this.colARVsDate.VisibleIndex = 28;
//
// colARVeDate
//
this.colARVeDate.Caption = "Ngày kết thúc ARV";
this.colARVeDate.FieldName = "ARVeDate";
this.colARVeDate.Name = "colARVeDate";
this.colARVeDate.Visible = true;
this.colARVeDate.VisibleIndex = 29;
//
// colRegimenid
//
this.colRegimenid.Caption = "Phác đồ ARV";
this.colRegimenid.ColumnEdit = this.cbRegimens;
this.colRegimenid.FieldName = "Regimenid";
this.colRegimenid.Name = "colRegimenid";
this.colRegimenid.Visible = true;
this.colRegimenid.VisibleIndex = 30;
//
// Page_2
//
this.Page_2.Controls.Add(this.grdHivQual);
this.Page_2.Name = "Page_2";
this.Page_2.Size = new System.Drawing.Size(845, 361);
this.Page_2.Text = "HivQual Database";
//
// grdHivQual
//
this.grdHivQual.Cursor = System.Windows.Forms.Cursors.Default;
this.grdHivQual.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdHivQual.Location = new System.Drawing.Point(0, 0);
this.grdHivQual.MainView = this.gridView2;
this.grdHivQual.MenuManager = this.barManager;
this.grdHivQual.Name = "grdHivQual";
this.grdHivQual.Size = new System.Drawing.Size(845, 361);
this.grdHivQual.TabIndex = 0;
this.grdHivQual.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
//
// gridView2
//
this.gridView2.GridControl = this.grdHivQual;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsView.ShowGroupPanel = false;
//
// gridColumn1
//
this.gridColumn1.Caption = "SMS";
this.gridColumn1.FieldName = "sms";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 31;
//
// frmExp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.ClientSize = new System.Drawing.Size(851, 413);
this.Controls.Add(this.Tabs);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "frmExp";
this.Text = "Kết xuất";
((System.ComponentModel.ISupportInitialize)(this.clsPatientInfoBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbProv)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblProvinceEntityBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbDistrict)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblDistrictEntityBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbCommunes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblCommuneEntityBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbRegimens)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblRegimenEntityBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbReasons)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblRegimenStopReasonEntityBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repBeginDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.repEndDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Tabs)).EndInit();
this.Tabs.ResumeLayout(false);
this.Page_1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdExport)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.Page_2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.grdHivQual)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.BindingSource clsPatientInfoBindingSource;
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarButtonItem barPrint;
private DevExpress.XtraBars.BarButtonItem barExcel;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraBars.BarEditItem barFilter;
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox cbFilter;
private DevExpress.XtraBars.BarButtonItem barFilterButton;
private DevExpress.XtraBars.BarButtonItem barAutoUpdate;
private DevExpress.XtraBars.BarEditItem BeginDate;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repBeginDate;
private DevExpress.XtraBars.BarEditItem EndDate;
private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repEndDate;
private System.Windows.Forms.SaveFileDialog SaveFileDialog;
private DevExpress.XtraEditors.Repository.PersistentRepository persistentRepository;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit cbProv;
private System.Windows.Forms.BindingSource tblProvinceEntityBindingSource;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit cbDistrict;
private System.Windows.Forms.BindingSource tblDistrictEntityBindingSource;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit cbCommunes;
private System.Windows.Forms.BindingSource tblCommuneEntityBindingSource;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit cbRegimens;
private System.Windows.Forms.BindingSource tblRegimenEntityBindingSource;
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit cbReasons;
private System.Windows.Forms.BindingSource tblRegimenStopReasonEntityBindingSource;
private DevExpress.XtraBars.BarButtonItem barView;
private DevExpress.XtraBars.BarButtonItem barEdit;
private DevExpress.XtraTab.XtraTabControl Tabs;
private DevExpress.XtraTab.XtraTabPage Page_1;
public DevExpress.XtraGrid.GridControl grdExport;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn colNo;
private DevExpress.XtraGrid.Columns.GridColumn colPatientID;
private DevExpress.XtraGrid.Columns.GridColumn colPatientName;
private DevExpress.XtraGrid.Columns.GridColumn colBirthYear;
private DevExpress.XtraGrid.Columns.GridColumn colSex;
private DevExpress.XtraGrid.Columns.GridColumn colAddress;
private DevExpress.XtraGrid.Columns.GridColumn colDateofArv;
private DevExpress.XtraGrid.Columns.GridColumn colIsArv;
private DevExpress.XtraGrid.Columns.GridColumn colProvinceId;
private DevExpress.XtraGrid.Columns.GridColumn colDistrictId;
private DevExpress.XtraGrid.Columns.GridColumn colCommuneId;
private DevExpress.XtraGrid.Columns.GridColumn colEndExamDate;
private DevExpress.XtraGrid.Columns.GridColumn colReferral;
private DevExpress.XtraGrid.Columns.GridColumn colReasonEnd;
private DevExpress.XtraGrid.Columns.GridColumn colHIVConfirmDate;
private DevExpress.XtraGrid.Columns.GridColumn colDateofRegistration;
private DevExpress.XtraGrid.Columns.GridColumn colLastExamDate;
private DevExpress.XtraGrid.Columns.GridColumn colReExamDate;
private DevExpress.XtraGrid.Columns.GridColumn colTelephoneNo;
private DevExpress.XtraGrid.Columns.GridColumn colSupporterInfo;
private DevExpress.XtraGrid.Columns.GridColumn colOutPatientTreatment;
private DevExpress.XtraGrid.Columns.GridColumn colCD4;
private DevExpress.XtraGrid.Columns.GridColumn colCD4Delays;
private DevExpress.XtraGrid.Columns.GridColumn colDelays;
private DevExpress.XtraGrid.Columns.GridColumn colCTXsDate;
private DevExpress.XtraGrid.Columns.GridColumn colCTXeDate;
private DevExpress.XtraGrid.Columns.GridColumn colINHsDate;
private DevExpress.XtraGrid.Columns.GridColumn colINHeDate;
private DevExpress.XtraGrid.Columns.GridColumn colARVsDate;
private DevExpress.XtraGrid.Columns.GridColumn colARVeDate;
private DevExpress.XtraGrid.Columns.GridColumn colRegimenid;
private DevExpress.XtraTab.XtraTabPage Page_2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
public DevExpress.XtraGrid.GridControl grdHivQual;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
}
}