239 lines
11 KiB
C#
239 lines
11 KiB
C#
namespace PatientMan.Forms
|
|
{
|
|
partial class frmTests
|
|
{
|
|
/// <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();
|
|
DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
|
|
this.grdTests = new DevExpress.XtraGrid.GridControl();
|
|
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.btnSave = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.viewRegimens = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.viewDists = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colDistrictid1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colDistrictname = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colProvinceid1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.viewCommunes = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.colDistrictid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCommuneid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colCommunename = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.tblTestEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.colETestName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colTestid = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.colVTestName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.grdTests)).BeginInit();
|
|
this.contextMenuStrip.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.viewRegimens)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.viewDists)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.viewCommunes)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tblTestEntityBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// grdTests
|
|
//
|
|
this.grdTests.ContextMenuStrip = this.contextMenuStrip;
|
|
this.grdTests.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.grdTests.DataSource = this.tblTestEntityBindingSource;
|
|
this.grdTests.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
gridLevelNode1.RelationName = "TblPreClinicsInfos";
|
|
this.grdTests.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
|
|
gridLevelNode1});
|
|
this.grdTests.Location = new System.Drawing.Point(0, 0);
|
|
this.grdTests.MainView = this.viewRegimens;
|
|
this.grdTests.Name = "grdTests";
|
|
this.grdTests.Size = new System.Drawing.Size(569, 262);
|
|
this.grdTests.TabIndex = 3;
|
|
this.grdTests.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.viewRegimens,
|
|
this.viewDists,
|
|
this.viewCommunes});
|
|
//
|
|
// contextMenuStrip
|
|
//
|
|
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.btnSave});
|
|
this.contextMenuStrip.Name = "contextMenuStrip";
|
|
this.contextMenuStrip.Size = new System.Drawing.Size(153, 48);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(152, 22);
|
|
this.btnSave.Text = "Save";
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// viewRegimens
|
|
//
|
|
this.viewRegimens.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colETestName,
|
|
this.colTestid,
|
|
this.colVTestName});
|
|
this.viewRegimens.GridControl = this.grdTests;
|
|
this.viewRegimens.Name = "viewRegimens";
|
|
this.viewRegimens.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.viewRegimens.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
|
|
this.viewRegimens.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// viewDists
|
|
//
|
|
this.viewDists.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colDistrictid1,
|
|
this.colDistrictname,
|
|
this.colProvinceid1});
|
|
this.viewDists.GridControl = this.grdTests;
|
|
this.viewDists.Name = "viewDists";
|
|
this.viewDists.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.viewDists.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
|
|
this.viewDists.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colDistrictid1
|
|
//
|
|
this.colDistrictid1.Caption = "Mã huyện";
|
|
this.colDistrictid1.FieldName = "Districtid";
|
|
this.colDistrictid1.Name = "colDistrictid1";
|
|
this.colDistrictid1.Visible = true;
|
|
this.colDistrictid1.VisibleIndex = 1;
|
|
//
|
|
// colDistrictname
|
|
//
|
|
this.colDistrictname.Caption = "Tên huyện";
|
|
this.colDistrictname.FieldName = "Districtname";
|
|
this.colDistrictname.Name = "colDistrictname";
|
|
this.colDistrictname.Visible = true;
|
|
this.colDistrictname.VisibleIndex = 2;
|
|
//
|
|
// colProvinceid1
|
|
//
|
|
this.colProvinceid1.Caption = "Mã tỉnh";
|
|
this.colProvinceid1.FieldName = "Provinceid";
|
|
this.colProvinceid1.Name = "colProvinceid1";
|
|
this.colProvinceid1.Visible = true;
|
|
this.colProvinceid1.VisibleIndex = 0;
|
|
//
|
|
// viewCommunes
|
|
//
|
|
this.viewCommunes.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.colDistrictid,
|
|
this.colCommuneid,
|
|
this.colCommunename});
|
|
this.viewCommunes.GridControl = this.grdTests;
|
|
this.viewCommunes.Name = "viewCommunes";
|
|
this.viewCommunes.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
|
|
this.viewCommunes.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
|
|
this.viewCommunes.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// colDistrictid
|
|
//
|
|
this.colDistrictid.Caption = "Mã huyện";
|
|
this.colDistrictid.FieldName = "Districtid";
|
|
this.colDistrictid.Name = "colDistrictid";
|
|
this.colDistrictid.Visible = true;
|
|
this.colDistrictid.VisibleIndex = 0;
|
|
//
|
|
// colCommuneid
|
|
//
|
|
this.colCommuneid.Caption = "Mã xã";
|
|
this.colCommuneid.FieldName = "Communeid";
|
|
this.colCommuneid.Name = "colCommuneid";
|
|
this.colCommuneid.Visible = true;
|
|
this.colCommuneid.VisibleIndex = 1;
|
|
//
|
|
// colCommunename
|
|
//
|
|
this.colCommunename.Caption = "Tên xã";
|
|
this.colCommunename.FieldName = "Communename";
|
|
this.colCommunename.Name = "colCommunename";
|
|
this.colCommunename.Visible = true;
|
|
this.colCommunename.VisibleIndex = 2;
|
|
//
|
|
// tblTestEntityBindingSource
|
|
//
|
|
this.tblTestEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblTestEntity);
|
|
//
|
|
// colETestName
|
|
//
|
|
this.colETestName.Caption = "Tên tiếng Anh";
|
|
this.colETestName.FieldName = "ETestName";
|
|
this.colETestName.Name = "colETestName";
|
|
this.colETestName.Visible = true;
|
|
this.colETestName.VisibleIndex = 1;
|
|
//
|
|
// colTestid
|
|
//
|
|
this.colTestid.Caption = "Mã xét nghiệm";
|
|
this.colTestid.FieldName = "Testid";
|
|
this.colTestid.Name = "colTestid";
|
|
this.colTestid.Visible = true;
|
|
this.colTestid.VisibleIndex = 0;
|
|
//
|
|
// colVTestName
|
|
//
|
|
this.colVTestName.Caption = "Tên tiếng Việt";
|
|
this.colVTestName.FieldName = "VTestName";
|
|
this.colVTestName.Name = "colVTestName";
|
|
this.colVTestName.Visible = true;
|
|
this.colVTestName.VisibleIndex = 2;
|
|
//
|
|
// frmTests
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.ClientSize = new System.Drawing.Size(569, 262);
|
|
this.Controls.Add(this.grdTests);
|
|
this.Name = "frmTests";
|
|
this.Text = "Danh mục xét nghiệm";
|
|
((System.ComponentModel.ISupportInitialize)(this.grdTests)).EndInit();
|
|
this.contextMenuStrip.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.viewRegimens)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.viewDists)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.viewCommunes)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.tblTestEntityBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraGrid.GridControl grdTests;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem btnSave;
|
|
private System.Windows.Forms.BindingSource tblTestEntityBindingSource;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView viewRegimens;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colETestName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colTestid;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colVTestName;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView viewDists;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDistrictid1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDistrictname;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colProvinceid1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView viewCommunes;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colDistrictid;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCommuneid;
|
|
private DevExpress.XtraGrid.Columns.GridColumn colCommunename;
|
|
}
|
|
}
|