namespace PatientMan.Controls
{
partial class usrDiary
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(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;
}
}