446 lines
29 KiB
C#
446 lines
29 KiB
C#
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;
|
|
}
|
|
}
|