Monorepo/GUIs.ZooFlow/frmSettings.Designer.vb
2019-10-08 16:05:03 +02:00

182 lines
8.1 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSettings
Inherits DevExpress.XtraEditors.XtraForm
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim UserIdLabel As System.Windows.Forms.Label
Dim Label1 As System.Windows.Forms.Label
Dim Label2 As System.Windows.Forms.Label
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.PageModules = New DevExpress.XtraTab.XtraTabPage()
Me.txtGivenName = New System.Windows.Forms.TextBox()
Me.UserStateBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.txtUsername = New System.Windows.Forms.TextBox()
Me.txtUserId = New System.Windows.Forms.TextBox()
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.classModuleStateBindingSource = New System.Windows.Forms.BindingSource(Me.components)
UserIdLabel = New System.Windows.Forms.Label()
Label1 = New System.Windows.Forms.Label()
Label2 = New System.Windows.Forms.Label()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
Me.PageModules.SuspendLayout()
CType(Me.UserStateBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.classModuleStateBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'UserIdLabel
'
UserIdLabel.AutoSize = True
UserIdLabel.Location = New System.Drawing.Point(15, 24)
UserIdLabel.Name = "UserIdLabel"
UserIdLabel.Size = New System.Drawing.Size(43, 13)
UserIdLabel.TabIndex = 0
UserIdLabel.Text = "UserId:"
'
'Label1
'
Label1.AutoSize = True
Label1.Location = New System.Drawing.Point(15, 51)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(59, 13)
Label1.TabIndex = 0
Label1.Text = "Username:"
'
'Label2
'
Label2.AutoSize = True
Label2.Location = New System.Drawing.Point(15, 78)
Label2.Name = "Label2"
Label2.Size = New System.Drawing.Size(68, 13)
Label2.TabIndex = 0
Label2.Text = "Given Name:"
'
'XtraTabControl1
'
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.PageModules
Me.XtraTabControl1.Size = New System.Drawing.Size(784, 419)
Me.XtraTabControl1.TabIndex = 0
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.PageModules, Me.XtraTabPage2})
'
'PageModules
'
Me.PageModules.Controls.Add(Me.GridControl1)
Me.PageModules.Controls.Add(Label2)
Me.PageModules.Controls.Add(Label1)
Me.PageModules.Controls.Add(Me.txtGivenName)
Me.PageModules.Controls.Add(Me.txtUsername)
Me.PageModules.Controls.Add(UserIdLabel)
Me.PageModules.Controls.Add(Me.txtUserId)
Me.PageModules.Name = "PageModules"
Me.PageModules.Size = New System.Drawing.Size(778, 391)
Me.PageModules.Text = "Module && Lizenzen"
'
'txtGivenName
'
Me.txtGivenName.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.UserStateBindingSource, "GivenName", True))
Me.txtGivenName.Location = New System.Drawing.Point(89, 75)
Me.txtGivenName.Name = "txtGivenName"
Me.txtGivenName.Size = New System.Drawing.Size(100, 21)
Me.txtGivenName.TabIndex = 1
'
'UserStateBindingSource
'
Me.UserStateBindingSource.DataSource = GetType(DigitalData.Modules.ZooFlow.State.UserState)
'
'txtUsername
'
Me.txtUsername.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.UserStateBindingSource, "UserName", True))
Me.txtUsername.Location = New System.Drawing.Point(89, 48)
Me.txtUsername.Name = "txtUsername"
Me.txtUsername.Size = New System.Drawing.Size(100, 21)
Me.txtUsername.TabIndex = 1
'
'txtUserId
'
Me.txtUserId.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.UserStateBindingSource, "UserId", True))
Me.txtUserId.Location = New System.Drawing.Point(89, 21)
Me.txtUserId.Name = "txtUserId"
Me.txtUserId.Size = New System.Drawing.Size(100, 21)
Me.txtUserId.TabIndex = 1
'
'XtraTabPage2
'
Me.XtraTabPage2.Name = "XtraTabPage2"
Me.XtraTabPage2.Size = New System.Drawing.Size(778, 391)
Me.XtraTabPage2.Text = "XtraTabPage2"
'
'GridControl1
'
Me.GridControl1.DataSource = Me.classModuleStateBindingSource
Me.GridControl1.Location = New System.Drawing.Point(324, 48)
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(400, 200)
Me.GridControl1.TabIndex = 2
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
'GridView1
'
Me.GridView1.GridControl = Me.GridControl1
Me.GridView1.Name = "GridView1"
'
'classModuleStateBindingSource
'
Me.classModuleStateBindingSource.DataSource = GetType(DigitalData.Modules.ZooFlow.State.ModuleState)
'
'frmSettings
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(784, 419)
Me.Controls.Add(Me.XtraTabControl1)
Me.Name = "frmSettings"
Me.Text = "frmSettings"
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl1.ResumeLayout(False)
Me.PageModules.ResumeLayout(False)
Me.PageModules.PerformLayout()
CType(Me.UserStateBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.classModuleStateBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
Friend WithEvents PageModules As DevExpress.XtraTab.XtraTabPage
Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage
Friend WithEvents txtUserId As TextBox
Friend WithEvents UserStateBindingSource As BindingSource
Friend WithEvents txtGivenName As TextBox
Friend WithEvents txtUsername As TextBox
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents classModuleStateBindingSource As BindingSource
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
End Class