namespace PatientMan.Forms { partial class frmTreatmentList { /// /// 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() { this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.btnSave = new System.Windows.Forms.ToolStripMenuItem(); this.grdTests = new DevExpress.XtraGrid.GridControl(); 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.tblTreatmentEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.colETreatmentDes = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSign = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTreatmentId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVTreatmentDes = new DevExpress.XtraGrid.Columns.GridColumn(); this.contextMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdTests)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.viewRegimens)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.viewDists)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.viewCommunes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblTreatmentEntityBindingSource)).BeginInit(); this.SuspendLayout(); // // 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); // // grdTests // this.grdTests.ContextMenuStrip = this.contextMenuStrip; this.grdTests.Cursor = System.Windows.Forms.Cursors.Default; this.grdTests.DataSource = this.tblTreatmentEntityBindingSource; 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 = 4; this.grdTests.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.viewRegimens, this.viewDists, this.viewCommunes}); // // viewRegimens // this.viewRegimens.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colETreatmentDes, this.colSign, this.colTreatmentId, this.colVTreatmentDes}); 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; // // tblTreatmentEntityBindingSource // this.tblTreatmentEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblTreatmentEntity); // // colETreatmentDes // this.colETreatmentDes.Caption = "Tên tiếng Anh"; this.colETreatmentDes.FieldName = "TreatmentId"; this.colETreatmentDes.Name = "colETreatmentDes"; this.colETreatmentDes.Visible = true; this.colETreatmentDes.VisibleIndex = 2; // // colSign // this.colSign.Caption = "Mã hiển thị"; this.colSign.FieldName = "Sign"; this.colSign.Name = "colSign"; this.colSign.Visible = true; this.colSign.VisibleIndex = 3; // // colTreatmentId // this.colTreatmentId.Caption = "Mã số"; this.colTreatmentId.FieldName = "TreatmentId"; this.colTreatmentId.Name = "colTreatmentId"; this.colTreatmentId.Visible = true; this.colTreatmentId.VisibleIndex = 0; // // colVTreatmentDes // this.colVTreatmentDes.Caption = "Tên tiếng Việt"; this.colVTreatmentDes.FieldName = "VTreatmentDes"; this.colVTreatmentDes.Name = "colVTreatmentDes"; this.colVTreatmentDes.Visible = true; this.colVTreatmentDes.VisibleIndex = 1; // // frmTreatmentList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(569, 262); this.Controls.Add(this.grdTests); this.Name = "frmTreatmentList"; this.Text = "Danh sách loại hình điều trị"; this.contextMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdTests)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.viewRegimens)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.viewDists)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.viewCommunes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblTreatmentEntityBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem btnSave; private DevExpress.XtraGrid.GridControl grdTests; private DevExpress.XtraGrid.Views.Grid.GridView viewRegimens; 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; private System.Windows.Forms.BindingSource tblTreatmentEntityBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colETreatmentDes; private DevExpress.XtraGrid.Columns.GridColumn colSign; private DevExpress.XtraGrid.Columns.GridColumn colTreatmentId; private DevExpress.XtraGrid.Columns.GridColumn colVTreatmentDes; } }