Upload to server
uploading
This commit is contained in:
238
patientman/PatientMan/Controls/ursPreClinicInfo.Designer.cs
generated
Normal file
238
patientman/PatientMan/Controls/ursPreClinicInfo.Designer.cs
generated
Normal file
@@ -0,0 +1,238 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class ursPreClinicInfo
|
||||
{
|
||||
/// <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(ursPreClinicInfo));
|
||||
this.QuantityResult = new DevExpress.XtraEditors.TextEdit();
|
||||
this.labelQuantitativeResult = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelQualitativeResult = new DevExpress.XtraEditors.LabelControl();
|
||||
this.QualitytResult = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.lblTestDate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.TestDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.labelTestID = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Testid = new DevExpress.XtraEditors.LookUpEdit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.QuantityResult.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.QualitytResult.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TestDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TestDate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Testid.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// QuantityResult
|
||||
//
|
||||
resources.ApplyResources(this.QuantityResult, "QuantityResult");
|
||||
this.QuantityResult.EnterMoveNextControl = true;
|
||||
this.QuantityResult.Name = "QuantityResult";
|
||||
this.QuantityResult.Properties.AccessibleDescription = resources.GetString("QuantityResult.Properties.AccessibleDescription");
|
||||
this.QuantityResult.Properties.AccessibleName = resources.GetString("QuantityResult.Properties.AccessibleName");
|
||||
this.QuantityResult.Properties.AutoHeight = ((bool)(resources.GetObject("QuantityResult.Properties.AutoHeight")));
|
||||
this.QuantityResult.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("QuantityResult.Properties.Mask.AutoComplete")));
|
||||
this.QuantityResult.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("QuantityResult.Properties.Mask.BeepOnError")));
|
||||
this.QuantityResult.Properties.Mask.EditMask = resources.GetString("QuantityResult.Properties.Mask.EditMask");
|
||||
this.QuantityResult.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("QuantityResult.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.QuantityResult.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("QuantityResult.Properties.Mask.MaskType")));
|
||||
this.QuantityResult.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("QuantityResult.Properties.Mask.PlaceHolder")));
|
||||
this.QuantityResult.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("QuantityResult.Properties.Mask.SaveLiteral")));
|
||||
this.QuantityResult.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("QuantityResult.Properties.Mask.ShowPlaceHolders")));
|
||||
this.QuantityResult.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("QuantityResult.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.QuantityResult.Properties.NullValuePrompt = resources.GetString("QuantityResult.Properties.NullValuePrompt");
|
||||
this.QuantityResult.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("QuantityResult.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// labelQuantitativeResult
|
||||
//
|
||||
resources.ApplyResources(this.labelQuantitativeResult, "labelQuantitativeResult");
|
||||
this.labelQuantitativeResult.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelQuantitativeResult.Appearance.DisabledImage")));
|
||||
this.labelQuantitativeResult.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelQuantitativeResult.Appearance.Font")));
|
||||
this.labelQuantitativeResult.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelQuantitativeResult.Appearance.FontSizeDelta")));
|
||||
this.labelQuantitativeResult.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelQuantitativeResult.Appearance.FontStyleDelta")));
|
||||
this.labelQuantitativeResult.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelQuantitativeResult.Appearance.GradientMode")));
|
||||
this.labelQuantitativeResult.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelQuantitativeResult.Appearance.HoverImage")));
|
||||
this.labelQuantitativeResult.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelQuantitativeResult.Appearance.Image")));
|
||||
this.labelQuantitativeResult.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelQuantitativeResult.Appearance.PressedImage")));
|
||||
this.labelQuantitativeResult.Name = "labelQuantitativeResult";
|
||||
//
|
||||
// labelQualitativeResult
|
||||
//
|
||||
resources.ApplyResources(this.labelQualitativeResult, "labelQualitativeResult");
|
||||
this.labelQualitativeResult.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelQualitativeResult.Appearance.DisabledImage")));
|
||||
this.labelQualitativeResult.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelQualitativeResult.Appearance.Font")));
|
||||
this.labelQualitativeResult.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelQualitativeResult.Appearance.FontSizeDelta")));
|
||||
this.labelQualitativeResult.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelQualitativeResult.Appearance.FontStyleDelta")));
|
||||
this.labelQualitativeResult.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelQualitativeResult.Appearance.GradientMode")));
|
||||
this.labelQualitativeResult.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelQualitativeResult.Appearance.HoverImage")));
|
||||
this.labelQualitativeResult.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelQualitativeResult.Appearance.Image")));
|
||||
this.labelQualitativeResult.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelQualitativeResult.Appearance.PressedImage")));
|
||||
this.labelQualitativeResult.Name = "labelQualitativeResult";
|
||||
this.labelQualitativeResult.Click += new System.EventHandler(this.labelQualitativeResult_Click);
|
||||
//
|
||||
// QualitytResult
|
||||
//
|
||||
resources.ApplyResources(this.QualitytResult, "QualitytResult");
|
||||
this.QualitytResult.EnterMoveNextControl = true;
|
||||
this.QualitytResult.Name = "QualitytResult";
|
||||
this.QualitytResult.Properties.AccessibleDescription = resources.GetString("QualitytResult.Properties.AccessibleDescription");
|
||||
this.QualitytResult.Properties.AccessibleName = resources.GetString("QualitytResult.Properties.AccessibleName");
|
||||
this.QualitytResult.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("QualitytResult.Properties.Appearance.BackColor")));
|
||||
this.QualitytResult.Properties.Appearance.FontSizeDelta = ((int)(resources.GetObject("QualitytResult.Properties.Appearance.FontSizeDelta")));
|
||||
this.QualitytResult.Properties.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("QualitytResult.Properties.Appearance.FontStyleDelta")));
|
||||
this.QualitytResult.Properties.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("QualitytResult.Properties.Appearance.GradientMode")));
|
||||
this.QualitytResult.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("QualitytResult.Properties.Appearance.Image")));
|
||||
this.QualitytResult.Properties.Appearance.Options.UseBackColor = true;
|
||||
this.QualitytResult.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
|
||||
this.QualitytResult.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("QualitytResult.Properties.Items"))), resources.GetString("QualitytResult.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("QualitytResult.Properties.Items2"))), resources.GetString("QualitytResult.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("QualitytResult.Properties.Items4"))), resources.GetString("QualitytResult.Properties.Items5"))});
|
||||
//
|
||||
// lblTestDate
|
||||
//
|
||||
resources.ApplyResources(this.lblTestDate, "lblTestDate");
|
||||
this.lblTestDate.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblTestDate.Appearance.DisabledImage")));
|
||||
this.lblTestDate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblTestDate.Appearance.Font")));
|
||||
this.lblTestDate.Appearance.FontSizeDelta = ((int)(resources.GetObject("lblTestDate.Appearance.FontSizeDelta")));
|
||||
this.lblTestDate.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("lblTestDate.Appearance.FontStyleDelta")));
|
||||
this.lblTestDate.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblTestDate.Appearance.GradientMode")));
|
||||
this.lblTestDate.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblTestDate.Appearance.HoverImage")));
|
||||
this.lblTestDate.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblTestDate.Appearance.Image")));
|
||||
this.lblTestDate.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblTestDate.Appearance.PressedImage")));
|
||||
this.lblTestDate.Name = "lblTestDate";
|
||||
//
|
||||
// TestDate
|
||||
//
|
||||
resources.ApplyResources(this.TestDate, "TestDate");
|
||||
this.TestDate.EnterMoveNextControl = true;
|
||||
this.TestDate.Name = "TestDate";
|
||||
this.TestDate.Properties.AccessibleDescription = resources.GetString("TestDate.Properties.AccessibleDescription");
|
||||
this.TestDate.Properties.AccessibleName = resources.GetString("TestDate.Properties.AccessibleName");
|
||||
this.TestDate.Properties.AutoHeight = ((bool)(resources.GetObject("TestDate.Properties.AutoHeight")));
|
||||
this.TestDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TestDate.Properties.Buttons"))))});
|
||||
this.TestDate.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("TestDate.Properties.CalendarTimeProperties.AccessibleDescription");
|
||||
this.TestDate.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("TestDate.Properties.CalendarTimeProperties.AccessibleName");
|
||||
this.TestDate.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.AutoHeight")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.AutoComplete")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.BeepOnError")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("TestDate.Properties.CalendarTimeProperties.Mask.EditMask");
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.MaskType")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.TestDate.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("TestDate.Properties.CalendarTimeProperties.NullValuePrompt");
|
||||
this.TestDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("TestDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
|
||||
this.TestDate.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("TestDate.Properties.Mask.AutoComplete")));
|
||||
this.TestDate.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("TestDate.Properties.Mask.BeepOnError")));
|
||||
this.TestDate.Properties.Mask.EditMask = resources.GetString("TestDate.Properties.Mask.EditMask");
|
||||
this.TestDate.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("TestDate.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.TestDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("TestDate.Properties.Mask.MaskType")));
|
||||
this.TestDate.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("TestDate.Properties.Mask.PlaceHolder")));
|
||||
this.TestDate.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("TestDate.Properties.Mask.SaveLiteral")));
|
||||
this.TestDate.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("TestDate.Properties.Mask.ShowPlaceHolders")));
|
||||
this.TestDate.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("TestDate.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.TestDate.Properties.NullValuePrompt = resources.GetString("TestDate.Properties.NullValuePrompt");
|
||||
this.TestDate.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("TestDate.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.TestDate.Validated += new System.EventHandler(this.TestDate_Validated);
|
||||
//
|
||||
// labelTestID
|
||||
//
|
||||
resources.ApplyResources(this.labelTestID, "labelTestID");
|
||||
this.labelTestID.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelTestID.Appearance.DisabledImage")));
|
||||
this.labelTestID.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelTestID.Appearance.Font")));
|
||||
this.labelTestID.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelTestID.Appearance.FontSizeDelta")));
|
||||
this.labelTestID.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelTestID.Appearance.FontStyleDelta")));
|
||||
this.labelTestID.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelTestID.Appearance.GradientMode")));
|
||||
this.labelTestID.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelTestID.Appearance.HoverImage")));
|
||||
this.labelTestID.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelTestID.Appearance.Image")));
|
||||
this.labelTestID.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelTestID.Appearance.PressedImage")));
|
||||
this.labelTestID.Name = "labelTestID";
|
||||
this.labelTestID.Click += new System.EventHandler(this.labelTestID_Click);
|
||||
//
|
||||
// Testid
|
||||
//
|
||||
resources.ApplyResources(this.Testid, "Testid");
|
||||
this.Testid.Name = "Testid";
|
||||
this.Testid.Properties.AccessibleDescription = resources.GetString("Testid.Properties.AccessibleDescription");
|
||||
this.Testid.Properties.AccessibleName = resources.GetString("Testid.Properties.AccessibleName");
|
||||
this.Testid.Properties.AutoHeight = ((bool)(resources.GetObject("Testid.Properties.AutoHeight")));
|
||||
this.Testid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Testid.Properties.Buttons"))))});
|
||||
this.Testid.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Testid.Properties.Columns"), resources.GetString("Testid.Properties.Columns1"), ((int)(resources.GetObject("Testid.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Testid.Properties.Columns3"))), resources.GetString("Testid.Properties.Columns4"), ((bool)(resources.GetObject("Testid.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Testid.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Testid.Properties.Columns7"), resources.GetString("Testid.Properties.Columns8"), ((int)(resources.GetObject("Testid.Properties.Columns9"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Testid.Properties.Columns10"))), resources.GetString("Testid.Properties.Columns11"), ((bool)(resources.GetObject("Testid.Properties.Columns12"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Testid.Properties.Columns13"))))});
|
||||
this.Testid.Properties.DisplayMember = "VTestName";
|
||||
this.Testid.Properties.DropDownRows = 15;
|
||||
this.Testid.Properties.NullText = resources.GetString("Testid.Properties.NullText");
|
||||
this.Testid.Properties.NullValuePrompt = resources.GetString("Testid.Properties.NullValuePrompt");
|
||||
this.Testid.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("Testid.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.Testid.Properties.ValueMember = "Testid";
|
||||
//
|
||||
// ursPreClinicInfo
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("ursPreClinicInfo.Appearance.BackColor")));
|
||||
this.Appearance.FontSizeDelta = ((int)(resources.GetObject("ursPreClinicInfo.Appearance.FontSizeDelta")));
|
||||
this.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("ursPreClinicInfo.Appearance.FontStyleDelta")));
|
||||
this.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("ursPreClinicInfo.Appearance.GradientMode")));
|
||||
this.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("ursPreClinicInfo.Appearance.Image")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Controls.Add(this.Testid);
|
||||
this.Controls.Add(this.QuantityResult);
|
||||
this.Controls.Add(this.labelQuantitativeResult);
|
||||
this.Controls.Add(this.labelQualitativeResult);
|
||||
this.Controls.Add(this.QualitytResult);
|
||||
this.Controls.Add(this.lblTestDate);
|
||||
this.Controls.Add(this.TestDate);
|
||||
this.Controls.Add(this.labelTestID);
|
||||
this.Name = "ursPreClinicInfo";
|
||||
((System.ComponentModel.ISupportInitialize)(this.QuantityResult.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.QualitytResult.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TestDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TestDate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Testid.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.TextEdit QuantityResult;
|
||||
private DevExpress.XtraEditors.LabelControl labelQuantitativeResult;
|
||||
private DevExpress.XtraEditors.LabelControl labelQualitativeResult;
|
||||
private DevExpress.XtraEditors.RadioGroup QualitytResult;
|
||||
private DevExpress.XtraEditors.LabelControl lblTestDate;
|
||||
private DevExpress.XtraEditors.LabelControl labelTestID;
|
||||
public DevExpress.XtraEditors.DateEdit TestDate;
|
||||
private DevExpress.XtraEditors.LookUpEdit Testid;
|
||||
|
||||
}
|
||||
}
|
93
patientman/PatientMan/Controls/ursPreClinicInfo.cs
Normal file
93
patientman/PatientMan/Controls/ursPreClinicInfo.cs
Normal file
@@ -0,0 +1,93 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class ursPreClinicInfo : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
public EntityCollection<TblPreClinicsInfoEntity> PreClinicsInfos { get; set; }
|
||||
public EntityCollection<TblTestEntity> Tests = new EntityCollection<TblTestEntity>();
|
||||
public TblPreClinicsInfoEntity Deleted;
|
||||
public ursPreClinicInfo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override void LoadData()
|
||||
{
|
||||
|
||||
PreClinicsInfos = PatientInfor.TblPreClinicsInfos;
|
||||
ISortExpression sorter = new SortExpression(TblPreClinicsInfoFields.TestDate | SortOperator.Ascending);
|
||||
adapter.FetchEntityCollection(PreClinicsInfos, PatientInfor.GetRelationInfoTblPreClinicsInfos(), 0, sorter);
|
||||
}
|
||||
public override void LoadLibrary()
|
||||
{
|
||||
base.LoadLibrary();
|
||||
adapter.FetchEntityCollection(Tests, null);
|
||||
this.Testid.Properties.DataSource = Tests;
|
||||
}
|
||||
|
||||
public override void BindingData()
|
||||
{
|
||||
Testid.DataBindings.Clear();
|
||||
TestDate.DataBindings.Clear();
|
||||
|
||||
QualitytResult.DataBindings.Clear();
|
||||
QuantityResult.DataBindings.Clear();
|
||||
|
||||
Testid.DataBindings.Add("EditValue", PreClinicsInfos, "Testid", true);
|
||||
TestDate.DataBindings.Add("EditValue", PreClinicsInfos, "TestDate", true);
|
||||
QuantityResult.DataBindings.Add("Text", PreClinicsInfos, "QuantityResult", true);
|
||||
QualitytResult.DataBindings.Add("EditValue", PreClinicsInfos, "QualityResult", true);
|
||||
}
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[PreClinicsInfos].EndCurrentEdit();
|
||||
adapter.SaveEntityCollection (PreClinicsInfos , true, true);
|
||||
base.SaveRecord();
|
||||
|
||||
var Log = new LogInfo();
|
||||
Log.PatientID = PreClinicsInfos[BindingContext[PreClinicsInfos].Position].PatientId;
|
||||
Log.TableName = "PreClinic";
|
||||
Log.RecordID = PreClinicsInfos[BindingContext[PreClinicsInfos].Position].UniqueKey;
|
||||
Log.EventType= PreClinicsInfos[BindingContext[PreClinicsInfos].Position].IsNew?"Add":"Edit";
|
||||
base.WriteLog(Log);
|
||||
}
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[PreClinicsInfos].CancelCurrentEdit();
|
||||
}
|
||||
|
||||
private void labelTestID_Click(object sender, EventArgs e)
|
||||
{
|
||||
Testid.EditValue = null;
|
||||
}
|
||||
|
||||
private void labelQualitativeResult_Click(object sender, EventArgs e)
|
||||
{
|
||||
QualitytResult.EditValue = null;
|
||||
}
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
Deleted = (TblPreClinicsInfoEntity)PreClinicsInfos[BindingContext[PreClinicsInfos].Position];
|
||||
var Log = new LogInfo();
|
||||
Log.PatientID = Deleted.PatientId;
|
||||
Log.TableName = "PreClinic";
|
||||
Log.RecordID = Deleted.UniqueKey;
|
||||
Log.EventType = "Delete";
|
||||
base.WriteLog(Log);
|
||||
|
||||
PreClinicsInfos.Remove(Deleted);
|
||||
adapter.DeleteEntity(Deleted);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
private void TestDate_Validated(object sender, EventArgs e)
|
||||
{
|
||||
common.testdate = (DateTime)TestDate.EditValue;
|
||||
}
|
||||
}
|
||||
}
|
732
patientman/PatientMan/Controls/ursPreClinicInfo.resx
Normal file
732
patientman/PatientMan/Controls/ursPreClinicInfo.resx
Normal file
@@ -0,0 +1,732 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Testid1.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="lblTestDate.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTestDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.SaveLiteral" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items5" xml:space="preserve">
|
||||
<value>Unidentified</value>
|
||||
</data>
|
||||
<data name=">>Testid.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.XtraEditors.v18.1" name="DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="QuantityResult.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v18.1">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>69</value>
|
||||
</data>
|
||||
<data name=">>Testid.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>TestDate.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>QualitytResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.EditMask" xml:space="preserve">
|
||||
<value>d</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Text" xml:space="preserve">
|
||||
<value>Quantity Result</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>200</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v18.1">
|
||||
<value>DateTime</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.PlaceHolder" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>_</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã xét nghiệm</value>
|
||||
</data>
|
||||
<data name=">>labelTestID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelQuantitativeResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>119, 67</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Data.v18.1" name="DevExpress.Data.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="Testid1.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>lblTestDate.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="$this.AutoScroll" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.AutoComplete" type="DevExpress.XtraEditors.Mask.AutoCompleteType, DevExpress.XtraEditors.v18.1">
|
||||
<value>Default</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.ShowPlaceHolders" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>564, 20</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>79, 13</value>
|
||||
</data>
|
||||
<data name="labelTestID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>66</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="Testid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>113, 5</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QuantityResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.AutoComplete" type="DevExpress.XtraEditors.Mask.AutoCompleteType, DevExpress.XtraEditors.v18.1">
|
||||
<value>Default</value>
|
||||
</data>
|
||||
<data name=">>lblTestDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QuantityResult.Name" xml:space="preserve">
|
||||
<value>QuantityResult</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.Name" xml:space="preserve">
|
||||
<value>labelQualitativeResult</value>
|
||||
</data>
|
||||
<data name=">>labelTestID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>TestDate.Name" xml:space="preserve">
|
||||
<value>TestDate</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.AutoComplete" type="DevExpress.XtraEditors.Mask.AutoCompleteType, DevExpress.XtraEditors.v18.1">
|
||||
<value>Default</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns" xml:space="preserve">
|
||||
<value>Testid</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items" type="System.Int16, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QualitytResult.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.SaveLiteral" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.UseMaskAsDisplayFormat" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>tblTestEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>ursPreClinicInfo</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v18.1" name="DevExpress.Utils.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TestDate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Text" xml:space="preserve">
|
||||
<value>Quality Result</value>
|
||||
</data>
|
||||
<data name=">>TestDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items3" xml:space="preserve">
|
||||
<value>Positive</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns7" xml:space="preserve">
|
||||
<value>VTestName</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>Transparent</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>tblTestEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblTestEntityBindingSource</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items2" type="System.Int16, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.UseMaskAsDisplayFormat" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name=">>Testid.Name" xml:space="preserve">
|
||||
<value>Testid</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã xét nghiệm</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.SaveLiteral" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>QualitytResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>119, 90</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>422, 26</value>
|
||||
</data>
|
||||
<data name="TestDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelTestID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 8</value>
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns" xml:space="preserve">
|
||||
<value>Testid</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>200</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>TestDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QuantityResult.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="labelTestID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>60, 13</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items4" type="System.Int16, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>labelTestID.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="TestDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="labelTestID.Text" xml:space="preserve">
|
||||
<value>Test name</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.ShowPlaceHolders" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>70</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 13</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>250, 86</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.PlaceHolder" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>_</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>696, 351</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên xét nghiệp</value>
|
||||
</data>
|
||||
<data name="QuantityResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="TestDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 90</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.24505, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
<data name=">>QualitytResult.Name" xml:space="preserve">
|
||||
<value>QualitytResult</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items1" xml:space="preserve">
|
||||
<value>Negative</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.Name" xml:space="preserve">
|
||||
<value>labelQuantitativeResult</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name=">>lblTestDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>250, 67</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên xét nghiệp</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>lblTestDate.Name" xml:space="preserve">
|
||||
<value>lblTestDate</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.EditMask" xml:space="preserve">
|
||||
<value>T</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.EditMask" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns7" xml:space="preserve">
|
||||
<value>VTestName</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 67</value>
|
||||
</data>
|
||||
<data name=">>Testid.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>labelTestID.Name" xml:space="preserve">
|
||||
<value>labelTestID</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.PlaceHolder" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>_</value>
|
||||
</data>
|
||||
<data name="TestDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTestDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name=">>QuantityResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QuantityResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Text" xml:space="preserve">
|
||||
<value>Test Date</value>
|
||||
</data>
|
||||
<data name="QualitytResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>vi-VN</value>
|
||||
</metadata>
|
||||
<metadata name="tblTestEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
</root>
|
732
patientman/PatientMan/Controls/ursPreClinicInfo.resx.bak
Normal file
732
patientman/PatientMan/Controls/ursPreClinicInfo.resx.bak
Normal file
@@ -0,0 +1,732 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Testid1.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="lblTestDate.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTestDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.SaveLiteral" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items5" xml:space="preserve">
|
||||
<value>Unidentified</value>
|
||||
</data>
|
||||
<data name=">>Testid.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.XtraEditors.v16.2" name="DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="QuantityResult.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v16.2">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>69</value>
|
||||
</data>
|
||||
<data name=">>Testid.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>TestDate.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>QualitytResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.EditMask" xml:space="preserve">
|
||||
<value>d</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Text" xml:space="preserve">
|
||||
<value>Quantity Result</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>200</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v16.2">
|
||||
<value>DateTime</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.PlaceHolder" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>_</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã xét nghiệm</value>
|
||||
</data>
|
||||
<data name=">>labelTestID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelQuantitativeResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>119, 67</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Data.v16.2" name="DevExpress.Data.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="Testid1.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>lblTestDate.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="$this.AutoScroll" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.AutoComplete" type="DevExpress.XtraEditors.Mask.AutoCompleteType, DevExpress.XtraEditors.v16.2">
|
||||
<value>Default</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.ShowPlaceHolders" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>564, 20</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>79, 13</value>
|
||||
</data>
|
||||
<data name="labelTestID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>66</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="Testid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>113, 5</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QuantityResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.AutoComplete" type="DevExpress.XtraEditors.Mask.AutoCompleteType, DevExpress.XtraEditors.v16.2">
|
||||
<value>Default</value>
|
||||
</data>
|
||||
<data name=">>lblTestDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QuantityResult.Name" xml:space="preserve">
|
||||
<value>QuantityResult</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.Name" xml:space="preserve">
|
||||
<value>labelQualitativeResult</value>
|
||||
</data>
|
||||
<data name=">>labelTestID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>TestDate.Name" xml:space="preserve">
|
||||
<value>TestDate</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.AutoComplete" type="DevExpress.XtraEditors.Mask.AutoCompleteType, DevExpress.XtraEditors.v16.2">
|
||||
<value>Default</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns" xml:space="preserve">
|
||||
<value>Testid</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name=">>labelQualitativeResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items" type="System.Int16, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QualitytResult.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.SaveLiteral" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.UseMaskAsDisplayFormat" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>tblTestEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>ursPreClinicInfo</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v16.2" name="DevExpress.Utils.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TestDate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Text" xml:space="preserve">
|
||||
<value>Quality Result</value>
|
||||
</data>
|
||||
<data name=">>TestDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items3" xml:space="preserve">
|
||||
<value>Positive</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns7" xml:space="preserve">
|
||||
<value>VTestName</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>Transparent</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>tblTestEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblTestEntityBindingSource</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items2" type="System.Int16, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.UseMaskAsDisplayFormat" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name=">>Testid.Name" xml:space="preserve">
|
||||
<value>Testid</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã xét nghiệm</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.SaveLiteral" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>QualitytResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>119, 90</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>422, 26</value>
|
||||
</data>
|
||||
<data name="TestDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.DisabledImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelTestID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 8</value>
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns" xml:space="preserve">
|
||||
<value>Testid</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>200</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>TestDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QuantityResult.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="labelTestID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>60, 13</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items4" type="System.Int16, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name=">>labelTestID.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="TestDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="labelTestID.Text" xml:space="preserve">
|
||||
<value>Test name</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.ShowPlaceHolders" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>70</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 13</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>250, 86</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.PlaceHolder" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>_</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>696, 351</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên xét nghiệp</value>
|
||||
</data>
|
||||
<data name="QuantityResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="TestDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>13, 90</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.24505, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
<data name=">>QualitytResult.Name" xml:space="preserve">
|
||||
<value>QualitytResult</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items1" xml:space="preserve">
|
||||
<value>Negative</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.Name" xml:space="preserve">
|
||||
<value>labelQuantitativeResult</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.NullValuePromptShowForEmptyValue" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name=">>lblTestDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>250, 67</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên xét nghiệp</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.HoverImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>lblTestDate.Name" xml:space="preserve">
|
||||
<value>lblTestDate</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.EditMask" xml:space="preserve">
|
||||
<value>T</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.Mask.EditMask" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Testid.Properties.Columns7" xml:space="preserve">
|
||||
<value>VTestName</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 67</value>
|
||||
</data>
|
||||
<data name=">>Testid.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.FontStyleDelta" type="System.Drawing.FontStyle, System.Drawing">
|
||||
<value>Regular</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.AutoHeight" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Testid1.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="QuantityResult.Properties.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>labelTestID.Name" xml:space="preserve">
|
||||
<value>labelTestID</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name=">>labelQuantitativeResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="Testid.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.Image" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.PlaceHolder" type="System.Char, mscorlib" xml:space="preserve">
|
||||
<value>_</value>
|
||||
</data>
|
||||
<data name="TestDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TestDate.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="labelTestID.Appearance.FontSizeDelta" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.NullValuePrompt" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ursPreClinicInfo.Appearance.GradientMode" type="System.Drawing.Drawing2D.LinearGradientMode, System.Drawing">
|
||||
<value>Horizontal</value>
|
||||
</data>
|
||||
<data name="TestDate.Properties.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="lblTestDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>55, 13</value>
|
||||
</data>
|
||||
<data name=">>QuantityResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Appearance.PressedImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name=">>QuantityResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Text" xml:space="preserve">
|
||||
<value>Test Date</value>
|
||||
</data>
|
||||
<data name="QualitytResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>vi-VN</value>
|
||||
</metadata>
|
||||
<metadata name="tblTestEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
</root>
|
170
patientman/PatientMan/Controls/ursPreClinicInfo.vi-VN.resx
Normal file
170
patientman/PatientMan/Controls/ursPreClinicInfo.vi-VN.resx
Normal file
@@ -0,0 +1,170 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelQuantitativeResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>105, 13</value>
|
||||
</data>
|
||||
<data name="labelQuantitativeResult.Text" xml:space="preserve">
|
||||
<value>Kết quả định lượng</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>95, 13</value>
|
||||
</data>
|
||||
<data name="labelQualitativeResult.Text" xml:space="preserve">
|
||||
<value>Kết quả định tính</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items1" xml:space="preserve">
|
||||
<value>Âm tính</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items3" xml:space="preserve">
|
||||
<value>Dương tính</value>
|
||||
</data>
|
||||
<data name="QualitytResult.Properties.Items5" xml:space="preserve">
|
||||
<value>Không xác định</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>95, 13</value>
|
||||
</data>
|
||||
<data name="lblTestDate.Text" xml:space="preserve">
|
||||
<value>Ngày xét nghiệm</value>
|
||||
</data>
|
||||
<data name="labelTestID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 8</value>
|
||||
</data>
|
||||
<data name="labelTestID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 13</value>
|
||||
</data>
|
||||
<data name="labelTestID.Text" xml:space="preserve">
|
||||
<value>Tên xét nghiệm</value>
|
||||
</data>
|
||||
<data name="Testid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>119, 5</value>
|
||||
</data>
|
||||
<data name="Testid.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>553, 20</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Testid.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>702, 340</value>
|
||||
</data>
|
||||
</root>
|
445
patientman/PatientMan/Controls/usrClinlicInfo.Designer.cs
generated
Normal file
445
patientman/PatientMan/Controls/usrClinlicInfo.Designer.cs
generated
Normal file
@@ -0,0 +1,445 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class usrClinlicInfo
|
||||
{
|
||||
/// <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 Component 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(usrClinlicInfo));
|
||||
this.groupOther = new System.Windows.Forms.GroupBox();
|
||||
this.Poisoning = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.ProgressTB = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.labelMotion = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Motion = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.labelClinicStage = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ClinicStage = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.labelWeight = new DevExpress.XtraEditors.LabelControl();
|
||||
this.txtWeight = new DevExpress.XtraEditors.TextEdit();
|
||||
this.lblHeight = new DevExpress.XtraEditors.LabelControl();
|
||||
this.txtHeight = new DevExpress.XtraEditors.TextEdit();
|
||||
this.lblClinicDate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ClinicDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.SideEffect = new DevExpress.XtraEditors.PopupContainerEdit();
|
||||
this.ClinicInfo = new DevExpress.XtraEditors.PopupContainerControl();
|
||||
this.Depression = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Blackouts = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.FatDistributionChanges = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Anemia = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Burning = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Headache = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Colic = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Diarrhea = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Nausea = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Jaundice = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Rash = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.groupOther.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Poisoning.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ProgressTB.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Motion.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicStage.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtWeight.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtHeight.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicDate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SideEffect.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicInfo)).BeginInit();
|
||||
this.ClinicInfo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Depression.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Blackouts.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.FatDistributionChanges.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Anemia.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Burning.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Headache.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Colic.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Diarrhea.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Nausea.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Jaundice.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Rash.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// groupOther
|
||||
//
|
||||
this.groupOther.Controls.Add(this.Poisoning);
|
||||
this.groupOther.Controls.Add(this.ProgressTB);
|
||||
resources.ApplyResources(this.groupOther, "groupOther");
|
||||
this.groupOther.Name = "groupOther";
|
||||
this.groupOther.TabStop = false;
|
||||
//
|
||||
// Poisoning
|
||||
//
|
||||
this.Poisoning.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Poisoning, "Poisoning");
|
||||
this.Poisoning.Name = "Poisoning";
|
||||
this.Poisoning.Properties.Caption = resources.GetString("Poisoning.Properties.Caption");
|
||||
this.Poisoning.Properties.DisplayValueChecked = resources.GetString("Poisoning.Properties.DisplayValueChecked");
|
||||
this.Poisoning.Properties.DisplayValueGrayed = resources.GetString("Poisoning.Properties.DisplayValueGrayed");
|
||||
this.Poisoning.Properties.DisplayValueUnchecked = resources.GetString("Poisoning.Properties.DisplayValueUnchecked");
|
||||
this.Poisoning.Properties.ValueChecked = ((short)(1));
|
||||
this.Poisoning.Properties.ValueGrayed = ((short)(0));
|
||||
this.Poisoning.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// ProgressTB
|
||||
//
|
||||
this.ProgressTB.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.ProgressTB, "ProgressTB");
|
||||
this.ProgressTB.Name = "ProgressTB";
|
||||
this.ProgressTB.Properties.Caption = resources.GetString("ProgressTB.Properties.Caption");
|
||||
this.ProgressTB.Properties.DisplayValueChecked = resources.GetString("ProgressTB.Properties.DisplayValueChecked");
|
||||
this.ProgressTB.Properties.DisplayValueGrayed = resources.GetString("ProgressTB.Properties.DisplayValueGrayed");
|
||||
this.ProgressTB.Properties.DisplayValueUnchecked = resources.GetString("ProgressTB.Properties.DisplayValueUnchecked");
|
||||
this.ProgressTB.Properties.ValueChecked = ((short)(1));
|
||||
this.ProgressTB.Properties.ValueGrayed = ((short)(0));
|
||||
this.ProgressTB.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// labelMotion
|
||||
//
|
||||
this.labelMotion.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelMotion.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelMotion, "labelMotion");
|
||||
this.labelMotion.Name = "labelMotion";
|
||||
//
|
||||
// Motion
|
||||
//
|
||||
this.Motion.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Motion, "Motion");
|
||||
this.Motion.Name = "Motion";
|
||||
this.Motion.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Motion.Properties.Items"))), resources.GetString("Motion.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Motion.Properties.Items2"))), resources.GetString("Motion.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Motion.Properties.Items4"))), resources.GetString("Motion.Properties.Items5"))});
|
||||
//
|
||||
// labelClinicStage
|
||||
//
|
||||
this.labelClinicStage.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelClinicStage.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelClinicStage, "labelClinicStage");
|
||||
this.labelClinicStage.Name = "labelClinicStage";
|
||||
this.labelClinicStage.Click += new System.EventHandler(this.labelClinicStage_Click);
|
||||
//
|
||||
// ClinicStage
|
||||
//
|
||||
this.ClinicStage.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.ClinicStage, "ClinicStage");
|
||||
this.ClinicStage.Name = "ClinicStage";
|
||||
this.ClinicStage.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items"))), resources.GetString("ClinicStage.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items2"))), resources.GetString("ClinicStage.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items4"))), resources.GetString("ClinicStage.Properties.Items5")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items6"))), resources.GetString("ClinicStage.Properties.Items7"))});
|
||||
//
|
||||
// labelWeight
|
||||
//
|
||||
this.labelWeight.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelWeight.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelWeight, "labelWeight");
|
||||
this.labelWeight.Name = "labelWeight";
|
||||
//
|
||||
// txtWeight
|
||||
//
|
||||
this.txtWeight.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.txtWeight, "txtWeight");
|
||||
this.txtWeight.Name = "txtWeight";
|
||||
this.txtWeight.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("txtWeight.Properties.Mask.BeepOnError")));
|
||||
this.txtWeight.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("txtWeight.Properties.Mask.IgnoreMaskBlank")));
|
||||
//
|
||||
// lblHeight
|
||||
//
|
||||
this.lblHeight.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblHeight.Appearance.Font")));
|
||||
resources.ApplyResources(this.lblHeight, "lblHeight");
|
||||
this.lblHeight.Name = "lblHeight";
|
||||
//
|
||||
// txtHeight
|
||||
//
|
||||
this.txtHeight.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.txtHeight, "txtHeight");
|
||||
this.txtHeight.Name = "txtHeight";
|
||||
this.txtHeight.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("txtHeight.Properties.Mask.BeepOnError")));
|
||||
this.txtHeight.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("txtHeight.Properties.Mask.IgnoreMaskBlank")));
|
||||
//
|
||||
// lblClinicDate
|
||||
//
|
||||
this.lblClinicDate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblClinicDate.Appearance.Font")));
|
||||
resources.ApplyResources(this.lblClinicDate, "lblClinicDate");
|
||||
this.lblClinicDate.Name = "lblClinicDate";
|
||||
//
|
||||
// ClinicDate
|
||||
//
|
||||
resources.ApplyResources(this.ClinicDate, "ClinicDate");
|
||||
this.ClinicDate.EnterMoveNextControl = true;
|
||||
this.ClinicDate.Name = "ClinicDate";
|
||||
this.ClinicDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ClinicDate.Properties.Buttons"))))});
|
||||
this.ClinicDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ClinicDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.ClinicDate.Validated += new System.EventHandler(this.ClinicDate_Validated);
|
||||
//
|
||||
// SideEffect
|
||||
//
|
||||
resources.ApplyResources(this.SideEffect, "SideEffect");
|
||||
this.SideEffect.Name = "SideEffect";
|
||||
this.SideEffect.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("SideEffect.Properties.Appearance.Font")));
|
||||
this.SideEffect.Properties.Appearance.Options.UseFont = true;
|
||||
this.SideEffect.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
|
||||
this.SideEffect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("SideEffect.Properties.Buttons"))))});
|
||||
this.SideEffect.Properties.PopupControl = this.ClinicInfo;
|
||||
//
|
||||
// ClinicInfo
|
||||
//
|
||||
this.ClinicInfo.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("ClinicInfo.Appearance.BackColor")));
|
||||
this.ClinicInfo.Appearance.Options.UseBackColor = true;
|
||||
this.ClinicInfo.Controls.Add(this.Depression);
|
||||
this.ClinicInfo.Controls.Add(this.Blackouts);
|
||||
this.ClinicInfo.Controls.Add(this.FatDistributionChanges);
|
||||
this.ClinicInfo.Controls.Add(this.Anemia);
|
||||
this.ClinicInfo.Controls.Add(this.Burning);
|
||||
this.ClinicInfo.Controls.Add(this.Headache);
|
||||
this.ClinicInfo.Controls.Add(this.Colic);
|
||||
this.ClinicInfo.Controls.Add(this.Diarrhea);
|
||||
this.ClinicInfo.Controls.Add(this.Nausea);
|
||||
this.ClinicInfo.Controls.Add(this.Jaundice);
|
||||
this.ClinicInfo.Controls.Add(this.Rash);
|
||||
resources.ApplyResources(this.ClinicInfo, "ClinicInfo");
|
||||
this.ClinicInfo.Name = "ClinicInfo";
|
||||
//
|
||||
// Depression
|
||||
//
|
||||
this.Depression.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Depression, "Depression");
|
||||
this.Depression.Name = "Depression";
|
||||
this.Depression.Properties.Caption = resources.GetString("Depression.Properties.Caption");
|
||||
this.Depression.Properties.DisplayValueChecked = resources.GetString("Depression.Properties.DisplayValueChecked");
|
||||
this.Depression.Properties.DisplayValueGrayed = resources.GetString("Depression.Properties.DisplayValueGrayed");
|
||||
this.Depression.Properties.DisplayValueUnchecked = resources.GetString("Depression.Properties.DisplayValueUnchecked");
|
||||
this.Depression.Properties.ValueChecked = ((short)(1));
|
||||
this.Depression.Properties.ValueGrayed = ((short)(0));
|
||||
this.Depression.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Blackouts
|
||||
//
|
||||
this.Blackouts.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Blackouts, "Blackouts");
|
||||
this.Blackouts.Name = "Blackouts";
|
||||
this.Blackouts.Properties.Caption = resources.GetString("Blackouts.Properties.Caption");
|
||||
this.Blackouts.Properties.DisplayValueChecked = resources.GetString("Blackouts.Properties.DisplayValueChecked");
|
||||
this.Blackouts.Properties.DisplayValueGrayed = resources.GetString("Blackouts.Properties.DisplayValueGrayed");
|
||||
this.Blackouts.Properties.DisplayValueUnchecked = resources.GetString("Blackouts.Properties.DisplayValueUnchecked");
|
||||
this.Blackouts.Properties.ValueChecked = ((short)(1));
|
||||
this.Blackouts.Properties.ValueGrayed = ((short)(0));
|
||||
this.Blackouts.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// FatDistributionChanges
|
||||
//
|
||||
this.FatDistributionChanges.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.FatDistributionChanges, "FatDistributionChanges");
|
||||
this.FatDistributionChanges.Name = "FatDistributionChanges";
|
||||
this.FatDistributionChanges.Properties.Caption = resources.GetString("FatDistributionChanges.Properties.Caption");
|
||||
this.FatDistributionChanges.Properties.DisplayValueChecked = resources.GetString("FatDistributionChanges.Properties.DisplayValueChecked");
|
||||
this.FatDistributionChanges.Properties.DisplayValueGrayed = resources.GetString("FatDistributionChanges.Properties.DisplayValueGrayed");
|
||||
this.FatDistributionChanges.Properties.DisplayValueUnchecked = resources.GetString("FatDistributionChanges.Properties.DisplayValueUnchecked");
|
||||
this.FatDistributionChanges.Properties.ValueChecked = ((short)(1));
|
||||
this.FatDistributionChanges.Properties.ValueGrayed = ((short)(0));
|
||||
this.FatDistributionChanges.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Anemia
|
||||
//
|
||||
this.Anemia.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Anemia, "Anemia");
|
||||
this.Anemia.Name = "Anemia";
|
||||
this.Anemia.Properties.Caption = resources.GetString("Anemia.Properties.Caption");
|
||||
this.Anemia.Properties.DisplayValueChecked = resources.GetString("Anemia.Properties.DisplayValueChecked");
|
||||
this.Anemia.Properties.DisplayValueGrayed = resources.GetString("Anemia.Properties.DisplayValueGrayed");
|
||||
this.Anemia.Properties.DisplayValueUnchecked = resources.GetString("Anemia.Properties.DisplayValueUnchecked");
|
||||
this.Anemia.Properties.ValueChecked = ((short)(1));
|
||||
this.Anemia.Properties.ValueGrayed = ((short)(0));
|
||||
this.Anemia.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Burning
|
||||
//
|
||||
this.Burning.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Burning, "Burning");
|
||||
this.Burning.Name = "Burning";
|
||||
this.Burning.Properties.Caption = resources.GetString("Burning.Properties.Caption");
|
||||
this.Burning.Properties.DisplayValueChecked = resources.GetString("Burning.Properties.DisplayValueChecked");
|
||||
this.Burning.Properties.DisplayValueGrayed = resources.GetString("Burning.Properties.DisplayValueGrayed");
|
||||
this.Burning.Properties.DisplayValueUnchecked = resources.GetString("Burning.Properties.DisplayValueUnchecked");
|
||||
this.Burning.Properties.ValueChecked = ((short)(1));
|
||||
this.Burning.Properties.ValueGrayed = ((short)(0));
|
||||
this.Burning.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Headache
|
||||
//
|
||||
this.Headache.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Headache, "Headache");
|
||||
this.Headache.Name = "Headache";
|
||||
this.Headache.Properties.Caption = resources.GetString("Headache.Properties.Caption");
|
||||
this.Headache.Properties.DisplayValueChecked = resources.GetString("Headache.Properties.DisplayValueChecked");
|
||||
this.Headache.Properties.DisplayValueGrayed = resources.GetString("Headache.Properties.DisplayValueGrayed");
|
||||
this.Headache.Properties.DisplayValueUnchecked = resources.GetString("Headache.Properties.DisplayValueUnchecked");
|
||||
this.Headache.Properties.ValueChecked = ((short)(1));
|
||||
this.Headache.Properties.ValueGrayed = ((short)(0));
|
||||
this.Headache.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Colic
|
||||
//
|
||||
this.Colic.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Colic, "Colic");
|
||||
this.Colic.Name = "Colic";
|
||||
this.Colic.Properties.Caption = resources.GetString("Colic.Properties.Caption");
|
||||
this.Colic.Properties.DisplayValueChecked = resources.GetString("Colic.Properties.DisplayValueChecked");
|
||||
this.Colic.Properties.DisplayValueGrayed = resources.GetString("Colic.Properties.DisplayValueGrayed");
|
||||
this.Colic.Properties.DisplayValueUnchecked = resources.GetString("Colic.Properties.DisplayValueUnchecked");
|
||||
this.Colic.Properties.ValueChecked = ((short)(1));
|
||||
this.Colic.Properties.ValueGrayed = ((short)(0));
|
||||
this.Colic.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Diarrhea
|
||||
//
|
||||
this.Diarrhea.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Diarrhea, "Diarrhea");
|
||||
this.Diarrhea.Name = "Diarrhea";
|
||||
this.Diarrhea.Properties.Caption = resources.GetString("Diarrhea.Properties.Caption");
|
||||
this.Diarrhea.Properties.DisplayValueChecked = resources.GetString("Diarrhea.Properties.DisplayValueChecked");
|
||||
this.Diarrhea.Properties.DisplayValueGrayed = resources.GetString("Diarrhea.Properties.DisplayValueGrayed");
|
||||
this.Diarrhea.Properties.DisplayValueUnchecked = resources.GetString("Diarrhea.Properties.DisplayValueUnchecked");
|
||||
this.Diarrhea.Properties.ValueChecked = ((short)(1));
|
||||
this.Diarrhea.Properties.ValueGrayed = ((short)(0));
|
||||
this.Diarrhea.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Nausea
|
||||
//
|
||||
this.Nausea.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Nausea, "Nausea");
|
||||
this.Nausea.Name = "Nausea";
|
||||
this.Nausea.Properties.Caption = resources.GetString("Nausea.Properties.Caption");
|
||||
this.Nausea.Properties.DisplayValueChecked = resources.GetString("Nausea.Properties.DisplayValueChecked");
|
||||
this.Nausea.Properties.DisplayValueGrayed = resources.GetString("Nausea.Properties.DisplayValueGrayed");
|
||||
this.Nausea.Properties.DisplayValueUnchecked = resources.GetString("Nausea.Properties.DisplayValueUnchecked");
|
||||
this.Nausea.Properties.ValueChecked = ((short)(1));
|
||||
this.Nausea.Properties.ValueGrayed = ((short)(0));
|
||||
this.Nausea.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Jaundice
|
||||
//
|
||||
this.Jaundice.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Jaundice, "Jaundice");
|
||||
this.Jaundice.Name = "Jaundice";
|
||||
this.Jaundice.Properties.Caption = resources.GetString("Jaundice.Properties.Caption");
|
||||
this.Jaundice.Properties.DisplayValueChecked = resources.GetString("Jaundice.Properties.DisplayValueChecked");
|
||||
this.Jaundice.Properties.DisplayValueGrayed = resources.GetString("Jaundice.Properties.DisplayValueGrayed");
|
||||
this.Jaundice.Properties.DisplayValueUnchecked = resources.GetString("Jaundice.Properties.DisplayValueUnchecked");
|
||||
this.Jaundice.Properties.ValueChecked = ((short)(1));
|
||||
this.Jaundice.Properties.ValueGrayed = ((short)(0));
|
||||
this.Jaundice.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Rash
|
||||
//
|
||||
this.Rash.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Rash, "Rash");
|
||||
this.Rash.Name = "Rash";
|
||||
this.Rash.Properties.Caption = resources.GetString("Rash.Properties.Caption");
|
||||
this.Rash.Properties.DisplayValueChecked = resources.GetString("Rash.Properties.DisplayValueChecked");
|
||||
this.Rash.Properties.DisplayValueGrayed = resources.GetString("Rash.Properties.DisplayValueGrayed");
|
||||
this.Rash.Properties.DisplayValueUnchecked = resources.GetString("Rash.Properties.DisplayValueUnchecked");
|
||||
this.Rash.Properties.ValueChecked = ((short)(1));
|
||||
this.Rash.Properties.ValueGrayed = ((short)(0));
|
||||
this.Rash.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// usrClinlicInfo
|
||||
//
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrClinlicInfo.Appearance.BackColor")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.SideEffect);
|
||||
this.Controls.Add(this.ClinicInfo);
|
||||
this.Controls.Add(this.ClinicDate);
|
||||
this.Controls.Add(this.lblClinicDate);
|
||||
this.Controls.Add(this.groupOther);
|
||||
this.Controls.Add(this.labelMotion);
|
||||
this.Controls.Add(this.Motion);
|
||||
this.Controls.Add(this.labelClinicStage);
|
||||
this.Controls.Add(this.ClinicStage);
|
||||
this.Controls.Add(this.labelWeight);
|
||||
this.Controls.Add(this.txtWeight);
|
||||
this.Controls.Add(this.lblHeight);
|
||||
this.Controls.Add(this.txtHeight);
|
||||
this.Name = "usrClinlicInfo";
|
||||
this.groupOther.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Poisoning.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ProgressTB.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Motion.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicStage.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtWeight.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtHeight.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicDate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SideEffect.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicInfo)).EndInit();
|
||||
this.ClinicInfo.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Depression.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Blackouts.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.FatDistributionChanges.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Anemia.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Burning.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Headache.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Colic.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Diarrhea.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Nausea.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Jaundice.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Rash.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.LabelControl lblHeight;
|
||||
private DevExpress.XtraEditors.TextEdit txtHeight;
|
||||
private DevExpress.XtraEditors.LabelControl labelWeight;
|
||||
private DevExpress.XtraEditors.TextEdit txtWeight;
|
||||
private DevExpress.XtraEditors.RadioGroup ClinicStage;
|
||||
private DevExpress.XtraEditors.LabelControl labelClinicStage;
|
||||
private DevExpress.XtraEditors.LabelControl labelMotion;
|
||||
private DevExpress.XtraEditors.RadioGroup Motion;
|
||||
private System.Windows.Forms.GroupBox groupOther;
|
||||
private DevExpress.XtraEditors.CheckEdit ProgressTB;
|
||||
private DevExpress.XtraEditors.CheckEdit Poisoning;
|
||||
private DevExpress.XtraEditors.LabelControl lblClinicDate;
|
||||
public DevExpress.XtraEditors.DateEdit ClinicDate;
|
||||
private DevExpress.XtraEditors.PopupContainerEdit SideEffect;
|
||||
private DevExpress.XtraEditors.PopupContainerControl ClinicInfo;
|
||||
private DevExpress.XtraEditors.CheckEdit Depression;
|
||||
private DevExpress.XtraEditors.CheckEdit Blackouts;
|
||||
private DevExpress.XtraEditors.CheckEdit FatDistributionChanges;
|
||||
private DevExpress.XtraEditors.CheckEdit Anemia;
|
||||
private DevExpress.XtraEditors.CheckEdit Burning;
|
||||
private DevExpress.XtraEditors.CheckEdit Headache;
|
||||
private DevExpress.XtraEditors.CheckEdit Colic;
|
||||
private DevExpress.XtraEditors.CheckEdit Diarrhea;
|
||||
private DevExpress.XtraEditors.CheckEdit Nausea;
|
||||
private DevExpress.XtraEditors.CheckEdit Jaundice;
|
||||
private DevExpress.XtraEditors.CheckEdit Rash;
|
||||
}
|
||||
}
|
115
patientman/PatientMan/Controls/usrClinlicInfo.cs
Normal file
115
patientman/PatientMan/Controls/usrClinlicInfo.cs
Normal file
@@ -0,0 +1,115 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrClinlicInfo : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
public EntityCollection<TblExaminationInfoEntity> ClinicInfos { get; set; }
|
||||
public TblExaminationInfoEntity Deleted;
|
||||
public usrClinlicInfo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
public override void BindingData()
|
||||
{
|
||||
txtHeight.DataBindings.Clear();
|
||||
txtWeight.DataBindings.Clear();
|
||||
ClinicStage.DataBindings.Clear();
|
||||
ClinicDate.DataBindings.Clear();
|
||||
Rash.DataBindings.Clear();
|
||||
Diarrhea.DataBindings.Clear();
|
||||
Burning.DataBindings.Clear();
|
||||
Blackouts.DataBindings.Clear();
|
||||
Jaundice.DataBindings.Clear();
|
||||
Colic.DataBindings.Clear();
|
||||
Anemia.DataBindings.Clear();
|
||||
Depression.DataBindings.Clear();
|
||||
Nausea.DataBindings.Clear();
|
||||
Motion.DataBindings.Clear();
|
||||
Headache.DataBindings.Clear();
|
||||
FatDistributionChanges.DataBindings.Clear();
|
||||
|
||||
Poisoning.DataBindings.Clear();
|
||||
ProgressTB.DataBindings.Clear();
|
||||
|
||||
txtHeight.DataBindings.Add("Text", ClinicInfos, "Height", true);
|
||||
txtWeight.DataBindings.Add("Text", ClinicInfos, "Weight", true);
|
||||
ClinicDate.DataBindings.Add("EditValue", ClinicInfos, "ExamDate", true);
|
||||
ClinicStage.DataBindings.Add("EditValue", ClinicInfos, "ClinicStage", true);
|
||||
Motion.DataBindings.Add("EditValue", ClinicInfos, "Motion", true);
|
||||
|
||||
Rash.DataBindings.Add("EditValue", ClinicInfos, "Rash", true);
|
||||
Diarrhea.DataBindings.Add("EditValue", ClinicInfos, "Diarrhea", true);
|
||||
Burning.DataBindings.Add("EditValue", ClinicInfos, "Burning", true);
|
||||
Blackouts.DataBindings.Add("EditValue", ClinicInfos, "Blackouts", true);
|
||||
Jaundice.DataBindings.Add("EditValue", ClinicInfos, "Jaundice", true);
|
||||
Colic.DataBindings.Add("EditValue", ClinicInfos, "Colic", true);
|
||||
Anemia.DataBindings.Add("EditValue", ClinicInfos, "Anemia", true);
|
||||
Depression.DataBindings.Add("EditValue", ClinicInfos, "Depression", true);
|
||||
Nausea.DataBindings.Add("EditValue", ClinicInfos, "Nausea", true);
|
||||
Headache.DataBindings.Add("EditValue", ClinicInfos, "Headache", true);
|
||||
FatDistributionChanges.DataBindings.Add("EditValue", ClinicInfos, "FatDistributionChanges", true);
|
||||
|
||||
Poisoning.DataBindings.Add("EditValue", ClinicInfos, "Poisoning", true);
|
||||
ProgressTB.DataBindings.Add("EditValue", ClinicInfos, "ProgressTB", true);
|
||||
}
|
||||
public override void LoadData()
|
||||
{
|
||||
RelationPredicateBucket filter = new RelationPredicateBucket(); ;
|
||||
filter.PredicateExpression.Add(TblExaminationInfoFields.IsClinic == 1);
|
||||
|
||||
ClinicInfos = PatientInfor.TblExaminationInfos;
|
||||
adapter.FetchEntityCollection(ClinicInfos, PatientInfor.GetRelationInfoTblExaminationInfos());
|
||||
}
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[ClinicInfos].EndCurrentEdit ();
|
||||
adapter.SaveEntityCollection(ClinicInfos, true, true);
|
||||
|
||||
var Log = new LogInfo();
|
||||
Log.PatientID = ClinicInfos[BindingContext[ClinicInfos].Position].PatientId;
|
||||
Log.TableName = "Clinic";
|
||||
Log.RecordID = ClinicInfos[BindingContext[ClinicInfos].Position].UniqueKey;
|
||||
Log.EventType = ClinicInfos[BindingContext[ClinicInfos].Position].IsNew ? "Add" : "Edit";
|
||||
|
||||
base.SaveRecord();
|
||||
}
|
||||
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[PatientInfor.TblExaminationInfos].CancelCurrentEdit();
|
||||
base.Cancel();
|
||||
}
|
||||
|
||||
private void labelClinicStage_Click(object sender, EventArgs e)
|
||||
{
|
||||
ClinicStage.EditValue = null;
|
||||
Motion.EditValue = null;
|
||||
}
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
Deleted = (TblExaminationInfoEntity)ClinicInfos[BindingContext[ClinicInfos].Position];
|
||||
|
||||
var Log = new LogInfo();
|
||||
Log.PatientID = Deleted.PatientId;
|
||||
Log.TableName = "Clinic";
|
||||
Log.RecordID = Deleted.UniqueKey;
|
||||
Log.EventType = "Delete";
|
||||
base.WriteLog(Log);
|
||||
ClinicInfos.Remove(Deleted);
|
||||
adapter.DeleteEntity(Deleted);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
private void ClinicDate_Validated(object sender, EventArgs e)
|
||||
{
|
||||
common.visitdate = (DateTime)ClinicDate.EditValue;
|
||||
}
|
||||
}
|
||||
}
|
955
patientman/PatientMan/Controls/usrClinlicInfo.resx
Normal file
955
patientman/PatientMan/Controls/usrClinlicInfo.resx
Normal file
@@ -0,0 +1,955 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="Poisoning.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>42, 18</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.Caption" xml:space="preserve">
|
||||
<value>Poisoning</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Poisoning.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Poisoning.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.Name" xml:space="preserve">
|
||||
<value>Poisoning</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.Parent" xml:space="preserve">
|
||||
<value>groupOther</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>249, 18</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.Caption" xml:space="preserve">
|
||||
<value>Progress TB</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="ProgressTB.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.Name" xml:space="preserve">
|
||||
<value>ProgressTB</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.Parent" xml:space="preserve">
|
||||
<value>groupOther</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupOther.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="groupOther.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>33, 216</value>
|
||||
</data>
|
||||
<data name="groupOther.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>646, 54</value>
|
||||
</data>
|
||||
<data name="groupOther.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="groupOther.Text" xml:space="preserve">
|
||||
<value>Other</value>
|
||||
</data>
|
||||
<data name=">>groupOther.Name" xml:space="preserve">
|
||||
<value>groupOther</value>
|
||||
</data>
|
||||
<data name=">>groupOther.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupOther.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>groupOther.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="labelMotion.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelMotion.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 69</value>
|
||||
</data>
|
||||
<data name="labelMotion.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>39, 13</value>
|
||||
</data>
|
||||
<data name="labelMotion.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name="labelMotion.Text" xml:space="preserve">
|
||||
<value>Motion</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.Name" xml:space="preserve">
|
||||
<value>labelMotion</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="Motion.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 88</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items" type="System.Int16, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items1" xml:space="preserve">
|
||||
<value>Be able to walk</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items2" type="System.Int16, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items3" xml:space="preserve">
|
||||
<value>Be able to work</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items4" type="System.Int16, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items5" xml:space="preserve">
|
||||
<value>Bedridden</value>
|
||||
</data>
|
||||
<data name="Motion.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>644, 24</value>
|
||||
</data>
|
||||
<data name="Motion.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>Motion.Name" xml:space="preserve">
|
||||
<value>Motion</value>
|
||||
</data>
|
||||
<data name=">>Motion.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Motion.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Motion.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 122</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>65, 13</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Text" xml:space="preserve">
|
||||
<value>Clinic Stage</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.Name" xml:space="preserve">
|
||||
<value>labelClinicStage</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 140</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items" type="System.Int16, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items1" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items2" type="System.Int16, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items3" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items4" type="System.Int16, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items5" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items6" type="System.Int16, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items7" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>644, 24</value>
|
||||
</data>
|
||||
<data name="ClinicStage.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.Name" xml:space="preserve">
|
||||
<value>ClinicStage</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="labelWeight.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelWeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>481, 12</value>
|
||||
</data>
|
||||
<data name="labelWeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>40, 13</value>
|
||||
</data>
|
||||
<data name="labelWeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name="labelWeight.Text" xml:space="preserve">
|
||||
<value>Weight</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.Name" xml:space="preserve">
|
||||
<value>labelWeight</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="txtWeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>478, 39</value>
|
||||
</data>
|
||||
<data name="txtWeight.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="txtWeight.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="txtWeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="txtWeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.Name" xml:space="preserve">
|
||||
<value>txtWeight</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="lblHeight.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblHeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>271, 12</value>
|
||||
</data>
|
||||
<data name="lblHeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>37, 13</value>
|
||||
</data>
|
||||
<data name="lblHeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="lblHeight.Text" xml:space="preserve">
|
||||
<value>Height</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.Name" xml:space="preserve">
|
||||
<value>lblHeight</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.ZOrder" xml:space="preserve">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="txtHeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>271, 39</value>
|
||||
</data>
|
||||
<data name="txtHeight.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="txtHeight.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="txtHeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="txtHeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.Name" xml:space="preserve">
|
||||
<value>txtHeight</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.ZOrder" xml:space="preserve">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 12</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>59, 13</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>21</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Text" xml:space="preserve">
|
||||
<value>Clinic Date</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.Name" xml:space="preserve">
|
||||
<value>lblClinicDate</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="ClinicDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ClinicDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 39</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v18.1" name="DevExpress.Utils.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="ClinicDate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ClinicDate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ClinicDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="ClinicDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.Name" xml:space="preserve">
|
||||
<value>ClinicDate</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="SideEffect.EditValue" xml:space="preserve">
|
||||
<value>Side Effect</value>
|
||||
</data>
|
||||
<data name="SideEffect.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 181</value>
|
||||
</data>
|
||||
<data name="SideEffect.Properties.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="SideEffect.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>WhiteSmoke</value>
|
||||
</data>
|
||||
<data name="Depression.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>395, 45</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.Caption" xml:space="preserve">
|
||||
<value>Depression</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Depression.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Depression.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>21</value>
|
||||
</data>
|
||||
<data name=">>Depression.Name" xml:space="preserve">
|
||||
<value>Depression</value>
|
||||
</data>
|
||||
<data name=">>Depression.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Depression.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Depression.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Blackouts.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 102</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.Caption" xml:space="preserve">
|
||||
<value>Blackouts</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Blackouts.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Blackouts.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>20</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.Name" xml:space="preserve">
|
||||
<value>Blackouts</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 102</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.Caption" xml:space="preserve">
|
||||
<value>Fat Distribution Changes</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>145, 19</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>19</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.Name" xml:space="preserve">
|
||||
<value>FatDistributionChanges</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Anemia.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>395, 16</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.Caption" xml:space="preserve">
|
||||
<value>Anemia</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Anemia.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Anemia.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>18</value>
|
||||
</data>
|
||||
<data name=">>Anemia.Name" xml:space="preserve">
|
||||
<value>Anemia</value>
|
||||
</data>
|
||||
<data name=">>Anemia.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Anemia.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Anemia.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Burning.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 73</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.Caption" xml:space="preserve">
|
||||
<value>Burning</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Burning.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Burning.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name=">>Burning.Name" xml:space="preserve">
|
||||
<value>Burning</value>
|
||||
</data>
|
||||
<data name=">>Burning.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Burning.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Burning.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="Headache.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 74</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.Caption" xml:space="preserve">
|
||||
<value>Headache</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Headache.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Headache.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>16</value>
|
||||
</data>
|
||||
<data name=">>Headache.Name" xml:space="preserve">
|
||||
<value>Headache</value>
|
||||
</data>
|
||||
<data name=">>Headache.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Headache.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Headache.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="Colic.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 156</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.Caption" xml:space="preserve">
|
||||
<value>Colic</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Colic.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Colic.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name=">>Colic.Name" xml:space="preserve">
|
||||
<value>Colic</value>
|
||||
</data>
|
||||
<data name=">>Colic.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Colic.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Colic.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 45</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.Caption" xml:space="preserve">
|
||||
<value>Diarrhea</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Diarrhea.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>14</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.Name" xml:space="preserve">
|
||||
<value>Diarrhea</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="Nausea.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 45</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.Caption" xml:space="preserve">
|
||||
<value>Nausea</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Nausea.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Nausea.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name=">>Nausea.Name" xml:space="preserve">
|
||||
<value>Nausea</value>
|
||||
</data>
|
||||
<data name=">>Nausea.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Nausea.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Nausea.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="Jaundice.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 16</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.Caption" xml:space="preserve">
|
||||
<value>Jaundice</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Jaundice.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Jaundice.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.Name" xml:space="preserve">
|
||||
<value>Jaundice</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="Rash.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 16</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.Caption" xml:space="preserve">
|
||||
<value>Rash</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Rash.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Rash.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name=">>Rash.Name" xml:space="preserve">
|
||||
<value>Rash</value>
|
||||
</data>
|
||||
<data name=">>Rash.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Rash.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Rash.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 276</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>563, 131</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>26</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.Name" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.PopupContainerControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="SideEffect.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>644, 20</value>
|
||||
</data>
|
||||
<data name="SideEffect.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>27</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.Name" xml:space="preserve">
|
||||
<value>SideEffect</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.PopupContainerEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="usrClinlicInfo.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>692, 374</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>usrClinlicInfo</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
</root>
|
955
patientman/PatientMan/Controls/usrClinlicInfo.resx.bak
Normal file
955
patientman/PatientMan/Controls/usrClinlicInfo.resx.bak
Normal file
@@ -0,0 +1,955 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="Poisoning.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>42, 18</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.Caption" xml:space="preserve">
|
||||
<value>Poisoning</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Poisoning.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Poisoning.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.Name" xml:space="preserve">
|
||||
<value>Poisoning</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.Parent" xml:space="preserve">
|
||||
<value>groupOther</value>
|
||||
</data>
|
||||
<data name=">>Poisoning.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>249, 18</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.Caption" xml:space="preserve">
|
||||
<value>Progress TB</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="ProgressTB.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.Name" xml:space="preserve">
|
||||
<value>ProgressTB</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.Parent" xml:space="preserve">
|
||||
<value>groupOther</value>
|
||||
</data>
|
||||
<data name=">>ProgressTB.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupOther.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="groupOther.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>33, 216</value>
|
||||
</data>
|
||||
<data name="groupOther.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>646, 54</value>
|
||||
</data>
|
||||
<data name="groupOther.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="groupOther.Text" xml:space="preserve">
|
||||
<value>Other</value>
|
||||
</data>
|
||||
<data name=">>groupOther.Name" xml:space="preserve">
|
||||
<value>groupOther</value>
|
||||
</data>
|
||||
<data name=">>groupOther.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>groupOther.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>groupOther.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="labelMotion.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelMotion.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 69</value>
|
||||
</data>
|
||||
<data name="labelMotion.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>39, 13</value>
|
||||
</data>
|
||||
<data name="labelMotion.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name="labelMotion.Text" xml:space="preserve">
|
||||
<value>Motion</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.Name" xml:space="preserve">
|
||||
<value>labelMotion</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelMotion.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="Motion.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 88</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items" type="System.Int16, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items1" xml:space="preserve">
|
||||
<value>Be able to walk</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items2" type="System.Int16, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items3" xml:space="preserve">
|
||||
<value>Be able to work</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items4" type="System.Int16, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items5" xml:space="preserve">
|
||||
<value>Bedridden</value>
|
||||
</data>
|
||||
<data name="Motion.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>644, 24</value>
|
||||
</data>
|
||||
<data name="Motion.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>Motion.Name" xml:space="preserve">
|
||||
<value>Motion</value>
|
||||
</data>
|
||||
<data name=">>Motion.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Motion.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Motion.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 122</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>65, 13</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Text" xml:space="preserve">
|
||||
<value>Clinic Stage</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.Name" xml:space="preserve">
|
||||
<value>labelClinicStage</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelClinicStage.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 140</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items" type="System.Int16, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items1" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items2" type="System.Int16, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items3" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items4" type="System.Int16, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items5" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items6" type="System.Int16, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Properties.Items7" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="ClinicStage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>644, 24</value>
|
||||
</data>
|
||||
<data name="ClinicStage.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.Name" xml:space="preserve">
|
||||
<value>ClinicStage</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ClinicStage.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="labelWeight.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelWeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>481, 12</value>
|
||||
</data>
|
||||
<data name="labelWeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>40, 13</value>
|
||||
</data>
|
||||
<data name="labelWeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name="labelWeight.Text" xml:space="preserve">
|
||||
<value>Weight</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.Name" xml:space="preserve">
|
||||
<value>labelWeight</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelWeight.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="txtWeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>478, 39</value>
|
||||
</data>
|
||||
<data name="txtWeight.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="txtWeight.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="txtWeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="txtWeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.Name" xml:space="preserve">
|
||||
<value>txtWeight</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>txtWeight.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="lblHeight.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblHeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>271, 12</value>
|
||||
</data>
|
||||
<data name="lblHeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>37, 13</value>
|
||||
</data>
|
||||
<data name="lblHeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="lblHeight.Text" xml:space="preserve">
|
||||
<value>Height</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.Name" xml:space="preserve">
|
||||
<value>lblHeight</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblHeight.ZOrder" xml:space="preserve">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="txtHeight.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>271, 39</value>
|
||||
</data>
|
||||
<data name="txtHeight.Properties.Mask.BeepOnError" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="txtHeight.Properties.Mask.IgnoreMaskBlank" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="txtHeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="txtHeight.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.Name" xml:space="preserve">
|
||||
<value>txtHeight</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>txtHeight.ZOrder" xml:space="preserve">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 12</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>59, 13</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>21</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Text" xml:space="preserve">
|
||||
<value>Clinic Date</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.Name" xml:space="preserve">
|
||||
<value>lblClinicDate</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblClinicDate.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="ClinicDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ClinicDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 39</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v16.2" name="DevExpress.Utils.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="ClinicDate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ClinicDate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ClinicDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="ClinicDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.Name" xml:space="preserve">
|
||||
<value>ClinicDate</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ClinicDate.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="SideEffect.EditValue" xml:space="preserve">
|
||||
<value>Side Effect</value>
|
||||
</data>
|
||||
<data name="SideEffect.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 181</value>
|
||||
</data>
|
||||
<data name="SideEffect.Properties.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="SideEffect.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>WhiteSmoke</value>
|
||||
</data>
|
||||
<data name="Depression.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>395, 45</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.Caption" xml:space="preserve">
|
||||
<value>Depression</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Depression.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Depression.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>21</value>
|
||||
</data>
|
||||
<data name=">>Depression.Name" xml:space="preserve">
|
||||
<value>Depression</value>
|
||||
</data>
|
||||
<data name=">>Depression.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Depression.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Depression.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Blackouts.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 102</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.Caption" xml:space="preserve">
|
||||
<value>Blackouts</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Blackouts.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Blackouts.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>20</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.Name" xml:space="preserve">
|
||||
<value>Blackouts</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Blackouts.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 102</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.Caption" xml:space="preserve">
|
||||
<value>Fat Distribution Changes</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>145, 19</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>19</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.Name" xml:space="preserve">
|
||||
<value>FatDistributionChanges</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>FatDistributionChanges.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Anemia.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>395, 16</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.Caption" xml:space="preserve">
|
||||
<value>Anemia</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Anemia.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Anemia.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>18</value>
|
||||
</data>
|
||||
<data name=">>Anemia.Name" xml:space="preserve">
|
||||
<value>Anemia</value>
|
||||
</data>
|
||||
<data name=">>Anemia.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Anemia.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Anemia.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Burning.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 73</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.Caption" xml:space="preserve">
|
||||
<value>Burning</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Burning.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Burning.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name=">>Burning.Name" xml:space="preserve">
|
||||
<value>Burning</value>
|
||||
</data>
|
||||
<data name=">>Burning.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Burning.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Burning.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="Headache.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 74</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.Caption" xml:space="preserve">
|
||||
<value>Headache</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Headache.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Headache.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>16</value>
|
||||
</data>
|
||||
<data name=">>Headache.Name" xml:space="preserve">
|
||||
<value>Headache</value>
|
||||
</data>
|
||||
<data name=">>Headache.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Headache.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Headache.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="Colic.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 156</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.Caption" xml:space="preserve">
|
||||
<value>Colic</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Colic.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Colic.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name=">>Colic.Name" xml:space="preserve">
|
||||
<value>Colic</value>
|
||||
</data>
|
||||
<data name=">>Colic.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Colic.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Colic.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 45</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.Caption" xml:space="preserve">
|
||||
<value>Diarrhea</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Diarrhea.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>14</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.Name" xml:space="preserve">
|
||||
<value>Diarrhea</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Diarrhea.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="Nausea.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 45</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.Caption" xml:space="preserve">
|
||||
<value>Nausea</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Nausea.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Nausea.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name=">>Nausea.Name" xml:space="preserve">
|
||||
<value>Nausea</value>
|
||||
</data>
|
||||
<data name=">>Nausea.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Nausea.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Nausea.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="Jaundice.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>176, 16</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.Caption" xml:space="preserve">
|
||||
<value>Jaundice</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Jaundice.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Jaundice.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.Name" xml:space="preserve">
|
||||
<value>Jaundice</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Jaundice.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="Rash.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 16</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.Caption" xml:space="preserve">
|
||||
<value>Rash</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.DisplayValueChecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.DisplayValueGrayed" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.DisplayValueUnchecked" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Rash.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>135, 19</value>
|
||||
</data>
|
||||
<data name="Rash.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name=">>Rash.Name" xml:space="preserve">
|
||||
<value>Rash</value>
|
||||
</data>
|
||||
<data name=">>Rash.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.CheckEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Rash.Parent" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>Rash.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 276</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>563, 131</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>26</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.Name" xml:space="preserve">
|
||||
<value>ClinicInfo</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.PopupContainerControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ClinicInfo.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="SideEffect.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>644, 20</value>
|
||||
</data>
|
||||
<data name="SideEffect.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>27</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.Name" xml:space="preserve">
|
||||
<value>SideEffect</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.PopupContainerEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>SideEffect.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="usrClinlicInfo.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>692, 374</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>usrClinlicInfo</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
</root>
|
163
patientman/PatientMan/Controls/usrClinlicInfo.vi-VN.resx
Normal file
163
patientman/PatientMan/Controls/usrClinlicInfo.vi-VN.resx
Normal file
@@ -0,0 +1,163 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="groupOther.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>33, 207</value>
|
||||
</data>
|
||||
<data name="labelMotion.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>52, 13</value>
|
||||
</data>
|
||||
<data name="labelMotion.Text" xml:space="preserve">
|
||||
<value>Vận động</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>106, 13</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Text" xml:space="preserve">
|
||||
<value>Giai đoạn lâm sàng</value>
|
||||
</data>
|
||||
<data name="labelWeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>52, 13</value>
|
||||
</data>
|
||||
<data name="labelWeight.Text" xml:space="preserve">
|
||||
<value>Cân nặng</value>
|
||||
</data>
|
||||
<data name="lblHeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>54, 13</value>
|
||||
</data>
|
||||
<data name="lblHeight.Text" xml:space="preserve">
|
||||
<value>Chiều cao</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>63, 13</value>
|
||||
</data>
|
||||
<data name="lblClinicDate.Text" xml:space="preserve">
|
||||
<value>Ngày khám</value>
|
||||
</data>
|
||||
<data name="SideEffect.EditValue" xml:space="preserve">
|
||||
<value>Phản ứng phụ</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>35, 267</value>
|
||||
</data>
|
||||
<data name="ClinicInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>654, 131</value>
|
||||
</data>
|
||||
</root>
|
150
patientman/PatientMan/Controls/usrDiary.Designer.cs
generated
Normal file
150
patientman/PatientMan/Controls/usrDiary.Designer.cs
generated
Normal file
@@ -0,0 +1,150 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class usrDiary
|
||||
{
|
||||
/// <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(usrDiary));
|
||||
this.lblStatus = new DevExpress.XtraEditors.LabelControl();
|
||||
this.lbẼxaminationDate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Result = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.EventDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.boxReason = new System.Windows.Forms.GroupBox();
|
||||
this.Reason = new DevExpress.XtraEditors.MemoEdit();
|
||||
this.boxOtherResult = new System.Windows.Forms.GroupBox();
|
||||
this.OtherResult = new DevExpress.XtraEditors.MemoEdit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Result.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EventDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EventDate.Properties)).BeginInit();
|
||||
this.boxReason.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Reason.Properties)).BeginInit();
|
||||
this.boxOtherResult.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.OtherResult.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lblStatus
|
||||
//
|
||||
this.lblStatus.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblStatus.Appearance.Font")));
|
||||
resources.ApplyResources(this.lblStatus, "lblStatus");
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
//
|
||||
// lbẼxaminationDate
|
||||
//
|
||||
this.lbẼxaminationDate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbẼxaminationDate.Appearance.Font")));
|
||||
resources.ApplyResources(this.lbẼxaminationDate, "lbẼxaminationDate");
|
||||
this.lbẼxaminationDate.Name = "lbẼxaminationDate";
|
||||
//
|
||||
// Result
|
||||
//
|
||||
resources.ApplyResources(this.Result, "Result");
|
||||
this.Result.EnterMoveNextControl = true;
|
||||
this.Result.Name = "Result";
|
||||
this.Result.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Result.Properties.Items"), resources.GetString("Result.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Result.Properties.Items2"), resources.GetString("Result.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Result.Properties.Items4"), resources.GetString("Result.Properties.Items5")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Result.Properties.Items6"), resources.GetString("Result.Properties.Items7")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Result.Properties.Items8"), resources.GetString("Result.Properties.Items9")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("Result.Properties.Items10"), resources.GetString("Result.Properties.Items11"))});
|
||||
this.Result.EditValueChanged += new System.EventHandler(this.Result_EditValueChanged);
|
||||
this.Result.Validated += new System.EventHandler(this.Result_EditValueChanged);
|
||||
//
|
||||
// EventDate
|
||||
//
|
||||
resources.ApplyResources(this.EventDate, "EventDate");
|
||||
this.EventDate.EnterMoveNextControl = true;
|
||||
this.EventDate.Name = "EventDate";
|
||||
this.EventDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("EventDate.Properties.Buttons"))))});
|
||||
this.EventDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("EventDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.EventDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("EventDate.Properties.Mask.MaskType")));
|
||||
//
|
||||
// boxReason
|
||||
//
|
||||
resources.ApplyResources(this.boxReason, "boxReason");
|
||||
this.boxReason.Controls.Add(this.Reason);
|
||||
this.boxReason.Name = "boxReason";
|
||||
this.boxReason.TabStop = false;
|
||||
//
|
||||
// Reason
|
||||
//
|
||||
resources.ApplyResources(this.Reason, "Reason");
|
||||
this.Reason.EnterMoveNextControl = true;
|
||||
this.Reason.Name = "Reason";
|
||||
this.Reason.UseOptimizedRendering = true;
|
||||
//
|
||||
// boxOtherResult
|
||||
//
|
||||
resources.ApplyResources(this.boxOtherResult, "boxOtherResult");
|
||||
this.boxOtherResult.Controls.Add(this.OtherResult);
|
||||
this.boxOtherResult.Name = "boxOtherResult";
|
||||
this.boxOtherResult.TabStop = false;
|
||||
//
|
||||
// OtherResult
|
||||
//
|
||||
resources.ApplyResources(this.OtherResult, "OtherResult");
|
||||
this.OtherResult.EnterMoveNextControl = true;
|
||||
this.OtherResult.Name = "OtherResult";
|
||||
this.OtherResult.UseOptimizedRendering = true;
|
||||
//
|
||||
// usrDiary
|
||||
//
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrDiary.Appearance.BackColor")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Controls.Add(this.boxOtherResult);
|
||||
this.Controls.Add(this.boxReason);
|
||||
this.Controls.Add(this.lblStatus);
|
||||
this.Controls.Add(this.lbẼxaminationDate);
|
||||
this.Controls.Add(this.Result);
|
||||
this.Controls.Add(this.EventDate);
|
||||
this.Name = "usrDiary";
|
||||
((System.ComponentModel.ISupportInitialize)(this.Result.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EventDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EventDate.Properties)).EndInit();
|
||||
this.boxReason.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Reason.Properties)).EndInit();
|
||||
this.boxOtherResult.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.OtherResult.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.LabelControl lblStatus;
|
||||
private DevExpress.XtraEditors.LabelControl lbẼxaminationDate;
|
||||
private DevExpress.XtraEditors.RadioGroup Result;
|
||||
private DevExpress.XtraEditors.DateEdit EventDate;
|
||||
private System.Windows.Forms.GroupBox boxReason;
|
||||
private DevExpress.XtraEditors.MemoEdit Reason;
|
||||
private System.Windows.Forms.GroupBox boxOtherResult;
|
||||
private DevExpress.XtraEditors.MemoEdit OtherResult;
|
||||
}
|
||||
}
|
82
patientman/PatientMan/Controls/usrDiary.cs
Normal file
82
patientman/PatientMan/Controls/usrDiary.cs
Normal file
@@ -0,0 +1,82 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrDiary : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
public EntityCollection<TblDiaryEntity> Diary { get; set; }
|
||||
public TblDiaryEntity Deleted { get; set; }
|
||||
public override void LoadData()
|
||||
{
|
||||
Diary = PatientInfor.TblDiaries;
|
||||
adapter.FetchEntityCollection(Diary, PatientInfor.GetRelationInfoTblDiaries());
|
||||
}
|
||||
public usrDiary()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
public override void BindingData()
|
||||
{
|
||||
|
||||
this.EventDate.DataBindings.Clear();
|
||||
this.Result.DataBindings.Clear();
|
||||
this.OtherResult.DataBindings.Clear();
|
||||
this.Reason.DataBindings.Clear();
|
||||
|
||||
EventDate.DataBindings.Add("EditValue", Diary, "EventDate", true);
|
||||
Result.DataBindings.Add("EditValue", Diary, "Result", true);
|
||||
OtherResult.DataBindings.Add("Text", Diary, "OtherResult", true);
|
||||
Reason.DataBindings.Add("Text", Diary, "Reason", true);
|
||||
|
||||
}
|
||||
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[Diary].CancelCurrentEdit();
|
||||
}
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
Deleted = (TblDiaryEntity)Diary[BindingContext[Diary].Position];
|
||||
var Log = new LogInfo();
|
||||
Log.PatientID = Deleted.PatientId;
|
||||
Log.TableName = "Diary";
|
||||
Log.RecordID = Deleted.UniqueKey;
|
||||
Log.EventType = "Delete";
|
||||
base.WriteLog(Log);
|
||||
|
||||
Diary.Remove(Deleted);
|
||||
adapter.DeleteEntity(Deleted);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[Diary].EndCurrentEdit();
|
||||
adapter.SaveEntityCollection(Diary, true, true);
|
||||
base.SaveRecord();
|
||||
|
||||
var Log = new LogInfo();
|
||||
Log.PatientID = Diary[BindingContext[Diary].Position].PatientId;
|
||||
Log.TableName = "Diary";
|
||||
Log.RecordID = Diary[BindingContext[Diary].Position].UniqueKey;
|
||||
Log.EventType = Diary[BindingContext[Diary].Position].IsNew ? "Add" : "Edit";
|
||||
base.WriteLog(Log);
|
||||
}
|
||||
|
||||
private void Result_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.boxOtherResult.Visible = (Result.EditValue.ToString() == "5");
|
||||
this.boxReason.Visible = (Result.EditValue.ToString() == "4");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
395
patientman/PatientMan/Controls/usrDiary.resx
Normal file
395
patientman/PatientMan/Controls/usrDiary.resx
Normal file
@@ -0,0 +1,395 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="lblStatus.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblStatus.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 60</value>
|
||||
</data>
|
||||
<data name="lblStatus.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>43, 13</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="lblStatus.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>72</value>
|
||||
</data>
|
||||
<data name="lblStatus.Text" xml:space="preserve">
|
||||
<value>Kết quả</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.Name" xml:space="preserve">
|
||||
<value>lblStatus</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>22, 15</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>70, 13</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>71</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Text" xml:space="preserve">
|
||||
<value>Ngày liên lạc</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.Name" xml:space="preserve">
|
||||
<value>lbẼxaminationDate</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Result.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="Result.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 79</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items1" xml:space="preserve">
|
||||
<value>Không liên lạc được</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items2" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items3" xml:space="preserve">
|
||||
<value>Liên lạc được, bệnh nhân hẹn sẽ tới</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items4" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items5" xml:space="preserve">
|
||||
<value>Liên lạc được, bệnh nhân đã tới chăm sóc tại pk khác</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items6" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items7" xml:space="preserve">
|
||||
<value>Liên lạc được, bệnh nhân từ chối quay trở lại</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items8" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items9" xml:space="preserve">
|
||||
<value>Chết</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items10" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items11" xml:space="preserve">
|
||||
<value>Khác(ghi rõ)</value>
|
||||
</data>
|
||||
<data name="Result.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>611, 83</value>
|
||||
</data>
|
||||
<data name="Result.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>Result.Name" xml:space="preserve">
|
||||
<value>Result</value>
|
||||
</data>
|
||||
<data name=">>Result.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Result.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Result.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="EventDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="EventDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>19, 34</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v18.1" name="DevExpress.Utils.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="EventDate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="EventDate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.XtraEditors.v18.1" name="DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="EventDate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v18.1">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="EventDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="EventDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>EventDate.Name" xml:space="preserve">
|
||||
<value>EventDate</value>
|
||||
</data>
|
||||
<data name=">>EventDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>EventDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>EventDate.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="boxReason.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="Reason.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="Reason.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 17</value>
|
||||
</data>
|
||||
<data name="Reason.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>605, 52</value>
|
||||
</data>
|
||||
<data name="Reason.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>Reason.Name" xml:space="preserve">
|
||||
<value>Reason</value>
|
||||
</data>
|
||||
<data name=">>Reason.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.MemoEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Reason.Parent" xml:space="preserve">
|
||||
<value>boxReason</value>
|
||||
</data>
|
||||
<data name=">>Reason.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="boxReason.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>22, 245</value>
|
||||
</data>
|
||||
<data name="boxReason.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>611, 72</value>
|
||||
</data>
|
||||
<data name="boxReason.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>73</value>
|
||||
</data>
|
||||
<data name="boxReason.Text" xml:space="preserve">
|
||||
<value>Lý do từ chối quay trở lại</value>
|
||||
</data>
|
||||
<data name=">>boxReason.Name" xml:space="preserve">
|
||||
<value>boxReason</value>
|
||||
</data>
|
||||
<data name=">>boxReason.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>boxReason.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>boxReason.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="OtherResult.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="OtherResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 17</value>
|
||||
</data>
|
||||
<data name="OtherResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>605, 51</value>
|
||||
</data>
|
||||
<data name="OtherResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.Name" xml:space="preserve">
|
||||
<value>OtherResult</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.MemoEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.Parent" xml:space="preserve">
|
||||
<value>boxOtherResult</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>19, 168</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>611, 71</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>74</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Text" xml:space="preserve">
|
||||
<value>Ghi rỗ kết quả khác</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.Name" xml:space="preserve">
|
||||
<value>boxOtherResult</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="usrDiary.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>647, 341</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>usrDiary</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
</root>
|
395
patientman/PatientMan/Controls/usrDiary.resx.bak
Normal file
395
patientman/PatientMan/Controls/usrDiary.resx.bak
Normal file
@@ -0,0 +1,395 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="lblStatus.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblStatus.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 60</value>
|
||||
</data>
|
||||
<data name="lblStatus.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>43, 13</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="lblStatus.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>72</value>
|
||||
</data>
|
||||
<data name="lblStatus.Text" xml:space="preserve">
|
||||
<value>Kết quả</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.Name" xml:space="preserve">
|
||||
<value>lblStatus</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblStatus.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>22, 15</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>70, 13</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>71</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Text" xml:space="preserve">
|
||||
<value>Ngày liên lạc</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.Name" xml:space="preserve">
|
||||
<value>lbẼxaminationDate</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lbẼxaminationDate.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Result.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="Result.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 79</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items1" xml:space="preserve">
|
||||
<value>Không liên lạc được</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items2" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items3" xml:space="preserve">
|
||||
<value>Liên lạc được, bệnh nhân hẹn sẽ tới</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items4" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items5" xml:space="preserve">
|
||||
<value>Liên lạc được, bệnh nhân đã tới chăm sóc tại pk khác</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items6" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items7" xml:space="preserve">
|
||||
<value>Liên lạc được, bệnh nhân từ chối quay trở lại</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items8" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items9" xml:space="preserve">
|
||||
<value>Chết</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items10" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="Result.Properties.Items11" xml:space="preserve">
|
||||
<value>Khác(ghi rõ)</value>
|
||||
</data>
|
||||
<data name="Result.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>611, 83</value>
|
||||
</data>
|
||||
<data name="Result.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>Result.Name" xml:space="preserve">
|
||||
<value>Result</value>
|
||||
</data>
|
||||
<data name=">>Result.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.RadioGroup, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Result.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Result.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="EventDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="EventDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>19, 34</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v16.2" name="DevExpress.Utils.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="EventDate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="EventDate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.XtraEditors.v16.2" name="DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="EventDate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v16.2">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="EventDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="EventDate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>EventDate.Name" xml:space="preserve">
|
||||
<value>EventDate</value>
|
||||
</data>
|
||||
<data name=">>EventDate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>EventDate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>EventDate.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="boxReason.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="Reason.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="Reason.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 17</value>
|
||||
</data>
|
||||
<data name="Reason.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>605, 52</value>
|
||||
</data>
|
||||
<data name="Reason.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>Reason.Name" xml:space="preserve">
|
||||
<value>Reason</value>
|
||||
</data>
|
||||
<data name=">>Reason.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.MemoEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Reason.Parent" xml:space="preserve">
|
||||
<value>boxReason</value>
|
||||
</data>
|
||||
<data name=">>Reason.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="boxReason.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>22, 245</value>
|
||||
</data>
|
||||
<data name="boxReason.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>611, 72</value>
|
||||
</data>
|
||||
<data name="boxReason.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>73</value>
|
||||
</data>
|
||||
<data name="boxReason.Text" xml:space="preserve">
|
||||
<value>Lý do từ chối quay trở lại</value>
|
||||
</data>
|
||||
<data name=">>boxReason.Name" xml:space="preserve">
|
||||
<value>boxReason</value>
|
||||
</data>
|
||||
<data name=">>boxReason.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>boxReason.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>boxReason.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="OtherResult.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="OtherResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 17</value>
|
||||
</data>
|
||||
<data name="OtherResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>605, 51</value>
|
||||
</data>
|
||||
<data name="OtherResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.Name" xml:space="preserve">
|
||||
<value>OtherResult</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.MemoEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.Parent" xml:space="preserve">
|
||||
<value>boxOtherResult</value>
|
||||
</data>
|
||||
<data name=">>OtherResult.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>19, 168</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>611, 71</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>74</value>
|
||||
</data>
|
||||
<data name="boxOtherResult.Text" xml:space="preserve">
|
||||
<value>Ghi rỗ kết quả khác</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.Name" xml:space="preserve">
|
||||
<value>boxOtherResult</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>boxOtherResult.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="usrDiary.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>647, 341</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>usrDiary</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
</root>
|
797
patientman/PatientMan/Controls/usrExamInfo.Designer.cs
generated
Normal file
797
patientman/PatientMan/Controls/usrExamInfo.Designer.cs
generated
Normal file
@@ -0,0 +1,797 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class usrExamInfo
|
||||
{
|
||||
/// <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(usrExamInfo));
|
||||
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
|
||||
DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
|
||||
this.ExamDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.lblStatus = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelObey = new DevExpress.XtraEditors.LabelControl();
|
||||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.lbẼxaminationDate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.groupOther = new System.Windows.Forms.GroupBox();
|
||||
this.DrugRecieveInfo = new DevExpress.XtraEditors.PopupContainerEdit();
|
||||
this.DrugReceivePlace = new DevExpress.XtraEditors.PopupContainerControl();
|
||||
this.labelDistrict = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Districtid = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.CommuneId = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.tbScreenResult = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.TBscreen = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.OutPatientTreatment = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.TreatmentFollow = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.LateAppointmentReason = new DevExpress.XtraEditors.MemoEdit();
|
||||
this.labelReason = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Status = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.ReExamDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.groupGeneral = new System.Windows.Forms.GroupBox();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReTreatment = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
||||
this.ClinicBox = new System.Windows.Forms.GroupBox();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.Blackouts = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Jaundice = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Poisoning = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.ProgressTB = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.SideEffect = new DevExpress.XtraEditors.PopupContainerEdit();
|
||||
this.ClinicInfo = new DevExpress.XtraEditors.PopupContainerControl();
|
||||
this.Depression = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.FatDistributionChanges = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Anemia = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Burning = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Headache = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Colic = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Diarrhea = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Nausea = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.Rash = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.labelMotion = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Motion = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.labelClinicStage = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ClinicStage = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.labelWeight = new DevExpress.XtraEditors.LabelControl();
|
||||
this.txtWeight = new DevExpress.XtraEditors.TextEdit();
|
||||
this.lblHeight = new DevExpress.XtraEditors.LabelControl();
|
||||
this.txtHeight = new DevExpress.XtraEditors.TextEdit();
|
||||
this.IsClinic = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.NoSelfExam = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.dxValidationProvider = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.ExamDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ExamDate.Properties)).BeginInit();
|
||||
this.groupOther.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DrugRecieveInfo.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DrugReceivePlace)).BeginInit();
|
||||
this.DrugReceivePlace.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Districtid.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.CommuneId.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tbScreenResult.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TBscreen.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.OutPatientTreatment.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentFollow.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LateAppointmentReason.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Status.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReExamDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReExamDate.Properties)).BeginInit();
|
||||
this.groupGeneral.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReTreatment.Properties)).BeginInit();
|
||||
this.ClinicBox.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Blackouts.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Jaundice.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Poisoning.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ProgressTB.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SideEffect.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicInfo)).BeginInit();
|
||||
this.ClinicInfo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Depression.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.FatDistributionChanges.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Anemia.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Burning.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Headache.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Colic.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Diarrhea.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Nausea.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Rash.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Motion.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicStage.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtWeight.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtHeight.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.IsClinic.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NoSelfExam.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ExamDate
|
||||
//
|
||||
resources.ApplyResources(this.ExamDate, "ExamDate");
|
||||
this.ExamDate.EnterMoveNextControl = true;
|
||||
this.ExamDate.Name = "ExamDate";
|
||||
this.ExamDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ExamDate.Properties.Buttons"))))});
|
||||
this.ExamDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ExamDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.ExamDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ExamDate.Properties.Mask.MaskType")));
|
||||
conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
|
||||
conditionValidationRule1.ErrorText = "This value is not valid";
|
||||
conditionValidationRule1.ErrorType = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Warning;
|
||||
this.dxValidationProvider.SetValidationRule(this.ExamDate, conditionValidationRule1);
|
||||
this.ExamDate.Validated += new System.EventHandler(this.ExamDate_Validated);
|
||||
//
|
||||
// labelControl5
|
||||
//
|
||||
this.labelControl5.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl5.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl5, "labelControl5");
|
||||
this.labelControl5.Name = "labelControl5";
|
||||
//
|
||||
// lblStatus
|
||||
//
|
||||
this.lblStatus.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblStatus.Appearance.Font")));
|
||||
resources.ApplyResources(this.lblStatus, "lblStatus");
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
//
|
||||
// labelObey
|
||||
//
|
||||
this.labelObey.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelObey.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelObey, "labelObey");
|
||||
this.labelObey.Name = "labelObey";
|
||||
//
|
||||
// labelControl3
|
||||
//
|
||||
this.labelControl3.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl3.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl3, "labelControl3");
|
||||
this.labelControl3.Name = "labelControl3";
|
||||
//
|
||||
// lbẼxaminationDate
|
||||
//
|
||||
this.lbẼxaminationDate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lbẼxaminationDate.Appearance.Font")));
|
||||
resources.ApplyResources(this.lbẼxaminationDate, "lbẼxaminationDate");
|
||||
this.lbẼxaminationDate.Name = "lbẼxaminationDate";
|
||||
//
|
||||
// groupOther
|
||||
//
|
||||
this.groupOther.Controls.Add(this.DrugRecieveInfo);
|
||||
this.groupOther.Controls.Add(this.tbScreenResult);
|
||||
this.groupOther.Controls.Add(this.TBscreen);
|
||||
this.groupOther.Controls.Add(this.OutPatientTreatment);
|
||||
this.groupOther.Controls.Add(this.ClinicInfo);
|
||||
resources.ApplyResources(this.groupOther, "groupOther");
|
||||
this.groupOther.Name = "groupOther";
|
||||
this.groupOther.TabStop = false;
|
||||
//
|
||||
// DrugRecieveInfo
|
||||
//
|
||||
resources.ApplyResources(this.DrugRecieveInfo, "DrugRecieveInfo");
|
||||
this.DrugRecieveInfo.Name = "DrugRecieveInfo";
|
||||
this.DrugRecieveInfo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("DrugRecieveInfo.Properties.Buttons"))))});
|
||||
this.DrugRecieveInfo.Properties.PopupControl = this.DrugReceivePlace;
|
||||
//
|
||||
// DrugReceivePlace
|
||||
//
|
||||
this.DrugReceivePlace.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("DrugReceivePlace.Appearance.BackColor")));
|
||||
this.DrugReceivePlace.Appearance.Options.UseBackColor = true;
|
||||
this.DrugReceivePlace.Controls.Add(this.labelDistrict);
|
||||
this.DrugReceivePlace.Controls.Add(this.Districtid);
|
||||
this.DrugReceivePlace.Controls.Add(this.labelControl2);
|
||||
this.DrugReceivePlace.Controls.Add(this.CommuneId);
|
||||
resources.ApplyResources(this.DrugReceivePlace, "DrugReceivePlace");
|
||||
this.DrugReceivePlace.Name = "DrugReceivePlace";
|
||||
//
|
||||
// labelDistrict
|
||||
//
|
||||
this.labelDistrict.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelDistrict.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelDistrict, "labelDistrict");
|
||||
this.labelDistrict.Name = "labelDistrict";
|
||||
//
|
||||
// Districtid
|
||||
//
|
||||
this.Districtid.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Districtid, "Districtid");
|
||||
this.Districtid.Name = "Districtid";
|
||||
this.Districtid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Districtid.Properties.Buttons"))))});
|
||||
this.Districtid.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Districtid.Properties.Columns"), resources.GetString("Districtid.Properties.Columns1"), ((int)(resources.GetObject("Districtid.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Districtid.Properties.Columns3"))), resources.GetString("Districtid.Properties.Columns4"), ((bool)(resources.GetObject("Districtid.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Districtid.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Districtid.Properties.Columns7"), ((int)(resources.GetObject("Districtid.Properties.Columns8"))), resources.GetString("Districtid.Properties.Columns9"))});
|
||||
this.Districtid.Properties.DisplayMember = "Districtname";
|
||||
this.Districtid.Properties.DropDownRows = 20;
|
||||
this.Districtid.Properties.NullText = resources.GetString("Districtid.Properties.NullText");
|
||||
this.Districtid.Properties.ValueMember = "Districtid";
|
||||
this.Districtid.EditValueChanged += new System.EventHandler(this.Districtid_EditValueChanged);
|
||||
//
|
||||
// labelControl2
|
||||
//
|
||||
this.labelControl2.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl2.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl2, "labelControl2");
|
||||
this.labelControl2.Name = "labelControl2";
|
||||
//
|
||||
// CommuneId
|
||||
//
|
||||
resources.ApplyResources(this.CommuneId, "CommuneId");
|
||||
this.CommuneId.EnterMoveNextControl = true;
|
||||
this.CommuneId.Name = "CommuneId";
|
||||
this.CommuneId.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("CommuneId.Properties.Buttons"))))});
|
||||
this.CommuneId.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("CommuneId.Properties.Columns"), resources.GetString("CommuneId.Properties.Columns1"), ((int)(resources.GetObject("CommuneId.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("CommuneId.Properties.Columns3"))), resources.GetString("CommuneId.Properties.Columns4"), ((bool)(resources.GetObject("CommuneId.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("CommuneId.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("CommuneId.Properties.Columns7"), resources.GetString("CommuneId.Properties.Columns8"))});
|
||||
this.CommuneId.Properties.DisplayMember = "Communename";
|
||||
this.CommuneId.Properties.NullText = resources.GetString("CommuneId.Properties.NullText");
|
||||
this.CommuneId.Properties.ValueMember = "Communeid";
|
||||
//
|
||||
// tbScreenResult
|
||||
//
|
||||
resources.ApplyResources(this.tbScreenResult, "tbScreenResult");
|
||||
this.tbScreenResult.Name = "tbScreenResult";
|
||||
this.tbScreenResult.Properties.ContextMenuStrip = this.radioContextMenu;
|
||||
this.tbScreenResult.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("tbScreenResult.Properties.Items"), resources.GetString("tbScreenResult.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("tbScreenResult.Properties.Items2"), resources.GetString("tbScreenResult.Properties.Items3"))});
|
||||
this.tbScreenResult.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbScreenResult_KeyPress);
|
||||
//
|
||||
// TBscreen
|
||||
//
|
||||
resources.ApplyResources(this.TBscreen, "TBscreen");
|
||||
this.TBscreen.Name = "TBscreen";
|
||||
this.TBscreen.Properties.Caption = resources.GetString("TBscreen.Properties.Caption");
|
||||
this.TBscreen.Properties.DisplayValueChecked = resources.GetString("TBscreen.Properties.DisplayValueChecked");
|
||||
this.TBscreen.Properties.DisplayValueGrayed = resources.GetString("TBscreen.Properties.DisplayValueGrayed");
|
||||
this.TBscreen.Properties.DisplayValueUnchecked = resources.GetString("TBscreen.Properties.DisplayValueUnchecked");
|
||||
this.TBscreen.Properties.ValueChecked = ((short)(1));
|
||||
this.TBscreen.Properties.ValueGrayed = ((short)(0));
|
||||
this.TBscreen.Properties.ValueUnchecked = ((short)(2));
|
||||
this.TBscreen.EditValueChanged += new System.EventHandler(this.TBscreen_EditValueChanged);
|
||||
//
|
||||
// OutPatientTreatment
|
||||
//
|
||||
this.OutPatientTreatment.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.OutPatientTreatment, "OutPatientTreatment");
|
||||
this.OutPatientTreatment.Name = "OutPatientTreatment";
|
||||
this.OutPatientTreatment.Properties.Caption = resources.GetString("OutPatientTreatment.Properties.Caption");
|
||||
this.OutPatientTreatment.Properties.DisplayValueChecked = resources.GetString("OutPatientTreatment.Properties.DisplayValueChecked");
|
||||
this.OutPatientTreatment.Properties.DisplayValueGrayed = resources.GetString("OutPatientTreatment.Properties.DisplayValueGrayed");
|
||||
this.OutPatientTreatment.Properties.DisplayValueUnchecked = resources.GetString("OutPatientTreatment.Properties.DisplayValueUnchecked");
|
||||
this.OutPatientTreatment.Properties.ValueChecked = ((short)(1));
|
||||
this.OutPatientTreatment.Properties.ValueGrayed = ((short)(0));
|
||||
this.OutPatientTreatment.Properties.ValueUnchecked = ((short)(2));
|
||||
this.OutPatientTreatment.EditValueChanged += new System.EventHandler(this.OutPatientTreatment_EditValueChanged);
|
||||
//
|
||||
// TreatmentFollow
|
||||
//
|
||||
this.TreatmentFollow.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.TreatmentFollow, "TreatmentFollow");
|
||||
this.TreatmentFollow.Name = "TreatmentFollow";
|
||||
this.TreatmentFollow.Properties.ContextMenuStrip = this.radioContextMenu;
|
||||
this.TreatmentFollow.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("TreatmentFollow.Properties.Items"))), resources.GetString("TreatmentFollow.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("TreatmentFollow.Properties.Items2"))), resources.GetString("TreatmentFollow.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("TreatmentFollow.Properties.Items4"))), resources.GetString("TreatmentFollow.Properties.Items5"))});
|
||||
//
|
||||
// LateAppointmentReason
|
||||
//
|
||||
this.LateAppointmentReason.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.LateAppointmentReason, "LateAppointmentReason");
|
||||
this.LateAppointmentReason.Name = "LateAppointmentReason";
|
||||
//
|
||||
// labelReason
|
||||
//
|
||||
resources.ApplyResources(this.labelReason, "labelReason");
|
||||
this.labelReason.Name = "labelReason";
|
||||
//
|
||||
// Status
|
||||
//
|
||||
resources.ApplyResources(this.Status, "Status");
|
||||
this.Status.EnterMoveNextControl = true;
|
||||
this.Status.Name = "Status";
|
||||
this.Status.Properties.ContextMenuStrip = this.radioContextMenu;
|
||||
this.Status.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Status.Properties.Items"))), resources.GetString("Status.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Status.Properties.Items2"))), resources.GetString("Status.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Status.Properties.Items4"))), resources.GetString("Status.Properties.Items5"))});
|
||||
//
|
||||
// ReExamDate
|
||||
//
|
||||
resources.ApplyResources(this.ReExamDate, "ReExamDate");
|
||||
this.ReExamDate.EnterMoveNextControl = true;
|
||||
this.ReExamDate.Name = "ReExamDate";
|
||||
this.ReExamDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReExamDate.Properties.Buttons"))))});
|
||||
this.ReExamDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReExamDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.ReExamDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReExamDate.Properties.Mask.MaskType")));
|
||||
conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
|
||||
conditionValidationRule2.ErrorText = "This value is not valid";
|
||||
this.dxValidationProvider.SetValidationRule(this.ReExamDate, conditionValidationRule2);
|
||||
//
|
||||
// groupGeneral
|
||||
//
|
||||
this.groupGeneral.Controls.Add(this.labelControl1);
|
||||
this.groupGeneral.Controls.Add(this.DrugReceivePlace);
|
||||
this.groupGeneral.Controls.Add(this.ReTreatment);
|
||||
this.groupGeneral.Controls.Add(this.labelControl5);
|
||||
this.groupGeneral.Controls.Add(this.lblStatus);
|
||||
this.groupGeneral.Controls.Add(this.labelObey);
|
||||
this.groupGeneral.Controls.Add(this.labelControl3);
|
||||
this.groupGeneral.Controls.Add(this.lbẼxaminationDate);
|
||||
this.groupGeneral.Controls.Add(this.groupOther);
|
||||
this.groupGeneral.Controls.Add(this.TreatmentFollow);
|
||||
this.groupGeneral.Controls.Add(this.LateAppointmentReason);
|
||||
this.groupGeneral.Controls.Add(this.labelReason);
|
||||
this.groupGeneral.Controls.Add(this.Status);
|
||||
this.groupGeneral.Controls.Add(this.ReExamDate);
|
||||
this.groupGeneral.Controls.Add(this.ExamDate);
|
||||
resources.ApplyResources(this.groupGeneral, "groupGeneral");
|
||||
this.groupGeneral.Name = "groupGeneral";
|
||||
this.groupGeneral.TabStop = false;
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelControl1, "labelControl1");
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
//
|
||||
// ReTreatment
|
||||
//
|
||||
resources.ApplyResources(this.ReTreatment, "ReTreatment");
|
||||
this.ReTreatment.Name = "ReTreatment";
|
||||
this.ReTreatment.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReTreatment.Properties.Buttons"))))});
|
||||
this.ReTreatment.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
||||
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("ReTreatment.Properties.Items"), ((object)(resources.GetObject("ReTreatment.Properties.Items1"))), ((int)(resources.GetObject("ReTreatment.Properties.Items2")))),
|
||||
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("ReTreatment.Properties.Items3"), ((object)(resources.GetObject("ReTreatment.Properties.Items4"))), ((int)(resources.GetObject("ReTreatment.Properties.Items5")))),
|
||||
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("ReTreatment.Properties.Items6"), ((object)(resources.GetObject("ReTreatment.Properties.Items7"))), ((int)(resources.GetObject("ReTreatment.Properties.Items8"))))});
|
||||
//
|
||||
// ClinicBox
|
||||
//
|
||||
this.ClinicBox.Controls.Add(this.groupBox1);
|
||||
this.ClinicBox.Controls.Add(this.SideEffect);
|
||||
this.ClinicBox.Controls.Add(this.labelMotion);
|
||||
this.ClinicBox.Controls.Add(this.Motion);
|
||||
this.ClinicBox.Controls.Add(this.labelClinicStage);
|
||||
this.ClinicBox.Controls.Add(this.ClinicStage);
|
||||
this.ClinicBox.Controls.Add(this.labelWeight);
|
||||
this.ClinicBox.Controls.Add(this.txtWeight);
|
||||
this.ClinicBox.Controls.Add(this.lblHeight);
|
||||
this.ClinicBox.Controls.Add(this.txtHeight);
|
||||
resources.ApplyResources(this.ClinicBox, "ClinicBox");
|
||||
this.ClinicBox.Name = "ClinicBox";
|
||||
this.ClinicBox.TabStop = false;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.Blackouts);
|
||||
this.groupBox1.Controls.Add(this.Jaundice);
|
||||
this.groupBox1.Controls.Add(this.Poisoning);
|
||||
this.groupBox1.Controls.Add(this.ProgressTB);
|
||||
resources.ApplyResources(this.groupBox1, "groupBox1");
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.TabStop = false;
|
||||
//
|
||||
// Blackouts
|
||||
//
|
||||
this.Blackouts.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Blackouts, "Blackouts");
|
||||
this.Blackouts.Name = "Blackouts";
|
||||
this.Blackouts.Properties.Caption = resources.GetString("Blackouts.Properties.Caption");
|
||||
this.Blackouts.Properties.DisplayValueChecked = resources.GetString("Blackouts.Properties.DisplayValueChecked");
|
||||
this.Blackouts.Properties.DisplayValueGrayed = resources.GetString("Blackouts.Properties.DisplayValueGrayed");
|
||||
this.Blackouts.Properties.DisplayValueUnchecked = resources.GetString("Blackouts.Properties.DisplayValueUnchecked");
|
||||
this.Blackouts.Properties.ValueChecked = ((short)(1));
|
||||
this.Blackouts.Properties.ValueGrayed = ((short)(0));
|
||||
this.Blackouts.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Jaundice
|
||||
//
|
||||
this.Jaundice.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Jaundice, "Jaundice");
|
||||
this.Jaundice.Name = "Jaundice";
|
||||
this.Jaundice.Properties.Caption = resources.GetString("Jaundice.Properties.Caption");
|
||||
this.Jaundice.Properties.DisplayValueChecked = resources.GetString("Jaundice.Properties.DisplayValueChecked");
|
||||
this.Jaundice.Properties.DisplayValueGrayed = resources.GetString("Jaundice.Properties.DisplayValueGrayed");
|
||||
this.Jaundice.Properties.DisplayValueUnchecked = resources.GetString("Jaundice.Properties.DisplayValueUnchecked");
|
||||
this.Jaundice.Properties.ValueChecked = ((short)(1));
|
||||
this.Jaundice.Properties.ValueGrayed = ((short)(0));
|
||||
this.Jaundice.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Poisoning
|
||||
//
|
||||
this.Poisoning.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Poisoning, "Poisoning");
|
||||
this.Poisoning.Name = "Poisoning";
|
||||
this.Poisoning.Properties.Caption = resources.GetString("Poisoning.Properties.Caption");
|
||||
this.Poisoning.Properties.DisplayValueChecked = resources.GetString("Poisoning.Properties.DisplayValueChecked");
|
||||
this.Poisoning.Properties.DisplayValueGrayed = resources.GetString("Poisoning.Properties.DisplayValueGrayed");
|
||||
this.Poisoning.Properties.DisplayValueUnchecked = resources.GetString("Poisoning.Properties.DisplayValueUnchecked");
|
||||
this.Poisoning.Properties.ValueChecked = ((short)(1));
|
||||
this.Poisoning.Properties.ValueGrayed = ((short)(0));
|
||||
this.Poisoning.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// ProgressTB
|
||||
//
|
||||
this.ProgressTB.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.ProgressTB, "ProgressTB");
|
||||
this.ProgressTB.Name = "ProgressTB";
|
||||
this.ProgressTB.Properties.Caption = resources.GetString("ProgressTB.Properties.Caption");
|
||||
this.ProgressTB.Properties.DisplayValueChecked = resources.GetString("ProgressTB.Properties.DisplayValueChecked");
|
||||
this.ProgressTB.Properties.DisplayValueGrayed = resources.GetString("ProgressTB.Properties.DisplayValueGrayed");
|
||||
this.ProgressTB.Properties.DisplayValueUnchecked = resources.GetString("ProgressTB.Properties.DisplayValueUnchecked");
|
||||
this.ProgressTB.Properties.ValueChecked = ((short)(1));
|
||||
this.ProgressTB.Properties.ValueGrayed = ((short)(0));
|
||||
this.ProgressTB.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// SideEffect
|
||||
//
|
||||
resources.ApplyResources(this.SideEffect, "SideEffect");
|
||||
this.SideEffect.Name = "SideEffect";
|
||||
this.SideEffect.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
|
||||
this.SideEffect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("SideEffect.Properties.Buttons"))))});
|
||||
this.SideEffect.Properties.PopupControl = this.ClinicInfo;
|
||||
//
|
||||
// ClinicInfo
|
||||
//
|
||||
this.ClinicInfo.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("ClinicInfo.Appearance.BackColor")));
|
||||
this.ClinicInfo.Appearance.Options.UseBackColor = true;
|
||||
this.ClinicInfo.Controls.Add(this.Depression);
|
||||
this.ClinicInfo.Controls.Add(this.FatDistributionChanges);
|
||||
this.ClinicInfo.Controls.Add(this.Anemia);
|
||||
this.ClinicInfo.Controls.Add(this.Burning);
|
||||
this.ClinicInfo.Controls.Add(this.Headache);
|
||||
this.ClinicInfo.Controls.Add(this.Colic);
|
||||
this.ClinicInfo.Controls.Add(this.Diarrhea);
|
||||
this.ClinicInfo.Controls.Add(this.Nausea);
|
||||
this.ClinicInfo.Controls.Add(this.Rash);
|
||||
resources.ApplyResources(this.ClinicInfo, "ClinicInfo");
|
||||
this.ClinicInfo.Name = "ClinicInfo";
|
||||
//
|
||||
// Depression
|
||||
//
|
||||
this.Depression.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Depression, "Depression");
|
||||
this.Depression.Name = "Depression";
|
||||
this.Depression.Properties.Caption = resources.GetString("Depression.Properties.Caption");
|
||||
this.Depression.Properties.DisplayValueChecked = resources.GetString("Depression.Properties.DisplayValueChecked");
|
||||
this.Depression.Properties.DisplayValueGrayed = resources.GetString("Depression.Properties.DisplayValueGrayed");
|
||||
this.Depression.Properties.DisplayValueUnchecked = resources.GetString("Depression.Properties.DisplayValueUnchecked");
|
||||
this.Depression.Properties.ValueChecked = ((short)(1));
|
||||
this.Depression.Properties.ValueGrayed = ((short)(0));
|
||||
this.Depression.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// FatDistributionChanges
|
||||
//
|
||||
this.FatDistributionChanges.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.FatDistributionChanges, "FatDistributionChanges");
|
||||
this.FatDistributionChanges.Name = "FatDistributionChanges";
|
||||
this.FatDistributionChanges.Properties.Caption = resources.GetString("FatDistributionChanges.Properties.Caption");
|
||||
this.FatDistributionChanges.Properties.DisplayValueChecked = resources.GetString("FatDistributionChanges.Properties.DisplayValueChecked");
|
||||
this.FatDistributionChanges.Properties.DisplayValueGrayed = resources.GetString("FatDistributionChanges.Properties.DisplayValueGrayed");
|
||||
this.FatDistributionChanges.Properties.DisplayValueUnchecked = resources.GetString("FatDistributionChanges.Properties.DisplayValueUnchecked");
|
||||
this.FatDistributionChanges.Properties.ValueChecked = ((short)(1));
|
||||
this.FatDistributionChanges.Properties.ValueGrayed = ((short)(0));
|
||||
this.FatDistributionChanges.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Anemia
|
||||
//
|
||||
this.Anemia.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Anemia, "Anemia");
|
||||
this.Anemia.Name = "Anemia";
|
||||
this.Anemia.Properties.Caption = resources.GetString("Anemia.Properties.Caption");
|
||||
this.Anemia.Properties.DisplayValueChecked = resources.GetString("Anemia.Properties.DisplayValueChecked");
|
||||
this.Anemia.Properties.DisplayValueGrayed = resources.GetString("Anemia.Properties.DisplayValueGrayed");
|
||||
this.Anemia.Properties.DisplayValueUnchecked = resources.GetString("Anemia.Properties.DisplayValueUnchecked");
|
||||
this.Anemia.Properties.ValueChecked = ((short)(1));
|
||||
this.Anemia.Properties.ValueGrayed = ((short)(0));
|
||||
this.Anemia.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Burning
|
||||
//
|
||||
this.Burning.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Burning, "Burning");
|
||||
this.Burning.Name = "Burning";
|
||||
this.Burning.Properties.Caption = resources.GetString("Burning.Properties.Caption");
|
||||
this.Burning.Properties.DisplayValueChecked = resources.GetString("Burning.Properties.DisplayValueChecked");
|
||||
this.Burning.Properties.DisplayValueGrayed = resources.GetString("Burning.Properties.DisplayValueGrayed");
|
||||
this.Burning.Properties.DisplayValueUnchecked = resources.GetString("Burning.Properties.DisplayValueUnchecked");
|
||||
this.Burning.Properties.ValueChecked = ((short)(1));
|
||||
this.Burning.Properties.ValueGrayed = ((short)(0));
|
||||
this.Burning.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Headache
|
||||
//
|
||||
this.Headache.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Headache, "Headache");
|
||||
this.Headache.Name = "Headache";
|
||||
this.Headache.Properties.Caption = resources.GetString("Headache.Properties.Caption");
|
||||
this.Headache.Properties.DisplayValueChecked = resources.GetString("Headache.Properties.DisplayValueChecked");
|
||||
this.Headache.Properties.DisplayValueGrayed = resources.GetString("Headache.Properties.DisplayValueGrayed");
|
||||
this.Headache.Properties.DisplayValueUnchecked = resources.GetString("Headache.Properties.DisplayValueUnchecked");
|
||||
this.Headache.Properties.ValueChecked = ((short)(1));
|
||||
this.Headache.Properties.ValueGrayed = ((short)(0));
|
||||
this.Headache.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Colic
|
||||
//
|
||||
this.Colic.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Colic, "Colic");
|
||||
this.Colic.Name = "Colic";
|
||||
this.Colic.Properties.Caption = resources.GetString("Colic.Properties.Caption");
|
||||
this.Colic.Properties.DisplayValueChecked = resources.GetString("Colic.Properties.DisplayValueChecked");
|
||||
this.Colic.Properties.DisplayValueGrayed = resources.GetString("Colic.Properties.DisplayValueGrayed");
|
||||
this.Colic.Properties.DisplayValueUnchecked = resources.GetString("Colic.Properties.DisplayValueUnchecked");
|
||||
this.Colic.Properties.ValueChecked = ((short)(1));
|
||||
this.Colic.Properties.ValueGrayed = ((short)(0));
|
||||
this.Colic.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Diarrhea
|
||||
//
|
||||
this.Diarrhea.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Diarrhea, "Diarrhea");
|
||||
this.Diarrhea.Name = "Diarrhea";
|
||||
this.Diarrhea.Properties.Caption = resources.GetString("Diarrhea.Properties.Caption");
|
||||
this.Diarrhea.Properties.DisplayValueChecked = resources.GetString("Diarrhea.Properties.DisplayValueChecked");
|
||||
this.Diarrhea.Properties.DisplayValueGrayed = resources.GetString("Diarrhea.Properties.DisplayValueGrayed");
|
||||
this.Diarrhea.Properties.DisplayValueUnchecked = resources.GetString("Diarrhea.Properties.DisplayValueUnchecked");
|
||||
this.Diarrhea.Properties.ValueChecked = ((short)(1));
|
||||
this.Diarrhea.Properties.ValueGrayed = ((short)(0));
|
||||
this.Diarrhea.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Nausea
|
||||
//
|
||||
this.Nausea.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Nausea, "Nausea");
|
||||
this.Nausea.Name = "Nausea";
|
||||
this.Nausea.Properties.Caption = resources.GetString("Nausea.Properties.Caption");
|
||||
this.Nausea.Properties.DisplayValueChecked = resources.GetString("Nausea.Properties.DisplayValueChecked");
|
||||
this.Nausea.Properties.DisplayValueGrayed = resources.GetString("Nausea.Properties.DisplayValueGrayed");
|
||||
this.Nausea.Properties.DisplayValueUnchecked = resources.GetString("Nausea.Properties.DisplayValueUnchecked");
|
||||
this.Nausea.Properties.ValueChecked = ((short)(1));
|
||||
this.Nausea.Properties.ValueGrayed = ((short)(0));
|
||||
this.Nausea.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// Rash
|
||||
//
|
||||
this.Rash.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Rash, "Rash");
|
||||
this.Rash.Name = "Rash";
|
||||
this.Rash.Properties.Caption = resources.GetString("Rash.Properties.Caption");
|
||||
this.Rash.Properties.DisplayValueChecked = resources.GetString("Rash.Properties.DisplayValueChecked");
|
||||
this.Rash.Properties.DisplayValueGrayed = resources.GetString("Rash.Properties.DisplayValueGrayed");
|
||||
this.Rash.Properties.DisplayValueUnchecked = resources.GetString("Rash.Properties.DisplayValueUnchecked");
|
||||
this.Rash.Properties.ValueChecked = ((short)(1));
|
||||
this.Rash.Properties.ValueGrayed = ((short)(0));
|
||||
this.Rash.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// labelMotion
|
||||
//
|
||||
this.labelMotion.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelMotion.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelMotion, "labelMotion");
|
||||
this.labelMotion.Name = "labelMotion";
|
||||
//
|
||||
// Motion
|
||||
//
|
||||
this.Motion.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.Motion, "Motion");
|
||||
this.Motion.Name = "Motion";
|
||||
this.Motion.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Motion.Properties.Items"))), resources.GetString("Motion.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Motion.Properties.Items2"))), resources.GetString("Motion.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("Motion.Properties.Items4"))), resources.GetString("Motion.Properties.Items5"))});
|
||||
//
|
||||
// labelClinicStage
|
||||
//
|
||||
this.labelClinicStage.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelClinicStage.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelClinicStage, "labelClinicStage");
|
||||
this.labelClinicStage.Name = "labelClinicStage";
|
||||
//
|
||||
// ClinicStage
|
||||
//
|
||||
this.ClinicStage.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.ClinicStage, "ClinicStage");
|
||||
this.ClinicStage.Name = "ClinicStage";
|
||||
this.ClinicStage.Properties.ContextMenuStrip = this.radioContextMenu;
|
||||
this.ClinicStage.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items"))), resources.GetString("ClinicStage.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items2"))), resources.GetString("ClinicStage.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items4"))), resources.GetString("ClinicStage.Properties.Items5")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(((object)(resources.GetObject("ClinicStage.Properties.Items6"))), resources.GetString("ClinicStage.Properties.Items7"))});
|
||||
//
|
||||
// labelWeight
|
||||
//
|
||||
this.labelWeight.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelWeight.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelWeight, "labelWeight");
|
||||
this.labelWeight.Name = "labelWeight";
|
||||
//
|
||||
// txtWeight
|
||||
//
|
||||
this.txtWeight.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.txtWeight, "txtWeight");
|
||||
this.txtWeight.Name = "txtWeight";
|
||||
this.txtWeight.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("txtWeight.Properties.Mask.BeepOnError")));
|
||||
this.txtWeight.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("txtWeight.Properties.Mask.IgnoreMaskBlank")));
|
||||
//
|
||||
// lblHeight
|
||||
//
|
||||
this.lblHeight.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblHeight.Appearance.Font")));
|
||||
resources.ApplyResources(this.lblHeight, "lblHeight");
|
||||
this.lblHeight.Name = "lblHeight";
|
||||
//
|
||||
// txtHeight
|
||||
//
|
||||
this.txtHeight.EnterMoveNextControl = true;
|
||||
resources.ApplyResources(this.txtHeight, "txtHeight");
|
||||
this.txtHeight.Name = "txtHeight";
|
||||
this.txtHeight.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("txtHeight.Properties.Mask.BeepOnError")));
|
||||
this.txtHeight.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("txtHeight.Properties.Mask.IgnoreMaskBlank")));
|
||||
//
|
||||
// IsClinic
|
||||
//
|
||||
resources.ApplyResources(this.IsClinic, "IsClinic");
|
||||
this.IsClinic.Name = "IsClinic";
|
||||
this.IsClinic.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("IsClinic.Properties.Appearance.Font")));
|
||||
this.IsClinic.Properties.Appearance.Options.UseFont = true;
|
||||
this.IsClinic.Properties.Caption = resources.GetString("IsClinic.Properties.Caption");
|
||||
this.IsClinic.Properties.ValueChecked = ((short)(1));
|
||||
this.IsClinic.Properties.ValueUnchecked = ((short)(0));
|
||||
this.IsClinic.EditValueChanged += new System.EventHandler(this.IsClinic_EditValueChanged);
|
||||
//
|
||||
// NoSelfExam
|
||||
//
|
||||
resources.ApplyResources(this.NoSelfExam, "NoSelfExam");
|
||||
this.NoSelfExam.Name = "NoSelfExam";
|
||||
this.NoSelfExam.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("NoSelfExam.Properties.Appearance.Font")));
|
||||
this.NoSelfExam.Properties.Appearance.Options.UseFont = true;
|
||||
this.NoSelfExam.Properties.Caption = resources.GetString("NoSelfExam.Properties.Caption");
|
||||
this.NoSelfExam.Properties.ValueChecked = ((short)(1));
|
||||
this.NoSelfExam.Properties.ValueUnchecked = ((short)(0));
|
||||
this.NoSelfExam.CheckedChanged += new System.EventHandler(this.NoSelfExam_CheckedChanged);
|
||||
//
|
||||
// dxValidationProvider
|
||||
//
|
||||
this.dxValidationProvider.ValidationMode = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Auto;
|
||||
//
|
||||
// usrExamInfo
|
||||
//
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrExamInfo.Appearance.BackColor")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Controls.Add(this.NoSelfExam);
|
||||
this.Controls.Add(this.IsClinic);
|
||||
this.Controls.Add(this.ClinicBox);
|
||||
this.Controls.Add(this.groupGeneral);
|
||||
this.Name = "usrExamInfo";
|
||||
((System.ComponentModel.ISupportInitialize)(this.ExamDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ExamDate.Properties)).EndInit();
|
||||
this.groupOther.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.DrugRecieveInfo.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DrugReceivePlace)).EndInit();
|
||||
this.DrugReceivePlace.ResumeLayout(false);
|
||||
this.DrugReceivePlace.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Districtid.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.CommuneId.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tbScreenResult.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TBscreen.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.OutPatientTreatment.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentFollow.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.LateAppointmentReason.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Status.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReExamDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReExamDate.Properties)).EndInit();
|
||||
this.groupGeneral.ResumeLayout(false);
|
||||
this.groupGeneral.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReTreatment.Properties)).EndInit();
|
||||
this.ClinicBox.ResumeLayout(false);
|
||||
this.ClinicBox.PerformLayout();
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Blackouts.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Jaundice.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Poisoning.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ProgressTB.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.SideEffect.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicInfo)).EndInit();
|
||||
this.ClinicInfo.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.Depression.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.FatDistributionChanges.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Anemia.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Burning.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Headache.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Colic.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Diarrhea.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Nausea.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Rash.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Motion.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ClinicStage.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtWeight.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.txtHeight.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.IsClinic.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.NoSelfExam.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.LabelControl labelControl5;
|
||||
private DevExpress.XtraEditors.LabelControl lblStatus;
|
||||
private DevExpress.XtraEditors.LabelControl labelObey;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||||
private DevExpress.XtraEditors.LabelControl lbẼxaminationDate;
|
||||
private System.Windows.Forms.GroupBox groupOther;
|
||||
private DevExpress.XtraEditors.CheckEdit TBscreen;
|
||||
private DevExpress.XtraEditors.CheckEdit OutPatientTreatment;
|
||||
private DevExpress.XtraEditors.RadioGroup TreatmentFollow;
|
||||
private DevExpress.XtraEditors.MemoEdit LateAppointmentReason;
|
||||
private DevExpress.XtraEditors.LabelControl labelReason;
|
||||
private DevExpress.XtraEditors.RadioGroup Status;
|
||||
private DevExpress.XtraEditors.DateEdit ReExamDate;
|
||||
private System.Windows.Forms.GroupBox groupGeneral;
|
||||
private DevExpress.XtraEditors.DateEdit ExamDate;
|
||||
private System.Windows.Forms.GroupBox ClinicBox;
|
||||
private DevExpress.XtraEditors.LabelControl labelWeight;
|
||||
private DevExpress.XtraEditors.TextEdit txtWeight;
|
||||
private DevExpress.XtraEditors.LabelControl lblHeight;
|
||||
private DevExpress.XtraEditors.TextEdit txtHeight;
|
||||
private DevExpress.XtraEditors.LabelControl labelMotion;
|
||||
private DevExpress.XtraEditors.RadioGroup Motion;
|
||||
private DevExpress.XtraEditors.LabelControl labelClinicStage;
|
||||
private DevExpress.XtraEditors.RadioGroup ClinicStage;
|
||||
private DevExpress.XtraEditors.PopupContainerControl ClinicInfo;
|
||||
private DevExpress.XtraEditors.CheckEdit Depression;
|
||||
private DevExpress.XtraEditors.CheckEdit FatDistributionChanges;
|
||||
private DevExpress.XtraEditors.CheckEdit Anemia;
|
||||
private DevExpress.XtraEditors.CheckEdit Burning;
|
||||
private DevExpress.XtraEditors.CheckEdit Headache;
|
||||
private DevExpress.XtraEditors.CheckEdit Colic;
|
||||
private DevExpress.XtraEditors.CheckEdit Diarrhea;
|
||||
private DevExpress.XtraEditors.CheckEdit Nausea;
|
||||
private DevExpress.XtraEditors.CheckEdit Rash;
|
||||
private DevExpress.XtraEditors.PopupContainerEdit SideEffect;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private DevExpress.XtraEditors.CheckEdit Poisoning;
|
||||
private DevExpress.XtraEditors.CheckEdit ProgressTB;
|
||||
private DevExpress.XtraEditors.CheckEdit IsClinic;
|
||||
private DevExpress.XtraEditors.RadioGroup tbScreenResult;
|
||||
private DevExpress.XtraEditors.CheckEdit NoSelfExam;
|
||||
private DevExpress.XtraEditors.CheckEdit Blackouts;
|
||||
private DevExpress.XtraEditors.CheckEdit Jaundice;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.ImageComboBoxEdit ReTreatment;
|
||||
private DevExpress.XtraEditors.PopupContainerEdit DrugRecieveInfo;
|
||||
private DevExpress.XtraEditors.PopupContainerControl DrugReceivePlace;
|
||||
private DevExpress.XtraEditors.LabelControl labelDistrict;
|
||||
private DevExpress.XtraEditors.LookUpEdit Districtid;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||||
private DevExpress.XtraEditors.LookUpEdit CommuneId;
|
||||
private DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider dxValidationProvider;
|
||||
|
||||
|
||||
}
|
||||
}
|
248
patientman/PatientMan/Controls/usrExamInfo.cs
Normal file
248
patientman/PatientMan/Controls/usrExamInfo.cs
Normal file
@@ -0,0 +1,248 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrExamInfo : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
|
||||
private TblProvinceEntity prov = new TblProvinceEntity();
|
||||
private EntityCollection<TblDistrictEntity> districtCollection;
|
||||
private EntityCollection<TblCommuneEntity> communeCollection;
|
||||
public EntityCollection<TblExaminationInfoEntity> ExamInfos { get; set; }
|
||||
public TblExaminationInfoEntity DeletedExam { get; set; }
|
||||
|
||||
public usrExamInfo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override void LoadData()
|
||||
{
|
||||
ExamInfos = PatientInfor.TblExaminationInfos;
|
||||
|
||||
ISortExpression sorter = new SortExpression(TblExaminationInfoFields.ExamDate | SortOperator.Ascending);
|
||||
adapter.FetchEntityCollection(ExamInfos, PatientInfor.GetRelationInfoTblExaminationInfos(), 0, sorter);
|
||||
|
||||
prov.Provinceid = PatientInfor.ProvinceId;
|
||||
adapter.FetchEntity(prov);
|
||||
districtCollection = prov.TblDistricts;
|
||||
adapter.FetchEntityCollection(districtCollection, prov.GetRelationInfoTblDistricts());
|
||||
Districtid.Properties.DataSource = districtCollection;
|
||||
}
|
||||
|
||||
public override void BindingData()
|
||||
{
|
||||
ExamDate.DataBindings.Clear();
|
||||
ReExamDate.DataBindings.Clear();
|
||||
Status.DataBindings.Clear();
|
||||
LateAppointmentReason.DataBindings.Clear();
|
||||
TreatmentFollow.DataBindings.Clear();
|
||||
TBscreen.DataBindings.Clear();
|
||||
tbScreenResult.DataBindings.Clear();
|
||||
OutPatientTreatment.DataBindings.Clear();
|
||||
ReTreatment.DataBindings.Clear();
|
||||
txtHeight.DataBindings.Clear();
|
||||
txtWeight.DataBindings.Clear();
|
||||
ClinicStage.DataBindings.Clear();
|
||||
Rash.DataBindings.Clear();
|
||||
Diarrhea.DataBindings.Clear();
|
||||
Burning.DataBindings.Clear();
|
||||
Blackouts.DataBindings.Clear();
|
||||
Jaundice.DataBindings.Clear();
|
||||
Colic.DataBindings.Clear();
|
||||
Anemia.DataBindings.Clear();
|
||||
Depression.DataBindings.Clear();
|
||||
Nausea.DataBindings.Clear();
|
||||
Motion.DataBindings.Clear();
|
||||
Headache.DataBindings.Clear();
|
||||
FatDistributionChanges.DataBindings.Clear();
|
||||
IsClinic.DataBindings.Clear();
|
||||
Districtid.DataBindings.Clear();
|
||||
CommuneId.DataBindings.Clear();
|
||||
NoSelfExam.DataBindings.Clear();
|
||||
Poisoning.DataBindings.Clear();
|
||||
ProgressTB.DataBindings.Clear();
|
||||
|
||||
|
||||
|
||||
ExamDate.DataBindings.Add("EditValue", ExamInfos, "ExamDate", true);
|
||||
ReExamDate.DataBindings.Add("EditValue", ExamInfos, "ReExamDate", true);
|
||||
Status.DataBindings.Add("EditValue", ExamInfos, "Status", true);
|
||||
LateAppointmentReason.DataBindings.Add("Text", ExamInfos, "LateAppointmentReason", true);
|
||||
TreatmentFollow.DataBindings.Add("EditValue", ExamInfos, "TreatmentFollow", true);
|
||||
TBscreen.DataBindings.Add("EditValue", ExamInfos, "TBScreen", true);
|
||||
|
||||
OutPatientTreatment.DataBindings.Add("EditValue", ExamInfos, "OutPatientTreatment", true);
|
||||
Districtid.DataBindings.Add("EditValue", ExamInfos, "DistrictId", true);
|
||||
CommuneId.DataBindings.Add("EditValue", ExamInfos, "CommuneId", true);
|
||||
txtHeight.DataBindings.Add("Text", ExamInfos, "Height", true);
|
||||
txtWeight.DataBindings.Add("Text", ExamInfos, "Weight", true);
|
||||
|
||||
ClinicStage.DataBindings.Add("EditValue", ExamInfos, "ClinicStage", true);
|
||||
Motion.DataBindings.Add("EditValue", ExamInfos, "Motion", true);
|
||||
|
||||
Rash.DataBindings.Add("EditValue", ExamInfos, "Rash", true);
|
||||
Diarrhea.DataBindings.Add("EditValue", ExamInfos, "Diarrhea", true);
|
||||
Burning.DataBindings.Add("EditValue", ExamInfos, "Burning", true);
|
||||
Blackouts.DataBindings.Add("EditValue", ExamInfos, "Blackouts", true);
|
||||
Jaundice.DataBindings.Add("EditValue", ExamInfos, "Jaundice", true);
|
||||
Colic.DataBindings.Add("EditValue", ExamInfos, "Colic", true);
|
||||
Anemia.DataBindings.Add("EditValue", ExamInfos, "Anemia", true);
|
||||
Depression.DataBindings.Add("EditValue", ExamInfos, "Depression", true);
|
||||
Nausea.DataBindings.Add("EditValue", ExamInfos, "Nausea", true);
|
||||
Headache.DataBindings.Add("EditValue", ExamInfos, "Headache", true);
|
||||
FatDistributionChanges.DataBindings.Add("EditValue", ExamInfos, "FatDistributionChanges", true);
|
||||
tbScreenResult.DataBindings.Add("EditValue", ExamInfos, "TbScreenResult", true);
|
||||
ReTreatment.DataBindings.Add("EditValue", ExamInfos, "ReTreatment", true);
|
||||
Poisoning.DataBindings.Add("EditValue", ExamInfos, "Poisoning", true);
|
||||
ProgressTB.DataBindings.Add("EditValue", ExamInfos, "ProgressTB", true);
|
||||
IsClinic.DataBindings.Add("EditValue", ExamInfos, "IsClinic", true);
|
||||
NoSelfExam.DataBindings.Add("EditValue", ExamInfos, "NoSelfExam", true);
|
||||
}
|
||||
|
||||
public override void SaveRecord()
|
||||
{
|
||||
if (dxValidationProvider.Validate())
|
||||
{
|
||||
BindingContext[ExamInfos].EndCurrentEdit();
|
||||
var position = this.BindingContext[ExamInfos].Position;
|
||||
if (position == 0)
|
||||
{
|
||||
ExamInfos[position].DayDiff = null;
|
||||
}
|
||||
if (position > 0)
|
||||
{
|
||||
ExamInfos[position].DayDiff =
|
||||
(short)
|
||||
(System.Convert.ToDateTime(ExamInfos[position].ExamDate) -
|
||||
System.Convert.ToDateTime(ExamInfos[position - 1].ReExamDate)).TotalDays;
|
||||
if (ExamInfos[position].DayDiff == 0)
|
||||
{
|
||||
ExamInfos[position].Status = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (ExamInfos[position].DayDiff < 0)
|
||||
{
|
||||
ExamInfos[position].Status = 2;
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
ExamInfos[position].Status = 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
if (ExamInfos[position].IsNew)
|
||||
{
|
||||
common.visitdate = (DateTime)ExamDate.EditValue;
|
||||
}
|
||||
|
||||
ExamInfos[position].LateTimes = ExamInfos.Where(g => g.DayDiff > 0).Count().ToString();
|
||||
adapter.SaveEntityCollection(ExamInfos, true, true);
|
||||
|
||||
base.SaveRecord();
|
||||
}
|
||||
}
|
||||
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[ExamInfos].CancelCurrentEdit();
|
||||
base.Cancel();
|
||||
}
|
||||
|
||||
private void lblStatus_Click(object sender, EventArgs e)
|
||||
{
|
||||
Status.EditValue = null;
|
||||
}
|
||||
|
||||
private void labelObey_Click(object sender, EventArgs e)
|
||||
{
|
||||
TreatmentFollow.EditValue = null;
|
||||
}
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
DeletedExam = (TblExaminationInfoEntity) ExamInfos[BindingContext[ExamInfos].Position];
|
||||
ExamInfos.Remove(DeletedExam);
|
||||
adapter.DeleteEntity(DeletedExam);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
private void ExamDate_Validated(object sender, EventArgs e)
|
||||
{
|
||||
common.visitdate = (DateTime) ExamDate.EditValue;
|
||||
}
|
||||
|
||||
private void IsClinic_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.ClinicBox.Enabled = (this.IsClinic.EditValue.ToString() == "1");
|
||||
}
|
||||
|
||||
public void ControlArange()
|
||||
{
|
||||
this.ClinicBox.Enabled = (this.IsClinic.EditValue.ToString() == "1");
|
||||
}
|
||||
|
||||
private void TBscreen_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.tbScreenResult.Visible = (this.TBscreen.EditValue.ToString() == "1");
|
||||
}
|
||||
|
||||
private void OutPatientTreatment_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (OutPatientTreatment.Checked)
|
||||
{
|
||||
this.Districtid.EditValue = PatientInfor.DistrictId;
|
||||
this.CommuneId.EditValue = PatientInfor.CommuneId;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.Districtid.EditValue = null;
|
||||
|
||||
this.CommuneId.EditValue = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void Districtid_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (Districtid.EditValue == null) return;
|
||||
try
|
||||
{
|
||||
var DistEntity = new TblDistrictEntity(Districtid.EditValue.ToString());
|
||||
communeCollection = DistEntity.TblCommunes;
|
||||
adapter.FetchEntityCollection(communeCollection, DistEntity.GetRelationInfoTblCommunes());
|
||||
CommuneId.Properties.DataSource = communeCollection;
|
||||
}
|
||||
catch (InvalidCastException err)
|
||||
{
|
||||
MessageBox.Show(err.Message);
|
||||
}
|
||||
}
|
||||
|
||||
private void NoSelfExam_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.TBscreen.Checked = !NoSelfExam.Checked;
|
||||
this.TBscreen.Visible = !NoSelfExam.Checked;
|
||||
this.IsClinic.Checked = !NoSelfExam.Checked;
|
||||
this.IsClinic.Enabled = !NoSelfExam.Checked;
|
||||
}
|
||||
|
||||
private void tbScreenResult_KeyPress(object sender, KeyPressEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
1761
patientman/PatientMan/Controls/usrExamInfo.resx
Normal file
1761
patientman/PatientMan/Controls/usrExamInfo.resx
Normal file
File diff suppressed because it is too large
Load Diff
1761
patientman/PatientMan/Controls/usrExamInfo.resx.bak
Normal file
1761
patientman/PatientMan/Controls/usrExamInfo.resx.bak
Normal file
File diff suppressed because it is too large
Load Diff
347
patientman/PatientMan/Controls/usrExamInfo.vi-VN.resx
Normal file
347
patientman/PatientMan/Controls/usrExamInfo.vi-VN.resx
Normal file
@@ -0,0 +1,347 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelControl5.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>152, 13</value>
|
||||
</data>
|
||||
<data name="labelControl5.Text" xml:space="preserve">
|
||||
<value>Lý do lỡ hẹn khám (nếu có)</value>
|
||||
</data>
|
||||
<data name="lblStatus.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>15, 106</value>
|
||||
</data>
|
||||
<data name="lblStatus.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>58, 13</value>
|
||||
</data>
|
||||
<data name="lblStatus.Text" xml:space="preserve">
|
||||
<value>Tình trạng</value>
|
||||
</data>
|
||||
<data name="labelObey.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>93, 13</value>
|
||||
</data>
|
||||
<data name="labelObey.Text" xml:space="preserve">
|
||||
<value>Tuân thủ điều trị</value>
|
||||
</data>
|
||||
<data name="labelControl3.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>117, 13</value>
|
||||
</data>
|
||||
<data name="labelControl3.Text" xml:space="preserve">
|
||||
<value>Ngày khám tiếp theo</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>63, 13</value>
|
||||
</data>
|
||||
<data name="lbẼxaminationDate.Text" xml:space="preserve">
|
||||
<value>Ngày khám</value>
|
||||
</data>
|
||||
<data name="labelDistrict.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>22, 7</value>
|
||||
</data>
|
||||
<data name="Districtid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>21, 26</value>
|
||||
</data>
|
||||
<data name="labelControl2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>208, 11</value>
|
||||
</data>
|
||||
<data name="CommuneId.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>208, 26</value>
|
||||
</data>
|
||||
<data name="DrugReceivePlace.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>9, 525</value>
|
||||
</data>
|
||||
<data name="DrugReceivePlace.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>386, 63</value>
|
||||
</data>
|
||||
<data name="DrugRecieveInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>289, 20</value>
|
||||
</data>
|
||||
<data name="TBscreen.Properties.Caption" xml:space="preserve">
|
||||
<value>Sàng lọc lao</value>
|
||||
</data>
|
||||
<data name="OutPatientTreatment.Properties.Caption" xml:space="preserve">
|
||||
<value>Khách hàng đăng ký tại OPC và lấy thuốc tại địa phương</value>
|
||||
</data>
|
||||
<data name="groupOther.Text" xml:space="preserve">
|
||||
<value>Thông tin khác</value>
|
||||
</data>
|
||||
<data name="TreatmentFollow.Properties.Items1" xml:space="preserve">
|
||||
<value>Tốt</value>
|
||||
</data>
|
||||
<data name="TreatmentFollow.Properties.Items3" xml:space="preserve">
|
||||
<value>Trung bình</value>
|
||||
</data>
|
||||
<data name="TreatmentFollow.Properties.Items5" xml:space="preserve">
|
||||
<value>Kém</value>
|
||||
</data>
|
||||
<data name="Status.Properties.Items1" xml:space="preserve">
|
||||
<value>Đúng hẹn</value>
|
||||
</data>
|
||||
<data name="Status.Properties.Items3" xml:space="preserve">
|
||||
<value>Đến sớm</value>
|
||||
</data>
|
||||
<data name="Status.Properties.Items5" xml:space="preserve">
|
||||
<value>Đến muộn</value>
|
||||
</data>
|
||||
<data name="ReExamDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>210, 80</value>
|
||||
</data>
|
||||
<data name="labelControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>89, 13</value>
|
||||
</data>
|
||||
<data name="labelControl1.Text" xml:space="preserve">
|
||||
<value>Lý do đến khám</value>
|
||||
</data>
|
||||
<data name="ReTreatment.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>191, 20</value>
|
||||
</data>
|
||||
<data name="groupGeneral.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>9, 52</value>
|
||||
</data>
|
||||
<data name="groupGeneral.Text" xml:space="preserve">
|
||||
<value>Thông tin chung</value>
|
||||
</data>
|
||||
<data name="Blackouts.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>148, 45</value>
|
||||
</data>
|
||||
<data name="Blackouts.Properties.Caption" xml:space="preserve">
|
||||
<value>Rối loạn thần kinh ngoại biên</value>
|
||||
</data>
|
||||
<data name="Blackouts.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>162, 19</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Blackouts.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="Jaundice.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>6, 45</value>
|
||||
</data>
|
||||
<data name="Jaundice.Properties.Caption" xml:space="preserve">
|
||||
<value>Vàng da, vàng mắt</value>
|
||||
</data>
|
||||
<data name="Jaundice.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="Poisoning.Properties.Caption" xml:space="preserve">
|
||||
<value>Ngộ độc</value>
|
||||
</data>
|
||||
<data name="Poisoning.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>148, 20</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Properties.Caption" xml:space="preserve">
|
||||
<value>Lao tiến triển</value>
|
||||
</data>
|
||||
<data name="ProgressTB.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>161, 19</value>
|
||||
</data>
|
||||
<data name="ProgressTB.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>315, 80</value>
|
||||
</data>
|
||||
<data name="groupBox1.Text" xml:space="preserve">
|
||||
<value>Khác</value>
|
||||
</data>
|
||||
<data name="SideEffect.EditValue" xml:space="preserve">
|
||||
<value>Phản ứng phụ</value>
|
||||
</data>
|
||||
<data name="Depression.Properties.Caption" xml:space="preserve">
|
||||
<value>Trầm cảm</value>
|
||||
</data>
|
||||
<data name="FatDistributionChanges.Properties.Caption" xml:space="preserve">
|
||||
<value>Thay đổi phân bố mỡ</value>
|
||||
</data>
|
||||
<data name="Anemia.Properties.Caption" xml:space="preserve">
|
||||
<value>Thiếu máu</value>
|
||||
</data>
|
||||
<data name="Burning.Properties.Caption" xml:space="preserve">
|
||||
<value>Nóng rát, tê cứng</value>
|
||||
</data>
|
||||
<data name="Headache.Properties.Caption" xml:space="preserve">
|
||||
<value>Đau đầu</value>
|
||||
</data>
|
||||
<data name="Colic.Properties.Caption" xml:space="preserve">
|
||||
<value>Đau bụng</value>
|
||||
</data>
|
||||
<data name="Diarrhea.Properties.Caption" xml:space="preserve">
|
||||
<value>Tiêu chảy</value>
|
||||
</data>
|
||||
<data name="Nausea.Properties.Caption" xml:space="preserve">
|
||||
<value>Nôn, buồn nôn</value>
|
||||
</data>
|
||||
<data name="Rash.Properties.Caption" xml:space="preserve">
|
||||
<value>Nổi mẩn</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items1" xml:space="preserve">
|
||||
<value>Có thể đi lại được</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items3" xml:space="preserve">
|
||||
<value>Có thể làm việc</value>
|
||||
</data>
|
||||
<data name="Motion.Properties.Items5" xml:space="preserve">
|
||||
<value>Nằm tại giường</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>106, 13</value>
|
||||
</data>
|
||||
<data name="labelClinicStage.Text" xml:space="preserve">
|
||||
<value>Giai đoạn lâm sàng</value>
|
||||
</data>
|
||||
<data name="labelWeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>52, 13</value>
|
||||
</data>
|
||||
<data name="labelWeight.Text" xml:space="preserve">
|
||||
<value>Cân nặng</value>
|
||||
</data>
|
||||
<data name="lblHeight.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>54, 13</value>
|
||||
</data>
|
||||
<data name="lblHeight.Text" xml:space="preserve">
|
||||
<value>Chiều cao</value>
|
||||
</data>
|
||||
<data name="ClinicBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>376, 105</value>
|
||||
</data>
|
||||
<data name="ClinicBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>330, 379</value>
|
||||
</data>
|
||||
<data name="ClinicBox.Text" xml:space="preserve">
|
||||
<value>Thông tin lâm sàng</value>
|
||||
</data>
|
||||
<data name="IsClinic.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>587, 58</value>
|
||||
</data>
|
||||
<data name="IsClinic.Properties.Caption" xml:space="preserve">
|
||||
<value>Khám lâm sàng</value>
|
||||
</data>
|
||||
<data name="NoSelfExam.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>380, 58</value>
|
||||
</data>
|
||||
<data name="NoSelfExam.Properties.Caption" xml:space="preserve">
|
||||
<value>Người nhà đến</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>582, 414</value>
|
||||
</data>
|
||||
</root>
|
1167
patientman/PatientMan/Controls/usrPatientInfo.Designer.cs
generated
Normal file
1167
patientman/PatientMan/Controls/usrPatientInfo.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
207
patientman/PatientMan/Controls/usrPatientInfo.cs
Normal file
207
patientman/PatientMan/Controls/usrPatientInfo.cs
Normal file
@@ -0,0 +1,207 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.DatabaseSpecific;
|
||||
using Datalib.HelperClasses;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrPatientInfo : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
private EntityCollection <TblProvinceEntity> prov = new EntityCollection <TblProvinceEntity>();
|
||||
private EntityCollection <TblDistrictEntity> districtCollection;
|
||||
private EntityCollection <TblCommuneEntity> communeCollection;
|
||||
public EntityCollection<TblPatientEntity> PatientsCollection { get; set; }
|
||||
private EntityCollection<TblRegimenEntity> Regimens = new EntityCollection<TblRegimenEntity>();
|
||||
|
||||
public TblPatientEntity DeletedPatient { get; set; }
|
||||
public usrPatientInfo()
|
||||
{
|
||||
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[PatientInfor].CancelCurrentEdit ();
|
||||
base.Cancel();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[PatientInfor].EndCurrentEdit();
|
||||
|
||||
if (dxValidationProvider.Validate())
|
||||
{
|
||||
var TreatmentInfo = PatientInfor.IsNew;
|
||||
|
||||
|
||||
if (this.CurrRegimen.EditValue != null)
|
||||
{
|
||||
if (TreatmentInfo)
|
||||
{
|
||||
var treat = PatientInfor.TblTreatmentInfos.AddNew();
|
||||
treat.TreatmentId = "01";
|
||||
treat.UniqueKey = Guid.NewGuid().ToString("N");
|
||||
treat.Regimenid = CurrRegimen.EditValue.ToString();
|
||||
treat.TreatmentSdate = PatientInfor.DateofRegistration;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
PatientInfor.PatientName = strUtil.Crypt(PatientInfor.PatientName);
|
||||
adapter.SaveEntity(PatientInfor, true, true);
|
||||
|
||||
this.PatientName.Text = strUtil.Decrypt(this.PatientName.Text);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
MessageBox.Show("Tác vụ ghi dữ liệu không thành công!", "Ghi dữ liệu", MessageBoxButtons.OK);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
DeletedPatient = (TblPatientEntity)PatientsCollection[BindingContext[PatientsCollection].Position];
|
||||
PatientsCollection.Remove(DeletedPatient);
|
||||
adapter.DeleteEntity(DeletedPatient);
|
||||
}
|
||||
|
||||
public override void NewRecord()
|
||||
{
|
||||
base.NewRecord();
|
||||
}
|
||||
|
||||
public override void BindingData()
|
||||
{
|
||||
PatientId.DataBindings.Clear();
|
||||
PatientName.DataBindings.Clear();
|
||||
Sex.DataBindings.Clear();
|
||||
BirthYear.DataBindings.Clear();
|
||||
IdentityCardNo.DataBindings.Clear();
|
||||
InsuranceId.DataBindings.Clear();
|
||||
Sms.DataBindings.Clear();
|
||||
TelephoneNo.DataBindings.Clear();
|
||||
ProvinceId.DataBindings.Clear();
|
||||
Districtid.DataBindings.Clear();
|
||||
CommuneId.DataBindings.Clear();
|
||||
Address.DataBindings.Clear();
|
||||
SupporterInfo.DataBindings.Clear();
|
||||
DateofRegistration.DataBindings.Clear();
|
||||
ReferralID.DataBindings.Clear();
|
||||
Dateofreferral.DataBindings.Clear();
|
||||
ReferralName.DataBindings.Clear();
|
||||
ReferralProvinceID.DataBindings.Clear();
|
||||
OldPatientID.DataBindings.Clear();
|
||||
Regimen.DataBindings.Clear();
|
||||
|
||||
HivConfirmedDate.DataBindings.Clear();
|
||||
DateofARV.DataBindings.Clear();
|
||||
|
||||
HaveArvBefore.DataBindings.Clear();
|
||||
Status.DataBindings.Clear();
|
||||
|
||||
PatientId.DataBindings.Add("Text", PatientsCollection, "PatientId", true);
|
||||
PatientName.DataBindings.Add("Text", PatientsCollection, "PatientName", true);
|
||||
Sex.DataBindings.Add("EditValue", PatientsCollection, "Sex", true);
|
||||
BirthYear.DataBindings.Add("EditValue", PatientsCollection, "BirthYear", true);
|
||||
IdentityCardNo.DataBindings.Add("Text", PatientsCollection, "IdentityCardNo", true);
|
||||
InsuranceId.DataBindings.Add("Text", PatientsCollection, "Insuranceid", true);
|
||||
|
||||
TelephoneNo.DataBindings.Add("Text", PatientsCollection, "TelephoneNo", true);
|
||||
ProvinceId.DataBindings.Add("EditValue", PatientsCollection, "ProvinceId", true);
|
||||
Districtid.DataBindings.Add("EditValue", PatientsCollection, "DistrictId", true);
|
||||
CommuneId.DataBindings.Add("EditValue", PatientsCollection, "CommuneId", true);
|
||||
Address.DataBindings.Add("Text", PatientsCollection, "Address", true);
|
||||
SupporterInfo.DataBindings.Add("Text", PatientsCollection, "SupporterInfo", true);
|
||||
Sms.DataBindings.Add("EditValue", PatientsCollection, "Sms", true);
|
||||
DateofRegistration.DataBindings.Add("EditValue", PatientsCollection, "DateofRegistration", true);
|
||||
ReferralID.DataBindings.Add("EditValue", PatientsCollection, "ReferralID", true);
|
||||
Dateofreferral.DataBindings.Add("EditValue", PatientsCollection, "Dateofreferral", true);
|
||||
ReferralName.DataBindings.Add("Text", PatientsCollection, "ReferralName", true);
|
||||
ReferralProvinceID.DataBindings.Add("EditValue", PatientsCollection, "ReferralProvinceId", true);
|
||||
OldPatientID.DataBindings.Add("Text", PatientsCollection , "OldPatientID",true);
|
||||
HaveArvBefore.DataBindings.Add("EditValue", PatientsCollection, "HaveArvBefore",true);
|
||||
HivConfirmedDate.DataBindings.Add("EditValue", PatientsCollection, "HivConfirmedDate", true);
|
||||
DateofARV.DataBindings.Add("EditValue", PatientsCollection, "DateofArv", true);
|
||||
Status.DataBindings.Add("EditValue", PatientsCollection, "Status", true);
|
||||
Regimen.DataBindings.Add("EditValue", PatientsCollection, "Regimenid", true);
|
||||
}
|
||||
|
||||
public override void LoadLibrary()
|
||||
{
|
||||
adapter.FetchEntityCollection(prov, null);
|
||||
ProvinceId.Properties.DataSource = prov.DefaultView;
|
||||
ReferralProvinceID.Properties.DataSource = prov.DefaultView;
|
||||
ProvinceId.EditValue = prov[0].Provinceid.ToString();
|
||||
adapter.FetchEntityCollection(Regimens, null);
|
||||
this.CurrRegimen.Properties.DataSource = Regimens;
|
||||
this.Regimen.Properties.DataSource = Regimens;
|
||||
}
|
||||
|
||||
private void usrPatientInfo_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
|
||||
private void lookUpProvince_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
var ProvEntity = new TblProvinceEntity(ProvinceId.EditValue.ToString());
|
||||
districtCollection = ProvEntity.TblDistricts;
|
||||
adapter.FetchEntityCollection(districtCollection, ProvEntity.GetRelationInfoTblDistricts());
|
||||
Districtid.Properties.DataSource = districtCollection;
|
||||
}
|
||||
|
||||
private void lookUpDistrict_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
var DistEntity = new TblDistrictEntity(Districtid.EditValue.ToString());
|
||||
communeCollection = DistEntity.TblCommunes;
|
||||
adapter.FetchEntityCollection(communeCollection, DistEntity.GetRelationInfoTblCommunes());
|
||||
CommuneId.Properties.DataSource = communeCollection;
|
||||
}
|
||||
catch (InvalidCastException err)
|
||||
{
|
||||
MessageBox.Show(err.Message);
|
||||
}
|
||||
}
|
||||
|
||||
private void ReferralID_Validated(object sender, EventArgs e)
|
||||
{
|
||||
grpReferral.Visible = (ReferralID.EditValue.ToString() == "02" || ReferralID.EditValue.ToString() == "03" || ReferralID.EditValue.ToString() == "04");
|
||||
}
|
||||
|
||||
private void ReferralID_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
grpReferral.Visible = (ReferralID.EditValue==null || ReferralID.EditValue.ToString() == "02" || ReferralID.EditValue.ToString() == "03" || ReferralID.EditValue.ToString() == "04");
|
||||
}
|
||||
|
||||
private void HaveArvBefore_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void labelControl3_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void DateofARV1_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void Regimen_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
3162
patientman/PatientMan/Controls/usrPatientInfo.resx
Normal file
3162
patientman/PatientMan/Controls/usrPatientInfo.resx
Normal file
File diff suppressed because it is too large
Load Diff
3162
patientman/PatientMan/Controls/usrPatientInfo.resx.bak
Normal file
3162
patientman/PatientMan/Controls/usrPatientInfo.resx.bak
Normal file
File diff suppressed because it is too large
Load Diff
417
patientman/PatientMan/Controls/usrPatientInfo.vi-VN.resx
Normal file
417
patientman/PatientMan/Controls/usrPatientInfo.vi-VN.resx
Normal file
@@ -0,0 +1,417 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="DateofRegistration.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>607, 89</value>
|
||||
</data>
|
||||
<data name="DateofRegistration.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>76, 20</value>
|
||||
</data>
|
||||
<data name="DateofARV.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>14, 131</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="DateofARV.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="lblReferralDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>85, 13</value>
|
||||
</data>
|
||||
<data name="lblReferralDate.Text" xml:space="preserve">
|
||||
<value>Ngày chuyển đi</value>
|
||||
</data>
|
||||
<data name="labelControl4.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>606, 69</value>
|
||||
</data>
|
||||
<data name="labelControl4.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>76, 13</value>
|
||||
</data>
|
||||
<data name="labelControl4.Text" xml:space="preserve">
|
||||
<value>Ngày đăng ký</value>
|
||||
</data>
|
||||
<data name="lblDateofARVinitiated.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>16, 111</value>
|
||||
</data>
|
||||
<data name="lblDateofARVinitiated.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>104, 13</value>
|
||||
</data>
|
||||
<data name="lblDateofARVinitiated.Text" xml:space="preserve">
|
||||
<value>Ngày khởi liều ARV</value>
|
||||
</data>
|
||||
<data name="labelControl10.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>16, 53</value>
|
||||
</data>
|
||||
<data name="labelControl10.Text" xml:space="preserve">
|
||||
<value>Ngày khẳng định HIV</value>
|
||||
</data>
|
||||
<data name="HivConfirmedDate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>14, 86</value>
|
||||
</data>
|
||||
<data name="Sms.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>175, 19</value>
|
||||
</data>
|
||||
<data name="InsuranceLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>307, 69</value>
|
||||
</data>
|
||||
<data name="InsuranceLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>69, 13</value>
|
||||
</data>
|
||||
<data name="InsuranceLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>96</value>
|
||||
</data>
|
||||
<data name="InsuranceLabel.Text" xml:space="preserve">
|
||||
<value>Số bảo hiểm</value>
|
||||
</data>
|
||||
<data name="InsuranceId.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>306, 89</value>
|
||||
</data>
|
||||
<data name="InsuranceId.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>91, 20</value>
|
||||
</data>
|
||||
<data name="lblSupporterInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>125, 13</value>
|
||||
</data>
|
||||
<data name="lblSupporterInfo.Text" xml:space="preserve">
|
||||
<value>Thông tin người hỗ trợ</value>
|
||||
</data>
|
||||
<data name="lblTelephoneNo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>452, 69</value>
|
||||
</data>
|
||||
<data name="lblTelephoneNo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>58, 13</value>
|
||||
</data>
|
||||
<data name="lblTelephoneNo.Text" xml:space="preserve">
|
||||
<value>Điện thoại</value>
|
||||
</data>
|
||||
<data name="TelephoneNo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>452, 89</value>
|
||||
</data>
|
||||
<data name="TelephoneNo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>109, 20</value>
|
||||
</data>
|
||||
<data name="lblIdentityNo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>162, 69</value>
|
||||
</data>
|
||||
<data name="lblIdentityNo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>106, 13</value>
|
||||
</data>
|
||||
<data name="lblIdentityNo.Text" xml:space="preserve">
|
||||
<value>Số chứng minh thư</value>
|
||||
</data>
|
||||
<data name="SupporterInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>648, 44</value>
|
||||
</data>
|
||||
<data name="IdentityCardNo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>161, 89</value>
|
||||
</data>
|
||||
<data name="IdentityCardNo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>91, 20</value>
|
||||
</data>
|
||||
<data name="labelYearofBirth.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>51, 13</value>
|
||||
</data>
|
||||
<data name="labelYearofBirth.Text" xml:space="preserve">
|
||||
<value>Năm sinh</value>
|
||||
</data>
|
||||
<data name="BirthYear.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="labelDistrict.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>36, 13</value>
|
||||
</data>
|
||||
<data name="labelDistrict.Text" xml:space="preserve">
|
||||
<value>Huyện</value>
|
||||
</data>
|
||||
<data name="labelControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>14, 13</value>
|
||||
</data>
|
||||
<data name="labelControl1.Text" xml:space="preserve">
|
||||
<value>Xã</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="CommuneId.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="CommuneId.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>142, 20</value>
|
||||
</data>
|
||||
<data name="Address.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>648, 35</value>
|
||||
</data>
|
||||
<data name="lblAddress.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>38, 13</value>
|
||||
</data>
|
||||
<data name="lblAddress.Text" xml:space="preserve">
|
||||
<value>Địa chỉ</value>
|
||||
</data>
|
||||
<data name="lblSex.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>409, 23</value>
|
||||
</data>
|
||||
<data name="lblSex.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>46, 13</value>
|
||||
</data>
|
||||
<data name="lblSex.Text" xml:space="preserve">
|
||||
<value>Giới tính</value>
|
||||
</data>
|
||||
<data name="Sex.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>411, 37</value>
|
||||
</data>
|
||||
<data name="Sex.Properties.Items1" xml:space="preserve">
|
||||
<value>Nam</value>
|
||||
</data>
|
||||
<data name="Sex.Properties.Items3" xml:space="preserve">
|
||||
<value>Nữ</value>
|
||||
</data>
|
||||
<data name="lblPatientID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>79, 13</value>
|
||||
</data>
|
||||
<data name="lblPatientID.Text" xml:space="preserve">
|
||||
<value>Mã bệnh nhân</value>
|
||||
</data>
|
||||
<data name="lblProvince.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>24, 13</value>
|
||||
</data>
|
||||
<data name="lblProvince.Text" xml:space="preserve">
|
||||
<value>Tỉnh</value>
|
||||
</data>
|
||||
<data name="lblPatientName.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>83, 13</value>
|
||||
</data>
|
||||
<data name="lblPatientName.Text" xml:space="preserve">
|
||||
<value>Tên bệnh nhân</value>
|
||||
</data>
|
||||
<data name="PatientName.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>243, 20</value>
|
||||
</data>
|
||||
<data name="GeneralGroup.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 17</value>
|
||||
</data>
|
||||
<data name="GeneralGroup.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>688, 325</value>
|
||||
</data>
|
||||
<data name="GeneralGroup.Text" xml:space="preserve">
|
||||
<value>Thông tin chung</value>
|
||||
</data>
|
||||
<data name="labelControl7.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>336, 110</value>
|
||||
</data>
|
||||
<data name="labelControl7.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>89, 13</value>
|
||||
</data>
|
||||
<data name="labelControl7.Text" xml:space="preserve">
|
||||
<value>Phác đồ hiện tại</value>
|
||||
</data>
|
||||
<data name="CurrRegimen.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>145, 20</value>
|
||||
</data>
|
||||
<data name="labelReferralInfo.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>38, 13</value>
|
||||
</data>
|
||||
<data name="labelReferralInfo.Text" xml:space="preserve">
|
||||
<value>Địa chỉ</value>
|
||||
</data>
|
||||
<data name="HaveArvBefore.Properties.Caption" xml:space="preserve">
|
||||
<value>Đã điều trị ARV</value>
|
||||
</data>
|
||||
<data name="labelControl2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>24, 13</value>
|
||||
</data>
|
||||
<data name="labelControl2.Text" xml:space="preserve">
|
||||
<value>Tỉnh</value>
|
||||
</data>
|
||||
<data name="OldPatientID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>8, 129</value>
|
||||
</data>
|
||||
<data name="lblOldPatientID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>82, 13</value>
|
||||
</data>
|
||||
<data name="lblOldPatientID.Text" xml:space="preserve">
|
||||
<value>Mã bệnh nhân </value>
|
||||
</data>
|
||||
<data name="grpReferral.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>6, 66</value>
|
||||
</data>
|
||||
<data name="grpReferral.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>848, 162</value>
|
||||
</data>
|
||||
<data name="ReferralID.Properties.Items1" xml:space="preserve">
|
||||
<value>Tự đến</value>
|
||||
</data>
|
||||
<data name="ReferralID.Properties.Items3" xml:space="preserve">
|
||||
<value>Bệnh viện</value>
|
||||
</data>
|
||||
<data name="ReferralID.Properties.Items6" xml:space="preserve">
|
||||
<value>Phòng khám OPC</value>
|
||||
</data>
|
||||
<data name="ReferralID.Properties.Items13" xml:space="preserve">
|
||||
<value>Khác</value>
|
||||
</data>
|
||||
<data name="ReferralID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>850, 48</value>
|
||||
</data>
|
||||
<data name="groupReferral.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>0, 349</value>
|
||||
</data>
|
||||
<data name="groupReferral.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>856, 255</value>
|
||||
</data>
|
||||
<data name="groupReferral.Text" xml:space="preserve">
|
||||
<value>Thông tin chuyển đến</value>
|
||||
</data>
|
||||
<data name="labelControl8.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>14, 157</value>
|
||||
</data>
|
||||
<data name="labelControl8.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>95, 13</value>
|
||||
</data>
|
||||
<data name="labelControl8.Text" xml:space="preserve">
|
||||
<value>Phác đồ ban đầu</value>
|
||||
</data>
|
||||
<data name="Regimen.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>14, 175</value>
|
||||
</data>
|
||||
<data name="Regimen.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<data name="Regimen.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>136, 20</value>
|
||||
</data>
|
||||
<data name="Regimen.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="labelControl6.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>14, 13</value>
|
||||
</data>
|
||||
<data name="Status.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>14, 29</value>
|
||||
</data>
|
||||
<data name="Status.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="Info.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>697, 17</value>
|
||||
</data>
|
||||
<data name="Info.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>249, 329</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>850, 429</value>
|
||||
</data>
|
||||
</root>
|
452
patientman/PatientMan/Controls/usrReferralInfo.Designer.cs
generated
Normal file
452
patientman/PatientMan/Controls/usrReferralInfo.Designer.cs
generated
Normal file
@@ -0,0 +1,452 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class usrReferralInfo
|
||||
{
|
||||
/// <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(usrReferralInfo));
|
||||
this.lblReferralDate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.EndDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.TypeID = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReferralInfo = new System.Windows.Forms.GroupBox();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReferralAgency = new DevExpress.XtraEditors.TextEdit();
|
||||
this.labelAgencyTypeID = new DevExpress.XtraEditors.LabelControl();
|
||||
this.AgencyTypeID = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.lblProvince = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Provinceid = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.Status = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.labelReferralAgency = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReceiveServiceDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.DeathInfo = new System.Windows.Forms.GroupBox();
|
||||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.DeathReasonID = new DevExpress.XtraEditors.RadioGroup();
|
||||
this.Note = new DevExpress.XtraEditors.MemoEdit();
|
||||
this.lblNote = new DevExpress.XtraEditors.LabelControl();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EndDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EndDate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TypeID.Properties)).BeginInit();
|
||||
this.ReferralInfo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralAgency.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.AgencyTypeID.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Provinceid.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Status.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties)).BeginInit();
|
||||
this.DeathInfo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DeathReasonID.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Note.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lblReferralDate
|
||||
//
|
||||
resources.ApplyResources(this.lblReferralDate, "lblReferralDate");
|
||||
this.lblReferralDate.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.DisabledImage")));
|
||||
this.lblReferralDate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblReferralDate.Appearance.Font")));
|
||||
this.lblReferralDate.Appearance.FontSizeDelta = ((int)(resources.GetObject("lblReferralDate.Appearance.FontSizeDelta")));
|
||||
this.lblReferralDate.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("lblReferralDate.Appearance.FontStyleDelta")));
|
||||
this.lblReferralDate.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblReferralDate.Appearance.GradientMode")));
|
||||
this.lblReferralDate.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.HoverImage")));
|
||||
this.lblReferralDate.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.Image")));
|
||||
this.lblReferralDate.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.PressedImage")));
|
||||
this.lblReferralDate.Name = "lblReferralDate";
|
||||
//
|
||||
// EndDate
|
||||
//
|
||||
resources.ApplyResources(this.EndDate, "EndDate");
|
||||
this.EndDate.EnterMoveNextControl = true;
|
||||
this.EndDate.Name = "EndDate";
|
||||
this.EndDate.Properties.AccessibleDescription = resources.GetString("EndDate.Properties.AccessibleDescription");
|
||||
this.EndDate.Properties.AccessibleName = resources.GetString("EndDate.Properties.AccessibleName");
|
||||
this.EndDate.Properties.AutoHeight = ((bool)(resources.GetObject("EndDate.Properties.AutoHeight")));
|
||||
this.EndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("EndDate.Properties.Buttons"))))});
|
||||
this.EndDate.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("EndDate.Properties.CalendarTimeProperties.AccessibleDescription");
|
||||
this.EndDate.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("EndDate.Properties.CalendarTimeProperties.AccessibleName");
|
||||
this.EndDate.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.AutoHeight")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.AutoComplete")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.BeepOnError")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("EndDate.Properties.CalendarTimeProperties.Mask.EditMask");
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.MaskType")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.EndDate.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("EndDate.Properties.CalendarTimeProperties.NullValuePrompt");
|
||||
this.EndDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("EndDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
|
||||
this.EndDate.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("EndDate.Properties.Mask.AutoComplete")));
|
||||
this.EndDate.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("EndDate.Properties.Mask.BeepOnError")));
|
||||
this.EndDate.Properties.Mask.EditMask = resources.GetString("EndDate.Properties.Mask.EditMask");
|
||||
this.EndDate.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("EndDate.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.EndDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("EndDate.Properties.Mask.MaskType")));
|
||||
this.EndDate.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("EndDate.Properties.Mask.PlaceHolder")));
|
||||
this.EndDate.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("EndDate.Properties.Mask.SaveLiteral")));
|
||||
this.EndDate.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("EndDate.Properties.Mask.ShowPlaceHolders")));
|
||||
this.EndDate.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("EndDate.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.EndDate.Properties.NullValuePrompt = resources.GetString("EndDate.Properties.NullValuePrompt");
|
||||
this.EndDate.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("EndDate.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// TypeID
|
||||
//
|
||||
resources.ApplyResources(this.TypeID, "TypeID");
|
||||
this.TypeID.Name = "TypeID";
|
||||
this.TypeID.Properties.AccessibleDescription = resources.GetString("TypeID.Properties.AccessibleDescription");
|
||||
this.TypeID.Properties.AccessibleName = resources.GetString("TypeID.Properties.AccessibleName");
|
||||
this.TypeID.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("TypeID.Properties.Items"), resources.GetString("TypeID.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("TypeID.Properties.Items2"), resources.GetString("TypeID.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("TypeID.Properties.Items4"), resources.GetString("TypeID.Properties.Items5"))});
|
||||
this.TypeID.EditValueChanged += new System.EventHandler(this.TypeID_EditValueChanged);
|
||||
//
|
||||
// labelControl2
|
||||
//
|
||||
resources.ApplyResources(this.labelControl2, "labelControl2");
|
||||
this.labelControl2.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelControl2.Appearance.DisabledImage")));
|
||||
this.labelControl2.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl2.Appearance.Font")));
|
||||
this.labelControl2.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelControl2.Appearance.FontSizeDelta")));
|
||||
this.labelControl2.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelControl2.Appearance.FontStyleDelta")));
|
||||
this.labelControl2.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelControl2.Appearance.GradientMode")));
|
||||
this.labelControl2.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelControl2.Appearance.HoverImage")));
|
||||
this.labelControl2.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl2.Appearance.Image")));
|
||||
this.labelControl2.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelControl2.Appearance.PressedImage")));
|
||||
this.labelControl2.Name = "labelControl2";
|
||||
//
|
||||
// ReferralInfo
|
||||
//
|
||||
resources.ApplyResources(this.ReferralInfo, "ReferralInfo");
|
||||
this.ReferralInfo.Controls.Add(this.labelControl1);
|
||||
this.ReferralInfo.Controls.Add(this.ReferralAgency);
|
||||
this.ReferralInfo.Controls.Add(this.labelAgencyTypeID);
|
||||
this.ReferralInfo.Controls.Add(this.AgencyTypeID);
|
||||
this.ReferralInfo.Controls.Add(this.lblProvince);
|
||||
this.ReferralInfo.Controls.Add(this.Provinceid);
|
||||
this.ReferralInfo.Controls.Add(this.Status);
|
||||
this.ReferralInfo.Controls.Add(this.labelReferralAgency);
|
||||
this.ReferralInfo.Controls.Add(this.ReceiveServiceDate);
|
||||
this.ReferralInfo.Name = "ReferralInfo";
|
||||
this.ReferralInfo.TabStop = false;
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
resources.ApplyResources(this.labelControl1, "labelControl1");
|
||||
this.labelControl1.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.DisabledImage")));
|
||||
this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
|
||||
this.labelControl1.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelControl1.Appearance.FontSizeDelta")));
|
||||
this.labelControl1.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelControl1.Appearance.FontStyleDelta")));
|
||||
this.labelControl1.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelControl1.Appearance.GradientMode")));
|
||||
this.labelControl1.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.HoverImage")));
|
||||
this.labelControl1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.Image")));
|
||||
this.labelControl1.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.PressedImage")));
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
//
|
||||
// ReferralAgency
|
||||
//
|
||||
resources.ApplyResources(this.ReferralAgency, "ReferralAgency");
|
||||
this.ReferralAgency.EnterMoveNextControl = true;
|
||||
this.ReferralAgency.Name = "ReferralAgency";
|
||||
this.ReferralAgency.Properties.AccessibleDescription = resources.GetString("ReferralAgency.Properties.AccessibleDescription");
|
||||
this.ReferralAgency.Properties.AccessibleName = resources.GetString("ReferralAgency.Properties.AccessibleName");
|
||||
this.ReferralAgency.Properties.AutoHeight = ((bool)(resources.GetObject("ReferralAgency.Properties.AutoHeight")));
|
||||
this.ReferralAgency.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReferralAgency.Properties.Mask.AutoComplete")));
|
||||
this.ReferralAgency.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.BeepOnError")));
|
||||
this.ReferralAgency.Properties.Mask.EditMask = resources.GetString("ReferralAgency.Properties.Mask.EditMask");
|
||||
this.ReferralAgency.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.ReferralAgency.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReferralAgency.Properties.Mask.MaskType")));
|
||||
this.ReferralAgency.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("ReferralAgency.Properties.Mask.PlaceHolder")));
|
||||
this.ReferralAgency.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.SaveLiteral")));
|
||||
this.ReferralAgency.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.ShowPlaceHolders")));
|
||||
this.ReferralAgency.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReferralAgency.Properties.NullValuePrompt = resources.GetString("ReferralAgency.Properties.NullValuePrompt");
|
||||
this.ReferralAgency.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReferralAgency.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// labelAgencyTypeID
|
||||
//
|
||||
resources.ApplyResources(this.labelAgencyTypeID, "labelAgencyTypeID");
|
||||
this.labelAgencyTypeID.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.DisabledImage")));
|
||||
this.labelAgencyTypeID.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelAgencyTypeID.Appearance.Font")));
|
||||
this.labelAgencyTypeID.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelAgencyTypeID.Appearance.FontSizeDelta")));
|
||||
this.labelAgencyTypeID.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelAgencyTypeID.Appearance.FontStyleDelta")));
|
||||
this.labelAgencyTypeID.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelAgencyTypeID.Appearance.GradientMode")));
|
||||
this.labelAgencyTypeID.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.HoverImage")));
|
||||
this.labelAgencyTypeID.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.Image")));
|
||||
this.labelAgencyTypeID.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.PressedImage")));
|
||||
this.labelAgencyTypeID.Name = "labelAgencyTypeID";
|
||||
//
|
||||
// AgencyTypeID
|
||||
//
|
||||
resources.ApplyResources(this.AgencyTypeID, "AgencyTypeID");
|
||||
this.AgencyTypeID.EnterMoveNextControl = true;
|
||||
this.AgencyTypeID.Name = "AgencyTypeID";
|
||||
this.AgencyTypeID.Properties.AccessibleDescription = resources.GetString("AgencyTypeID.Properties.AccessibleDescription");
|
||||
this.AgencyTypeID.Properties.AccessibleName = resources.GetString("AgencyTypeID.Properties.AccessibleName");
|
||||
this.AgencyTypeID.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("AgencyTypeID.Properties.Appearance.BackColor")));
|
||||
this.AgencyTypeID.Properties.Appearance.FontSizeDelta = ((int)(resources.GetObject("AgencyTypeID.Properties.Appearance.FontSizeDelta")));
|
||||
this.AgencyTypeID.Properties.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("AgencyTypeID.Properties.Appearance.FontStyleDelta")));
|
||||
this.AgencyTypeID.Properties.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("AgencyTypeID.Properties.Appearance.GradientMode")));
|
||||
this.AgencyTypeID.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("AgencyTypeID.Properties.Appearance.Image")));
|
||||
this.AgencyTypeID.Properties.Appearance.Options.UseBackColor = true;
|
||||
this.AgencyTypeID.Properties.AutoHeight = ((bool)(resources.GetObject("AgencyTypeID.Properties.AutoHeight")));
|
||||
this.AgencyTypeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("AgencyTypeID.Properties.Buttons"))))});
|
||||
this.AgencyTypeID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("AgencyTypeID.Properties.Columns"), resources.GetString("AgencyTypeID.Properties.Columns1"), ((int)(resources.GetObject("AgencyTypeID.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("AgencyTypeID.Properties.Columns3"))), resources.GetString("AgencyTypeID.Properties.Columns4"), ((bool)(resources.GetObject("AgencyTypeID.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("AgencyTypeID.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("AgencyTypeID.Properties.Columns7"), ((int)(resources.GetObject("AgencyTypeID.Properties.Columns8"))), resources.GetString("AgencyTypeID.Properties.Columns9")),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("AgencyTypeID.Properties.Columns10"), ((int)(resources.GetObject("AgencyTypeID.Properties.Columns11"))), resources.GetString("AgencyTypeID.Properties.Columns12"))});
|
||||
this.AgencyTypeID.Properties.DisplayMember = "EAgencyTypeName";
|
||||
this.AgencyTypeID.Properties.NullText = resources.GetString("AgencyTypeID.Properties.NullText");
|
||||
this.AgencyTypeID.Properties.NullValuePrompt = resources.GetString("AgencyTypeID.Properties.NullValuePrompt");
|
||||
this.AgencyTypeID.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("AgencyTypeID.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.AgencyTypeID.Properties.ValueMember = "AgencyTypeId";
|
||||
//
|
||||
// lblProvince
|
||||
//
|
||||
resources.ApplyResources(this.lblProvince, "lblProvince");
|
||||
this.lblProvince.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.DisabledImage")));
|
||||
this.lblProvince.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblProvince.Appearance.Font")));
|
||||
this.lblProvince.Appearance.FontSizeDelta = ((int)(resources.GetObject("lblProvince.Appearance.FontSizeDelta")));
|
||||
this.lblProvince.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("lblProvince.Appearance.FontStyleDelta")));
|
||||
this.lblProvince.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblProvince.Appearance.GradientMode")));
|
||||
this.lblProvince.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.HoverImage")));
|
||||
this.lblProvince.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.Image")));
|
||||
this.lblProvince.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.PressedImage")));
|
||||
this.lblProvince.Name = "lblProvince";
|
||||
//
|
||||
// Provinceid
|
||||
//
|
||||
resources.ApplyResources(this.Provinceid, "Provinceid");
|
||||
this.Provinceid.EnterMoveNextControl = true;
|
||||
this.Provinceid.Name = "Provinceid";
|
||||
this.Provinceid.Properties.AccessibleDescription = resources.GetString("Provinceid.Properties.AccessibleDescription");
|
||||
this.Provinceid.Properties.AccessibleName = resources.GetString("Provinceid.Properties.AccessibleName");
|
||||
this.Provinceid.Properties.AutoHeight = ((bool)(resources.GetObject("Provinceid.Properties.AutoHeight")));
|
||||
this.Provinceid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Provinceid.Properties.Buttons"))))});
|
||||
this.Provinceid.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Provinceid.Properties.Columns"), resources.GetString("Provinceid.Properties.Columns1"), ((int)(resources.GetObject("Provinceid.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Provinceid.Properties.Columns3"))), resources.GetString("Provinceid.Properties.Columns4"), ((bool)(resources.GetObject("Provinceid.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Provinceid.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Provinceid.Properties.Columns7"), resources.GetString("Provinceid.Properties.Columns8"))});
|
||||
this.Provinceid.Properties.DisplayMember = "Provincename";
|
||||
this.Provinceid.Properties.NullText = resources.GetString("Provinceid.Properties.NullText");
|
||||
this.Provinceid.Properties.NullValuePrompt = resources.GetString("Provinceid.Properties.NullValuePrompt");
|
||||
this.Provinceid.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("Provinceid.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.Provinceid.Properties.ValueMember = "Provinceid";
|
||||
//
|
||||
// Status
|
||||
//
|
||||
resources.ApplyResources(this.Status, "Status");
|
||||
this.Status.EnterMoveNextControl = true;
|
||||
this.Status.Name = "Status";
|
||||
this.Status.Properties.AccessibleDescription = resources.GetString("Status.Properties.AccessibleDescription");
|
||||
this.Status.Properties.AccessibleName = resources.GetString("Status.Properties.AccessibleName");
|
||||
this.Status.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("Status.Properties.Appearance.Font")));
|
||||
this.Status.Properties.Appearance.FontSizeDelta = ((int)(resources.GetObject("Status.Properties.Appearance.FontSizeDelta")));
|
||||
this.Status.Properties.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("Status.Properties.Appearance.FontStyleDelta")));
|
||||
this.Status.Properties.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("Status.Properties.Appearance.GradientMode")));
|
||||
this.Status.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("Status.Properties.Appearance.Image")));
|
||||
this.Status.Properties.Appearance.Options.UseFont = true;
|
||||
this.Status.Properties.AutoHeight = ((bool)(resources.GetObject("Status.Properties.AutoHeight")));
|
||||
this.Status.Properties.Caption = resources.GetString("Status.Properties.Caption");
|
||||
this.Status.Properties.DisplayValueChecked = resources.GetString("Status.Properties.DisplayValueChecked");
|
||||
this.Status.Properties.DisplayValueGrayed = resources.GetString("Status.Properties.DisplayValueGrayed");
|
||||
this.Status.Properties.DisplayValueUnchecked = resources.GetString("Status.Properties.DisplayValueUnchecked");
|
||||
this.Status.Properties.ValueChecked = ((short)(1));
|
||||
this.Status.Properties.ValueGrayed = ((short)(0));
|
||||
this.Status.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// labelReferralAgency
|
||||
//
|
||||
resources.ApplyResources(this.labelReferralAgency, "labelReferralAgency");
|
||||
this.labelReferralAgency.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.DisabledImage")));
|
||||
this.labelReferralAgency.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelReferralAgency.Appearance.Font")));
|
||||
this.labelReferralAgency.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelReferralAgency.Appearance.FontSizeDelta")));
|
||||
this.labelReferralAgency.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelReferralAgency.Appearance.FontStyleDelta")));
|
||||
this.labelReferralAgency.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelReferralAgency.Appearance.GradientMode")));
|
||||
this.labelReferralAgency.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.HoverImage")));
|
||||
this.labelReferralAgency.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.Image")));
|
||||
this.labelReferralAgency.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.PressedImage")));
|
||||
this.labelReferralAgency.Name = "labelReferralAgency";
|
||||
//
|
||||
// ReceiveServiceDate
|
||||
//
|
||||
resources.ApplyResources(this.ReceiveServiceDate, "ReceiveServiceDate");
|
||||
this.ReceiveServiceDate.EnterMoveNextControl = true;
|
||||
this.ReceiveServiceDate.Name = "ReceiveServiceDate";
|
||||
this.ReceiveServiceDate.Properties.AccessibleDescription = resources.GetString("ReceiveServiceDate.Properties.AccessibleDescription");
|
||||
this.ReceiveServiceDate.Properties.AccessibleName = resources.GetString("ReceiveServiceDate.Properties.AccessibleName");
|
||||
this.ReceiveServiceDate.Properties.AutoHeight = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.AutoHeight")));
|
||||
this.ReceiveServiceDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReceiveServiceDate.Properties.Buttons"))))});
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleDescription");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleName");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.AutoHeight")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.AutoComplete")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.BeepOnError")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.EditMask");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.MaskType")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePrompt");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyV" +
|
||||
"alue")));
|
||||
this.ReceiveServiceDate.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReceiveServiceDate.Properties.Mask.AutoComplete")));
|
||||
this.ReceiveServiceDate.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.BeepOnError")));
|
||||
this.ReceiveServiceDate.Properties.Mask.EditMask = resources.GetString("ReceiveServiceDate.Properties.Mask.EditMask");
|
||||
this.ReceiveServiceDate.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.ReceiveServiceDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReceiveServiceDate.Properties.Mask.MaskType")));
|
||||
this.ReceiveServiceDate.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("ReceiveServiceDate.Properties.Mask.PlaceHolder")));
|
||||
this.ReceiveServiceDate.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.SaveLiteral")));
|
||||
this.ReceiveServiceDate.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.ShowPlaceHolders")));
|
||||
this.ReceiveServiceDate.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReceiveServiceDate.Properties.NullValuePrompt = resources.GetString("ReceiveServiceDate.Properties.NullValuePrompt");
|
||||
this.ReceiveServiceDate.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// DeathInfo
|
||||
//
|
||||
resources.ApplyResources(this.DeathInfo, "DeathInfo");
|
||||
this.DeathInfo.Controls.Add(this.labelControl3);
|
||||
this.DeathInfo.Controls.Add(this.DeathReasonID);
|
||||
this.DeathInfo.Name = "DeathInfo";
|
||||
this.DeathInfo.TabStop = false;
|
||||
//
|
||||
// labelControl3
|
||||
//
|
||||
resources.ApplyResources(this.labelControl3, "labelControl3");
|
||||
this.labelControl3.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelControl3.Appearance.DisabledImage")));
|
||||
this.labelControl3.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl3.Appearance.Font")));
|
||||
this.labelControl3.Appearance.FontSizeDelta = ((int)(resources.GetObject("labelControl3.Appearance.FontSizeDelta")));
|
||||
this.labelControl3.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("labelControl3.Appearance.FontStyleDelta")));
|
||||
this.labelControl3.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelControl3.Appearance.GradientMode")));
|
||||
this.labelControl3.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelControl3.Appearance.HoverImage")));
|
||||
this.labelControl3.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl3.Appearance.Image")));
|
||||
this.labelControl3.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelControl3.Appearance.PressedImage")));
|
||||
this.labelControl3.Name = "labelControl3";
|
||||
//
|
||||
// DeathReasonID
|
||||
//
|
||||
resources.ApplyResources(this.DeathReasonID, "DeathReasonID");
|
||||
this.DeathReasonID.Name = "DeathReasonID";
|
||||
this.DeathReasonID.Properties.AccessibleDescription = resources.GetString("DeathReasonID.Properties.AccessibleDescription");
|
||||
this.DeathReasonID.Properties.AccessibleName = resources.GetString("DeathReasonID.Properties.AccessibleName");
|
||||
this.DeathReasonID.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("DeathReasonID.Properties.Items"), resources.GetString("DeathReasonID.Properties.Items1")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("DeathReasonID.Properties.Items2"), resources.GetString("DeathReasonID.Properties.Items3")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("DeathReasonID.Properties.Items4"), resources.GetString("DeathReasonID.Properties.Items5")),
|
||||
new DevExpress.XtraEditors.Controls.RadioGroupItem(resources.GetString("DeathReasonID.Properties.Items6"), resources.GetString("DeathReasonID.Properties.Items7"))});
|
||||
//
|
||||
// Note
|
||||
//
|
||||
resources.ApplyResources(this.Note, "Note");
|
||||
this.Note.EnterMoveNextControl = true;
|
||||
this.Note.Name = "Note";
|
||||
this.Note.Properties.AccessibleDescription = resources.GetString("Note.Properties.AccessibleDescription");
|
||||
this.Note.Properties.AccessibleName = resources.GetString("Note.Properties.AccessibleName");
|
||||
this.Note.Properties.NullValuePrompt = resources.GetString("Note.Properties.NullValuePrompt");
|
||||
this.Note.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("Note.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// lblNote
|
||||
//
|
||||
resources.ApplyResources(this.lblNote, "lblNote");
|
||||
this.lblNote.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.DisabledImage")));
|
||||
this.lblNote.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblNote.Appearance.Font")));
|
||||
this.lblNote.Appearance.FontSizeDelta = ((int)(resources.GetObject("lblNote.Appearance.FontSizeDelta")));
|
||||
this.lblNote.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("lblNote.Appearance.FontStyleDelta")));
|
||||
this.lblNote.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblNote.Appearance.GradientMode")));
|
||||
this.lblNote.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.HoverImage")));
|
||||
this.lblNote.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.Image")));
|
||||
this.lblNote.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.PressedImage")));
|
||||
this.lblNote.Name = "lblNote";
|
||||
//
|
||||
// usrReferralInfo
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrReferralInfo.Appearance.BackColor")));
|
||||
this.Appearance.FontSizeDelta = ((int)(resources.GetObject("usrReferralInfo.Appearance.FontSizeDelta")));
|
||||
this.Appearance.FontStyleDelta = ((System.Drawing.FontStyle)(resources.GetObject("usrReferralInfo.Appearance.FontStyleDelta")));
|
||||
this.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("usrReferralInfo.Appearance.GradientMode")));
|
||||
this.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("usrReferralInfo.Appearance.Image")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Controls.Add(this.Note);
|
||||
this.Controls.Add(this.lblNote);
|
||||
this.Controls.Add(this.ReferralInfo);
|
||||
this.Controls.Add(this.labelControl2);
|
||||
this.Controls.Add(this.TypeID);
|
||||
this.Controls.Add(this.lblReferralDate);
|
||||
this.Controls.Add(this.EndDate);
|
||||
this.Controls.Add(this.DeathInfo);
|
||||
this.Name = "usrReferralInfo";
|
||||
((System.ComponentModel.ISupportInitialize)(this.EndDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.EndDate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TypeID.Properties)).EndInit();
|
||||
this.ReferralInfo.ResumeLayout(false);
|
||||
this.ReferralInfo.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralAgency.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.AgencyTypeID.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Provinceid.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Status.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties)).EndInit();
|
||||
this.DeathInfo.ResumeLayout(false);
|
||||
this.DeathInfo.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DeathReasonID.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Note.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.LabelControl lblReferralDate;
|
||||
private DevExpress.XtraEditors.DateEdit EndDate;
|
||||
private DevExpress.XtraEditors.RadioGroup TypeID;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||||
private System.Windows.Forms.GroupBox ReferralInfo;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.TextEdit ReferralAgency;
|
||||
private DevExpress.XtraEditors.LabelControl labelAgencyTypeID;
|
||||
private DevExpress.XtraEditors.LookUpEdit AgencyTypeID;
|
||||
private DevExpress.XtraEditors.LabelControl lblProvince;
|
||||
private DevExpress.XtraEditors.LookUpEdit Provinceid;
|
||||
private DevExpress.XtraEditors.CheckEdit Status;
|
||||
private DevExpress.XtraEditors.LabelControl labelReferralAgency;
|
||||
private DevExpress.XtraEditors.DateEdit ReceiveServiceDate;
|
||||
private System.Windows.Forms.GroupBox DeathInfo;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||||
private DevExpress.XtraEditors.RadioGroup DeathReasonID;
|
||||
private DevExpress.XtraEditors.MemoEdit Note;
|
||||
private DevExpress.XtraEditors.LabelControl lblNote;
|
||||
|
||||
}
|
||||
}
|
231
patientman/PatientMan/Controls/usrReferralInfo.cs
Normal file
231
patientman/PatientMan/Controls/usrReferralInfo.cs
Normal file
@@ -0,0 +1,231 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using Datalib.Linq;
|
||||
using System.Windows.Forms;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrReferralInfo : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
public EntityCollection <TblReferralsToEntity> ReferralInfos { get; set; }
|
||||
public TblReferralsToEntity Deleted;
|
||||
public usrReferralInfo()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
public override void LoadData()
|
||||
{
|
||||
ReferralInfos = PatientInfor.TblReferralsTos;
|
||||
ISortExpression sorter = new SortExpression(TblReferralsToFields.EndDate | SortOperator.Ascending);
|
||||
adapter.FetchEntityCollection(ReferralInfos, PatientInfor.GetRelationInfoTblReferralsTos(), 0, sorter);
|
||||
}
|
||||
|
||||
public override void BindingData()
|
||||
{
|
||||
|
||||
EndDate.DataBindings.Clear();
|
||||
Provinceid.DataBindings.Clear();
|
||||
AgencyTypeID.DataBindings.Clear();
|
||||
ReferralAgency.DataBindings.Clear();
|
||||
Status.DataBindings.Clear();
|
||||
TypeID.DataBindings.Clear();
|
||||
ReceiveServiceDate.DataBindings.Clear();
|
||||
DeathReasonID.DataBindings.Clear();
|
||||
Note.DataBindings.Clear();
|
||||
|
||||
|
||||
EndDate.DataBindings.Add("EditValue", ReferralInfos, "EndDate", true);
|
||||
Provinceid.DataBindings.Add("EditValue", ReferralInfos, "Provinceid", true);
|
||||
AgencyTypeID.DataBindings.Add("EditValue", ReferralInfos, "AgencyTypeId", true);
|
||||
ReferralAgency.DataBindings.Add("EditValue", ReferralInfos, "ReferralAgency", true);
|
||||
Status.DataBindings.Add("EditValue", ReferralInfos, "Status", true);
|
||||
ReceiveServiceDate.DataBindings.Add("EditValue", ReferralInfos, "ReceiveServiceDate", true);
|
||||
Note.DataBindings.Add("Text", ReferralInfos, "Note", true);
|
||||
TypeID.DataBindings.Add("EditValue", ReferralInfos, "TypeId", true);
|
||||
DeathReasonID.DataBindings.Add("EditValue", ReferralInfos, "DeathReasonId", true);
|
||||
}
|
||||
public override void LoadLibrary()
|
||||
{
|
||||
var Pro = new EntityCollection<TblProvinceEntity>();
|
||||
var Agency = new EntityCollection<TblAgencyEntity>();
|
||||
adapter.FetchEntityCollection(Pro, null);
|
||||
adapter.FetchEntityCollection(Agency, null);
|
||||
Provinceid.Properties.DataSource = Pro;
|
||||
AgencyTypeID.Properties.DataSource = Agency;
|
||||
}
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[ReferralInfos].EndCurrentEdit();
|
||||
adapter.SaveEntityCollection(ReferralInfos, true, true);
|
||||
string PatientId = ReferralInfos[0].PatientId;
|
||||
DateTime EndDate = (DateTime)this.EndDate.EditValue;
|
||||
switch (TypeID.EditValue.ToString())
|
||||
{
|
||||
case "09":
|
||||
EndExam(PatientId, EndDate);
|
||||
EndTreatment(PatientId, EndDate);break;
|
||||
case "10":
|
||||
EndExam(PatientId, EndDate);
|
||||
EndTreatment(PatientId, EndDate);break;
|
||||
case "11":
|
||||
|
||||
EndExam(PatientId, EndDate);
|
||||
EndTreatment(PatientId, EndDate);
|
||||
FillDeathDate(PatientId, EndDate);
|
||||
|
||||
break;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[ReferralInfos].CancelCurrentEdit();
|
||||
base.Cancel();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
Deleted = (TblReferralsToEntity)ReferralInfos[BindingContext[ReferralInfos].Position];
|
||||
switch (Deleted.TypeId)
|
||||
{
|
||||
case "09":
|
||||
recoverExam(Deleted);
|
||||
recoverTreatment(Deleted);
|
||||
break;
|
||||
case "10":
|
||||
recoverExam(Deleted);
|
||||
recoverTreatment(Deleted);
|
||||
break;
|
||||
case "11":
|
||||
recoverExam(Deleted);
|
||||
recoverTreatment(Deleted);
|
||||
recoverDeathStatus(Deleted);
|
||||
break;
|
||||
}
|
||||
|
||||
ReferralInfos.Remove(Deleted);
|
||||
adapter.DeleteEntity(Deleted);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
private void recoverDeathStatus(TblReferralsToEntity Deleted)
|
||||
{
|
||||
try
|
||||
{
|
||||
string PatientId = Deleted.PatientId;
|
||||
Forms.frmPatientInfo frm = (Forms.frmPatientInfo)this.ParentForm;
|
||||
TblPatientEntity Patient = frm.usrExamInfo.PatientInfor;
|
||||
Patient.DeathDate = null;
|
||||
adapter.SaveEntity(Patient,true,true);
|
||||
}
|
||||
catch(Exception err)
|
||||
{
|
||||
MessageBox.Show(err.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void recoverExam(TblReferralsToEntity Deleted)
|
||||
{
|
||||
try
|
||||
{
|
||||
Forms.frmPatientInfo frm = (Forms.frmPatientInfo)this.ParentForm;
|
||||
TblExaminationInfoEntity Exam = frm.usrExamInfo.ExamInfos.Where(q => q.EndExamDate == Deleted.EndDate).First();
|
||||
Exam.EndExamDate = null;
|
||||
Exam.ReasonEnd = null;
|
||||
adapter.SaveEntity(Exam,true,true);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void recoverTreatment(TblReferralsToEntity Deleted)
|
||||
{
|
||||
try
|
||||
{
|
||||
Forms.frmPatientInfo frm = (Forms.frmPatientInfo)this.ParentForm;
|
||||
TblTreatmentInfoEntity Treatment = frm.usrTreatment.TreatmentInfos.Where(q => q.TreatmentId == "01").Where(q => q.TreatmentEdate == Deleted.EndDate).First();
|
||||
Treatment.ReasonId=null;
|
||||
Treatment.TreatmentEdate = null;
|
||||
adapter.SaveEntity(Treatment,true,true);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
public override void Print()
|
||||
{
|
||||
if (TypeID.EditValue.ToString() == "09")
|
||||
{
|
||||
base.Print();
|
||||
Forms.frmReferralForm frm = new Forms.frmReferralForm();
|
||||
frm.ReferralInfo = (TblReferralsToEntity)ReferralInfos[BindingContext[ReferralInfos].Position];
|
||||
frm.Show();
|
||||
frm.MailMerge();
|
||||
}
|
||||
}
|
||||
|
||||
private void TypeID_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.DeathInfo.Visible = (TypeID.EditValue.ToString() == "11");
|
||||
this.ReferralInfo.Visible = (TypeID.EditValue.ToString() == "09");
|
||||
}
|
||||
|
||||
private void EndExam(string ParientId, DateTime EndDate)
|
||||
{
|
||||
try
|
||||
{
|
||||
Forms.frmPatientInfo frm = (Forms.frmPatientInfo)this.ParentForm;
|
||||
TblExaminationInfoEntity Exam = frm.usrExamInfo.ExamInfos.Where(q => q.ExamDate <=EndDate).Last();
|
||||
Exam.EndExamDate = EndDate;
|
||||
Exam.ReasonEnd = this.TypeID.EditValue.ToString();
|
||||
adapter.SaveEntity(Exam, true, true);
|
||||
}
|
||||
catch(Exception err)
|
||||
{
|
||||
MessageBox.Show(err.Message);
|
||||
}
|
||||
|
||||
}
|
||||
private void EndTreatment(string ParientId, DateTime EndDate)
|
||||
{
|
||||
try
|
||||
{
|
||||
Forms.frmPatientInfo frm = (Forms.frmPatientInfo)this.ParentForm;
|
||||
TblTreatmentInfoEntity Treatment = frm.usrTreatment.TreatmentInfos.Where(q => q.TreatmentId == "01").Where(q => q.TreatmentSdate <= EndDate).Last();
|
||||
Treatment.ReasonId = this.TypeID.EditValue.ToString();
|
||||
Treatment.TreatmentEdate = EndDate;
|
||||
adapter.SaveEntity(Treatment, true, true);
|
||||
}
|
||||
catch(Exception err)
|
||||
{
|
||||
MessageBox.Show(err.Message );
|
||||
}
|
||||
|
||||
}
|
||||
private void FillDeathDate(string PatientId, DateTime EndDate)
|
||||
{
|
||||
TblPatientEntity Patient = new TblPatientEntity(PatientId);
|
||||
adapter.FetchEntity(Patient, null, null);
|
||||
Patient.DeathDate = (DateTime)this.EndDate.EditValue;
|
||||
adapter.SaveEntity(Patient, true, true);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
1242
patientman/PatientMan/Controls/usrReferralInfo.resx
Normal file
1242
patientman/PatientMan/Controls/usrReferralInfo.resx
Normal file
File diff suppressed because it is too large
Load Diff
1242
patientman/PatientMan/Controls/usrReferralInfo.resx.bak
Normal file
1242
patientman/PatientMan/Controls/usrReferralInfo.resx.bak
Normal file
File diff suppressed because it is too large
Load Diff
227
patientman/PatientMan/Controls/usrReferralInfo.vi-VN.resx
Normal file
227
patientman/PatientMan/Controls/usrReferralInfo.vi-VN.resx
Normal file
@@ -0,0 +1,227 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="lblReferralDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>78, 13</value>
|
||||
</data>
|
||||
<data name="lblReferralDate.Text" xml:space="preserve">
|
||||
<value>Ngày kết thúc</value>
|
||||
</data>
|
||||
<data name="TypeID.Properties.Items" xml:space="preserve">
|
||||
<value>09</value>
|
||||
</data>
|
||||
<data name="TypeID.Properties.Items1" xml:space="preserve">
|
||||
<value>Chuyển đi</value>
|
||||
</data>
|
||||
<data name="TypeID.Properties.Items2" xml:space="preserve">
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="TypeID.Properties.Items3" xml:space="preserve">
|
||||
<value>Mất dấu</value>
|
||||
</data>
|
||||
<data name="TypeID.Properties.Items4" xml:space="preserve">
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="TypeID.Properties.Items5" xml:space="preserve">
|
||||
<value>Chết</value>
|
||||
</data>
|
||||
<data name="labelControl2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>158, 18</value>
|
||||
</data>
|
||||
<data name="labelControl2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>123, 13</value>
|
||||
</data>
|
||||
<data name="labelControl2.Text" xml:space="preserve">
|
||||
<value>Lý do kết thúc điều trị</value>
|
||||
</data>
|
||||
<data name="labelControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>102, 13</value>
|
||||
</data>
|
||||
<data name="labelControl1.Text" xml:space="preserve">
|
||||
<value>Ngày nhận dịch vụ</value>
|
||||
</data>
|
||||
<data name="labelAgencyTypeID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>123, 13</value>
|
||||
</data>
|
||||
<data name="labelAgencyTypeID.Text" xml:space="preserve">
|
||||
<value>Loại cơ sở chuyển đến</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="AgencyTypeID.Visible" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="lblProvince.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>24, 13</value>
|
||||
</data>
|
||||
<data name="lblProvince.Text" xml:space="preserve">
|
||||
<value>Tỉnh</value>
|
||||
</data>
|
||||
<data name="Status.Properties.Caption" xml:space="preserve">
|
||||
<value>Đã nhận dịch vụ</value>
|
||||
</data>
|
||||
<data name="labelReferralAgency.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>121, 13</value>
|
||||
</data>
|
||||
<data name="labelReferralAgency.Text" xml:space="preserve">
|
||||
<value>Tên cơ sở chuyển đến</value>
|
||||
</data>
|
||||
<data name="ReferralInfo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>5, 74</value>
|
||||
</data>
|
||||
<data name="ReferralInfo.Text" xml:space="preserve">
|
||||
<value>Thông tin chuyển đi</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items1" xml:space="preserve">
|
||||
<value>Do HIV</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items2" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items3" xml:space="preserve">
|
||||
<value>Không do HIV</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items4" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items5" xml:space="preserve">
|
||||
<value>Không rõ</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items6" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="DeathReasonID.Properties.Items7" xml:space="preserve">
|
||||
<value>Khác</value>
|
||||
</data>
|
||||
<data name="DeathInfo.Text" xml:space="preserve">
|
||||
<value>Thông tin tử vong</value>
|
||||
</data>
|
||||
<data name="lblNote.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>41, 13</value>
|
||||
</data>
|
||||
<data name="lblNote.Text" xml:space="preserve">
|
||||
<value>Ghi chú</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>689, 312</value>
|
||||
</data>
|
||||
</root>
|
357
patientman/PatientMan/Controls/usrReferralServices.Designer.cs
generated
Normal file
357
patientman/PatientMan/Controls/usrReferralServices.Designer.cs
generated
Normal file
@@ -0,0 +1,357 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class usrReferralService
|
||||
{
|
||||
/// <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(usrReferralService));
|
||||
this.lblReferralDate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReferralDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.ReferralInfo = new System.Windows.Forms.GroupBox();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReferralAgency = new DevExpress.XtraEditors.TextEdit();
|
||||
this.labelAgencyTypeID = new DevExpress.XtraEditors.LabelControl();
|
||||
this.AgencyTypeID = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.lblProvince = new DevExpress.XtraEditors.LabelControl();
|
||||
this.Provinceid = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.Status = new DevExpress.XtraEditors.CheckEdit();
|
||||
this.labelReferralAgency = new DevExpress.XtraEditors.LabelControl();
|
||||
this.ReceiveServiceDate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.Note = new DevExpress.XtraEditors.MemoEdit();
|
||||
this.lblNote = new DevExpress.XtraEditors.LabelControl();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralDate.Properties)).BeginInit();
|
||||
this.ReferralInfo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralAgency.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.AgencyTypeID.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Provinceid.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Status.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Note.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// lblReferralDate
|
||||
//
|
||||
resources.ApplyResources(this.lblReferralDate, "lblReferralDate");
|
||||
this.lblReferralDate.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.DisabledImage")));
|
||||
this.lblReferralDate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblReferralDate.Appearance.Font")));
|
||||
this.lblReferralDate.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblReferralDate.Appearance.GradientMode")));
|
||||
this.lblReferralDate.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.HoverImage")));
|
||||
this.lblReferralDate.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.Image")));
|
||||
this.lblReferralDate.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblReferralDate.Appearance.PressedImage")));
|
||||
this.lblReferralDate.Name = "lblReferralDate";
|
||||
//
|
||||
// ReferralDate
|
||||
//
|
||||
resources.ApplyResources(this.ReferralDate, "ReferralDate");
|
||||
this.ReferralDate.EnterMoveNextControl = true;
|
||||
this.ReferralDate.Name = "ReferralDate";
|
||||
this.ReferralDate.Properties.AccessibleDescription = resources.GetString("ReferralDate.Properties.AccessibleDescription");
|
||||
this.ReferralDate.Properties.AccessibleName = resources.GetString("ReferralDate.Properties.AccessibleName");
|
||||
this.ReferralDate.Properties.AutoHeight = ((bool)(resources.GetObject("ReferralDate.Properties.AutoHeight")));
|
||||
this.ReferralDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReferralDate.Properties.Buttons"))))});
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("ReferralDate.Properties.CalendarTimeProperties.AccessibleDescription");
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("ReferralDate.Properties.CalendarTimeProperties.AccessibleName");
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.AutoHeight")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.AutoComplete")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.BeepOnError")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("ReferralDate.Properties.CalendarTimeProperties.Mask.EditMask");
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.MaskType")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("ReferralDate.Properties.CalendarTimeProperties.NullValuePrompt");
|
||||
this.ReferralDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReferralDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue")));
|
||||
this.ReferralDate.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReferralDate.Properties.Mask.AutoComplete")));
|
||||
this.ReferralDate.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("ReferralDate.Properties.Mask.BeepOnError")));
|
||||
this.ReferralDate.Properties.Mask.EditMask = resources.GetString("ReferralDate.Properties.Mask.EditMask");
|
||||
this.ReferralDate.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReferralDate.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.ReferralDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReferralDate.Properties.Mask.MaskType")));
|
||||
this.ReferralDate.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("ReferralDate.Properties.Mask.PlaceHolder")));
|
||||
this.ReferralDate.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReferralDate.Properties.Mask.SaveLiteral")));
|
||||
this.ReferralDate.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReferralDate.Properties.Mask.ShowPlaceHolders")));
|
||||
this.ReferralDate.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReferralDate.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReferralDate.Properties.NullValuePrompt = resources.GetString("ReferralDate.Properties.NullValuePrompt");
|
||||
this.ReferralDate.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReferralDate.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// ReferralInfo
|
||||
//
|
||||
resources.ApplyResources(this.ReferralInfo, "ReferralInfo");
|
||||
this.ReferralInfo.Controls.Add(this.labelControl1);
|
||||
this.ReferralInfo.Controls.Add(this.ReferralAgency);
|
||||
this.ReferralInfo.Controls.Add(this.labelAgencyTypeID);
|
||||
this.ReferralInfo.Controls.Add(this.AgencyTypeID);
|
||||
this.ReferralInfo.Controls.Add(this.lblProvince);
|
||||
this.ReferralInfo.Controls.Add(this.Provinceid);
|
||||
this.ReferralInfo.Controls.Add(this.Status);
|
||||
this.ReferralInfo.Controls.Add(this.labelReferralAgency);
|
||||
this.ReferralInfo.Controls.Add(this.ReceiveServiceDate);
|
||||
this.ReferralInfo.Name = "ReferralInfo";
|
||||
this.ReferralInfo.TabStop = false;
|
||||
//
|
||||
// labelControl1
|
||||
//
|
||||
resources.ApplyResources(this.labelControl1, "labelControl1");
|
||||
this.labelControl1.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.DisabledImage")));
|
||||
this.labelControl1.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelControl1.Appearance.Font")));
|
||||
this.labelControl1.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelControl1.Appearance.GradientMode")));
|
||||
this.labelControl1.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.HoverImage")));
|
||||
this.labelControl1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.Image")));
|
||||
this.labelControl1.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.PressedImage")));
|
||||
this.labelControl1.Name = "labelControl1";
|
||||
//
|
||||
// ReferralAgency
|
||||
//
|
||||
resources.ApplyResources(this.ReferralAgency, "ReferralAgency");
|
||||
this.ReferralAgency.EnterMoveNextControl = true;
|
||||
this.ReferralAgency.Name = "ReferralAgency";
|
||||
this.ReferralAgency.Properties.AccessibleDescription = resources.GetString("ReferralAgency.Properties.AccessibleDescription");
|
||||
this.ReferralAgency.Properties.AccessibleName = resources.GetString("ReferralAgency.Properties.AccessibleName");
|
||||
this.ReferralAgency.Properties.AutoHeight = ((bool)(resources.GetObject("ReferralAgency.Properties.AutoHeight")));
|
||||
this.ReferralAgency.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReferralAgency.Properties.Mask.AutoComplete")));
|
||||
this.ReferralAgency.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.BeepOnError")));
|
||||
this.ReferralAgency.Properties.Mask.EditMask = resources.GetString("ReferralAgency.Properties.Mask.EditMask");
|
||||
this.ReferralAgency.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.ReferralAgency.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReferralAgency.Properties.Mask.MaskType")));
|
||||
this.ReferralAgency.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("ReferralAgency.Properties.Mask.PlaceHolder")));
|
||||
this.ReferralAgency.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.SaveLiteral")));
|
||||
this.ReferralAgency.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.ShowPlaceHolders")));
|
||||
this.ReferralAgency.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReferralAgency.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReferralAgency.Properties.NullValuePrompt = resources.GetString("ReferralAgency.Properties.NullValuePrompt");
|
||||
this.ReferralAgency.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReferralAgency.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// labelAgencyTypeID
|
||||
//
|
||||
resources.ApplyResources(this.labelAgencyTypeID, "labelAgencyTypeID");
|
||||
this.labelAgencyTypeID.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.DisabledImage")));
|
||||
this.labelAgencyTypeID.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelAgencyTypeID.Appearance.Font")));
|
||||
this.labelAgencyTypeID.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelAgencyTypeID.Appearance.GradientMode")));
|
||||
this.labelAgencyTypeID.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.HoverImage")));
|
||||
this.labelAgencyTypeID.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.Image")));
|
||||
this.labelAgencyTypeID.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelAgencyTypeID.Appearance.PressedImage")));
|
||||
this.labelAgencyTypeID.Name = "labelAgencyTypeID";
|
||||
//
|
||||
// AgencyTypeID
|
||||
//
|
||||
resources.ApplyResources(this.AgencyTypeID, "AgencyTypeID");
|
||||
this.AgencyTypeID.EnterMoveNextControl = true;
|
||||
this.AgencyTypeID.Name = "AgencyTypeID";
|
||||
this.AgencyTypeID.Properties.AccessibleDescription = resources.GetString("AgencyTypeID.Properties.AccessibleDescription");
|
||||
this.AgencyTypeID.Properties.AccessibleName = resources.GetString("AgencyTypeID.Properties.AccessibleName");
|
||||
this.AgencyTypeID.Properties.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("AgencyTypeID.Properties.Appearance.BackColor")));
|
||||
this.AgencyTypeID.Properties.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("AgencyTypeID.Properties.Appearance.GradientMode")));
|
||||
this.AgencyTypeID.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("AgencyTypeID.Properties.Appearance.Image")));
|
||||
this.AgencyTypeID.Properties.Appearance.Options.UseBackColor = true;
|
||||
this.AgencyTypeID.Properties.AutoHeight = ((bool)(resources.GetObject("AgencyTypeID.Properties.AutoHeight")));
|
||||
this.AgencyTypeID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("AgencyTypeID.Properties.Buttons"))))});
|
||||
this.AgencyTypeID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("AgencyTypeID.Properties.Columns"), resources.GetString("AgencyTypeID.Properties.Columns1"), ((int)(resources.GetObject("AgencyTypeID.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("AgencyTypeID.Properties.Columns3"))), resources.GetString("AgencyTypeID.Properties.Columns4"), ((bool)(resources.GetObject("AgencyTypeID.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("AgencyTypeID.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("AgencyTypeID.Properties.Columns7"), ((int)(resources.GetObject("AgencyTypeID.Properties.Columns8"))), resources.GetString("AgencyTypeID.Properties.Columns9")),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("AgencyTypeID.Properties.Columns10"), ((int)(resources.GetObject("AgencyTypeID.Properties.Columns11"))), resources.GetString("AgencyTypeID.Properties.Columns12"))});
|
||||
this.AgencyTypeID.Properties.DisplayMember = "EAgencyTypeName";
|
||||
this.AgencyTypeID.Properties.NullText = resources.GetString("AgencyTypeID.Properties.NullText");
|
||||
this.AgencyTypeID.Properties.NullValuePrompt = resources.GetString("AgencyTypeID.Properties.NullValuePrompt");
|
||||
this.AgencyTypeID.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("AgencyTypeID.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.AgencyTypeID.Properties.ValueMember = "AgencyTypeId";
|
||||
//
|
||||
// lblProvince
|
||||
//
|
||||
resources.ApplyResources(this.lblProvince, "lblProvince");
|
||||
this.lblProvince.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.DisabledImage")));
|
||||
this.lblProvince.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblProvince.Appearance.Font")));
|
||||
this.lblProvince.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblProvince.Appearance.GradientMode")));
|
||||
this.lblProvince.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.HoverImage")));
|
||||
this.lblProvince.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.Image")));
|
||||
this.lblProvince.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblProvince.Appearance.PressedImage")));
|
||||
this.lblProvince.Name = "lblProvince";
|
||||
//
|
||||
// Provinceid
|
||||
//
|
||||
resources.ApplyResources(this.Provinceid, "Provinceid");
|
||||
this.Provinceid.EnterMoveNextControl = true;
|
||||
this.Provinceid.Name = "Provinceid";
|
||||
this.Provinceid.Properties.AccessibleDescription = resources.GetString("Provinceid.Properties.AccessibleDescription");
|
||||
this.Provinceid.Properties.AccessibleName = resources.GetString("Provinceid.Properties.AccessibleName");
|
||||
this.Provinceid.Properties.AutoHeight = ((bool)(resources.GetObject("Provinceid.Properties.AutoHeight")));
|
||||
this.Provinceid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Provinceid.Properties.Buttons"))))});
|
||||
this.Provinceid.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Provinceid.Properties.Columns"), resources.GetString("Provinceid.Properties.Columns1"), ((int)(resources.GetObject("Provinceid.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Provinceid.Properties.Columns3"))), resources.GetString("Provinceid.Properties.Columns4"), ((bool)(resources.GetObject("Provinceid.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Provinceid.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Provinceid.Properties.Columns7"), resources.GetString("Provinceid.Properties.Columns8"))});
|
||||
this.Provinceid.Properties.DisplayMember = "Provincename";
|
||||
this.Provinceid.Properties.NullText = resources.GetString("Provinceid.Properties.NullText");
|
||||
this.Provinceid.Properties.NullValuePrompt = resources.GetString("Provinceid.Properties.NullValuePrompt");
|
||||
this.Provinceid.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("Provinceid.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.Provinceid.Properties.ValueMember = "Provinceid";
|
||||
//
|
||||
// Status
|
||||
//
|
||||
resources.ApplyResources(this.Status, "Status");
|
||||
this.Status.EnterMoveNextControl = true;
|
||||
this.Status.Name = "Status";
|
||||
this.Status.Properties.AccessibleDescription = resources.GetString("Status.Properties.AccessibleDescription");
|
||||
this.Status.Properties.AccessibleName = resources.GetString("Status.Properties.AccessibleName");
|
||||
this.Status.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("Status.Properties.Appearance.Font")));
|
||||
this.Status.Properties.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("Status.Properties.Appearance.GradientMode")));
|
||||
this.Status.Properties.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("Status.Properties.Appearance.Image")));
|
||||
this.Status.Properties.Appearance.Options.UseFont = true;
|
||||
this.Status.Properties.AutoHeight = ((bool)(resources.GetObject("Status.Properties.AutoHeight")));
|
||||
this.Status.Properties.Caption = resources.GetString("Status.Properties.Caption");
|
||||
this.Status.Properties.DisplayValueChecked = resources.GetString("Status.Properties.DisplayValueChecked");
|
||||
this.Status.Properties.DisplayValueGrayed = resources.GetString("Status.Properties.DisplayValueGrayed");
|
||||
this.Status.Properties.DisplayValueUnchecked = resources.GetString("Status.Properties.DisplayValueUnchecked");
|
||||
this.Status.Properties.ValueChecked = ((short)(1));
|
||||
this.Status.Properties.ValueGrayed = ((short)(0));
|
||||
this.Status.Properties.ValueUnchecked = ((short)(2));
|
||||
//
|
||||
// labelReferralAgency
|
||||
//
|
||||
resources.ApplyResources(this.labelReferralAgency, "labelReferralAgency");
|
||||
this.labelReferralAgency.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.DisabledImage")));
|
||||
this.labelReferralAgency.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelReferralAgency.Appearance.Font")));
|
||||
this.labelReferralAgency.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("labelReferralAgency.Appearance.GradientMode")));
|
||||
this.labelReferralAgency.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.HoverImage")));
|
||||
this.labelReferralAgency.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.Image")));
|
||||
this.labelReferralAgency.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("labelReferralAgency.Appearance.PressedImage")));
|
||||
this.labelReferralAgency.Name = "labelReferralAgency";
|
||||
//
|
||||
// ReceiveServiceDate
|
||||
//
|
||||
resources.ApplyResources(this.ReceiveServiceDate, "ReceiveServiceDate");
|
||||
this.ReceiveServiceDate.EnterMoveNextControl = true;
|
||||
this.ReceiveServiceDate.Name = "ReceiveServiceDate";
|
||||
this.ReceiveServiceDate.Properties.AccessibleDescription = resources.GetString("ReceiveServiceDate.Properties.AccessibleDescription");
|
||||
this.ReceiveServiceDate.Properties.AccessibleName = resources.GetString("ReceiveServiceDate.Properties.AccessibleName");
|
||||
this.ReceiveServiceDate.Properties.AutoHeight = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.AutoHeight")));
|
||||
this.ReceiveServiceDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReceiveServiceDate.Properties.Buttons"))))});
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleDescription = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleDescription");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleName = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.AccessibleName");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.AutoHeight = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.AutoHeight")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.AutoComplete")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.BeepOnError = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.BeepOnError")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.EditMask = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.EditMask");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.IgnoreMaskBlank")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.MaskType")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.PlaceHolder = ((char)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.PlaceHolder")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.SaveLiteral")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.ShowPlaceHolders")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePrompt = resources.GetString("ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePrompt");
|
||||
this.ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.CalendarTimeProperties.NullValuePromptShowForEmptyV" +
|
||||
"alue")));
|
||||
this.ReceiveServiceDate.Properties.Mask.AutoComplete = ((DevExpress.XtraEditors.Mask.AutoCompleteType)(resources.GetObject("ReceiveServiceDate.Properties.Mask.AutoComplete")));
|
||||
this.ReceiveServiceDate.Properties.Mask.BeepOnError = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.BeepOnError")));
|
||||
this.ReceiveServiceDate.Properties.Mask.EditMask = resources.GetString("ReceiveServiceDate.Properties.Mask.EditMask");
|
||||
this.ReceiveServiceDate.Properties.Mask.IgnoreMaskBlank = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.IgnoreMaskBlank")));
|
||||
this.ReceiveServiceDate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("ReceiveServiceDate.Properties.Mask.MaskType")));
|
||||
this.ReceiveServiceDate.Properties.Mask.PlaceHolder = ((char)(resources.GetObject("ReceiveServiceDate.Properties.Mask.PlaceHolder")));
|
||||
this.ReceiveServiceDate.Properties.Mask.SaveLiteral = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.SaveLiteral")));
|
||||
this.ReceiveServiceDate.Properties.Mask.ShowPlaceHolders = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.ShowPlaceHolders")));
|
||||
this.ReceiveServiceDate.Properties.Mask.UseMaskAsDisplayFormat = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.Mask.UseMaskAsDisplayFormat")));
|
||||
this.ReceiveServiceDate.Properties.NullValuePrompt = resources.GetString("ReceiveServiceDate.Properties.NullValuePrompt");
|
||||
this.ReceiveServiceDate.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("ReceiveServiceDate.Properties.NullValuePromptShowForEmptyValue")));
|
||||
//
|
||||
// Note
|
||||
//
|
||||
resources.ApplyResources(this.Note, "Note");
|
||||
this.Note.EnterMoveNextControl = true;
|
||||
this.Note.Name = "Note";
|
||||
this.Note.Properties.AccessibleDescription = resources.GetString("Note.Properties.AccessibleDescription");
|
||||
this.Note.Properties.AccessibleName = resources.GetString("Note.Properties.AccessibleName");
|
||||
this.Note.Properties.NullValuePrompt = resources.GetString("Note.Properties.NullValuePrompt");
|
||||
this.Note.Properties.NullValuePromptShowForEmptyValue = ((bool)(resources.GetObject("Note.Properties.NullValuePromptShowForEmptyValue")));
|
||||
this.Note.UseOptimizedRendering = true;
|
||||
//
|
||||
// lblNote
|
||||
//
|
||||
resources.ApplyResources(this.lblNote, "lblNote");
|
||||
this.lblNote.Appearance.DisabledImage = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.DisabledImage")));
|
||||
this.lblNote.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblNote.Appearance.Font")));
|
||||
this.lblNote.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("lblNote.Appearance.GradientMode")));
|
||||
this.lblNote.Appearance.HoverImage = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.HoverImage")));
|
||||
this.lblNote.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.Image")));
|
||||
this.lblNote.Appearance.PressedImage = ((System.Drawing.Image)(resources.GetObject("lblNote.Appearance.PressedImage")));
|
||||
this.lblNote.Name = "lblNote";
|
||||
//
|
||||
// usrReferralService
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrReferralService.Appearance.BackColor")));
|
||||
this.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("usrReferralService.Appearance.GradientMode")));
|
||||
this.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("usrReferralService.Appearance.Image")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Controls.Add(this.Note);
|
||||
this.Controls.Add(this.lblNote);
|
||||
this.Controls.Add(this.ReferralInfo);
|
||||
this.Controls.Add(this.lblReferralDate);
|
||||
this.Controls.Add(this.ReferralDate);
|
||||
this.Name = "usrReferralService";
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralDate.Properties)).EndInit();
|
||||
this.ReferralInfo.ResumeLayout(false);
|
||||
this.ReferralInfo.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReferralAgency.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.AgencyTypeID.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Provinceid.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Status.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReceiveServiceDate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Note.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.LabelControl lblReferralDate;
|
||||
private DevExpress.XtraEditors.DateEdit ReferralDate;
|
||||
private System.Windows.Forms.GroupBox ReferralInfo;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private DevExpress.XtraEditors.TextEdit ReferralAgency;
|
||||
private DevExpress.XtraEditors.LabelControl labelAgencyTypeID;
|
||||
private DevExpress.XtraEditors.LookUpEdit AgencyTypeID;
|
||||
private DevExpress.XtraEditors.LabelControl lblProvince;
|
||||
private DevExpress.XtraEditors.LookUpEdit Provinceid;
|
||||
private DevExpress.XtraEditors.CheckEdit Status;
|
||||
private DevExpress.XtraEditors.LabelControl labelReferralAgency;
|
||||
private DevExpress.XtraEditors.DateEdit ReceiveServiceDate;
|
||||
private DevExpress.XtraEditors.MemoEdit Note;
|
||||
private DevExpress.XtraEditors.LabelControl lblNote;
|
||||
|
||||
}
|
||||
}
|
102
patientman/PatientMan/Controls/usrReferralServices.cs
Normal file
102
patientman/PatientMan/Controls/usrReferralServices.cs
Normal file
@@ -0,0 +1,102 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using Datalib.Linq;
|
||||
using System.Windows.Forms;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrReferralService: PatientMan.usrControls.usrCommon
|
||||
{
|
||||
public EntityCollection <TblReferraltoServiceEntity> ReferralService { get; set; }
|
||||
public TblReferraltoServiceEntity Deleted;
|
||||
public usrReferralService()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
public override void LoadData()
|
||||
{
|
||||
ReferralService = PatientInfor.TblReferraltoServices;
|
||||
ISortExpression sorter = new SortExpression(TblReferraltoServiceFields.ReferralDate | SortOperator.Ascending);
|
||||
adapter.FetchEntityCollection(ReferralService, PatientInfor.GetRelationInfoTblReferraltoServices(), 0, sorter);
|
||||
|
||||
}
|
||||
|
||||
public override void BindingData()
|
||||
{
|
||||
|
||||
ReferralDate.DataBindings.Clear();
|
||||
Provinceid.DataBindings.Clear();
|
||||
AgencyTypeID.DataBindings.Clear();
|
||||
ReferralAgency.DataBindings.Clear();
|
||||
Status.DataBindings.Clear();
|
||||
ReceiveServiceDate.DataBindings.Clear();
|
||||
|
||||
Note.DataBindings.Clear();
|
||||
|
||||
|
||||
ReferralDate.DataBindings.Add("EditValue", ReferralService, "ReferralDate", true);
|
||||
Provinceid.DataBindings.Add("EditValue", ReferralService, "Provinceid", true);
|
||||
AgencyTypeID.DataBindings.Add("EditValue", ReferralService, "AgencyTypeId", true);
|
||||
ReferralAgency.DataBindings.Add("EditValue", ReferralService, "ReferralAgency", true);
|
||||
Status.DataBindings.Add("EditValue", ReferralService, "Status", true);
|
||||
ReceiveServiceDate.DataBindings.Add("EditValue", ReferralService, "ReceiveServiceDate", true);
|
||||
Note.DataBindings.Add("Text", ReferralService, "Note", true);
|
||||
|
||||
}
|
||||
public override void LoadLibrary()
|
||||
{
|
||||
var Pro = new EntityCollection<TblProvinceEntity>();
|
||||
var Agency = new EntityCollection<TblAgencyEntity>();
|
||||
adapter.FetchEntityCollection(Pro, null);
|
||||
adapter.FetchEntityCollection(Agency, null);
|
||||
Provinceid.Properties.DataSource = Pro;
|
||||
AgencyTypeID.Properties.DataSource = Agency;
|
||||
}
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[ReferralService].EndCurrentEdit();
|
||||
adapter.SaveEntityCollection(ReferralService, true, true);
|
||||
string PatientId = ReferralService[0].PatientId;
|
||||
DateTime EndDate = (DateTime)this.ReferralDate.EditValue;
|
||||
|
||||
|
||||
}
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[ReferralService].CancelCurrentEdit();
|
||||
base.Cancel();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
Deleted = (TblReferraltoServiceEntity)ReferralService[BindingContext[ReferralService].Position];
|
||||
|
||||
|
||||
ReferralService.Remove(Deleted);
|
||||
adapter.DeleteEntity(Deleted);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
|
||||
public override void Print()
|
||||
{
|
||||
//if (TypeID.EditValue.ToString() == "09")
|
||||
//{
|
||||
// base.Print();
|
||||
// Forms.frmReferralForm frm = new Forms.frmReferralForm();
|
||||
// frm.ReferralInfo = (TblReferralsToEntity)ReferralService[BindingContext[ReferralService].Position];
|
||||
// frm.Show();
|
||||
// frm.MailMerge();
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
1296
patientman/PatientMan/Controls/usrReferralServices.resx
Normal file
1296
patientman/PatientMan/Controls/usrReferralServices.resx
Normal file
File diff suppressed because it is too large
Load Diff
1296
patientman/PatientMan/Controls/usrReferralServices.resx.bak
Normal file
1296
patientman/PatientMan/Controls/usrReferralServices.resx.bak
Normal file
File diff suppressed because it is too large
Load Diff
182
patientman/PatientMan/Controls/usrReferralServices.vi-VN.resx
Normal file
182
patientman/PatientMan/Controls/usrReferralServices.vi-VN.resx
Normal file
@@ -0,0 +1,182 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="lblReferralDate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>85, 13</value>
|
||||
</data>
|
||||
<data name="lblReferralDate.Text" xml:space="preserve">
|
||||
<value>Ngày chuyển đi</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="ReferralDate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="labelControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>102, 13</value>
|
||||
</data>
|
||||
<data name="labelControl1.Text" xml:space="preserve">
|
||||
<value>Ngày nhận dịch vụ</value>
|
||||
</data>
|
||||
<data name="labelAgencyTypeID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>123, 13</value>
|
||||
</data>
|
||||
<data name="labelAgencyTypeID.Text" xml:space="preserve">
|
||||
<value>Loại cơ sở chuyển đến</value>
|
||||
</data>
|
||||
<data name="AgencyTypeID.Properties.Columns9" xml:space="preserve">
|
||||
<value>Agency Name</value>
|
||||
</data>
|
||||
<data name="AgencyTypeID.Properties.Columns12" xml:space="preserve">
|
||||
<value>Tên cơ quan</value>
|
||||
</data>
|
||||
<data name="lblProvince.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>24, 13</value>
|
||||
</data>
|
||||
<data name="lblProvince.Text" xml:space="preserve">
|
||||
<value>Tỉnh</value>
|
||||
</data>
|
||||
<data name="Provinceid.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên tỉnh</value>
|
||||
</data>
|
||||
<data name="Status.Properties.Caption" xml:space="preserve">
|
||||
<value>Đã nhận dịch vụ</value>
|
||||
</data>
|
||||
<data name="labelReferralAgency.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>121, 13</value>
|
||||
</data>
|
||||
<data name="labelReferralAgency.Text" xml:space="preserve">
|
||||
<value>Tên cơ sở chuyển đến</value>
|
||||
</data>
|
||||
<data name="ReferralInfo.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>5, 74</value>
|
||||
</data>
|
||||
<data name="ReferralInfo.Text" xml:space="preserve">
|
||||
<value>Thông tin chuyển đi</value>
|
||||
</data>
|
||||
<data name="lblNote.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>41, 13</value>
|
||||
</data>
|
||||
<data name="lblNote.Text" xml:space="preserve">
|
||||
<value>Ghi chú</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>689, 312</value>
|
||||
</data>
|
||||
</root>
|
221
patientman/PatientMan/Controls/usrTreatment.Designer.cs
generated
Normal file
221
patientman/PatientMan/Controls/usrTreatment.Designer.cs
generated
Normal file
@@ -0,0 +1,221 @@
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
partial class usrTreatment
|
||||
{
|
||||
/// <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(usrTreatment));
|
||||
this.labelTreatmentID = new DevExpress.XtraEditors.LabelControl();
|
||||
this.label = new DevExpress.XtraEditors.LabelControl();
|
||||
this.lblTreatmentSdate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.TreatmentSdate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.labelTreatmentEdate = new DevExpress.XtraEditors.LabelControl();
|
||||
this.TreatmentEdate = new DevExpress.XtraEditors.DateEdit();
|
||||
this.labelReasonStop = new DevExpress.XtraEditors.LabelControl();
|
||||
this.TreatmentID = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.tblTreatmentEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.tblRegimenEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.Regimenid = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.ReasonID = new DevExpress.XtraEditors.LookUpEdit();
|
||||
this.tblRegimenStopReasonEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentSdate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentSdate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentEdate.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentEdate.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentID.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblTreatmentEntityBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblRegimenEntityBindingSource)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Regimenid.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReasonID.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblRegimenStopReasonEntityBindingSource)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// labelTreatmentID
|
||||
//
|
||||
this.labelTreatmentID.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelTreatmentID.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelTreatmentID, "labelTreatmentID");
|
||||
this.labelTreatmentID.Name = "labelTreatmentID";
|
||||
//
|
||||
// label
|
||||
//
|
||||
this.label.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("label.Appearance.Font")));
|
||||
resources.ApplyResources(this.label, "label");
|
||||
this.label.Name = "label";
|
||||
this.label.DoubleClick += new System.EventHandler(this.label_DoubleClick);
|
||||
//
|
||||
// lblTreatmentSdate
|
||||
//
|
||||
this.lblTreatmentSdate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("lblTreatmentSdate.Appearance.Font")));
|
||||
resources.ApplyResources(this.lblTreatmentSdate, "lblTreatmentSdate");
|
||||
this.lblTreatmentSdate.Name = "lblTreatmentSdate";
|
||||
//
|
||||
// TreatmentSdate
|
||||
//
|
||||
resources.ApplyResources(this.TreatmentSdate, "TreatmentSdate");
|
||||
this.TreatmentSdate.EnterMoveNextControl = true;
|
||||
this.TreatmentSdate.Name = "TreatmentSdate";
|
||||
this.TreatmentSdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TreatmentSdate.Properties.Buttons"))))});
|
||||
this.TreatmentSdate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TreatmentSdate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.TreatmentSdate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("TreatmentSdate.Properties.Mask.MaskType")));
|
||||
this.TreatmentSdate.Validated += new System.EventHandler(this.TreatmentEdate_EditValueChanged);
|
||||
//
|
||||
// labelTreatmentEdate
|
||||
//
|
||||
this.labelTreatmentEdate.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelTreatmentEdate.Appearance.Font")));
|
||||
resources.ApplyResources(this.labelTreatmentEdate, "labelTreatmentEdate");
|
||||
this.labelTreatmentEdate.Name = "labelTreatmentEdate";
|
||||
//
|
||||
// TreatmentEdate
|
||||
//
|
||||
resources.ApplyResources(this.TreatmentEdate, "TreatmentEdate");
|
||||
this.TreatmentEdate.EnterMoveNextControl = true;
|
||||
this.TreatmentEdate.Name = "TreatmentEdate";
|
||||
this.TreatmentEdate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TreatmentEdate.Properties.Buttons"))))});
|
||||
this.TreatmentEdate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TreatmentEdate.Properties.CalendarTimeProperties.Buttons"))))});
|
||||
this.TreatmentEdate.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("TreatmentEdate.Properties.Mask.MaskType")));
|
||||
this.TreatmentEdate.EditValueChanged += new System.EventHandler(this.TreatmentEdate_EditValueChanged);
|
||||
this.TreatmentEdate.Validated += new System.EventHandler(this.TreatmentEdate_EditValueChanged);
|
||||
//
|
||||
// labelReasonStop
|
||||
//
|
||||
this.labelReasonStop.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("labelReasonStop.Appearance.Font")));
|
||||
this.labelReasonStop.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
||||
resources.ApplyResources(this.labelReasonStop, "labelReasonStop");
|
||||
this.labelReasonStop.Name = "labelReasonStop";
|
||||
this.labelReasonStop.DoubleClick += new System.EventHandler(this.labelReasonStop_DoubleClick);
|
||||
//
|
||||
// TreatmentID
|
||||
//
|
||||
resources.ApplyResources(this.TreatmentID, "TreatmentID");
|
||||
this.TreatmentID.Name = "TreatmentID";
|
||||
this.TreatmentID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("TreatmentID.Properties.Buttons"))))});
|
||||
this.TreatmentID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("TreatmentID.Properties.Columns"), resources.GetString("TreatmentID.Properties.Columns1"), ((int)(resources.GetObject("TreatmentID.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("TreatmentID.Properties.Columns3"))), resources.GetString("TreatmentID.Properties.Columns4"), ((bool)(resources.GetObject("TreatmentID.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("TreatmentID.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("TreatmentID.Properties.Columns7"), resources.GetString("TreatmentID.Properties.Columns8"), ((int)(resources.GetObject("TreatmentID.Properties.Columns9"))), ((DevExpress.Utils.FormatType)(resources.GetObject("TreatmentID.Properties.Columns10"))), resources.GetString("TreatmentID.Properties.Columns11"), ((bool)(resources.GetObject("TreatmentID.Properties.Columns12"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("TreatmentID.Properties.Columns13"))))});
|
||||
this.TreatmentID.Properties.DataSource = this.tblTreatmentEntityBindingSource;
|
||||
this.TreatmentID.Properties.DisplayMember = "VTreatmentDes";
|
||||
this.TreatmentID.Properties.NullText = resources.GetString("TreatmentID.Properties.NullText");
|
||||
this.TreatmentID.Properties.ValueMember = "TreatmentId";
|
||||
this.TreatmentID.EditValueChanged += new System.EventHandler(this.TreatmentID_EditValueChanged_1);
|
||||
//
|
||||
// tblTreatmentEntityBindingSource
|
||||
//
|
||||
this.tblTreatmentEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblTreatmentEntity);
|
||||
//
|
||||
// tblRegimenEntityBindingSource
|
||||
//
|
||||
this.tblRegimenEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblRegimenEntity);
|
||||
//
|
||||
// Regimenid
|
||||
//
|
||||
resources.ApplyResources(this.Regimenid, "Regimenid");
|
||||
this.Regimenid.Name = "Regimenid";
|
||||
this.Regimenid.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFit;
|
||||
this.Regimenid.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("Regimenid.Properties.Buttons"))))});
|
||||
this.Regimenid.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Regimenid.Properties.Columns"), resources.GetString("Regimenid.Properties.Columns1"), ((int)(resources.GetObject("Regimenid.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Regimenid.Properties.Columns3"))), resources.GetString("Regimenid.Properties.Columns4"), ((bool)(resources.GetObject("Regimenid.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Regimenid.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("Regimenid.Properties.Columns7"), resources.GetString("Regimenid.Properties.Columns8"), ((int)(resources.GetObject("Regimenid.Properties.Columns9"))), ((DevExpress.Utils.FormatType)(resources.GetObject("Regimenid.Properties.Columns10"))), resources.GetString("Regimenid.Properties.Columns11"), ((bool)(resources.GetObject("Regimenid.Properties.Columns12"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("Regimenid.Properties.Columns13"))))});
|
||||
this.Regimenid.Properties.DataSource = this.tblRegimenEntityBindingSource;
|
||||
this.Regimenid.Properties.DisplayMember = "VRegimenname";
|
||||
this.Regimenid.Properties.NullText = resources.GetString("Regimenid.Properties.NullText");
|
||||
this.Regimenid.Properties.ValueMember = "Regimenid";
|
||||
this.Regimenid.EditValueChanged += new System.EventHandler(this.Regimenid_EditValueChanged);
|
||||
//
|
||||
// ReasonID
|
||||
//
|
||||
resources.ApplyResources(this.ReasonID, "ReasonID");
|
||||
this.ReasonID.Name = "ReasonID";
|
||||
this.ReasonID.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFit;
|
||||
this.ReasonID.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("ReasonID.Properties.Buttons"))))});
|
||||
this.ReasonID.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("ReasonID.Properties.Columns"), resources.GetString("ReasonID.Properties.Columns1"), ((int)(resources.GetObject("ReasonID.Properties.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("ReasonID.Properties.Columns3"))), resources.GetString("ReasonID.Properties.Columns4"), ((bool)(resources.GetObject("ReasonID.Properties.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("ReasonID.Properties.Columns6")))),
|
||||
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("ReasonID.Properties.Columns7"), resources.GetString("ReasonID.Properties.Columns8"), ((int)(resources.GetObject("ReasonID.Properties.Columns9"))), ((DevExpress.Utils.FormatType)(resources.GetObject("ReasonID.Properties.Columns10"))), resources.GetString("ReasonID.Properties.Columns11"), ((bool)(resources.GetObject("ReasonID.Properties.Columns12"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("ReasonID.Properties.Columns13"))))});
|
||||
this.ReasonID.Properties.DataSource = this.tblRegimenStopReasonEntityBindingSource;
|
||||
this.ReasonID.Properties.DisplayMember = "VReasonDes";
|
||||
this.ReasonID.Properties.NullText = resources.GetString("ReasonID.Properties.NullText");
|
||||
this.ReasonID.Properties.ValueMember = "ReasonId";
|
||||
//
|
||||
// tblRegimenStopReasonEntityBindingSource
|
||||
//
|
||||
this.tblRegimenStopReasonEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblRegimenStopReasonEntity);
|
||||
//
|
||||
// usrTreatment
|
||||
//
|
||||
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrTreatment.Appearance.BackColor")));
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.Controls.Add(this.ReasonID);
|
||||
this.Controls.Add(this.Regimenid);
|
||||
this.Controls.Add(this.TreatmentID);
|
||||
this.Controls.Add(this.labelReasonStop);
|
||||
this.Controls.Add(this.labelTreatmentEdate);
|
||||
this.Controls.Add(this.TreatmentEdate);
|
||||
this.Controls.Add(this.lblTreatmentSdate);
|
||||
this.Controls.Add(this.TreatmentSdate);
|
||||
this.Controls.Add(this.label);
|
||||
this.Controls.Add(this.labelTreatmentID);
|
||||
this.Name = "usrTreatment";
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentSdate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentSdate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentEdate.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentEdate.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.TreatmentID.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblTreatmentEntityBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblRegimenEntityBindingSource)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.Regimenid.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.ReasonID.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tblRegimenStopReasonEntityBindingSource)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.LabelControl labelTreatmentID;
|
||||
private DevExpress.XtraEditors.LabelControl label;
|
||||
private DevExpress.XtraEditors.LabelControl lblTreatmentSdate;
|
||||
private DevExpress.XtraEditors.DateEdit TreatmentSdate;
|
||||
private DevExpress.XtraEditors.LabelControl labelTreatmentEdate;
|
||||
private DevExpress.XtraEditors.DateEdit TreatmentEdate;
|
||||
private DevExpress.XtraEditors.LabelControl labelReasonStop;
|
||||
private DevExpress.XtraEditors.LookUpEdit TreatmentID;
|
||||
private System.Windows.Forms.BindingSource tblTreatmentEntityBindingSource;
|
||||
private System.Windows.Forms.BindingSource tblRegimenEntityBindingSource;
|
||||
private DevExpress.XtraEditors.LookUpEdit Regimenid;
|
||||
private DevExpress.XtraEditors.LookUpEdit ReasonID;
|
||||
private System.Windows.Forms.BindingSource tblRegimenStopReasonEntityBindingSource;
|
||||
}
|
||||
}
|
128
patientman/PatientMan/Controls/usrTreatment.cs
Normal file
128
patientman/PatientMan/Controls/usrTreatment.cs
Normal file
@@ -0,0 +1,128 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Datalib.EntityClasses;
|
||||
using Datalib.HelperClasses;
|
||||
using SD.LLBLGen.Pro.ORMSupportClasses;
|
||||
using Datalib.Linq;
|
||||
|
||||
namespace PatientMan.Controls
|
||||
{
|
||||
public partial class usrTreatment : PatientMan.usrControls.usrCommon
|
||||
{
|
||||
public EntityCollection<TblTreatmentInfoEntity> TreatmentInfos { get; set; }
|
||||
|
||||
public TblTreatmentInfoEntity Deleted;
|
||||
|
||||
public usrTreatment()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
public override void LoadData()
|
||||
{
|
||||
TreatmentInfos = PatientInfor.TblTreatmentInfos;
|
||||
|
||||
ISortExpression sorter = new SortExpression(TblTreatmentInfoFields.TreatmentSdate | SortOperator.Ascending);
|
||||
adapter.FetchEntityCollection(TreatmentInfos, PatientInfor.GetRelationInfoTblTreatmentInfos(), 0, sorter);
|
||||
|
||||
}
|
||||
public override void BindingData()
|
||||
{
|
||||
TreatmentID.DataBindings.Clear();
|
||||
Regimenid.DataBindings.Clear();
|
||||
TreatmentSdate.DataBindings.Clear();
|
||||
TreatmentEdate.DataBindings.Clear();
|
||||
ReasonID.DataBindings.Clear();
|
||||
TreatmentID.DataBindings.Add("EditValue", TreatmentInfos, "TreatmentID", true);
|
||||
Regimenid.DataBindings.Add("EditValue", TreatmentInfos, "Regimenid", true);
|
||||
TreatmentSdate.DataBindings.Add("EditValue", TreatmentInfos, "TreatmentSdate", true);
|
||||
TreatmentEdate.DataBindings.Add("EditValue", TreatmentInfos, "TreatmentEdate", true);
|
||||
ReasonID.DataBindings.Add("EditValue", TreatmentInfos, "ReasonID", true);
|
||||
|
||||
}
|
||||
public override void SaveRecord()
|
||||
{
|
||||
BindingContext[TreatmentInfos].EndCurrentEdit();
|
||||
base.SaveRecord();
|
||||
adapter.SaveEntityCollection(TreatmentInfos, true, true);
|
||||
|
||||
try
|
||||
{
|
||||
Forms.frmPatientInfo frm = ( Forms.frmPatientInfo)this.ParentForm;
|
||||
|
||||
TblPatientEntity Patient = frm.usrPatientInfo.PatientInfor;
|
||||
if (Patient.HaveArvBefore != 1)
|
||||
{
|
||||
Patient.DateofArv = TreatmentInfos.Where(m => m.TreatmentId == "01").First().TreatmentSdate;
|
||||
Patient.Regimenid = TreatmentInfos.Where(m => m.TreatmentId == "01").First().Regimenid;
|
||||
|
||||
//lưu ý Cancel phải sort
|
||||
}
|
||||
adapter.SaveEntity(Patient);
|
||||
|
||||
}
|
||||
|
||||
catch
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
public override void Cancel()
|
||||
{
|
||||
BindingContext[TreatmentInfos].CancelCurrentEdit ();
|
||||
base.Cancel();
|
||||
}
|
||||
|
||||
public override void DeleteRecord()
|
||||
{
|
||||
Deleted = (TblTreatmentInfoEntity)TreatmentInfos[BindingContext[TreatmentInfos].Position];
|
||||
TreatmentInfos.Remove(Deleted);
|
||||
adapter.DeleteEntity(Deleted);
|
||||
base.DeleteRecord();
|
||||
}
|
||||
|
||||
private void TreatmentID_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
Regimenid.Visible = (TreatmentID.EditValue.ToString() == "01");
|
||||
}
|
||||
|
||||
private void TreatmentEdate_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
ReasonID.Visible = (TreatmentEdate.Text != string.Empty && TreatmentID.EditValue.ToString() == "01");
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
|
||||
private void label_DoubleClick(object sender, EventArgs e)
|
||||
{
|
||||
Regimenid.EditValue = null;
|
||||
}
|
||||
|
||||
private void labelReasonStop_DoubleClick(object sender, EventArgs e)
|
||||
{
|
||||
ReasonID.EditValue = null;
|
||||
}
|
||||
public override void LoadLibrary()
|
||||
{
|
||||
base.LoadLibrary();
|
||||
LinqMetaData meta = new LinqMetaData(adapter);
|
||||
this.TreatmentID.Properties.DataSource = meta.TblTreatment;
|
||||
this.Regimenid.Properties.DataSource = meta.TblRegimen;
|
||||
this.ReasonID.Properties.DataSource = meta.TblRegimenStopReason;
|
||||
}
|
||||
|
||||
private void TreatmentID_EditValueChanged_1(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void Regimenid_EditValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
588
patientman/PatientMan/Controls/usrTreatment.resx
Normal file
588
patientman/PatientMan/Controls/usrTreatment.resx
Normal file
@@ -0,0 +1,588 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelTreatmentID.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelTreatmentID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>82, 12</value>
|
||||
</data>
|
||||
<data name="labelTreatmentID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>66, 13</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="labelTreatmentID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name="labelTreatmentID.Text" xml:space="preserve">
|
||||
<value>Loại điều trị</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.Name" xml:space="preserve">
|
||||
<value>labelTreatmentID</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="label.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="label.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>61, 51</value>
|
||||
</data>
|
||||
<data name="label.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>87, 13</value>
|
||||
</data>
|
||||
<data name="label.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name="label.Text" xml:space="preserve">
|
||||
<value>Phác đồ điều trị</value>
|
||||
</data>
|
||||
<data name=">>label.Name" xml:space="preserve">
|
||||
<value>label</value>
|
||||
</data>
|
||||
<data name=">>label.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>label.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>31, 91</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>117, 13</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Text" xml:space="preserve">
|
||||
<value>Ngày bắt đầu điều trị</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.Name" xml:space="preserve">
|
||||
<value>lblTreatmentSdate</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="TreatmentSdate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentSdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 88</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v18.1" name="DevExpress.Utils.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TreatmentSdate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.XtraEditors.v18.1" name="DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TreatmentSdate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v18.1">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.Name" xml:space="preserve">
|
||||
<value>TreatmentSdate</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>45, 133</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>103, 13</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Text" xml:space="preserve">
|
||||
<value>Ngày dừng điều trị</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.Name" xml:space="preserve">
|
||||
<value>labelTreatmentEdate</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentEdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>169, 130</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v18.1">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.Name" xml:space="preserve">
|
||||
<value>TreatmentEdate</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.AutoSizeMode" type="DevExpress.XtraEditors.LabelAutoSizeMode, DevExpress.XtraEditors.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>31, 187</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>117, 36</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Text" xml:space="preserve">
|
||||
<value>Lý do dừng điều trị ( Chỉ đối với ARV)</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.Name" xml:space="preserve">
|
||||
<value>labelReasonStop</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 9</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns" xml:space="preserve">
|
||||
<value>TreatmentId</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã điều trị</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Data.v18.1" name="DevExpress.Data.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TreatmentID.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns7" xml:space="preserve">
|
||||
<value>VTreatmentDes</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên điều trị</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>200</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<metadata name="tblTreatmentEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="TreatmentID.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="TreatmentID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.Name" xml:space="preserve">
|
||||
<value>TreatmentID</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<metadata name="tblRegimenEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>248, 17</value>
|
||||
</metadata>
|
||||
<data name="Regimenid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 48</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns" xml:space="preserve">
|
||||
<value>Regimenid</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã phác đồ</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns7" xml:space="preserve">
|
||||
<value>VRegimenname</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên phác đồ</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>250</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Regimenid.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="Regimenid.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.Name" xml:space="preserve">
|
||||
<value>Regimenid</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ReasonID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 189</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v18.1">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns" xml:space="preserve">
|
||||
<value>ReasonId</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã lý do</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns7" xml:space="preserve">
|
||||
<value>VReasonDes</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên lý do</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>250</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v18.1">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v18.1">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<metadata name="tblRegimenStopReasonEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>472, 17</value>
|
||||
</metadata>
|
||||
<data name="ReasonID.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ReasonID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="ReasonID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.Name" xml:space="preserve">
|
||||
<value>ReasonID</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>vi-VN</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="usrTreatment.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.AutoScroll" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>893, 278</value>
|
||||
</data>
|
||||
<data name=">>tblTreatmentEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblTreatmentEntityBindingSource</value>
|
||||
</data>
|
||||
<data name=">>tblTreatmentEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblRegimenEntityBindingSource</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenStopReasonEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblRegimenStopReasonEntityBindingSource</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenStopReasonEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>usrTreatment</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.27176, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
</root>
|
588
patientman/PatientMan/Controls/usrTreatment.resx.bak
Normal file
588
patientman/PatientMan/Controls/usrTreatment.resx.bak
Normal file
@@ -0,0 +1,588 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelTreatmentID.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelTreatmentID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>82, 12</value>
|
||||
</data>
|
||||
<data name="labelTreatmentID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>66, 13</value>
|
||||
</data>
|
||||
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="labelTreatmentID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name="labelTreatmentID.Text" xml:space="preserve">
|
||||
<value>Loại điều trị</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.Name" xml:space="preserve">
|
||||
<value>labelTreatmentID</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentID.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="label.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="label.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>61, 51</value>
|
||||
</data>
|
||||
<data name="label.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>87, 13</value>
|
||||
</data>
|
||||
<data name="label.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>17</value>
|
||||
</data>
|
||||
<data name="label.Text" xml:space="preserve">
|
||||
<value>Phác đồ điều trị</value>
|
||||
</data>
|
||||
<data name=">>label.Name" xml:space="preserve">
|
||||
<value>label</value>
|
||||
</data>
|
||||
<data name=">>label.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>label.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>label.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>31, 91</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>117, 13</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Text" xml:space="preserve">
|
||||
<value>Ngày bắt đầu điều trị</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.Name" xml:space="preserve">
|
||||
<value>lblTreatmentSdate</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>lblTreatmentSdate.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
</data>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="TreatmentSdate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentSdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 88</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Utils.v16.2" name="DevExpress.Utils.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TreatmentSdate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.XtraEditors.v16.2" name="DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TreatmentSdate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v16.2">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.Name" xml:space="preserve">
|
||||
<value>TreatmentSdate</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>TreatmentSdate.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>45, 133</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>103, 13</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Text" xml:space="preserve">
|
||||
<value>Ngày dừng điều trị</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.Name" xml:space="preserve">
|
||||
<value>labelTreatmentEdate</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelTreatmentEdate.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.EditValue" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentEdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>169, 130</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Properties.CalendarTimeProperties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Properties.Mask.MaskType" type="DevExpress.XtraEditors.Mask.MaskType, DevExpress.XtraEditors.v16.2">
|
||||
<value>DateTimeAdvancingCaret</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>100, 20</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.Name" xml:space="preserve">
|
||||
<value>TreatmentEdate</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>TreatmentEdate.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.AutoSizeMode" type="DevExpress.XtraEditors.LabelAutoSizeMode, DevExpress.XtraEditors.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>31, 187</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>117, 36</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Text" xml:space="preserve">
|
||||
<value>Lý do dừng điều trị ( Chỉ đối với ARV)</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.Name" xml:space="preserve">
|
||||
<value>labelReasonStop</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>labelReasonStop.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 9</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns" xml:space="preserve">
|
||||
<value>TreatmentId</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã điều trị</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<assembly alias="DevExpress.Data.v16.2" name="DevExpress.Data.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||
<data name="TreatmentID.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns7" xml:space="preserve">
|
||||
<value>VTreatmentDes</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên điều trị</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>200</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<metadata name="tblTreatmentEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="TreatmentID.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="TreatmentID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="TreatmentID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.Name" xml:space="preserve">
|
||||
<value>TreatmentID</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>TreatmentID.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
</data>
|
||||
<metadata name="tblRegimenEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>248, 17</value>
|
||||
</metadata>
|
||||
<data name="Regimenid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 48</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns" xml:space="preserve">
|
||||
<value>Regimenid</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã phác đồ</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns7" xml:space="preserve">
|
||||
<value>VRegimenname</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên phác đồ</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>250</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="Regimenid.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="Regimenid.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="Regimenid.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.Name" xml:space="preserve">
|
||||
<value>Regimenid</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>Regimenid.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="ReasonID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>170, 189</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v16.2">
|
||||
<value>Combo</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns" xml:space="preserve">
|
||||
<value>ReasonId</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns1" xml:space="preserve">
|
||||
<value>Mã lý do</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns2" type="System.Int32, mscorlib">
|
||||
<value>100</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns3" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns4" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns5" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns6" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns7" xml:space="preserve">
|
||||
<value>VReasonDes</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns8" xml:space="preserve">
|
||||
<value>Tên lý do</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns9" type="System.Int32, mscorlib">
|
||||
<value>250</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns10" type="DevExpress.Utils.FormatType, DevExpress.Data.v16.2">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns11" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns12" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="ReasonID.Properties.Columns13" type="DevExpress.Utils.HorzAlignment, DevExpress.Data.v16.2">
|
||||
<value>Near</value>
|
||||
</data>
|
||||
<metadata name="tblRegimenStopReasonEntityBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>472, 17</value>
|
||||
</metadata>
|
||||
<data name="ReasonID.Properties.NullText" xml:space="preserve">
|
||||
<value />
|
||||
</data>
|
||||
<data name="ReasonID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="ReasonID.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.Name" xml:space="preserve">
|
||||
<value>ReasonID</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.Type" xml:space="preserve">
|
||||
<value>DevExpress.XtraEditors.LookUpEdit, DevExpress.XtraEditors.v16.2, Version=16.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.Parent" xml:space="preserve">
|
||||
<value>$this</value>
|
||||
</data>
|
||||
<data name=">>ReasonID.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>vi-VN</value>
|
||||
</metadata>
|
||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<data name="usrTreatment.Appearance.BackColor" type="System.Drawing.Color, System.Drawing">
|
||||
<value>White</value>
|
||||
</data>
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.AutoScroll" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>893, 278</value>
|
||||
</data>
|
||||
<data name=">>tblTreatmentEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblTreatmentEntityBindingSource</value>
|
||||
</data>
|
||||
<data name=">>tblTreatmentEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblRegimenEntityBindingSource</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenStopReasonEntityBindingSource.Name" xml:space="preserve">
|
||||
<value>tblRegimenStopReasonEntityBindingSource</value>
|
||||
</data>
|
||||
<data name=">>tblRegimenStopReasonEntityBindingSource.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.BindingSource, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>usrTreatment</value>
|
||||
</data>
|
||||
<data name=">>$this.Type" xml:space="preserve">
|
||||
<value>PatientMan.usrControls.usrCommon, PatientMan, Version=1.0.0.27176, Culture=neutral, PublicKeyToken=null</value>
|
||||
</data>
|
||||
</root>
|
157
patientman/PatientMan/Controls/usrTreatment.vi-VN.resx
Normal file
157
patientman/PatientMan/Controls/usrTreatment.vi-VN.resx
Normal file
@@ -0,0 +1,157 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="labelTreatmentID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>68, 12</value>
|
||||
</data>
|
||||
<data name="label.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>47, 51</value>
|
||||
</data>
|
||||
<data name="lblTreatmentSdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 92</value>
|
||||
</data>
|
||||
<data name="TreatmentSdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>171, 85</value>
|
||||
</data>
|
||||
<data name="labelTreatmentEdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>31, 130</value>
|
||||
</data>
|
||||
<data name="TreatmentEdate.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>171, 127</value>
|
||||
</data>
|
||||
<data name="labelReasonStop.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>17, 160</value>
|
||||
</data>
|
||||
<data name="TreatmentID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>171, 9</value>
|
||||
</data>
|
||||
<data name="Regimenid.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>171, 48</value>
|
||||
</data>
|
||||
<data name="ReasonID.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>171, 162</value>
|
||||
</data>
|
||||
<data name="ReasonID.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>548, 20</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>823, 261</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user