namespace Omega.Forms { partial class frmDirectories { /// /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDirectories)); this.Directories = new DevExpress.XtraTab.XtraTabControl(); this.Subjects = new DevExpress.XtraTab.XtraTabPage(); this.grdSubjects = new DevExpress.XtraGrid.GridControl(); this.tblSubjectEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.SubjectView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colSubjectDes = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnSubjectDesView = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.colSubjectId1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSubjectName = new DevExpress.XtraGrid.Columns.GridColumn(); this.TrainingType = new DevExpress.XtraTab.XtraTabPage(); this.grdTrainingType = new DevExpress.XtraGrid.GridControl(); this.tblTrainingTypeEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.TrainingTypeView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colTrainingTypeId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colTrainingTypeName = new DevExpress.XtraGrid.Columns.GridColumn(); this.Field = new DevExpress.XtraTab.XtraTabPage(); this.gridField = new DevExpress.XtraGrid.GridControl(); this.tblFieldEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.persistentRepository = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components); this.repoSubject = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.FieldDesView = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colPrefix = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); this.tbnFieldDesView = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.colFieldId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFieldName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSubjectId = new DevExpress.XtraGrid.Columns.GridColumn(); this.colUniqueId = new DevExpress.XtraGrid.Columns.GridColumn(); this.barManager = new DevExpress.XtraBars.BarManager(this.components); this.bar2 = new DevExpress.XtraBars.Bar(); this.Save = new DevExpress.XtraBars.BarButtonItem(); this.barDelete = new DevExpress.XtraBars.BarButtonItem(); this.barClose = new DevExpress.XtraBars.BarButtonItem(); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); ((System.ComponentModel.ISupportInitialize)(this.Directories)).BeginInit(); this.Directories.SuspendLayout(); this.Subjects.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdSubjects)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblSubjectEntityBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.SubjectView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnSubjectDesView)).BeginInit(); this.TrainingType.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdTrainingType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblTrainingTypeEntityBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.TrainingTypeView)).BeginInit(); this.Field.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridField)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblFieldEntityBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repoSubject)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.FieldDesView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tbnFieldDesView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit(); this.SuspendLayout(); // // Directories // this.Directories.Dock = System.Windows.Forms.DockStyle.Fill; this.Directories.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom; this.Directories.Location = new System.Drawing.Point(0, 24); this.Directories.Name = "Directories"; this.Directories.SelectedTabPage = this.Subjects; this.Directories.Size = new System.Drawing.Size(736, 424); this.Directories.TabIndex = 0; this.Directories.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.Subjects, this.TrainingType, this.Field}); // // Subjects // this.Subjects.Controls.Add(this.grdSubjects); this.Subjects.Image = ((System.Drawing.Image)(resources.GetObject("Subjects.Image"))); this.Subjects.Name = "Subjects"; this.Subjects.Size = new System.Drawing.Size(730, 393); this.Subjects.Text = "Môn học"; // // grdSubjects // this.grdSubjects.DataSource = this.tblSubjectEntityBindingSource; this.grdSubjects.Dock = System.Windows.Forms.DockStyle.Fill; this.grdSubjects.Location = new System.Drawing.Point(0, 0); this.grdSubjects.MainView = this.SubjectView; this.grdSubjects.Name = "grdSubjects"; this.grdSubjects.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.btnSubjectDesView}); this.grdSubjects.Size = new System.Drawing.Size(730, 393); this.grdSubjects.TabIndex = 1; this.grdSubjects.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.SubjectView}); // // tblSubjectEntityBindingSource // this.tblSubjectEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblSubjectEntity); // // SubjectView // this.SubjectView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colSubjectDes, this.colSubjectId1, this.colSubjectName}); this.SubjectView.GridControl = this.grdSubjects; this.SubjectView.Name = "SubjectView"; this.SubjectView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.SubjectView.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.SubjectView.OptionsView.ShowGroupPanel = false; // // colSubjectDes // this.colSubjectDes.Caption = "Mô tả"; this.colSubjectDes.ColumnEdit = this.btnSubjectDesView; this.colSubjectDes.FieldName = "SubjectDes"; this.colSubjectDes.Name = "colSubjectDes"; this.colSubjectDes.Visible = true; this.colSubjectDes.VisibleIndex = 2; this.colSubjectDes.Width = 569; // // btnSubjectDesView // this.btnSubjectDesView.AutoHeight = false; this.btnSubjectDesView.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.btnSubjectDesView.Name = "btnSubjectDesView"; this.btnSubjectDesView.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSubjectDesView_ButtonClick); // // colSubjectId1 // this.colSubjectId1.Caption = "Mã môn học"; this.colSubjectId1.FieldName = "SubjectId"; this.colSubjectId1.Name = "colSubjectId1"; this.colSubjectId1.Visible = true; this.colSubjectId1.VisibleIndex = 0; this.colSubjectId1.Width = 68; // // colSubjectName // this.colSubjectName.Caption = "Tên môn học"; this.colSubjectName.FieldName = "SubjectName"; this.colSubjectName.Name = "colSubjectName"; this.colSubjectName.Visible = true; this.colSubjectName.VisibleIndex = 1; this.colSubjectName.Width = 256; // // TrainingType // this.TrainingType.Controls.Add(this.grdTrainingType); this.TrainingType.Image = ((System.Drawing.Image)(resources.GetObject("TrainingType.Image"))); this.TrainingType.Name = "TrainingType"; this.TrainingType.Size = new System.Drawing.Size(730, 393); this.TrainingType.Text = "Loại hình đào tạo"; // // grdTrainingType // this.grdTrainingType.DataSource = this.tblTrainingTypeEntityBindingSource; this.grdTrainingType.Dock = System.Windows.Forms.DockStyle.Fill; this.grdTrainingType.Location = new System.Drawing.Point(0, 0); this.grdTrainingType.MainView = this.TrainingTypeView; this.grdTrainingType.Name = "grdTrainingType"; this.grdTrainingType.Size = new System.Drawing.Size(730, 393); this.grdTrainingType.TabIndex = 0; this.grdTrainingType.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.TrainingTypeView}); // // tblTrainingTypeEntityBindingSource // this.tblTrainingTypeEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblTrainingTypeEntity); // // TrainingTypeView // this.TrainingTypeView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colTrainingTypeId, this.colTrainingTypeName}); this.TrainingTypeView.GridControl = this.grdTrainingType; this.TrainingTypeView.Name = "TrainingTypeView"; this.TrainingTypeView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.TrainingTypeView.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.TrainingTypeView.OptionsView.ShowGroupPanel = false; // // colTrainingTypeId // this.colTrainingTypeId.Caption = "Mã loại hình đào tạo"; this.colTrainingTypeId.FieldName = "TrainingTypeId"; this.colTrainingTypeId.Name = "colTrainingTypeId"; this.colTrainingTypeId.Visible = true; this.colTrainingTypeId.VisibleIndex = 0; // // colTrainingTypeName // this.colTrainingTypeName.Caption = "Tên loại hình đào tạo"; this.colTrainingTypeName.FieldName = "TrainingTypeName"; this.colTrainingTypeName.Name = "colTrainingTypeName"; this.colTrainingTypeName.Visible = true; this.colTrainingTypeName.VisibleIndex = 1; // // Field // this.Field.Controls.Add(this.gridField); this.Field.Image = ((System.Drawing.Image)(resources.GetObject("Field.Image"))); this.Field.Name = "Field"; this.Field.Size = new System.Drawing.Size(730, 393); this.Field.Text = "Lĩnh vực kiến thức"; // // gridField // this.gridField.DataSource = this.tblFieldEntityBindingSource; this.gridField.Dock = System.Windows.Forms.DockStyle.Fill; this.gridField.ExternalRepository = this.persistentRepository; this.gridField.Location = new System.Drawing.Point(0, 0); this.gridField.MainView = this.FieldDesView; this.gridField.Name = "gridField"; this.gridField.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.tbnFieldDesView}); this.gridField.Size = new System.Drawing.Size(730, 393); this.gridField.TabIndex = 1; this.gridField.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.FieldDesView}); // // tblFieldEntityBindingSource // this.tblFieldEntityBindingSource.DataSource = typeof(Datalib.EntityClasses.TblFieldEntity); // // persistentRepository // this.persistentRepository.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repoSubject}); // // repoSubject // this.repoSubject.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repoSubject.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] { new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SubjectId", "Subject Id", 59, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Near), new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SubjectName", "Tên môn học", 76, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)}); this.repoSubject.DataSource = this.tblSubjectEntityBindingSource; this.repoSubject.DisplayMember = "SubjectName"; this.repoSubject.Name = "repoSubject"; this.repoSubject.ValueMember = "SubjectId"; // // FieldDesView // this.FieldDesView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colPrefix, this.colDescription, this.colFieldId, this.colFieldName, this.colSubjectId, this.colUniqueId}); this.FieldDesView.GridControl = this.gridField; this.FieldDesView.Name = "FieldDesView"; this.FieldDesView.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.FieldDesView.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.FieldDesView.OptionsView.ShowGroupPanel = false; // // colPrefix // this.colPrefix.Caption = "Prefix"; this.colPrefix.FieldName = "Prefix"; this.colPrefix.Name = "colPrefix"; this.colPrefix.Visible = true; this.colPrefix.VisibleIndex = 4; this.colPrefix.Width = 229; // // colDescription // this.colDescription.Caption = "Mô tả"; this.colDescription.ColumnEdit = this.tbnFieldDesView; this.colDescription.FieldName = "Description"; this.colDescription.Name = "colDescription"; this.colDescription.Visible = true; this.colDescription.VisibleIndex = 3; this.colDescription.Width = 323; // // tbnFieldDesView // this.tbnFieldDesView.AutoHeight = false; this.tbnFieldDesView.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.tbnFieldDesView.Name = "tbnFieldDesView"; this.tbnFieldDesView.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.tbnFieldDesView_ButtonClick); // // colFieldId // this.colFieldId.Caption = "Lĩnh vực kiến thức"; this.colFieldId.FieldName = "FieldId"; this.colFieldId.Name = "colFieldId"; this.colFieldId.Visible = true; this.colFieldId.VisibleIndex = 1; this.colFieldId.Width = 210; // // colFieldName // this.colFieldName.Caption = "Tên lĩnh vực"; this.colFieldName.FieldName = "FieldName"; this.colFieldName.Name = "colFieldName"; this.colFieldName.Visible = true; this.colFieldName.VisibleIndex = 2; this.colFieldName.Width = 147; // // colSubjectId // this.colSubjectId.Caption = "Môn"; this.colSubjectId.ColumnEdit = this.repoSubject; this.colSubjectId.FieldName = "SubjectId"; this.colSubjectId.Name = "colSubjectId"; this.colSubjectId.Visible = true; this.colSubjectId.VisibleIndex = 0; this.colSubjectId.Width = 169; // // colUniqueId // this.colUniqueId.Caption = "UniqueKey"; this.colUniqueId.FieldName = "UniqueId"; this.colUniqueId.Name = "colUniqueId"; this.colUniqueId.Width = 118; // // 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.Save, this.barDelete, this.barClose}); this.barManager.MainMenu = this.bar2; this.barManager.MaxItemId = 3; // // 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.Save, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barDelete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph), new DevExpress.XtraBars.LinkPersistInfo(this.barClose)}); this.bar2.OptionsBar.MultiLine = true; this.bar2.OptionsBar.UseWholeRow = true; this.bar2.Text = "Main menu"; // // Save // this.Save.Caption = "Save"; this.Save.Glyph = ((System.Drawing.Image)(resources.GetObject("Save.Glyph"))); this.Save.Id = 0; this.Save.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("Save.LargeGlyph"))); this.Save.Name = "Save"; this.Save.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Save_ItemClick); // // barDelete // this.barDelete.Caption = "Delete"; this.barDelete.Glyph = ((System.Drawing.Image)(resources.GetObject("barDelete.Glyph"))); this.barDelete.Id = 1; this.barDelete.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barDelete.LargeGlyph"))); this.barDelete.Name = "barDelete"; this.barDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barDelete_ItemClick); // // barClose // this.barClose.Caption = "Close"; this.barClose.Glyph = ((System.Drawing.Image)(resources.GetObject("barClose.Glyph"))); this.barClose.Id = 2; this.barClose.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barClose.LargeGlyph"))); this.barClose.Name = "barClose"; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 0); this.barDockControlTop.Size = new System.Drawing.Size(736, 24); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 448); this.barDockControlBottom.Size = new System.Drawing.Size(736, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 24); this.barDockControlLeft.Size = new System.Drawing.Size(0, 424); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(736, 24); this.barDockControlRight.Size = new System.Drawing.Size(0, 424); // // frmDirectories // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.ClientSize = new System.Drawing.Size(736, 448); this.Controls.Add(this.Directories); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "frmDirectories"; this.Text = "Danh mục"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmDirectories_Load); ((System.ComponentModel.ISupportInitialize)(this.Directories)).EndInit(); this.Directories.ResumeLayout(false); this.Subjects.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdSubjects)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblSubjectEntityBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.SubjectView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnSubjectDesView)).EndInit(); this.TrainingType.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdTrainingType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblTrainingTypeEntityBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.TrainingTypeView)).EndInit(); this.Field.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridField)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblFieldEntityBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repoSubject)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.FieldDesView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tbnFieldDesView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraTab.XtraTabControl Directories; private DevExpress.XtraTab.XtraTabPage Subjects; private System.Windows.Forms.BindingSource tblSubjectEntityBindingSource; private DevExpress.XtraTab.XtraTabPage TrainingType; private DevExpress.XtraTab.XtraTabPage Field; private DevExpress.XtraGrid.GridControl grdTrainingType; private DevExpress.XtraGrid.Views.Grid.GridView TrainingTypeView; private System.Windows.Forms.BindingSource tblTrainingTypeEntityBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colTrainingTypeId; private DevExpress.XtraGrid.Columns.GridColumn colTrainingTypeName; private DevExpress.XtraBars.BarManager barManager; private DevExpress.XtraBars.Bar bar2; private DevExpress.XtraBars.BarButtonItem Save; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraGrid.GridControl gridField; private System.Windows.Forms.BindingSource tblFieldEntityBindingSource; private DevExpress.XtraGrid.Views.Grid.GridView FieldDesView; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colFieldId; private DevExpress.XtraGrid.Columns.GridColumn colFieldName; private DevExpress.XtraGrid.Columns.GridColumn colSubjectId; private DevExpress.XtraGrid.Columns.GridColumn colUniqueId; private DevExpress.XtraBars.BarButtonItem barDelete; private DevExpress.XtraBars.BarButtonItem barClose; private DevExpress.XtraEditors.Repository.PersistentRepository persistentRepository; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repoSubject; private DevExpress.XtraGrid.GridControl grdSubjects; private DevExpress.XtraGrid.Views.Grid.GridView SubjectView; private DevExpress.XtraGrid.Columns.GridColumn colSubjectDes; private DevExpress.XtraGrid.Columns.GridColumn colSubjectId1; private DevExpress.XtraGrid.Columns.GridColumn colSubjectName; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnSubjectDesView; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit tbnFieldDesView; private DevExpress.XtraGrid.Columns.GridColumn colPrefix; } }