namespace PatientMan.Forms { partial class frmRegimens { /// /// 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(); this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.btnSave = new System.Windows.Forms.ToolStripMenuItem(); this.grdRegimens = new DevExpress.XtraGrid.GridControl(); 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.viewRegimens = new DevExpress.XtraGrid.Views.Grid.GridView(); this.tblRegimenEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.colERegimenName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRegimenid = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSign = new DevExpress.XtraGrid.Columns.GridColumn(); this.colType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colVRegimenname = new DevExpress.XtraGrid.Columns.GridColumn(); this.contextMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdRegimens)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.viewDists)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.viewCommunes)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.viewRegimens)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblRegimenEntityBindingSource)).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); // // grdRegimens // this.grdRegimens.ContextMenuStrip = this.contextMenuStrip; this.grdRegimens.Cursor = System.Windows.Forms.Cursors.Default; this.grdRegimens.DataSource = this.tblRegimenEntityBindingSource; this.grdRegimens.Dock = System.Windows.Forms.DockStyle.Fill; this.grdRegimens.Location = new System.Drawing.Point(0, 0); this.grdRegimens.MainView = this.viewRegimens; this.grdRegimens.Name = "grdRegimens"; this.grdRegimens.Size = new System.Drawing.Size(569, 262); this.grdRegimens.TabIndex = 2; this.grdRegimens.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.viewDists, this.viewCommunes, this.viewRegimens}); // // viewDists // this.viewDists.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colDistrictid1, this.colDistrictname, this.colProvinceid1}); this.viewDists.GridControl = this.grdRegimens; 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.grdRegimens; 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; // // viewRegimens // this.viewRegimens.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colERegimenName, this.colRegimenid, this.colSign, this.colType, this.colVRegimenname}); this.viewRegimens.GridControl = this.grdRegimens; 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; // // tblRegimenEntityBindingSource // this.tblRegimenEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblRegimenEntity); // // colERegimenName // this.colERegimenName.Caption = "Tên tiếng Anh"; this.colERegimenName.FieldName = "ERegimenName"; this.colERegimenName.Name = "colERegimenName"; this.colERegimenName.Visible = true; this.colERegimenName.VisibleIndex = 1; // // colRegimenid // this.colRegimenid.Caption = "Mã phác đồ"; this.colRegimenid.FieldName = "Regimenid"; this.colRegimenid.Name = "colRegimenid"; this.colRegimenid.Visible = true; this.colRegimenid.VisibleIndex = 0; // // colSign // this.colSign.Caption = "Ký hiệu"; this.colSign.FieldName = "Sign"; this.colSign.Name = "colSign"; this.colSign.Visible = true; this.colSign.VisibleIndex = 3; // // colType // this.colType.Caption = "Bậc phác đồ"; this.colType.FieldName = "Type"; this.colType.Name = "colType"; this.colType.Visible = true; this.colType.VisibleIndex = 4; // // colVRegimenname // this.colVRegimenname.Caption = "Tên tiếng Việt"; this.colVRegimenname.FieldName = "VRegimenname"; this.colVRegimenname.Name = "colVRegimenname"; this.colVRegimenname.Visible = true; this.colVRegimenname.VisibleIndex = 2; // // frmRegimens // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(569, 262); this.Controls.Add(this.grdRegimens); this.Name = "frmRegimens"; this.Text = "Danh mục phác đồ"; this.contextMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdRegimens)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.viewDists)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.viewCommunes)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.viewRegimens)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblRegimenEntityBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip; private System.Windows.Forms.ToolStripMenuItem btnSave; private DevExpress.XtraGrid.GridControl grdRegimens; private System.Windows.Forms.BindingSource tblRegimenEntityBindingSource; private DevExpress.XtraGrid.Views.Grid.GridView viewRegimens; private DevExpress.XtraGrid.Columns.GridColumn colERegimenName; private DevExpress.XtraGrid.Columns.GridColumn colRegimenid; private DevExpress.XtraGrid.Columns.GridColumn colSign; private DevExpress.XtraGrid.Columns.GridColumn colType; private DevExpress.XtraGrid.Columns.GridColumn colVRegimenname; 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; } }