_ Partial Class frmLanguage_Translator Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLanguage_Translator)) Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnclearFilter = New System.Windows.Forms.Button() Me.cmbObjectgroup = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.cmbLanguage = New System.Windows.Forms.ComboBox() Me.TBPMO_LANGUAGE_OBJECTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel() Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox() Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton() Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnRefresh_Grid = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnExcel = New System.Windows.Forms.ToolStripButton() Me.GridControlObjects = New DevExpress.XtraGrid.GridControl() Me.TBPMO_LANGUAGE_OBJECTBindingSource1 = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet() Me.grvwGridObjects = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colLANGUAGE_TYPE = New DevExpress.XtraGrid.Columns.GridColumn() Me.colSCREEN_ID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPMO_OBJECT_NAME = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCAPTION = New DevExpress.XtraGrid.Columns.GridColumn() Me.colHINT = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHO = New DevExpress.XtraGrid.Columns.GridColumn() Me.colADDED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCHANGED_WHO = New DevExpress.XtraGrid.Columns.GridColumn() Me.colCHANGED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn() Me.TBPMO_LANGUAGE_OBJECTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPMO_LANGUAGE_OBJECTTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_LANGUAGE_OBJECTTableAdapter() Me.TableAdapterManager = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.ts_statelbl = New System.Windows.Forms.ToolStripStatusLabel() Me.Panel1 = New System.Windows.Forms.Panel() Me.GroupBox1.SuspendLayout() CType(Me.TBPMO_LANGUAGE_OBJECTBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit() Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.SuspendLayout() CType(Me.GridControlObjects, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPMO_LANGUAGE_OBJECTBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grvwGridObjects, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPMO_LANGUAGE_OBJECTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnclearFilter) Me.GroupBox1.Controls.Add(Me.cmbObjectgroup) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.cmbLanguage) resources.ApplyResources(Me.GroupBox1, "GroupBox1") Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.TabStop = False ' 'btnclearFilter ' Me.btnclearFilter.Image = Global.DD_Record_Organizer.My.Resources.Resources.delete resources.ApplyResources(Me.btnclearFilter, "btnclearFilter") Me.btnclearFilter.Name = "btnclearFilter" Me.btnclearFilter.UseVisualStyleBackColor = True ' 'cmbObjectgroup ' Me.cmbObjectgroup.FormattingEnabled = True Me.cmbObjectgroup.Items.AddRange(New Object() {resources.GetString("cmbObjectgroup.Items"), resources.GetString("cmbObjectgroup.Items1"), resources.GetString("cmbObjectgroup.Items2"), resources.GetString("cmbObjectgroup.Items3"), resources.GetString("cmbObjectgroup.Items4")}) resources.ApplyResources(Me.cmbObjectgroup, "cmbObjectgroup") Me.cmbObjectgroup.Name = "cmbObjectgroup" ' 'Label2 ' resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" ' 'cmbLanguage ' Me.cmbLanguage.FormattingEnabled = True Me.cmbLanguage.Items.AddRange(New Object() {resources.GetString("cmbLanguage.Items"), resources.GetString("cmbLanguage.Items1")}) resources.ApplyResources(Me.cmbLanguage, "cmbLanguage") Me.cmbLanguage.Name = "cmbLanguage" ' 'TBPMO_LANGUAGE_OBJECTBindingNavigator ' Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.AddNewItem = Nothing Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.CountItem = Me.BindingNavigatorCountItem Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.CountItemFormat = "of {0} language objects" Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.DeleteItem = Nothing Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.tsbtnRefresh_Grid, Me.ToolStripSeparator1, Me.tsbtnExcel}) resources.ApplyResources(Me.TBPMO_LANGUAGE_OBJECTBindingNavigator, "TBPMO_LANGUAGE_OBJECTBindingNavigator") Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.Name = "TBPMO_LANGUAGE_OBJECTBindingNavigator" Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem") ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem") Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem") Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator") ' 'BindingNavigatorPositionItem ' resources.ApplyResources(Me.BindingNavigatorPositionItem, "BindingNavigatorPositionItem") Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1") ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem") Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem") Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2") ' 'tsbtnRefresh_Grid ' Me.tsbtnRefresh_Grid.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG resources.ApplyResources(Me.tsbtnRefresh_Grid, "tsbtnRefresh_Grid") Me.tsbtnRefresh_Grid.Name = "tsbtnRefresh_Grid" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") ' 'tsbtnExcel ' Me.tsbtnExcel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.tsbtnExcel.Image = Global.DD_Record_Organizer.My.Resources.Resources.Excel_25ixel resources.ApplyResources(Me.tsbtnExcel, "tsbtnExcel") Me.tsbtnExcel.Name = "tsbtnExcel" ' 'GridControlObjects ' Me.GridControlObjects.DataSource = Me.TBPMO_LANGUAGE_OBJECTBindingSource1 resources.ApplyResources(Me.GridControlObjects, "GridControlObjects") Me.GridControlObjects.MainView = Me.grvwGridObjects Me.GridControlObjects.Name = "GridControlObjects" Me.GridControlObjects.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridObjects}) ' 'TBPMO_LANGUAGE_OBJECTBindingSource1 ' Me.TBPMO_LANGUAGE_OBJECTBindingSource1.DataMember = "TBPMO_LANGUAGE_OBJECT" Me.TBPMO_LANGUAGE_OBJECTBindingSource1.DataSource = Me.DD_DMSDataSet ' 'DD_DMSDataSet ' Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet" Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'grvwGridObjects ' Me.grvwGridObjects.Appearance.EvenRow.BackColor = CType(resources.GetObject("grvwGridObjects.Appearance.EvenRow.BackColor"), System.Drawing.Color) Me.grvwGridObjects.Appearance.EvenRow.Options.UseBackColor = True Me.grvwGridObjects.Appearance.FilterPanel.BackColor = CType(resources.GetObject("grvwGridObjects.Appearance.FilterPanel.BackColor"), System.Drawing.Color) Me.grvwGridObjects.Appearance.FilterPanel.Options.UseBackColor = True Me.grvwGridObjects.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colLANGUAGE_TYPE, Me.colSCREEN_ID, Me.colPMO_OBJECT_NAME, Me.colCAPTION, Me.colHINT, Me.colADDED_WHO, Me.colADDED_WHEN, Me.colCHANGED_WHO, Me.colCHANGED_WHEN}) Me.grvwGridObjects.GridControl = Me.GridControlObjects Me.grvwGridObjects.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always Me.grvwGridObjects.Name = "grvwGridObjects" Me.grvwGridObjects.OptionsView.ColumnAutoWidth = False Me.grvwGridObjects.OptionsView.EnableAppearanceEvenRow = True Me.grvwGridObjects.OptionsView.ShowAutoFilterRow = True ' 'colGUID ' resources.ApplyResources(Me.colGUID, "colGUID") Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" Me.colGUID.OptionsColumn.AllowEdit = False ' 'colLANGUAGE_TYPE ' resources.ApplyResources(Me.colLANGUAGE_TYPE, "colLANGUAGE_TYPE") Me.colLANGUAGE_TYPE.FieldName = "LANGUAGE_TYPE" Me.colLANGUAGE_TYPE.Name = "colLANGUAGE_TYPE" Me.colLANGUAGE_TYPE.OptionsColumn.AllowEdit = False ' 'colSCREEN_ID ' resources.ApplyResources(Me.colSCREEN_ID, "colSCREEN_ID") Me.colSCREEN_ID.FieldName = "SCREEN_ID" Me.colSCREEN_ID.Name = "colSCREEN_ID" Me.colSCREEN_ID.OptionsColumn.AllowEdit = False ' 'colPMO_OBJECT_NAME ' resources.ApplyResources(Me.colPMO_OBJECT_NAME, "colPMO_OBJECT_NAME") Me.colPMO_OBJECT_NAME.FieldName = "PMO_OBJECT_NAME" Me.colPMO_OBJECT_NAME.Name = "colPMO_OBJECT_NAME" Me.colPMO_OBJECT_NAME.OptionsColumn.AllowEdit = False ' 'colCAPTION ' Me.colCAPTION.AppearanceCell.BackColor = CType(resources.GetObject("colCAPTION.AppearanceCell.BackColor"), System.Drawing.Color) Me.colCAPTION.AppearanceCell.Options.UseBackColor = True resources.ApplyResources(Me.colCAPTION, "colCAPTION") Me.colCAPTION.FieldName = "CAPTION" Me.colCAPTION.Name = "colCAPTION" ' 'colHINT ' Me.colHINT.AppearanceCell.BackColor = CType(resources.GetObject("colHINT.AppearanceCell.BackColor"), System.Drawing.Color) Me.colHINT.AppearanceCell.Options.UseBackColor = True resources.ApplyResources(Me.colHINT, "colHINT") Me.colHINT.FieldName = "HINT" Me.colHINT.Name = "colHINT" ' 'colADDED_WHO ' resources.ApplyResources(Me.colADDED_WHO, "colADDED_WHO") Me.colADDED_WHO.FieldName = "ADDED_WHO" Me.colADDED_WHO.Name = "colADDED_WHO" Me.colADDED_WHO.OptionsColumn.AllowEdit = False ' 'colADDED_WHEN ' resources.ApplyResources(Me.colADDED_WHEN, "colADDED_WHEN") Me.colADDED_WHEN.FieldName = "ADDED_WHEN" Me.colADDED_WHEN.Name = "colADDED_WHEN" Me.colADDED_WHEN.OptionsColumn.AllowEdit = False ' 'colCHANGED_WHO ' resources.ApplyResources(Me.colCHANGED_WHO, "colCHANGED_WHO") Me.colCHANGED_WHO.FieldName = "CHANGED_WHO" Me.colCHANGED_WHO.Name = "colCHANGED_WHO" Me.colCHANGED_WHO.OptionsColumn.AllowEdit = False ' 'colCHANGED_WHEN ' resources.ApplyResources(Me.colCHANGED_WHEN, "colCHANGED_WHEN") Me.colCHANGED_WHEN.FieldName = "CHANGED_WHEN" Me.colCHANGED_WHEN.Name = "colCHANGED_WHEN" Me.colCHANGED_WHEN.OptionsColumn.AllowEdit = False ' 'TBPMO_LANGUAGE_OBJECTTableAdapter ' Me.TBPMO_LANGUAGE_OBJECTTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBDD_CLIENTTableAdapter = Nothing Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_APPOINTMENTSTableAdapter = Nothing Me.TableAdapterManager.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_LANGUAGE_OBJECTTableAdapter = Me.TBPMO_LANGUAGE_OBJECTTableAdapter Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RIGHT_GROUPTableAdapter = Nothing Me.TableAdapterManager.TBPMO_RIGHT_USERTableAdapter = Nothing Me.TableAdapterManager.TBPMO_STRUCTURE_NODES_CONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATE_ENTITYTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATE_PATTERNTableAdapter = Nothing Me.TableAdapterManager.TBPMO_TEMPLATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILE_IDXTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_IMPORT_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_NAMECONVENTION_FORMATTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_HISTORYTableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ts_statelbl}) resources.ApplyResources(Me.StatusStrip1, "StatusStrip1") Me.StatusStrip1.Name = "StatusStrip1" ' 'ts_statelbl ' Me.ts_statelbl.Name = "ts_statelbl" resources.ApplyResources(Me.ts_statelbl, "ts_statelbl") ' 'Panel1 ' Me.Panel1.Controls.Add(Me.GridControlObjects) resources.ApplyResources(Me.Panel1, "Panel1") Me.Panel1.Name = "Panel1" ' 'frmLanguage_Translator ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.TBPMO_LANGUAGE_OBJECTBindingNavigator) Me.Controls.Add(Me.GroupBox1) Me.Name = "frmLanguage_Translator" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.TBPMO_LANGUAGE_OBJECTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit() Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.ResumeLayout(False) Me.TBPMO_LANGUAGE_OBJECTBindingNavigator.PerformLayout() CType(Me.GridControlObjects, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_LANGUAGE_OBJECTBindingSource1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grvwGridObjects, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPMO_LANGUAGE_OBJECTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnclearFilter As System.Windows.Forms.Button Friend WithEvents cmbObjectgroup As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbLanguage As System.Windows.Forms.ComboBox Friend WithEvents TBPMO_LANGUAGE_OBJECTBindingNavigator As System.Windows.Forms.BindingNavigator Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents GridControlObjects As DevExpress.XtraGrid.GridControl Friend WithEvents grvwGridObjects As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents TBPMO_LANGUAGE_OBJECTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents tsbtnRefresh_Grid As System.Windows.Forms.ToolStripButton Friend WithEvents DD_DMSDataSet As DD_Record_Organizer.DD_DMSDataSet Friend WithEvents TBPMO_LANGUAGE_OBJECTBindingSource1 As System.Windows.Forms.BindingSource Friend WithEvents TBPMO_LANGUAGE_OBJECTTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_LANGUAGE_OBJECTTableAdapter Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TableAdapterManager Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colLANGUAGE_TYPE As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colSCREEN_ID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colPMO_OBJECT_NAME As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCAPTION As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colHINT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHO As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colADDED_WHEN As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCHANGED_WHO As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colCHANGED_WHEN As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents tsbtnExcel As System.Windows.Forms.ToolStripButton Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents ts_statelbl As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator End Class