jj: move grids to the left side

This commit is contained in:
Jonathan Jenne 2018-06-15 15:41:02 +02:00
parent 1ad6c7ec65
commit 5effb536fe
2 changed files with 79 additions and 103 deletions

View File

@ -60,9 +60,10 @@ Partial Class frmMain
Me.tabPageUsers = New DevExpress.XtraTab.XtraTabPage() Me.tabPageUsers = New DevExpress.XtraTab.XtraTabPage()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
Me.DATE_FORMATComboBox = New System.Windows.Forms.ComboBox() Me.LANGUAGEComboBox = New System.Windows.Forms.ComboBox()
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.UserDataSet = New DDUserManager.UserDataSet() Me.UserDataSet = New DDUserManager.UserDataSet()
Me.DATE_FORMATComboBox = New System.Windows.Forms.ComboBox()
Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
@ -336,7 +337,6 @@ Partial Class frmMain
Me.TBDD_GROUPSTableAdapter = New DDUserManager.DS_ChangeSTableAdapters.TBDD_GROUPSTableAdapter() Me.TBDD_GROUPSTableAdapter = New DDUserManager.DS_ChangeSTableAdapters.TBDD_GROUPSTableAdapter()
Me.TableAdapterManager1 = New DDUserManager.DS_ChangeSTableAdapters.TableAdapterManager() Me.TableAdapterManager1 = New DDUserManager.DS_ChangeSTableAdapters.TableAdapterManager()
Me.TBDD_GROUPS_USERTableAdapter = New DDUserManager.UserDataSetTableAdapters.TBDD_GROUPS_USERTableAdapter() Me.TBDD_GROUPS_USERTableAdapter = New DDUserManager.UserDataSetTableAdapters.TBDD_GROUPS_USERTableAdapter()
Me.LANGUAGEComboBox = New System.Windows.Forms.ComboBox()
GUIDLabel = New System.Windows.Forms.Label() GUIDLabel = New System.Windows.Forms.Label()
PRENAMELabel = New System.Windows.Forms.Label() PRENAMELabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label() NAMELabel = New System.Windows.Forms.Label()
@ -758,7 +758,7 @@ Partial Class frmMain
'GUIDLabel3 'GUIDLabel3
' '
GUIDLabel3.AutoSize = True GUIDLabel3.AutoSize = True
GUIDLabel3.Location = New System.Drawing.Point(11, 39) GUIDLabel3.Location = New System.Drawing.Point(410, 31)
GUIDLabel3.Name = "GUIDLabel3" GUIDLabel3.Name = "GUIDLabel3"
GUIDLabel3.Size = New System.Drawing.Size(49, 13) GUIDLabel3.Size = New System.Drawing.Size(49, 13)
GUIDLabel3.TabIndex = 0 GUIDLabel3.TabIndex = 0
@ -767,7 +767,7 @@ Partial Class frmMain
'NAMELabel2 'NAMELabel2
' '
NAMELabel2.AutoSize = True NAMELabel2.AutoSize = True
NAMELabel2.Location = New System.Drawing.Point(11, 66) NAMELabel2.Location = New System.Drawing.Point(410, 58)
NAMELabel2.Name = "NAMELabel2" NAMELabel2.Name = "NAMELabel2"
NAMELabel2.Size = New System.Drawing.Size(39, 13) NAMELabel2.Size = New System.Drawing.Size(39, 13)
NAMELabel2.TabIndex = 2 NAMELabel2.TabIndex = 2
@ -776,7 +776,7 @@ Partial Class frmMain
'SHORT_NAMELabel 'SHORT_NAMELabel
' '
SHORT_NAMELabel.AutoSize = True SHORT_NAMELabel.AutoSize = True
SHORT_NAMELabel.Location = New System.Drawing.Point(11, 93) SHORT_NAMELabel.Location = New System.Drawing.Point(410, 85)
SHORT_NAMELabel.Name = "SHORT_NAMELabel" SHORT_NAMELabel.Name = "SHORT_NAMELabel"
SHORT_NAMELabel.Size = New System.Drawing.Size(58, 13) SHORT_NAMELabel.Size = New System.Drawing.Size(58, 13)
SHORT_NAMELabel.TabIndex = 4 SHORT_NAMELabel.TabIndex = 4
@ -785,7 +785,7 @@ Partial Class frmMain
'PRODUCT_VERSIONLabel 'PRODUCT_VERSIONLabel
' '
PRODUCT_VERSIONLabel.AutoSize = True PRODUCT_VERSIONLabel.AutoSize = True
PRODUCT_VERSIONLabel.Location = New System.Drawing.Point(11, 120) PRODUCT_VERSIONLabel.Location = New System.Drawing.Point(410, 112)
PRODUCT_VERSIONLabel.Name = "PRODUCT_VERSIONLabel" PRODUCT_VERSIONLabel.Name = "PRODUCT_VERSIONLabel"
PRODUCT_VERSIONLabel.Size = New System.Drawing.Size(46, 13) PRODUCT_VERSIONLabel.Size = New System.Drawing.Size(46, 13)
PRODUCT_VERSIONLabel.TabIndex = 8 PRODUCT_VERSIONLabel.TabIndex = 8
@ -835,7 +835,7 @@ Partial Class frmMain
'SplitContainer2 'SplitContainer2
' '
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0) Me.SplitContainer2.Location = New System.Drawing.Point(400, 0)
Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Name = "SplitContainer2"
Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
' '
@ -879,19 +879,19 @@ Partial Class frmMain
Me.SplitContainer2.Panel2.Controls.Add(Me.Label2) Me.SplitContainer2.Panel2.Controls.Add(Me.Label2)
Me.SplitContainer2.Panel2.Controls.Add(Me.listClients) Me.SplitContainer2.Panel2.Controls.Add(Me.listClients)
Me.SplitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.SplitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.SplitContainer2.Size = New System.Drawing.Size(765, 375) Me.SplitContainer2.Size = New System.Drawing.Size(793, 375)
Me.SplitContainer2.SplitterDistance = 195 Me.SplitContainer2.SplitterDistance = 181
Me.SplitContainer2.TabIndex = 63 Me.SplitContainer2.TabIndex = 63
' '
'DATE_FORMATComboBox 'LANGUAGEComboBox
' '
Me.DATE_FORMATComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "DATE_FORMAT", True)) Me.LANGUAGEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LANGUAGE", True))
Me.DATE_FORMATComboBox.FormattingEnabled = True Me.LANGUAGEComboBox.FormattingEnabled = True
Me.DATE_FORMATComboBox.Items.AddRange(New Object() {"dd.MM.yyyy", "MM.dd.yyyy", "yyyy-MM-dd"}) Me.LANGUAGEComboBox.Items.AddRange(New Object() {"de-DE", "en-US"})
Me.DATE_FORMATComboBox.Location = New System.Drawing.Point(106, 129) Me.LANGUAGEComboBox.Location = New System.Drawing.Point(347, 102)
Me.DATE_FORMATComboBox.Name = "DATE_FORMATComboBox" Me.LANGUAGEComboBox.Name = "LANGUAGEComboBox"
Me.DATE_FORMATComboBox.Size = New System.Drawing.Size(109, 21) Me.LANGUAGEComboBox.Size = New System.Drawing.Size(109, 21)
Me.DATE_FORMATComboBox.TabIndex = 54 Me.LANGUAGEComboBox.TabIndex = 55
' '
'TBDD_USERBindingSource 'TBDD_USERBindingSource
' '
@ -903,6 +903,16 @@ Partial Class frmMain
Me.UserDataSet.DataSetName = "UserDataSet" Me.UserDataSet.DataSetName = "UserDataSet"
Me.UserDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema Me.UserDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
' '
'DATE_FORMATComboBox
'
Me.DATE_FORMATComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "DATE_FORMAT", True))
Me.DATE_FORMATComboBox.FormattingEnabled = True
Me.DATE_FORMATComboBox.Items.AddRange(New Object() {"dd.MM.yyyy", "MM.dd.yyyy", "yyyy-MM-dd"})
Me.DATE_FORMATComboBox.Location = New System.Drawing.Point(106, 129)
Me.DATE_FORMATComboBox.Name = "DATE_FORMATComboBox"
Me.DATE_FORMATComboBox.Size = New System.Drawing.Size(109, 21)
Me.DATE_FORMATComboBox.TabIndex = 54
'
'TextBox2 'TextBox2
' '
Me.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHEN", True)) Me.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHEN", True))
@ -1076,11 +1086,11 @@ Partial Class frmMain
'GridUsers 'GridUsers
' '
Me.GridUsers.DataSource = Me.TBDD_USERBindingSource Me.GridUsers.DataSource = Me.TBDD_USERBindingSource
Me.GridUsers.Dock = System.Windows.Forms.DockStyle.Right Me.GridUsers.Dock = System.Windows.Forms.DockStyle.Left
Me.GridUsers.Location = New System.Drawing.Point(765, 0) Me.GridUsers.Location = New System.Drawing.Point(0, 0)
Me.GridUsers.MainView = Me.gvUsers Me.GridUsers.MainView = Me.gvUsers
Me.GridUsers.Name = "GridUsers" Me.GridUsers.Name = "GridUsers"
Me.GridUsers.Size = New System.Drawing.Size(428, 375) Me.GridUsers.Size = New System.Drawing.Size(400, 375)
Me.GridUsers.TabIndex = 58 Me.GridUsers.TabIndex = 58
Me.GridUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvUsers}) Me.GridUsers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gvUsers})
' '
@ -2142,7 +2152,6 @@ Partial Class frmMain
' '
'SplitContainer3 'SplitContainer3
' '
Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer3.Location = New System.Drawing.Point(0, 25) Me.SplitContainer3.Location = New System.Drawing.Point(0, 25)
Me.SplitContainer3.Name = "SplitContainer3" Me.SplitContainer3.Name = "SplitContainer3"
Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal
@ -2164,11 +2173,11 @@ Partial Class frmMain
'gridGroups 'gridGroups
' '
Me.gridGroups.DataSource = Me.TBDD_GROUPSBindingSource1 Me.gridGroups.DataSource = Me.TBDD_GROUPSBindingSource1
Me.gridGroups.Dock = System.Windows.Forms.DockStyle.Right Me.gridGroups.Dock = System.Windows.Forms.DockStyle.Left
Me.gridGroups.Location = New System.Drawing.Point(765, 0) Me.gridGroups.Location = New System.Drawing.Point(0, 0)
Me.gridGroups.MainView = Me.viewGroups Me.gridGroups.MainView = Me.viewGroups
Me.gridGroups.Name = "gridGroups" Me.gridGroups.Name = "gridGroups"
Me.gridGroups.Size = New System.Drawing.Size(428, 375) Me.gridGroups.Size = New System.Drawing.Size(400, 375)
Me.gridGroups.TabIndex = 17 Me.gridGroups.TabIndex = 17
Me.gridGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewGroups}) Me.gridGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewGroups})
' '
@ -2209,7 +2218,7 @@ Partial Class frmMain
Me.GroupBox4.Controls.Add(ADDED_WHENLabel1) Me.GroupBox4.Controls.Add(ADDED_WHENLabel1)
Me.GroupBox4.Controls.Add(CHANGED_WHOLabel1) Me.GroupBox4.Controls.Add(CHANGED_WHOLabel1)
Me.GroupBox4.Controls.Add(Me.CHANGED_WHOTextBox1) Me.GroupBox4.Controls.Add(Me.CHANGED_WHOTextBox1)
Me.GroupBox4.Location = New System.Drawing.Point(14, 228) Me.GroupBox4.Location = New System.Drawing.Point(406, 214)
Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(561, 144) Me.GroupBox4.Size = New System.Drawing.Size(561, 144)
Me.GroupBox4.TabIndex = 16 Me.GroupBox4.TabIndex = 16
@ -2221,6 +2230,7 @@ Partial Class frmMain
Me.TextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Tag", Me.TBDD_GROUPSBindingSource, "CHANGED_WHEN", True)) Me.TextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Tag", Me.TBDD_GROUPSBindingSource, "CHANGED_WHEN", True))
Me.TextBox4.Location = New System.Drawing.Point(126, 96) Me.TextBox4.Location = New System.Drawing.Point(126, 96)
Me.TextBox4.Name = "TextBox4" Me.TextBox4.Name = "TextBox4"
Me.TextBox4.ReadOnly = True
Me.TextBox4.Size = New System.Drawing.Size(200, 21) Me.TextBox4.Size = New System.Drawing.Size(200, 21)
Me.TextBox4.TabIndex = 8 Me.TextBox4.TabIndex = 8
' '
@ -2229,6 +2239,7 @@ Partial Class frmMain
Me.TextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Tag", Me.TBDD_GROUPSBindingSource, "ADDED_WHEN", True)) Me.TextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Tag", Me.TBDD_GROUPSBindingSource, "ADDED_WHEN", True))
Me.TextBox3.Location = New System.Drawing.Point(126, 42) Me.TextBox3.Location = New System.Drawing.Point(126, 42)
Me.TextBox3.Name = "TextBox3" Me.TextBox3.Name = "TextBox3"
Me.TextBox3.ReadOnly = True
Me.TextBox3.Size = New System.Drawing.Size(200, 21) Me.TextBox3.Size = New System.Drawing.Size(200, 21)
Me.TextBox3.TabIndex = 8 Me.TextBox3.TabIndex = 8
' '
@ -2237,6 +2248,7 @@ Partial Class frmMain
Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "ADDED_WHO", True)) Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(126, 14) Me.ADDED_WHOTextBox1.Location = New System.Drawing.Point(126, 14)
Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1" Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1"
Me.ADDED_WHOTextBox1.ReadOnly = True
Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(200, 21) Me.ADDED_WHOTextBox1.Size = New System.Drawing.Size(200, 21)
Me.ADDED_WHOTextBox1.TabIndex = 8 Me.ADDED_WHOTextBox1.TabIndex = 8
' '
@ -2245,6 +2257,7 @@ Partial Class frmMain
Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "CHANGED_WHO", True)) Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_GROUPSBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(126, 68) Me.CHANGED_WHOTextBox1.Location = New System.Drawing.Point(126, 68)
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1" Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
Me.CHANGED_WHOTextBox1.ReadOnly = True
Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(200, 21) Me.CHANGED_WHOTextBox1.Size = New System.Drawing.Size(200, 21)
Me.CHANGED_WHOTextBox1.TabIndex = 12 Me.CHANGED_WHOTextBox1.TabIndex = 12
' '
@ -2259,7 +2272,7 @@ Partial Class frmMain
Me.GroupBox2.Controls.Add(Me.NAMETextBox1) Me.GroupBox2.Controls.Add(Me.NAMETextBox1)
Me.GroupBox2.Controls.Add(Me.COMMENTTextBox1) Me.GroupBox2.Controls.Add(Me.COMMENTTextBox1)
Me.GroupBox2.Controls.Add(COMMENTLabel1) Me.GroupBox2.Controls.Add(COMMENTLabel1)
Me.GroupBox2.Location = New System.Drawing.Point(14, 6) Me.GroupBox2.Location = New System.Drawing.Point(406, 3)
Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(561, 205) Me.GroupBox2.Size = New System.Drawing.Size(561, 205)
Me.GroupBox2.TabIndex = 15 Me.GroupBox2.TabIndex = 15
@ -2331,7 +2344,7 @@ Partial Class frmMain
Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0) Me.XtraTabControl3.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl3.Name = "XtraTabControl3" Me.XtraTabControl3.Name = "XtraTabControl3"
Me.XtraTabControl3.SelectedTabPage = Me.XtraTabPage1 Me.XtraTabControl3.SelectedTabPage = Me.XtraTabPage1
Me.XtraTabControl3.Size = New System.Drawing.Size(1193, 380) Me.XtraTabControl3.Size = New System.Drawing.Size(1196, 380)
Me.XtraTabControl3.TabIndex = 0 Me.XtraTabControl3.TabIndex = 0
Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2}) Me.XtraTabControl3.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2})
' '
@ -2340,7 +2353,7 @@ Partial Class frmMain
Me.XtraTabPage1.Controls.Add(Me.SplitContainer5) Me.XtraTabPage1.Controls.Add(Me.SplitContainer5)
Me.XtraTabPage1.Image = Global.DDUserManager.My.Resources.Resources.book Me.XtraTabPage1.Image = Global.DDUserManager.My.Resources.Resources.book
Me.XtraTabPage1.Name = "XtraTabPage1" Me.XtraTabPage1.Name = "XtraTabPage1"
Me.XtraTabPage1.Size = New System.Drawing.Size(1187, 349) Me.XtraTabPage1.Size = New System.Drawing.Size(1190, 349)
Me.XtraTabPage1.Text = "Mandanten Zuordnung" Me.XtraTabPage1.Text = "Mandanten Zuordnung"
' '
'SplitContainer5 'SplitContainer5
@ -2359,8 +2372,8 @@ Partial Class frmMain
' '
Me.SplitContainer5.Panel2.Controls.Add(Me.Panel12) Me.SplitContainer5.Panel2.Controls.Add(Me.Panel12)
Me.SplitContainer5.Panel2.Controls.Add(Me.Panel11) Me.SplitContainer5.Panel2.Controls.Add(Me.Panel11)
Me.SplitContainer5.Size = New System.Drawing.Size(1187, 349) Me.SplitContainer5.Size = New System.Drawing.Size(1190, 349)
Me.SplitContainer5.SplitterDistance = 434 Me.SplitContainer5.SplitterDistance = 526
Me.SplitContainer5.TabIndex = 0 Me.SplitContainer5.TabIndex = 0
' '
'btnClients_AddGroups 'btnClients_AddGroups
@ -2368,7 +2381,7 @@ Partial Class frmMain
Me.btnClients_AddGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnClients_AddGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClients_AddGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_right Me.btnClients_AddGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_right
Me.btnClients_AddGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnClients_AddGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnClients_AddGroups.Location = New System.Drawing.Point(328, 108) Me.btnClients_AddGroups.Location = New System.Drawing.Point(497, 108)
Me.btnClients_AddGroups.Name = "btnClients_AddGroups" Me.btnClients_AddGroups.Name = "btnClients_AddGroups"
Me.btnClients_AddGroups.Size = New System.Drawing.Size(103, 50) Me.btnClients_AddGroups.Size = New System.Drawing.Size(103, 50)
Me.btnClients_AddGroups.TabIndex = 15 Me.btnClients_AddGroups.TabIndex = 15
@ -2380,7 +2393,7 @@ Partial Class frmMain
Me.btnClients_RemoveGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnClients_RemoveGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnClients_RemoveGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_left_red Me.btnClients_RemoveGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_left_red
Me.btnClients_RemoveGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnClients_RemoveGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnClients_RemoveGroups.Location = New System.Drawing.Point(329, 164) Me.btnClients_RemoveGroups.Location = New System.Drawing.Point(498, 164)
Me.btnClients_RemoveGroups.Name = "btnClients_RemoveGroups" Me.btnClients_RemoveGroups.Name = "btnClients_RemoveGroups"
Me.btnClients_RemoveGroups.Size = New System.Drawing.Size(103, 50) Me.btnClients_RemoveGroups.Size = New System.Drawing.Size(103, 50)
Me.btnClients_RemoveGroups.TabIndex = 14 Me.btnClients_RemoveGroups.TabIndex = 14
@ -2396,7 +2409,7 @@ Partial Class frmMain
Me.Panel10.Controls.Add(Me.Label5) Me.Panel10.Controls.Add(Me.Label5)
Me.Panel10.Location = New System.Drawing.Point(0, 0) Me.Panel10.Location = New System.Drawing.Point(0, 0)
Me.Panel10.Name = "Panel10" Me.Panel10.Name = "Panel10"
Me.Panel10.Size = New System.Drawing.Size(320, 349) Me.Panel10.Size = New System.Drawing.Size(489, 366)
Me.Panel10.TabIndex = 0 Me.Panel10.TabIndex = 0
' '
'gridClientsGroups_AvailableGroups 'gridClientsGroups_AvailableGroups
@ -2406,7 +2419,7 @@ Partial Class frmMain
Me.gridClientsGroups_AvailableGroups.Location = New System.Drawing.Point(0, 30) Me.gridClientsGroups_AvailableGroups.Location = New System.Drawing.Point(0, 30)
Me.gridClientsGroups_AvailableGroups.MainView = Me.viewClientsGroups_AvailableGroups Me.gridClientsGroups_AvailableGroups.MainView = Me.viewClientsGroups_AvailableGroups
Me.gridClientsGroups_AvailableGroups.Name = "gridClientsGroups_AvailableGroups" Me.gridClientsGroups_AvailableGroups.Name = "gridClientsGroups_AvailableGroups"
Me.gridClientsGroups_AvailableGroups.Size = New System.Drawing.Size(320, 319) Me.gridClientsGroups_AvailableGroups.Size = New System.Drawing.Size(489, 336)
Me.gridClientsGroups_AvailableGroups.TabIndex = 0 Me.gridClientsGroups_AvailableGroups.TabIndex = 0
Me.gridClientsGroups_AvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewClientsGroups_AvailableGroups}) Me.gridClientsGroups_AvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewClientsGroups_AvailableGroups})
' '
@ -2446,7 +2459,7 @@ Partial Class frmMain
Me.Label5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(0, 0) Me.Label5.Location = New System.Drawing.Point(0, 0)
Me.Label5.Name = "Label5" Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(320, 30) Me.Label5.Size = New System.Drawing.Size(489, 30)
Me.Label5.TabIndex = 1 Me.Label5.TabIndex = 1
Me.Label5.Text = "Nicht zugeordnete Gruppen:" Me.Label5.Text = "Nicht zugeordnete Gruppen:"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
@ -2458,7 +2471,7 @@ Partial Class frmMain
Me.Panel12.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel12.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel12.Location = New System.Drawing.Point(326, 0) Me.Panel12.Location = New System.Drawing.Point(326, 0)
Me.Panel12.Name = "Panel12" Me.Panel12.Name = "Panel12"
Me.Panel12.Size = New System.Drawing.Size(423, 349) Me.Panel12.Size = New System.Drawing.Size(334, 349)
Me.Panel12.TabIndex = 0 Me.Panel12.TabIndex = 0
' '
'gridClientsGroups_AssignedGroups 'gridClientsGroups_AssignedGroups
@ -2468,7 +2481,7 @@ Partial Class frmMain
Me.gridClientsGroups_AssignedGroups.Location = New System.Drawing.Point(0, 30) Me.gridClientsGroups_AssignedGroups.Location = New System.Drawing.Point(0, 30)
Me.gridClientsGroups_AssignedGroups.MainView = Me.viewClientsGroups_AssignedGroups Me.gridClientsGroups_AssignedGroups.MainView = Me.viewClientsGroups_AssignedGroups
Me.gridClientsGroups_AssignedGroups.Name = "gridClientsGroups_AssignedGroups" Me.gridClientsGroups_AssignedGroups.Name = "gridClientsGroups_AssignedGroups"
Me.gridClientsGroups_AssignedGroups.Size = New System.Drawing.Size(423, 319) Me.gridClientsGroups_AssignedGroups.Size = New System.Drawing.Size(334, 319)
Me.gridClientsGroups_AssignedGroups.TabIndex = 0 Me.gridClientsGroups_AssignedGroups.TabIndex = 0
Me.gridClientsGroups_AssignedGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewClientsGroups_AssignedGroups}) Me.gridClientsGroups_AssignedGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewClientsGroups_AssignedGroups})
' '
@ -2509,7 +2522,7 @@ Partial Class frmMain
Me.labelClients_AssignedGroups.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.labelClients_AssignedGroups.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.labelClients_AssignedGroups.Location = New System.Drawing.Point(0, 0) Me.labelClients_AssignedGroups.Location = New System.Drawing.Point(0, 0)
Me.labelClients_AssignedGroups.Name = "labelClients_AssignedGroups" Me.labelClients_AssignedGroups.Name = "labelClients_AssignedGroups"
Me.labelClients_AssignedGroups.Size = New System.Drawing.Size(423, 30) Me.labelClients_AssignedGroups.Size = New System.Drawing.Size(334, 30)
Me.labelClients_AssignedGroups.TabIndex = 1 Me.labelClients_AssignedGroups.TabIndex = 1
Me.labelClients_AssignedGroups.Text = "Zugeordnete Gruppen zu Mandant {0}" Me.labelClients_AssignedGroups.Text = "Zugeordnete Gruppen zu Mandant {0}"
Me.labelClients_AssignedGroups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.labelClients_AssignedGroups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
@ -2579,7 +2592,7 @@ Partial Class frmMain
Me.XtraTabPage2.Controls.Add(Me.SplitContainer7) Me.XtraTabPage2.Controls.Add(Me.SplitContainer7)
Me.XtraTabPage2.Image = Global.DDUserManager.My.Resources.Resources.plugin Me.XtraTabPage2.Image = Global.DDUserManager.My.Resources.Resources.plugin
Me.XtraTabPage2.Name = "XtraTabPage2" Me.XtraTabPage2.Name = "XtraTabPage2"
Me.XtraTabPage2.Size = New System.Drawing.Size(1187, 349) Me.XtraTabPage2.Size = New System.Drawing.Size(1190, 349)
Me.XtraTabPage2.Text = "Modul Zuordnung" Me.XtraTabPage2.Text = "Modul Zuordnung"
' '
'SplitContainer7 'SplitContainer7
@ -2598,8 +2611,8 @@ Partial Class frmMain
' '
Me.SplitContainer7.Panel2.Controls.Add(Me.Panel15) Me.SplitContainer7.Panel2.Controls.Add(Me.Panel15)
Me.SplitContainer7.Panel2.Controls.Add(Me.Panel14) Me.SplitContainer7.Panel2.Controls.Add(Me.Panel14)
Me.SplitContainer7.Size = New System.Drawing.Size(1187, 349) Me.SplitContainer7.Size = New System.Drawing.Size(1190, 349)
Me.SplitContainer7.SplitterDistance = 434 Me.SplitContainer7.SplitterDistance = 435
Me.SplitContainer7.TabIndex = 0 Me.SplitContainer7.TabIndex = 0
' '
'btnModules_AddGroups 'btnModules_AddGroups
@ -2607,7 +2620,7 @@ Partial Class frmMain
Me.btnModules_AddGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnModules_AddGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnModules_AddGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_right Me.btnModules_AddGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_right
Me.btnModules_AddGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnModules_AddGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnModules_AddGroups.Location = New System.Drawing.Point(328, 108) Me.btnModules_AddGroups.Location = New System.Drawing.Point(329, 108)
Me.btnModules_AddGroups.Name = "btnModules_AddGroups" Me.btnModules_AddGroups.Name = "btnModules_AddGroups"
Me.btnModules_AddGroups.Size = New System.Drawing.Size(103, 50) Me.btnModules_AddGroups.Size = New System.Drawing.Size(103, 50)
Me.btnModules_AddGroups.TabIndex = 17 Me.btnModules_AddGroups.TabIndex = 17
@ -2619,7 +2632,7 @@ Partial Class frmMain
Me.btnModules_RemoveGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnModules_RemoveGroups.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnModules_RemoveGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_left_red Me.btnModules_RemoveGroups.Image = Global.DDUserManager.My.Resources.Resources.arrow_left_red
Me.btnModules_RemoveGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnModules_RemoveGroups.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnModules_RemoveGroups.Location = New System.Drawing.Point(329, 164) Me.btnModules_RemoveGroups.Location = New System.Drawing.Point(330, 164)
Me.btnModules_RemoveGroups.Name = "btnModules_RemoveGroups" Me.btnModules_RemoveGroups.Name = "btnModules_RemoveGroups"
Me.btnModules_RemoveGroups.Size = New System.Drawing.Size(103, 50) Me.btnModules_RemoveGroups.Size = New System.Drawing.Size(103, 50)
Me.btnModules_RemoveGroups.TabIndex = 16 Me.btnModules_RemoveGroups.TabIndex = 16
@ -2635,7 +2648,7 @@ Partial Class frmMain
Me.Panel13.Controls.Add(Me.Label15) Me.Panel13.Controls.Add(Me.Label15)
Me.Panel13.Location = New System.Drawing.Point(0, 0) Me.Panel13.Location = New System.Drawing.Point(0, 0)
Me.Panel13.Name = "Panel13" Me.Panel13.Name = "Panel13"
Me.Panel13.Size = New System.Drawing.Size(320, 349) Me.Panel13.Size = New System.Drawing.Size(321, 349)
Me.Panel13.TabIndex = 0 Me.Panel13.TabIndex = 0
' '
'gridModulesGroups_AvailableGroups 'gridModulesGroups_AvailableGroups
@ -2645,7 +2658,7 @@ Partial Class frmMain
Me.gridModulesGroups_AvailableGroups.Location = New System.Drawing.Point(0, 30) Me.gridModulesGroups_AvailableGroups.Location = New System.Drawing.Point(0, 30)
Me.gridModulesGroups_AvailableGroups.MainView = Me.viewModulesGroups_AvailableGroups Me.gridModulesGroups_AvailableGroups.MainView = Me.viewModulesGroups_AvailableGroups
Me.gridModulesGroups_AvailableGroups.Name = "gridModulesGroups_AvailableGroups" Me.gridModulesGroups_AvailableGroups.Name = "gridModulesGroups_AvailableGroups"
Me.gridModulesGroups_AvailableGroups.Size = New System.Drawing.Size(320, 319) Me.gridModulesGroups_AvailableGroups.Size = New System.Drawing.Size(321, 319)
Me.gridModulesGroups_AvailableGroups.TabIndex = 0 Me.gridModulesGroups_AvailableGroups.TabIndex = 0
Me.gridModulesGroups_AvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewModulesGroups_AvailableGroups}) Me.gridModulesGroups_AvailableGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewModulesGroups_AvailableGroups})
' '
@ -2685,7 +2698,7 @@ Partial Class frmMain
Me.Label15.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label15.Location = New System.Drawing.Point(0, 0) Me.Label15.Location = New System.Drawing.Point(0, 0)
Me.Label15.Name = "Label15" Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(320, 30) Me.Label15.Size = New System.Drawing.Size(321, 30)
Me.Label15.TabIndex = 1 Me.Label15.TabIndex = 1
Me.Label15.Text = "Nicht zugeordnete Gruppen:" Me.Label15.Text = "Nicht zugeordnete Gruppen:"
Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
@ -2697,7 +2710,7 @@ Partial Class frmMain
Me.Panel15.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel15.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel15.Location = New System.Drawing.Point(326, 0) Me.Panel15.Location = New System.Drawing.Point(326, 0)
Me.Panel15.Name = "Panel15" Me.Panel15.Name = "Panel15"
Me.Panel15.Size = New System.Drawing.Size(423, 349) Me.Panel15.Size = New System.Drawing.Size(425, 349)
Me.Panel15.TabIndex = 1 Me.Panel15.TabIndex = 1
' '
'gridModulesGroups_AssignedGroups 'gridModulesGroups_AssignedGroups
@ -2707,7 +2720,7 @@ Partial Class frmMain
Me.gridModulesGroups_AssignedGroups.Location = New System.Drawing.Point(0, 30) Me.gridModulesGroups_AssignedGroups.Location = New System.Drawing.Point(0, 30)
Me.gridModulesGroups_AssignedGroups.MainView = Me.viewModulesGroups_AssignedGroups Me.gridModulesGroups_AssignedGroups.MainView = Me.viewModulesGroups_AssignedGroups
Me.gridModulesGroups_AssignedGroups.Name = "gridModulesGroups_AssignedGroups" Me.gridModulesGroups_AssignedGroups.Name = "gridModulesGroups_AssignedGroups"
Me.gridModulesGroups_AssignedGroups.Size = New System.Drawing.Size(423, 319) Me.gridModulesGroups_AssignedGroups.Size = New System.Drawing.Size(425, 319)
Me.gridModulesGroups_AssignedGroups.TabIndex = 1 Me.gridModulesGroups_AssignedGroups.TabIndex = 1
Me.gridModulesGroups_AssignedGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewModulesGroups_AssignedGroups}) Me.gridModulesGroups_AssignedGroups.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewModulesGroups_AssignedGroups})
' '
@ -2748,7 +2761,7 @@ Partial Class frmMain
Me.labelModules_AssignedGroups.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.labelModules_AssignedGroups.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.labelModules_AssignedGroups.Location = New System.Drawing.Point(0, 0) Me.labelModules_AssignedGroups.Location = New System.Drawing.Point(0, 0)
Me.labelModules_AssignedGroups.Name = "labelModules_AssignedGroups" Me.labelModules_AssignedGroups.Name = "labelModules_AssignedGroups"
Me.labelModules_AssignedGroups.Size = New System.Drawing.Size(423, 30) Me.labelModules_AssignedGroups.Size = New System.Drawing.Size(425, 30)
Me.labelModules_AssignedGroups.TabIndex = 0 Me.labelModules_AssignedGroups.TabIndex = 0
Me.labelModules_AssignedGroups.Text = "Zugeordnete Gruppen zu Modul {0}" Me.labelModules_AssignedGroups.Text = "Zugeordnete Gruppen zu Modul {0}"
Me.labelModules_AssignedGroups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter Me.labelModules_AssignedGroups.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
@ -2948,8 +2961,8 @@ Partial Class frmMain
'gridClients 'gridClients
' '
Me.gridClients.DataSource = Me.TBDD_CLIENTBindingSource Me.gridClients.DataSource = Me.TBDD_CLIENTBindingSource
Me.gridClients.Dock = System.Windows.Forms.DockStyle.Right Me.gridClients.Dock = System.Windows.Forms.DockStyle.Left
Me.gridClients.Location = New System.Drawing.Point(793, 25) Me.gridClients.Location = New System.Drawing.Point(0, 25)
Me.gridClients.MainView = Me.GridView4 Me.gridClients.MainView = Me.GridView4
Me.gridClients.Name = "gridClients" Me.gridClients.Name = "gridClients"
Me.gridClients.Size = New System.Drawing.Size(400, 759) Me.gridClients.Size = New System.Drawing.Size(400, 759)
@ -3113,7 +3126,7 @@ Partial Class frmMain
Me.GroupBox6.Controls.Add(ADDED_WHOLabel2) Me.GroupBox6.Controls.Add(ADDED_WHOLabel2)
Me.GroupBox6.Controls.Add(Me.TextBox5) Me.GroupBox6.Controls.Add(Me.TextBox5)
Me.GroupBox6.Controls.Add(Me.ADDED_WHOTextBox2) Me.GroupBox6.Controls.Add(Me.ADDED_WHOTextBox2)
Me.GroupBox6.Location = New System.Drawing.Point(3, 189) Me.GroupBox6.Location = New System.Drawing.Point(406, 189)
Me.GroupBox6.Name = "GroupBox6" Me.GroupBox6.Name = "GroupBox6"
Me.GroupBox6.Size = New System.Drawing.Size(372, 149) Me.GroupBox6.Size = New System.Drawing.Size(372, 149)
Me.GroupBox6.TabIndex = 3 Me.GroupBox6.TabIndex = 3
@ -3166,7 +3179,7 @@ Partial Class frmMain
Me.GroupBox5.Controls.Add(Me.CLIENT_NAMETextBox) Me.GroupBox5.Controls.Add(Me.CLIENT_NAMETextBox)
Me.GroupBox5.Controls.Add(GUIDLabel2) Me.GroupBox5.Controls.Add(GUIDLabel2)
Me.GroupBox5.Controls.Add(Me.GUIDTextBox2) Me.GroupBox5.Controls.Add(Me.GUIDTextBox2)
Me.GroupBox5.Location = New System.Drawing.Point(3, 28) Me.GroupBox5.Location = New System.Drawing.Point(406, 28)
Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(372, 155) Me.GroupBox5.Size = New System.Drawing.Size(372, 155)
Me.GroupBox5.TabIndex = 0 Me.GroupBox5.TabIndex = 0
@ -3226,8 +3239,8 @@ Partial Class frmMain
'gridModules 'gridModules
' '
Me.gridModules.DataSource = Me.TBDD_MODULESBindingSource Me.gridModules.DataSource = Me.TBDD_MODULESBindingSource
Me.gridModules.Dock = System.Windows.Forms.DockStyle.Right Me.gridModules.Dock = System.Windows.Forms.DockStyle.Left
Me.gridModules.Location = New System.Drawing.Point(793, 25) Me.gridModules.Location = New System.Drawing.Point(0, 25)
Me.gridModules.MainView = Me.GridView5 Me.gridModules.MainView = Me.GridView5
Me.gridModules.Name = "gridModules" Me.gridModules.Name = "gridModules"
Me.gridModules.Size = New System.Drawing.Size(400, 759) Me.gridModules.Size = New System.Drawing.Size(400, 759)
@ -3358,7 +3371,7 @@ Partial Class frmMain
'GUIDTextBox3 'GUIDTextBox3
' '
Me.GUIDTextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "GUID", True)) Me.GUIDTextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "GUID", True))
Me.GUIDTextBox3.Location = New System.Drawing.Point(77, 36) Me.GUIDTextBox3.Location = New System.Drawing.Point(476, 28)
Me.GUIDTextBox3.Name = "GUIDTextBox3" Me.GUIDTextBox3.Name = "GUIDTextBox3"
Me.GUIDTextBox3.ReadOnly = True Me.GUIDTextBox3.ReadOnly = True
Me.GUIDTextBox3.Size = New System.Drawing.Size(200, 21) Me.GUIDTextBox3.Size = New System.Drawing.Size(200, 21)
@ -3367,7 +3380,7 @@ Partial Class frmMain
'NAMETextBox2 'NAMETextBox2
' '
Me.NAMETextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "NAME", True)) Me.NAMETextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "NAME", True))
Me.NAMETextBox2.Location = New System.Drawing.Point(77, 63) Me.NAMETextBox2.Location = New System.Drawing.Point(476, 55)
Me.NAMETextBox2.Name = "NAMETextBox2" Me.NAMETextBox2.Name = "NAMETextBox2"
Me.NAMETextBox2.ReadOnly = True Me.NAMETextBox2.ReadOnly = True
Me.NAMETextBox2.Size = New System.Drawing.Size(200, 21) Me.NAMETextBox2.Size = New System.Drawing.Size(200, 21)
@ -3376,7 +3389,7 @@ Partial Class frmMain
'SHORT_NAMETextBox 'SHORT_NAMETextBox
' '
Me.SHORT_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "SHORT_NAME", True)) Me.SHORT_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "SHORT_NAME", True))
Me.SHORT_NAMETextBox.Location = New System.Drawing.Point(77, 90) Me.SHORT_NAMETextBox.Location = New System.Drawing.Point(476, 82)
Me.SHORT_NAMETextBox.Name = "SHORT_NAMETextBox" Me.SHORT_NAMETextBox.Name = "SHORT_NAMETextBox"
Me.SHORT_NAMETextBox.ReadOnly = True Me.SHORT_NAMETextBox.ReadOnly = True
Me.SHORT_NAMETextBox.Size = New System.Drawing.Size(200, 21) Me.SHORT_NAMETextBox.Size = New System.Drawing.Size(200, 21)
@ -3385,7 +3398,7 @@ Partial Class frmMain
'PRODUCT_VERSIONTextBox 'PRODUCT_VERSIONTextBox
' '
Me.PRODUCT_VERSIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "PRODUCT_VERSION", True)) Me.PRODUCT_VERSIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_MODULESBindingSource, "PRODUCT_VERSION", True))
Me.PRODUCT_VERSIONTextBox.Location = New System.Drawing.Point(77, 117) Me.PRODUCT_VERSIONTextBox.Location = New System.Drawing.Point(476, 109)
Me.PRODUCT_VERSIONTextBox.Name = "PRODUCT_VERSIONTextBox" Me.PRODUCT_VERSIONTextBox.Name = "PRODUCT_VERSIONTextBox"
Me.PRODUCT_VERSIONTextBox.ReadOnly = True Me.PRODUCT_VERSIONTextBox.ReadOnly = True
Me.PRODUCT_VERSIONTextBox.Size = New System.Drawing.Size(200, 21) Me.PRODUCT_VERSIONTextBox.Size = New System.Drawing.Size(200, 21)
@ -3511,16 +3524,6 @@ Partial Class frmMain
' '
Me.TBDD_GROUPS_USERTableAdapter.ClearBeforeFill = True Me.TBDD_GROUPS_USERTableAdapter.ClearBeforeFill = True
' '
'LANGUAGEComboBox
'
Me.LANGUAGEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LANGUAGE", True))
Me.LANGUAGEComboBox.FormattingEnabled = True
Me.LANGUAGEComboBox.Items.AddRange(New Object() {"de-DE", "en-US"})
Me.LANGUAGEComboBox.Location = New System.Drawing.Point(347, 102)
Me.LANGUAGEComboBox.Name = "LANGUAGEComboBox"
Me.LANGUAGEComboBox.Size = New System.Drawing.Size(109, 21)
Me.LANGUAGEComboBox.TabIndex = 55
'
'frmMain 'frmMain
' '
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)

