505 lines
37 KiB
C#
505 lines
37 KiB
C#
namespace PatientMan.Forms
|
|
{
|
|
partial class frmPreClinics
|
|
{
|
|
/// <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(frmPreClinics));
|
|
this.usrPreClinicInfo = new PatientMan.Controls.ursPreClinicInfo();
|
|
this.grdPreClinicInfo = new hsphgrid();
|
|
this.persistentRepository = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
|
|
this._status = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
|
this._province = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this._AgencyType = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this._TreatmentFollow = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
|
this._Service = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
|
this._Motion = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
|
this._test = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this._regimen = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this._treatment = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this._QualityResult = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
|
this._Patients = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
|
this.gridview = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.PatientId = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PatientName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Testid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.TestDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.QualityResult = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.QuantityResult = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gridView6 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.barManager = new DevExpress.XtraBars.BarManager(this.components);
|
|
this.bar2 = new DevExpress.XtraBars.Bar();
|
|
this.barButtonView = new DevExpress.XtraBars.BarButtonItem();
|
|
this.cbFilter = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
this.barPrint = new DevExpress.XtraBars.BarButtonItem();
|
|
this.barAutoUpdate = new DevExpress.XtraBars.BarButtonItem();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdPreClinicInfo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._status)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._province)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._AgencyType)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._TreatmentFollow)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._Service)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._Motion)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._test)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._regimen)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._treatment)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._QualityResult)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._Patients)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridview)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// usrPreClinicInfo
|
|
//
|
|
resources.ApplyResources(this.usrPreClinicInfo, "usrPreClinicInfo");
|
|
this.usrPreClinicInfo.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("usrPreClinicInfo.Appearance.BackColor")));
|
|
this.usrPreClinicInfo.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("usrPreClinicInfo.Appearance.GradientMode")));
|
|
this.usrPreClinicInfo.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("usrPreClinicInfo.Appearance.Image")));
|
|
this.usrPreClinicInfo.Appearance.Options.UseBackColor = true;
|
|
this.usrPreClinicInfo.ControlEnabled = false;
|
|
this.usrPreClinicInfo.Name = "usrPreClinicInfo";
|
|
this.usrPreClinicInfo.PatientInfor = null;
|
|
this.usrPreClinicInfo.PreClinicsInfos = null;
|
|
//
|
|
// grdPreClinicInfo
|
|
//
|
|
resources.ApplyResources(this.grdPreClinicInfo, "grdPreClinicInfo");
|
|
this.grdPreClinicInfo.EmbeddedNavigator.AccessibleDescription = resources.GetString("grdPreClinicInfo.EmbeddedNavigator.AccessibleDescription");
|
|
this.grdPreClinicInfo.EmbeddedNavigator.AccessibleName = resources.GetString("grdPreClinicInfo.EmbeddedNavigator.AccessibleName");
|
|
this.grdPreClinicInfo.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.AllowHtmlTextInToolTip")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.Anchor")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.BackgroundImage")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.BackgroundImageLayout")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.ImeMode")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.MaximumSize = ((System.Drawing.Size)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.MaximumSize")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.TextLocation = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.TextLocation")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.ToolTip = resources.GetString("grdPreClinicInfo.EmbeddedNavigator.ToolTip");
|
|
this.grdPreClinicInfo.EmbeddedNavigator.ToolTipIconType = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("grdPreClinicInfo.EmbeddedNavigator.ToolTipIconType")));
|
|
this.grdPreClinicInfo.EmbeddedNavigator.ToolTipTitle = resources.GetString("grdPreClinicInfo.EmbeddedNavigator.ToolTipTitle");
|
|
this.grdPreClinicInfo.ExternalRepository = this.persistentRepository;
|
|
this.grdPreClinicInfo.MainView = this.gridview;
|
|
this.grdPreClinicInfo.Name = "grdPreClinicInfo";
|
|
this.grdPreClinicInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridview,
|
|
this.gridView6});
|
|
//
|
|
// persistentRepository
|
|
//
|
|
this.persistentRepository.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this._status,
|
|
this._province,
|
|
this._AgencyType,
|
|
this._TreatmentFollow,
|
|
this._Service,
|
|
this._Motion,
|
|
this._test,
|
|
this._regimen,
|
|
this._treatment,
|
|
this._QualityResult,
|
|
this._Patients});
|
|
//
|
|
// _status
|
|
//
|
|
resources.ApplyResources(this._status, "_status");
|
|
this._status.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_status.Buttons"))))});
|
|
this._status.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_status.Items"), ((object)(resources.GetObject("_status.Items1"))), ((int)(resources.GetObject("_status.Items2")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_status.Items3"), ((object)(resources.GetObject("_status.Items4"))), ((int)(resources.GetObject("_status.Items5")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_status.Items6"), ((object)(resources.GetObject("_status.Items7"))), ((int)(resources.GetObject("_status.Items8"))))});
|
|
this._status.Name = "_status";
|
|
//
|
|
// _province
|
|
//
|
|
resources.ApplyResources(this._province, "_province");
|
|
this._province.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_province.Buttons"))))});
|
|
this._province.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_province.Columns"), resources.GetString("_province.Columns1"), ((int)(resources.GetObject("_province.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("_province.Columns3"))), resources.GetString("_province.Columns4"), ((bool)(resources.GetObject("_province.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("_province.Columns6")))),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_province.Columns7"), resources.GetString("_province.Columns8"))});
|
|
this._province.DisplayMember = "Provincename";
|
|
this._province.Name = "_province";
|
|
this._province.ValueMember = "Provinceid";
|
|
//
|
|
// _AgencyType
|
|
//
|
|
resources.ApplyResources(this._AgencyType, "_AgencyType");
|
|
this._AgencyType.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_AgencyType.Buttons"))))});
|
|
this._AgencyType.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_AgencyType.Columns"), resources.GetString("_AgencyType.Columns1"), ((int)(resources.GetObject("_AgencyType.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("_AgencyType.Columns3"))), resources.GetString("_AgencyType.Columns4"), ((bool)(resources.GetObject("_AgencyType.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("_AgencyType.Columns6")))),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_AgencyType.Columns7"), ((int)(resources.GetObject("_AgencyType.Columns8"))), resources.GetString("_AgencyType.Columns9")),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_AgencyType.Columns10"), ((int)(resources.GetObject("_AgencyType.Columns11"))), resources.GetString("_AgencyType.Columns12"))});
|
|
this._AgencyType.DisplayMember = "VAgencyTypeName";
|
|
this._AgencyType.Name = "_AgencyType";
|
|
this._AgencyType.ValueMember = "AgencyTypeId";
|
|
//
|
|
// _TreatmentFollow
|
|
//
|
|
resources.ApplyResources(this._TreatmentFollow, "_TreatmentFollow");
|
|
this._TreatmentFollow.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_TreatmentFollow.Buttons"))))});
|
|
this._TreatmentFollow.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_TreatmentFollow.Items"), ((object)(resources.GetObject("_TreatmentFollow.Items1"))), ((int)(resources.GetObject("_TreatmentFollow.Items2")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_TreatmentFollow.Items3"), ((object)(resources.GetObject("_TreatmentFollow.Items4"))), ((int)(resources.GetObject("_TreatmentFollow.Items5")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_TreatmentFollow.Items6"), ((object)(resources.GetObject("_TreatmentFollow.Items7"))), ((int)(resources.GetObject("_TreatmentFollow.Items8"))))});
|
|
this._TreatmentFollow.Name = "_TreatmentFollow";
|
|
//
|
|
// _Service
|
|
//
|
|
resources.ApplyResources(this._Service, "_Service");
|
|
this._Service.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_Service.Buttons"))))});
|
|
this._Service.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Service.Items"), resources.GetString("_Service.Items1"), ((int)(resources.GetObject("_Service.Items2")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Service.Items3"), resources.GetString("_Service.Items4"), ((int)(resources.GetObject("_Service.Items5")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Service.Items6"), resources.GetString("_Service.Items7"), ((int)(resources.GetObject("_Service.Items8")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Service.Items9"), resources.GetString("_Service.Items10"), ((int)(resources.GetObject("_Service.Items11")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Service.Items12"), resources.GetString("_Service.Items13"), ((int)(resources.GetObject("_Service.Items14")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Service.Items15"), resources.GetString("_Service.Items16"), ((int)(resources.GetObject("_Service.Items17"))))});
|
|
this._Service.Name = "_Service";
|
|
//
|
|
// _Motion
|
|
//
|
|
resources.ApplyResources(this._Motion, "_Motion");
|
|
this._Motion.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_Motion.Buttons"))))});
|
|
this._Motion.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Motion.Items"), ((object)(resources.GetObject("_Motion.Items1"))), ((int)(resources.GetObject("_Motion.Items2")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Motion.Items3"), ((object)(resources.GetObject("_Motion.Items4"))), ((int)(resources.GetObject("_Motion.Items5")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_Motion.Items6"), ((object)(resources.GetObject("_Motion.Items7"))), ((int)(resources.GetObject("_Motion.Items8"))))});
|
|
this._Motion.Name = "_Motion";
|
|
//
|
|
// _test
|
|
//
|
|
resources.ApplyResources(this._test, "_test");
|
|
this._test.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_test.Buttons"))))});
|
|
this._test.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_test.Columns"), resources.GetString("_test.Columns1"), ((int)(resources.GetObject("_test.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("_test.Columns3"))), resources.GetString("_test.Columns4"), ((bool)(resources.GetObject("_test.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("_test.Columns6")))),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_test.Columns7"), ((int)(resources.GetObject("_test.Columns8"))), resources.GetString("_test.Columns9"))});
|
|
this._test.DisplayMember = "TestName";
|
|
this._test.Name = "_test";
|
|
this._test.ValueMember = "Testid";
|
|
//
|
|
// _regimen
|
|
//
|
|
resources.ApplyResources(this._regimen, "_regimen");
|
|
this._regimen.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_regimen.Buttons"))))});
|
|
this._regimen.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_regimen.Columns"), resources.GetString("_regimen.Columns1"), ((int)(resources.GetObject("_regimen.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("_regimen.Columns3"))), resources.GetString("_regimen.Columns4"), ((bool)(resources.GetObject("_regimen.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("_regimen.Columns6")))),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_regimen.Columns7"), ((int)(resources.GetObject("_regimen.Columns8"))), resources.GetString("_regimen.Columns9"))});
|
|
this._regimen.DisplayMember = "ERegimenName";
|
|
this._regimen.Name = "_regimen";
|
|
this._regimen.ValueMember = "Regimenid";
|
|
//
|
|
// _treatment
|
|
//
|
|
resources.ApplyResources(this._treatment, "_treatment");
|
|
this._treatment.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_treatment.Buttons"))))});
|
|
this._treatment.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_treatment.Columns"), resources.GetString("_treatment.Columns1"), ((int)(resources.GetObject("_treatment.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("_treatment.Columns3"))), resources.GetString("_treatment.Columns4"), ((bool)(resources.GetObject("_treatment.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("_treatment.Columns6")))),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_treatment.Columns7"), ((int)(resources.GetObject("_treatment.Columns8"))), resources.GetString("_treatment.Columns9"))});
|
|
this._treatment.DisplayMember = "ETreatmentDes";
|
|
this._treatment.Name = "_treatment";
|
|
this._treatment.ValueMember = "TreatmentId";
|
|
//
|
|
// _QualityResult
|
|
//
|
|
resources.ApplyResources(this._QualityResult, "_QualityResult");
|
|
this._QualityResult.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_QualityResult.Buttons"))))});
|
|
this._QualityResult.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_QualityResult.Items"), ((object)(resources.GetObject("_QualityResult.Items1"))), ((int)(resources.GetObject("_QualityResult.Items2")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_QualityResult.Items3"), ((object)(resources.GetObject("_QualityResult.Items4"))), ((int)(resources.GetObject("_QualityResult.Items5")))),
|
|
new DevExpress.XtraEditors.Controls.ImageComboBoxItem(resources.GetString("_QualityResult.Items6"), ((object)(resources.GetObject("_QualityResult.Items7"))), ((int)(resources.GetObject("_QualityResult.Items8"))))});
|
|
this._QualityResult.Name = "_QualityResult";
|
|
//
|
|
// _Patients
|
|
//
|
|
resources.ApplyResources(this._Patients, "_Patients");
|
|
this._Patients.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("_Patients.Buttons"))))});
|
|
this._Patients.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_Patients.Columns"), resources.GetString("_Patients.Columns1"), ((int)(resources.GetObject("_Patients.Columns2"))), ((DevExpress.Utils.FormatType)(resources.GetObject("_Patients.Columns3"))), resources.GetString("_Patients.Columns4"), ((bool)(resources.GetObject("_Patients.Columns5"))), ((DevExpress.Utils.HorzAlignment)(resources.GetObject("_Patients.Columns6")))),
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo(resources.GetString("_Patients.Columns7"), ((int)(resources.GetObject("_Patients.Columns8"))), resources.GetString("_Patients.Columns9"))});
|
|
this._Patients.DisplayMember = "PatientName";
|
|
this._Patients.Name = "_Patients";
|
|
this._Patients.ValueMember = "PatientId";
|
|
//
|
|
// gridview
|
|
//
|
|
resources.ApplyResources(this.gridview, "gridview");
|
|
this.gridview.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.PatientId,
|
|
this.PatientName,
|
|
this.Testid,
|
|
this.TestDate,
|
|
this.QualityResult,
|
|
this.QuantityResult});
|
|
this.gridview.GridControl = this.grdPreClinicInfo;
|
|
this.gridview.Name = "gridview";
|
|
this.gridview.OptionsBehavior.Editable = false;
|
|
this.gridview.OptionsView.ShowGroupPanel = false;
|
|
this.gridview.DoubleClick += new System.EventHandler(this.gridview_DoubleClick);
|
|
//
|
|
// PatientId
|
|
//
|
|
resources.ApplyResources(this.PatientId, "PatientId");
|
|
this.PatientId.ColumnEdit = this._Patients;
|
|
this.PatientId.FieldName = "PatientId";
|
|
this.PatientId.Name = "PatientId";
|
|
this.PatientId.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem()});
|
|
//
|
|
// PatientName
|
|
//
|
|
resources.ApplyResources(this.PatientName, "PatientName");
|
|
this.PatientName.ColumnEdit = this._Patients;
|
|
this.PatientName.FieldName = "PatientId";
|
|
this.PatientName.Name = "PatientName";
|
|
this.PatientName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem()});
|
|
//
|
|
// Testid
|
|
//
|
|
resources.ApplyResources(this.Testid, "Testid");
|
|
this.Testid.ColumnEdit = this._test;
|
|
this.Testid.FieldName = "Testid";
|
|
this.Testid.Name = "Testid";
|
|
this.Testid.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem()});
|
|
//
|
|
// TestDate
|
|
//
|
|
resources.ApplyResources(this.TestDate, "TestDate");
|
|
this.TestDate.FieldName = "TestDate";
|
|
this.TestDate.Name = "TestDate";
|
|
this.TestDate.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem()});
|
|
//
|
|
// QualityResult
|
|
//
|
|
resources.ApplyResources(this.QualityResult, "QualityResult");
|
|
this.QualityResult.ColumnEdit = this._QualityResult;
|
|
this.QualityResult.FieldName = "QualityResult";
|
|
this.QualityResult.Name = "QualityResult";
|
|
this.QualityResult.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem()});
|
|
//
|
|
// QuantityResult
|
|
//
|
|
resources.ApplyResources(this.QuantityResult, "QuantityResult");
|
|
this.QuantityResult.FieldName = "QuantityResult";
|
|
this.QuantityResult.Name = "QuantityResult";
|
|
this.QuantityResult.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
|
new DevExpress.XtraGrid.GridColumnSummaryItem()});
|
|
//
|
|
// gridView6
|
|
//
|
|
resources.ApplyResources(this.gridView6, "gridView6");
|
|
this.gridView6.GridControl = this.grdPreClinicInfo;
|
|
this.gridView6.Name = "gridView6";
|
|
//
|
|
// barManager
|
|
//
|
|
this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
|
this.bar2});
|
|
this.barManager.DockControls.Add(this.barDockControlTop);
|
|
this.barManager.DockControls.Add(this.barDockControlBottom);
|
|
this.barManager.DockControls.Add(this.barDockControlLeft);
|
|
this.barManager.DockControls.Add(this.barDockControlRight);
|
|
this.barManager.Form = this;
|
|
this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
this.barButtonView,
|
|
this.barPrint,
|
|
this.barAutoUpdate});
|
|
this.barManager.MainMenu = this.bar2;
|
|
this.barManager.MaxItemId = 6;
|
|
this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.cbFilter});
|
|
//
|
|
// bar2
|
|
//
|
|
this.bar2.BarName = "Main menu";
|
|
this.bar2.DockCol = 0;
|
|
this.bar2.DockRow = 0;
|
|
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonView, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barPrint, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
|
|
this.bar2.OptionsBar.MultiLine = true;
|
|
this.bar2.OptionsBar.UseWholeRow = true;
|
|
resources.ApplyResources(this.bar2, "bar2");
|
|
//
|
|
// barButtonView
|
|
//
|
|
resources.ApplyResources(this.barButtonView, "barButtonView");
|
|
this.barButtonView.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonView.Glyph")));
|
|
this.barButtonView.Id = 0;
|
|
this.barButtonView.ImageIndex = 10;
|
|
this.barButtonView.Name = "barButtonView";
|
|
//
|
|
// cbFilter
|
|
//
|
|
resources.ApplyResources(this.cbFilter, "cbFilter");
|
|
this.cbFilter.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cbFilter.Buttons"))))});
|
|
this.cbFilter.Items.AddRange(new object[] {
|
|
resources.GetString("cbFilter.Items"),
|
|
resources.GetString("cbFilter.Items1"),
|
|
resources.GetString("cbFilter.Items2"),
|
|
resources.GetString("cbFilter.Items3"),
|
|
resources.GetString("cbFilter.Items4"),
|
|
resources.GetString("cbFilter.Items5")});
|
|
this.cbFilter.Name = "cbFilter";
|
|
//
|
|
// barDockControlTop
|
|
//
|
|
resources.ApplyResources(this.barDockControlTop, "barDockControlTop");
|
|
this.barDockControlTop.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("barDockControlTop.Appearance.GradientMode")));
|
|
this.barDockControlTop.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("barDockControlTop.Appearance.Image")));
|
|
this.barDockControlTop.CausesValidation = false;
|
|
//
|
|
// barDockControlBottom
|
|
//
|
|
resources.ApplyResources(this.barDockControlBottom, "barDockControlBottom");
|
|
this.barDockControlBottom.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("barDockControlBottom.Appearance.GradientMode")));
|
|
this.barDockControlBottom.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("barDockControlBottom.Appearance.Image")));
|
|
this.barDockControlBottom.CausesValidation = false;
|
|
//
|
|
// barDockControlLeft
|
|
//
|
|
resources.ApplyResources(this.barDockControlLeft, "barDockControlLeft");
|
|
this.barDockControlLeft.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("barDockControlLeft.Appearance.GradientMode")));
|
|
this.barDockControlLeft.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("barDockControlLeft.Appearance.Image")));
|
|
this.barDockControlLeft.CausesValidation = false;
|
|
//
|
|
// barDockControlRight
|
|
//
|
|
resources.ApplyResources(this.barDockControlRight, "barDockControlRight");
|
|
this.barDockControlRight.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("barDockControlRight.Appearance.GradientMode")));
|
|
this.barDockControlRight.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("barDockControlRight.Appearance.Image")));
|
|
this.barDockControlRight.CausesValidation = false;
|
|
//
|
|
// barPrint
|
|
//
|
|
resources.ApplyResources(this.barPrint, "barPrint");
|
|
this.barPrint.Glyph = ((System.Drawing.Image)(resources.GetObject("barPrint.Glyph")));
|
|
this.barPrint.Id = 2;
|
|
this.barPrint.ImageIndex = 0;
|
|
this.barPrint.Name = "barPrint";
|
|
this.barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barPrint_ItemClick);
|
|
//
|
|
// barAutoUpdate
|
|
//
|
|
resources.ApplyResources(this.barAutoUpdate, "barAutoUpdate");
|
|
this.barAutoUpdate.Glyph = ((System.Drawing.Image)(resources.GetObject("barAutoUpdate.Glyph")));
|
|
this.barAutoUpdate.Id = 5;
|
|
this.barAutoUpdate.Name = "barAutoUpdate";
|
|
//
|
|
// frmPreClinics
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.Appearance.BackColor = ((System.Drawing.Color)(resources.GetObject("frmPreClinics.Appearance.BackColor")));
|
|
this.Appearance.GradientMode = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("frmPreClinics.Appearance.GradientMode")));
|
|
this.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("frmPreClinics.Appearance.Image")));
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Controls.Add(this.barDockControlLeft);
|
|
this.Controls.Add(this.barDockControlRight);
|
|
this.Controls.Add(this.barDockControlBottom);
|
|
this.Controls.Add(this.barDockControlTop);
|
|
this.Controls.Add(this.grdPreClinicInfo);
|
|
this.Controls.Add(this.usrPreClinicInfo);
|
|
this.Name = "frmPreClinics";
|
|
this.Load += new System.EventHandler(this.frmPreClinics_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.grdPreClinicInfo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._status)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._province)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._AgencyType)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._TreatmentFollow)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._Service)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._Motion)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._test)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._regimen)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._treatment)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._QualityResult)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this._Patients)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridview)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbFilter)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Controls.ursPreClinicInfo usrPreClinicInfo;
|
|
private hsphgrid grdPreClinicInfo;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridview;
|
|
private DevExpress.XtraGrid.Columns.GridColumn Testid;
|
|
private DevExpress.XtraGrid.Columns.GridColumn TestDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn QualityResult;
|
|
private DevExpress.XtraGrid.Columns.GridColumn QuantityResult;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView6;
|
|
private DevExpress.XtraEditors.Repository.PersistentRepository persistentRepository;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox _status;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _province;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _AgencyType;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox _TreatmentFollow;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox _Service;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox _Motion;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _test;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _regimen;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _treatment;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox _QualityResult;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit _Patients;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PatientId;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PatientName;
|
|
private DevExpress.XtraBars.BarManager barManager;
|
|
private DevExpress.XtraBars.Bar bar2;
|
|
private DevExpress.XtraBars.BarButtonItem barButtonView;
|
|
private DevExpress.XtraBars.BarButtonItem barPrint;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
private DevExpress.XtraBars.BarButtonItem barAutoUpdate;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemComboBox cbFilter;
|
|
}
|
|
}
|