222 lines
17 KiB
C#
222 lines
17 KiB
C#
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;
|
|
}
|
|
}
|