Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Select Git revision
  • f3d38a0f15741587cddca709965207c0a84ca218
  • development default
  • feature/EDELIVERY-13760-translate-server-side-error-messages
  • bugfix/EDELIVERY-14172-domismp-accepts-requests-with-wrong-domain-header-value
  • EDELIVERY-15372-upgrade-libraries-and-plugins-and-update-httpclient-to-httpclient5
  • EDELIVERY-15377-migrate-to-angular-20
  • feature/EDELIVERY-15382-rest-api-jwt-authentication-for-dynamic-discovery-client
  • bugfix/EDELIVERY-14196-select-domain-select-resource-dropdown-should-be-order-alphabetically
  • feature/EDELIVERY-12753-sml-integration-migration-to-different-smp
  • feature/EDELIVERY-13757-extend-session-dialog-should-have-an-active-counter
  • EDELIVERY-15144-sql-update
  • bugfix/EDELIVERY-14326-ui-edit-resource-filters
  • feature/EDELIVERY-15144-domismp-system-notification-generalize-time-expiration-alerts
  • bugfix/EDELIVERY-15102-alert-is-not-appearing-when-adding-duplicated-certificate
  • bugfix/EDELIVERY-15203-small-left-grid-shows-no-data-found-for-1-2-seconds-before-loading-the-data
  • EDELIVERY-15219-search-filter-with-understore-char-does-not-work
  • bugfix/EDELIVERY-15226-certificates-error-when-trying-to-delete-certificates
  • bugfix/EDELIVERY-15224-error-when-trying-to-update-info-from-profile-page
  • bugfix/EDELIVERY-15225-emails-are-not-sent-in-domismp
  • release/5.1.x
  • feature/EDELIVERY-12746-external-secret-sharing-services-as-vaults
  • 5.1.1
  • 5.1
  • 5.1-TEST
  • 5.1-RC1
  • 5.0.1
  • 5.0
  • 5.0-RC1
  • 4.2
  • 4.2-RC1
  • 4.1.2
  • 4.1.1
  • 4.1.0
  • 4.1.0-RC1
  • 4.0.0
  • 4.0.0-RC1
  • 3.0.2
  • 3.0.1
  • 3.0.0
39 results