View File

@ -216,6 +216,9 @@
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>136, 17</value> <value>136, 17</value>
</metadata> </metadata>
<metadata name="UserDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TBDD_MODULESBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_MODULESBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>469, 95</value> <value>469, 95</value>
</metadata> </metadata>
@ -225,11 +228,11 @@
<metadata name="TBDD_CLIENTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_CLIENTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>911, 56</value> <value>911, 56</value>
</metadata> </metadata>
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_GROUPSBindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>136, 17</value> <value>1026, 134</value>
</metadata> </metadata>
<metadata name="UserDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="DS_ChangeS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value> <value>906, 134</value>
</metadata> </metadata>
<metadata name="TBDD_USERBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_USERBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>693, 17</value> <value>693, 17</value>
@ -309,36 +312,6 @@
<metadata name="TBDD_GROUPSBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="TBDD_GROUPSBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value> <value>17, 95</value>
</metadata> </metadata>
<metadata name="TBDD_CLIENTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>247, 95</value>
</metadata>
<metadata name="TBDD_MODULESBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>909, 95</value>
</metadata>
<metadata name="UserDataSet.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="TBDD_MODULESBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>469, 95</value>
</metadata>
<metadata name="TBDD_GROUPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>489, 56</value>
</metadata>
<metadata name="TBDD_CLIENTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>911, 56</value>
</metadata>
<metadata name="TBDD_GROUPSBindingSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>1026, 134</value>
</metadata>
<metadata name="DS_ChangeS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>906, 134</value>
</metadata>
<metadata name="DS_ChangeS.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>906, 134</value>
</metadata>
<metadata name="TBDD_GROUPSBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
<data name="BindingNavigatorDeleteItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="BindingNavigatorDeleteItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO