_ Partial Class frmMain 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(frmMain)) Dim GridFormatRule1 As DevExpress.XtraGrid.GridFormatRule = New DevExpress.XtraGrid.GridFormatRule() Dim FormatConditionRuleValue1 As DevExpress.XtraEditors.FormatConditionRuleValue = New DevExpress.XtraEditors.FormatConditionRuleValue() Me.ImageListProfile = New System.Windows.Forms.ImageList(Me.components) Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter() Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnStartValidation = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.tstrpbtn_Config = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.tsbtnrefresh = New System.Windows.Forms.ToolStripButton() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tsstlblUser = New System.Windows.Forms.ToolStripStatusLabel() Me.tslblLicenses = New System.Windows.Forms.ToolStripStatusLabel() Me.tslblUserLoggedin = New System.Windows.Forms.ToolStripStatusLabel() Me.tslblVersion = New System.Windows.Forms.ToolStripStatusLabel() Me.Panel1 = New System.Windows.Forms.Panel() Me.GridControlProfile = New DevExpress.XtraGrid.GridControl() Me.GridViewProfile = New DevExpress.XtraGrid.Views.Grid.GridView() Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components) Me.Timer = New System.Windows.Forms.Timer(Me.components) Me.VWPM_PROFILE_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.VWPM_PROFILE_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter() Me.TBPM_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_USERTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_USERTableAdapter() Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter() Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter() Me.TimerReminder = New System.Windows.Forms.Timer(Me.components) CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.StatusStrip1.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.GridControlProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewProfile, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ImageListProfile ' Me.ImageListProfile.ImageStream = CType(resources.GetObject("ImageListProfile.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageListProfile.TransparentColor = System.Drawing.Color.Transparent Me.ImageListProfile.Images.SetKeyName(0, "ico2558.ico") Me.ImageListProfile.Images.SetKeyName(1, "ico2591.ico") ' 'DD_DMSLiteDataSet ' Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet" Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TBPM_PROFILEBindingSource ' Me.TBPM_PROFILEBindingSource.DataMember = "TBPM_PROFILE" Me.TBPM_PROFILEBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_PROFILETableAdapter ' Me.TBPM_PROFILETableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.Connection = Nothing Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.ToolStripSeparator2, Me.tsbtnStartValidation, Me.ToolStripButton2, Me.ToolStripButton1, Me.ToolStripSeparator1, Me.tstrpbtn_Config, Me.ToolStripSeparator3, Me.tsbtnrefresh}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(889, 25) Me.ToolStrip1.TabIndex = 2 Me.ToolStrip1.Text = "ToolStrip1" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Font = New System.Drawing.Font("Segoe UI", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(105, 22) Me.ToolStripLabel1.Text = "Übersicht-Profile" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) ' 'tsbtnStartValidation ' Me.tsbtnStartValidation.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.GoToDeclaration_5576 Me.tsbtnStartValidation.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.tsbtnStartValidation.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnStartValidation.Name = "tsbtnStartValidation" Me.tsbtnStartValidation.Size = New System.Drawing.Size(179, 22) Me.tsbtnStartValidation.Text = "Bearbeitungsvorgang starten" ' 'ToolStripButton2 ' Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton2.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.information Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton2.Text = "ToolStripButton2" ' 'ToolStripButton1 ' Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripButton1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Einstellungen6 Me.ToolStripButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(131, 22) Me.ToolStripButton1.Text = "Grundeinstellungen" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'tstrpbtn_Config ' Me.tstrpbtn_Config.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right Me.tstrpbtn_Config.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.puzzle2 Me.tstrpbtn_Config.ImageTransparentColor = System.Drawing.Color.Magenta Me.tstrpbtn_Config.Name = "tstrpbtn_Config" Me.tstrpbtn_Config.Size = New System.Drawing.Size(138, 22) Me.tstrpbtn_Config.Text = "Verwaltungs-Konsole" Me.tstrpbtn_Config.Visible = False ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'tsbtnrefresh ' Me.tsbtnrefresh.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.refresh_16xLG Me.tsbtnrefresh.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnrefresh.Name = "tsbtnrefresh" Me.tsbtnrefresh.Size = New System.Drawing.Size(95, 22) Me.tsbtnrefresh.Text = "Aktualisieren" ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstlblUser, Me.tslblLicenses, Me.tslblUserLoggedin, Me.tslblVersion}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 351) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(889, 25) Me.StatusStrip1.TabIndex = 3 Me.StatusStrip1.Text = "StatusStrip1" ' 'tsstlblUser ' Me.tsstlblUser.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.tsstlblUser.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.user Me.tsstlblUser.Name = "tsstlblUser" Me.tsstlblUser.Size = New System.Drawing.Size(140, 20) Me.tsstlblUser.Text = "ToolStripStatusLabel1" ' 'tslblLicenses ' Me.tslblLicenses.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.tslblLicenses.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.key Me.tslblLicenses.Name = "tslblLicenses" Me.tslblLicenses.Size = New System.Drawing.Size(114, 20) Me.tslblLicenses.Text = "Anzahl Lizenzen:" ' 'tslblUserLoggedin ' Me.tslblUserLoggedin.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.tslblUserLoggedin.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.group_key Me.tslblUserLoggedin.Name = "tslblUserLoggedin" Me.tslblUserLoggedin.Size = New System.Drawing.Size(127, 20) Me.tslblUserLoggedin.Text = "Angemeldete User:" ' 'tslblVersion ' Me.tslblVersion.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _ Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides) Me.tslblVersion.Name = "tslblVersion" Me.tslblVersion.Size = New System.Drawing.Size(124, 20) Me.tslblVersion.Text = "ToolStripStatusLabel1" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.GridControlProfile) Me.Panel1.Controls.Add(Me.ToolStrip1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(889, 351) Me.Panel1.TabIndex = 4 ' 'GridControlProfile ' Me.GridControlProfile.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GridControlProfile.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GridControlProfile.Location = New System.Drawing.Point(12, 28) Me.GridControlProfile.MainView = Me.GridViewProfile Me.GridControlProfile.Name = "GridControlProfile" Me.GridControlProfile.Size = New System.Drawing.Size(865, 311) Me.GridControlProfile.TabIndex = 3 Me.GridControlProfile.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfile}) ' 'GridViewProfile ' Me.GridViewProfile.Appearance.GroupPanel.BackColor = System.Drawing.SystemColors.Control Me.GridViewProfile.Appearance.GroupPanel.Options.UseBackColor = True Me.GridViewProfile.Appearance.Row.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GridViewProfile.Appearance.Row.Options.UseFont = True GridFormatRule1.Name = "Format0" GridFormatRule1.Rule = FormatConditionRuleValue1 Me.GridViewProfile.FormatRules.Add(GridFormatRule1) Me.GridViewProfile.GridControl = Me.GridControlProfile Me.GridViewProfile.GroupPanelText = "Ziehen Sie Spaltenüberschriften in diesen Bereich um nach diesen gruppieren zu la" & "ssen" Me.GridViewProfile.Name = "GridViewProfile" Me.GridViewProfile.OptionsBehavior.AlignGroupSummaryInGroupRow = DevExpress.Utils.DefaultBoolean.[True] Me.GridViewProfile.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewProfile.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewProfile.OptionsBehavior.Editable = False Me.GridViewProfile.OptionsBehavior.ReadOnly = True Me.GridViewProfile.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False] Me.GridViewProfile.OptionsSelection.EnableAppearanceFocusedCell = False Me.GridViewProfile.OptionsSelection.EnableAppearanceFocusedRow = False Me.GridViewProfile.OptionsSelection.EnableAppearanceHideSelection = False Me.GridViewProfile.OptionsSelection.MultiSelect = True Me.GridViewProfile.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect Me.GridViewProfile.OptionsView.ColumnAutoWidth = False Me.GridViewProfile.OptionsView.EnableAppearanceEvenRow = True Me.GridViewProfile.OptionsView.ShowAutoFilterRow = True Me.GridViewProfile.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.[True] ' 'NotifyIcon1 ' Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon) Me.NotifyIcon1.Text = "Process Manager" Me.NotifyIcon1.Visible = True ' 'Timer ' Me.Timer.Interval = 60000 ' 'VWPM_PROFILE_USERBindingSource ' Me.VWPM_PROFILE_USERBindingSource.DataMember = "VWPM_PROFILE_USER" Me.VWPM_PROFILE_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'VWPM_PROFILE_USERTableAdapter ' Me.VWPM_PROFILE_USERTableAdapter.ClearBeforeFill = True ' 'TBPM_USERBindingSource ' Me.TBPM_USERBindingSource.DataMember = "TBPM_USER" Me.TBPM_USERBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_USERTableAdapter ' Me.TBPM_USERTableAdapter.ClearBeforeFill = True ' 'TBPM_KONFIGURATIONBindingSource ' Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION" Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_KONFIGURATIONTableAdapter ' Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True ' 'TBPM_PROFILE_FILESBindingSource ' Me.TBPM_PROFILE_FILESBindingSource.DataMember = "TBPM_PROFILE_FILES" Me.TBPM_PROFILE_FILESBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'TBPM_PROFILE_FILESTableAdapter ' Me.TBPM_PROFILE_FILESTableAdapter.ClearBeforeFill = True ' 'TimerReminder ' ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(889, 376) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.StatusStrip1) Me.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "frmMain" Me.Text = "Process Manager - Profil-Monitor" CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.GridControlProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewProfile, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.VWPM_PROFILE_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet Friend WithEvents TBPM_PROFILEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILETableAdapter Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager Friend WithEvents ImageListProfile As System.Windows.Forms.ImageList Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel Friend WithEvents tsbtnStartValidation As System.Windows.Forms.ToolStripButton Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents tsstlblUser As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon Friend WithEvents Timer As System.Windows.Forms.Timer Friend WithEvents VWPM_PROFILE_USERBindingSource As System.Windows.Forms.BindingSource Friend WithEvents VWPM_PROFILE_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.VWPM_PROFILE_USERTableAdapter Friend WithEvents tstrpbtn_Config As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents TBPM_USERBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_USERTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_USERTableAdapter Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents TBPM_PROFILE_FILESBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_PROFILE_FILESTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter Friend WithEvents tslblLicenses As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents tslblUserLoggedin As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents tsbtnrefresh As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton Friend WithEvents tslblVersion As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents TimerReminder As System.Windows.Forms.Timer Friend WithEvents GridControlProfile As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewProfile As DevExpress.XtraGrid.Views.Grid.GridView End Class