user-details-dialog.component.ts

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    AboutBox.Designer.vb 6.11 KiB
    ' Copyright 2014 European Union.
    ' Licensed under the EUPL (the 'Licence');
    '
    ' * You may not use this work except in compliance with the Licence.
    ' * You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl
    ' * Unless required by applicable law or agreed to in writing,
    '   software distributed under the Licence is distributed on an "AS IS" basis,
    '   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    '
    ' See the LICENSE.txt for the specific language governing permissions and limitations.
    Imports System.ComponentModel
    Imports Microsoft.VisualBasic.CompilerServices
    Imports TUGraz.VECTO.My.Resources
    
    <DesignerGenerated()> _
    Partial Class AboutBox
    	Inherits Form
    
    	'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
    	<DebuggerNonUserCode()> _
    	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 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.
    	<DebuggerStepThrough()> _
    	Private Sub InitializeComponent()
    		Me.Label2 = New System.Windows.Forms.Label()
    		Me.Label8 = New System.Windows.Forms.Label()
    		Me.PictureBox1 = New System.Windows.Forms.PictureBox()
    		Me.Label1 = New System.Windows.Forms.Label()
    		Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
    		Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
    		Me.Label3 = New System.Windows.Forms.Label()
    		Me.PictureBoxJRC = New System.Windows.Forms.PictureBox()
    		CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
    		CType(Me.PictureBoxJRC, System.ComponentModel.ISupportInitialize).BeginInit()
    		Me.SuspendLayout()
    		'
    		'Label2
    		'
    		Me.Label2.AutoSize = True
    		Me.Label2.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
    		Me.Label2.Location = New System.Drawing.Point(12, 241)
    		Me.Label2.Name = "Label2"
    		Me.Label2.Size = New System.Drawing.Size(162, 13)
    		Me.Label2.TabIndex = 7
    		Me.Label2.Text = "Developed on behalf of the"
    		'
    		'Label8
    		'
    		Me.Label8.AutoSize = True
    		Me.Label8.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
    		Me.Label8.Location = New System.Drawing.Point(27, 263)
    		Me.Label8.Name = "Label8"
    		Me.Label8.Size = New System.Drawing.Size(158, 39)
    		Me.Label8.TabIndex = 3
    		Me.Label8.Text = "Joint Research Centre" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Sustainable Transport Unit" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "European Commission"
    		'
    		'PictureBox1
    		'
    		Me.PictureBox1.Image = Global.TUGraz.VECTO.My.Resources.Resources.VECTO_About
    		Me.PictureBox1.Location = New System.Drawing.Point(23, 12)
    		Me.PictureBox1.Name = "PictureBox1"
    		Me.PictureBox1.Size = New System.Drawing.Size(447, 182)
    		Me.PictureBox1.TabIndex = 14
    		Me.PictureBox1.TabStop = False
    		'
    		'Label1
    		'
    		Me.Label1.AutoSize = True
    		Me.Label1.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
    		Me.Label1.Location = New System.Drawing.Point(12, 331)
    		Me.Label1.Name = "Label1"
    		Me.Label1.Size = New System.Drawing.Size(105, 13)
    		Me.Label1.TabIndex = 7
    		Me.Label1.Text = "Support Contact:"
    		'
    		'LinkLabel1
    		'
    		Me.LinkLabel1.AutoSize = True
    		Me.LinkLabel1.Location = New System.Drawing.Point(123, 331)
    		Me.LinkLabel1.Name = "LinkLabel1"
    		Me.LinkLabel1.Size = New System.Drawing.Size(122, 13)
    		Me.LinkLabel1.TabIndex = 17
    		Me.LinkLabel1.TabStop = True
    		Me.LinkLabel1.Text = "vecto@jrc.ec.europa.eu"
    		'
    		'LinkLabel2
    		'
    		Me.LinkLabel2.AutoSize = True
    		Me.LinkLabel2.Font = New System.Drawing.Font("Verdana", 8.25!)
    		Me.LinkLabel2.Location = New System.Drawing.Point(20, 197)
    		Me.LinkLabel2.Name = "LinkLabel2"
    		Me.LinkLabel2.Size = New System.Drawing.Size(210, 13)
    		Me.LinkLabel2.TabIndex = 18
    		Me.LinkLabel2.TabStop = True
    		Me.LinkLabel2.Text = "VECTO is licensed under EUPL 1.1+"
    		'
    		'Label3
    		'
    		Me.Label3.AutoSize = True
    		Me.Label3.Font = New System.Drawing.Font("Verdana", 8.25!)
    		Me.Label3.Location = New System.Drawing.Point(20, 213)
    		Me.Label3.Name = "Label3"
    		Me.Label3.Size = New System.Drawing.Size(237, 13)
    		Me.Label3.TabIndex = 19
    		Me.Label3.Text = "Copyright © 2012-2016 European Union"
    		'
    		'PictureBoxJRC
    		'
    		Me.PictureBoxJRC.Cursor = System.Windows.Forms.Cursors.Hand
    		Me.PictureBoxJRC.Image = Global.TUGraz.VECTO.My.Resources.Resources.JRC_About
    		Me.PictureBoxJRC.Location = New System.Drawing.Point(219, 248)
    		Me.PictureBoxJRC.Name = "PictureBoxJRC"
    		Me.PictureBoxJRC.Size = New System.Drawing.Size(260, 54)
    		Me.PictureBoxJRC.TabIndex = 15
    		Me.PictureBoxJRC.TabStop = False
    		'
    		'AboutBox
    		'
    		Me.BackColor = System.Drawing.Color.White
    		Me.ClientSize = New System.Drawing.Size(491, 356)
    		Me.Controls.Add(Me.Label3)
    		Me.Controls.Add(Me.LinkLabel2)
    		Me.Controls.Add(Me.LinkLabel1)
    		Me.Controls.Add(Me.PictureBoxJRC)
    		Me.Controls.Add(Me.PictureBox1)
    		Me.Controls.Add(Me.Label1)
    		Me.Controls.Add(Me.Label2)
    		Me.Controls.Add(Me.Label8)
    		Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
    		Me.Name = "AboutBox"
    		Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
    		Me.Text = "About VECTO"
    		CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
    		CType(Me.PictureBoxJRC, System.ComponentModel.ISupportInitialize).EndInit()
    		Me.ResumeLayout(False)
    		Me.PerformLayout()
    
    	End Sub
    	Friend WithEvents PictureBox1 As PictureBox
    	Friend WithEvents Label2 As Label
    	Friend WithEvents Label8 As Label
    	Friend WithEvents Label1 As Label
    	Friend WithEvents LinkLabel1 As LinkLabel
    	Friend WithEvents LinkLabel2 As LinkLabel
    	Friend WithEvents Label3 As Label
    	Friend WithEvents PictureBoxJRC As PictureBox
    End Class