jj: Add Save Button to Clients and Groups Navigator
This commit is contained in:
parent
767b8ad431
commit
54d712f67d
402
DDUserManager/DDUserManager/frmMain.Designer.vb
generated
402
DDUserManager/DDUserManager/frmMain.Designer.vb
generated
@ -57,7 +57,6 @@ Partial Class frmMain
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.tabPageUsers = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.DATE_FORMATTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.UserDataSet = New DDUserManager.UserDataSet()
|
||||
@ -72,13 +71,11 @@ Partial Class frmMain
|
||||
Me.EMAILTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.GridUsers = New DevExpress.XtraGrid.GridControl()
|
||||
Me.gvUsers = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colUSERNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colEMAIL = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
||||
Me.CHANGED_WHENDateTimePicker = New System.Windows.Forms.DateTimePicker()
|
||||
Me.USERID_FK_INT_ECMTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
@ -152,6 +149,10 @@ Partial Class frmMain
|
||||
Me.TBDD_USERBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tabPageGroups = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colNAME5 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colCOMMENT1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
||||
Me.ADDED_WHOTextBox1 = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHENDateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
||||
@ -173,7 +174,13 @@ Partial Class frmMain
|
||||
Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.TBDD_USER_GROUPSBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tabPageClients = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridControl2 = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridView4 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GridColumn7 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GridColumn6 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.TBDD_CLIENTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
Me.BindingNavigatorAddNewItem2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel()
|
||||
@ -186,6 +193,7 @@ Partial Class frmMain
|
||||
Me.BindingNavigatorMoveNextItem2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMoveLastItem2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.TBDD_CLIENTBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
|
||||
Me.GroupBox6 = New System.Windows.Forms.GroupBox()
|
||||
Me.ADDED_WHENDateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
||||
Me.CHANGED_WHENDateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
||||
@ -206,6 +214,8 @@ Partial Class frmMain
|
||||
Me.TBDD_USER_MODULESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBDD_USER_MODULESTableAdapter = New DDUserManager.UserDataSetTableAdapters.TBDD_USER_MODULESTableAdapter()
|
||||
Me.TBDD_CLIENTTableAdapter = New DDUserManager.UserDataSetTableAdapters.TBDD_CLIENTTableAdapter()
|
||||
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
|
||||
Me.SplitContainer3 = New System.Windows.Forms.SplitContainer()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PRENAMELabel = New System.Windows.Forms.Label()
|
||||
NAMELabel = New System.Windows.Forms.Label()
|
||||
@ -243,12 +253,10 @@ Partial Class frmMain
|
||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||
Me.SplitContainer1.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.UserDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridUsers, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.gvUsers, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox3.SuspendLayout()
|
||||
CType(Me.TBDD_CLIENTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@ -288,11 +296,15 @@ Partial Class frmMain
|
||||
CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TBDD_USERBindingNavigator.SuspendLayout()
|
||||
Me.tabPageGroups.SuspendLayout()
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox4.SuspendLayout()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
CType(Me.TBDD_USER_GROUPSBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.SuspendLayout()
|
||||
Me.tabPageClients.SuspendLayout()
|
||||
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_CLIENTBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TBDD_CLIENTBindingNavigator.SuspendLayout()
|
||||
Me.GroupBox6.SuspendLayout()
|
||||
@ -300,12 +312,20 @@ Partial Class frmMain
|
||||
CType(Me.TBDD_GROUPS_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_CLIENT_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USER_MODULESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer2.Panel1.SuspendLayout()
|
||||
Me.SplitContainer2.Panel2.SuspendLayout()
|
||||
Me.SplitContainer2.SuspendLayout()
|
||||
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer3.Panel1.SuspendLayout()
|
||||
Me.SplitContainer3.Panel2.SuspendLayout()
|
||||
Me.SplitContainer3.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
'
|
||||
GUIDLabel.AutoSize = True
|
||||
GUIDLabel.Location = New System.Drawing.Point(6, 17)
|
||||
GUIDLabel.Location = New System.Drawing.Point(21, 25)
|
||||
GUIDLabel.Name = "GUIDLabel"
|
||||
GUIDLabel.Size = New System.Drawing.Size(43, 13)
|
||||
GUIDLabel.TabIndex = 0
|
||||
@ -314,7 +334,7 @@ Partial Class frmMain
|
||||
'PRENAMELabel
|
||||
'
|
||||
PRENAMELabel.AutoSize = True
|
||||
PRENAMELabel.Location = New System.Drawing.Point(6, 44)
|
||||
PRENAMELabel.Location = New System.Drawing.Point(21, 52)
|
||||
PRENAMELabel.Name = "PRENAMELabel"
|
||||
PRENAMELabel.Size = New System.Drawing.Size(53, 13)
|
||||
PRENAMELabel.TabIndex = 2
|
||||
@ -323,7 +343,7 @@ Partial Class frmMain
|
||||
'NAMELabel
|
||||
'
|
||||
NAMELabel.AutoSize = True
|
||||
NAMELabel.Location = New System.Drawing.Point(6, 71)
|
||||
NAMELabel.Location = New System.Drawing.Point(21, 79)
|
||||
NAMELabel.Name = "NAMELabel"
|
||||
NAMELabel.Size = New System.Drawing.Size(61, 13)
|
||||
NAMELabel.TabIndex = 4
|
||||
@ -332,7 +352,7 @@ Partial Class frmMain
|
||||
'USERNAMELabel
|
||||
'
|
||||
USERNAMELabel.AutoSize = True
|
||||
USERNAMELabel.Location = New System.Drawing.Point(223, 44)
|
||||
USERNAMELabel.Location = New System.Drawing.Point(238, 52)
|
||||
USERNAMELabel.Name = "USERNAMELabel"
|
||||
USERNAMELabel.Size = New System.Drawing.Size(80, 13)
|
||||
USERNAMELabel.TabIndex = 6
|
||||
@ -341,7 +361,7 @@ Partial Class frmMain
|
||||
'SHORTNAMELabel
|
||||
'
|
||||
SHORTNAMELabel.AutoSize = True
|
||||
SHORTNAMELabel.Location = New System.Drawing.Point(223, 71)
|
||||
SHORTNAMELabel.Location = New System.Drawing.Point(238, 79)
|
||||
SHORTNAMELabel.Name = "SHORTNAMELabel"
|
||||
SHORTNAMELabel.Size = New System.Drawing.Size(40, 13)
|
||||
SHORTNAMELabel.TabIndex = 8
|
||||
@ -350,7 +370,7 @@ Partial Class frmMain
|
||||
'EMAILLabel
|
||||
'
|
||||
EMAILLabel.AutoSize = True
|
||||
EMAILLabel.Location = New System.Drawing.Point(6, 97)
|
||||
EMAILLabel.Location = New System.Drawing.Point(21, 105)
|
||||
EMAILLabel.Name = "EMAILLabel"
|
||||
EMAILLabel.Size = New System.Drawing.Size(35, 13)
|
||||
EMAILLabel.TabIndex = 10
|
||||
@ -359,7 +379,7 @@ Partial Class frmMain
|
||||
'LANGUAGELabel
|
||||
'
|
||||
LANGUAGELabel.AutoSize = True
|
||||
LANGUAGELabel.Location = New System.Drawing.Point(223, 97)
|
||||
LANGUAGELabel.Location = New System.Drawing.Point(238, 105)
|
||||
LANGUAGELabel.Name = "LANGUAGELabel"
|
||||
LANGUAGELabel.Size = New System.Drawing.Size(50, 13)
|
||||
LANGUAGELabel.TabIndex = 12
|
||||
@ -368,7 +388,7 @@ Partial Class frmMain
|
||||
'COMMENTLabel
|
||||
'
|
||||
COMMENTLabel.AutoSize = True
|
||||
COMMENTLabel.Location = New System.Drawing.Point(223, 124)
|
||||
COMMENTLabel.Location = New System.Drawing.Point(238, 132)
|
||||
COMMENTLabel.Name = "COMMENTLabel"
|
||||
COMMENTLabel.Size = New System.Drawing.Size(65, 13)
|
||||
COMMENTLabel.TabIndex = 16
|
||||
@ -377,7 +397,7 @@ Partial Class frmMain
|
||||
'WAN_ENVIRONMENTLabel
|
||||
'
|
||||
WAN_ENVIRONMENTLabel.AutoSize = True
|
||||
WAN_ENVIRONMENTLabel.Location = New System.Drawing.Point(223, 17)
|
||||
WAN_ENVIRONMENTLabel.Location = New System.Drawing.Point(238, 25)
|
||||
WAN_ENVIRONMENTLabel.Name = "WAN_ENVIRONMENTLabel"
|
||||
WAN_ENVIRONMENTLabel.Size = New System.Drawing.Size(89, 13)
|
||||
WAN_ENVIRONMENTLabel.TabIndex = 18
|
||||
@ -386,7 +406,7 @@ Partial Class frmMain
|
||||
'USERID_FK_INT_ECMLabel
|
||||
'
|
||||
USERID_FK_INT_ECMLabel.AutoSize = True
|
||||
USERID_FK_INT_ECMLabel.Location = New System.Drawing.Point(6, 124)
|
||||
USERID_FK_INT_ECMLabel.Location = New System.Drawing.Point(21, 283)
|
||||
USERID_FK_INT_ECMLabel.Name = "USERID_FK_INT_ECMLabel"
|
||||
USERID_FK_INT_ECMLabel.Size = New System.Drawing.Size(107, 13)
|
||||
USERID_FK_INT_ECMLabel.TabIndex = 40
|
||||
@ -395,7 +415,7 @@ Partial Class frmMain
|
||||
'DATE_FORMATLabel
|
||||
'
|
||||
DATE_FORMATLabel.AutoSize = True
|
||||
DATE_FORMATLabel.Location = New System.Drawing.Point(6, 124)
|
||||
DATE_FORMATLabel.Location = New System.Drawing.Point(21, 132)
|
||||
DATE_FORMATLabel.Name = "DATE_FORMATLabel"
|
||||
DATE_FORMATLabel.Size = New System.Drawing.Size(79, 13)
|
||||
DATE_FORMATLabel.TabIndex = 42
|
||||
@ -404,7 +424,7 @@ Partial Class frmMain
|
||||
'ADDED_WHOLabel
|
||||
'
|
||||
ADDED_WHOLabel.AutoSize = True
|
||||
ADDED_WHOLabel.Location = New System.Drawing.Point(6, 17)
|
||||
ADDED_WHOLabel.Location = New System.Drawing.Point(21, 176)
|
||||
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
|
||||
ADDED_WHOLabel.Size = New System.Drawing.Size(90, 13)
|
||||
ADDED_WHOLabel.TabIndex = 44
|
||||
@ -413,7 +433,7 @@ Partial Class frmMain
|
||||
'ADDED_WHENLabel
|
||||
'
|
||||
ADDED_WHENLabel.AutoSize = True
|
||||
ADDED_WHENLabel.Location = New System.Drawing.Point(6, 45)
|
||||
ADDED_WHENLabel.Location = New System.Drawing.Point(21, 204)
|
||||
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
|
||||
ADDED_WHENLabel.Size = New System.Drawing.Size(98, 13)
|
||||
ADDED_WHENLabel.TabIndex = 46
|
||||
@ -422,7 +442,7 @@ Partial Class frmMain
|
||||
'CHANGED_WHOLabel
|
||||
'
|
||||
CHANGED_WHOLabel.AutoSize = True
|
||||
CHANGED_WHOLabel.Location = New System.Drawing.Point(6, 71)
|
||||
CHANGED_WHOLabel.Location = New System.Drawing.Point(21, 230)
|
||||
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
||||
CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13)
|
||||
CHANGED_WHOLabel.TabIndex = 48
|
||||
@ -431,7 +451,7 @@ Partial Class frmMain
|
||||
'CHANGED_WHENLabel
|
||||
'
|
||||
CHANGED_WHENLabel.AutoSize = True
|
||||
CHANGED_WHENLabel.Location = New System.Drawing.Point(6, 97)
|
||||
CHANGED_WHENLabel.Location = New System.Drawing.Point(21, 256)
|
||||
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
||||
CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13)
|
||||
CHANGED_WHENLabel.TabIndex = 50
|
||||
@ -601,13 +621,8 @@ Partial Class frmMain
|
||||
'
|
||||
'SplitContainer1.Panel1
|
||||
'
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox1)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.SplitContainer2)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.GridUsers)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.Label2)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.listClients)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.listGroups)
|
||||
'
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
@ -616,39 +631,10 @@ Partial Class frmMain
|
||||
Me.SplitContainer1.SplitterDistance = 379
|
||||
Me.SplitContainer1.TabIndex = 63
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(GUIDLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.DATE_FORMATTextBox)
|
||||
Me.GroupBox1.Controls.Add(DATE_FORMATLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.PRENAMETextBox)
|
||||
Me.GroupBox1.Controls.Add(NAMELabel)
|
||||
Me.GroupBox1.Controls.Add(WAN_ENVIRONMENTLabel)
|
||||
Me.GroupBox1.Controls.Add(COMMENTLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.WAN_ENVIRONMENTCheckBox)
|
||||
Me.GroupBox1.Controls.Add(USERNAMELabel)
|
||||
Me.GroupBox1.Controls.Add(Me.COMMENTTextBox)
|
||||
Me.GroupBox1.Controls.Add(PRENAMELabel)
|
||||
Me.GroupBox1.Controls.Add(Me.SHORTNAMETextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.USERNAMETextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.NAMETextBox)
|
||||
Me.GroupBox1.Controls.Add(SHORTNAMELabel)
|
||||
Me.GroupBox1.Controls.Add(EMAILLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.GUIDTextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.LANGUAGETextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.EMAILTextBox)
|
||||
Me.GroupBox1.Controls.Add(LANGUAGELabel)
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(457, 168)
|
||||
Me.GroupBox1.TabIndex = 55
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Allgemein"
|
||||
'
|
||||
'DATE_FORMATTextBox
|
||||
'
|
||||
Me.DATE_FORMATTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "DATE_FORMAT", True))
|
||||
Me.DATE_FORMATTextBox.Location = New System.Drawing.Point(91, 121)
|
||||
Me.DATE_FORMATTextBox.Location = New System.Drawing.Point(106, 129)
|
||||
Me.DATE_FORMATTextBox.Name = "DATE_FORMATTextBox"
|
||||
Me.DATE_FORMATTextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.DATE_FORMATTextBox.TabIndex = 43
|
||||
@ -666,7 +652,7 @@ Partial Class frmMain
|
||||
'PRENAMETextBox
|
||||
'
|
||||
Me.PRENAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "PRENAME", True))
|
||||
Me.PRENAMETextBox.Location = New System.Drawing.Point(91, 41)
|
||||
Me.PRENAMETextBox.Location = New System.Drawing.Point(106, 49)
|
||||
Me.PRENAMETextBox.Name = "PRENAMETextBox"
|
||||
Me.PRENAMETextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.PRENAMETextBox.TabIndex = 3
|
||||
@ -674,7 +660,7 @@ Partial Class frmMain
|
||||
'WAN_ENVIRONMENTCheckBox
|
||||
'
|
||||
Me.WAN_ENVIRONMENTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "WAN_ENVIRONMENT", True))
|
||||
Me.WAN_ENVIRONMENTCheckBox.Location = New System.Drawing.Point(332, 12)
|
||||
Me.WAN_ENVIRONMENTCheckBox.Location = New System.Drawing.Point(347, 20)
|
||||
Me.WAN_ENVIRONMENTCheckBox.Name = "WAN_ENVIRONMENTCheckBox"
|
||||
Me.WAN_ENVIRONMENTCheckBox.Size = New System.Drawing.Size(109, 24)
|
||||
Me.WAN_ENVIRONMENTCheckBox.TabIndex = 19
|
||||
@ -684,7 +670,7 @@ Partial Class frmMain
|
||||
'COMMENTTextBox
|
||||
'
|
||||
Me.COMMENTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "COMMENT", True))
|
||||
Me.COMMENTTextBox.Location = New System.Drawing.Point(332, 121)
|
||||
Me.COMMENTTextBox.Location = New System.Drawing.Point(347, 129)
|
||||
Me.COMMENTTextBox.Name = "COMMENTTextBox"
|
||||
Me.COMMENTTextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.COMMENTTextBox.TabIndex = 17
|
||||
@ -692,7 +678,7 @@ Partial Class frmMain
|
||||
'SHORTNAMETextBox
|
||||
'
|
||||
Me.SHORTNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "SHORTNAME", True))
|
||||
Me.SHORTNAMETextBox.Location = New System.Drawing.Point(332, 68)
|
||||
Me.SHORTNAMETextBox.Location = New System.Drawing.Point(347, 76)
|
||||
Me.SHORTNAMETextBox.Name = "SHORTNAMETextBox"
|
||||
Me.SHORTNAMETextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.SHORTNAMETextBox.TabIndex = 9
|
||||
@ -700,7 +686,7 @@ Partial Class frmMain
|
||||
'USERNAMETextBox
|
||||
'
|
||||
Me.USERNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERNAME", True))
|
||||
Me.USERNAMETextBox.Location = New System.Drawing.Point(332, 41)
|
||||
Me.USERNAMETextBox.Location = New System.Drawing.Point(347, 49)
|
||||
Me.USERNAMETextBox.Name = "USERNAMETextBox"
|
||||
Me.USERNAMETextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.USERNAMETextBox.TabIndex = 7
|
||||
@ -708,7 +694,7 @@ Partial Class frmMain
|
||||
'NAMETextBox
|
||||
'
|
||||
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "NAME", True))
|
||||
Me.NAMETextBox.Location = New System.Drawing.Point(91, 68)
|
||||
Me.NAMETextBox.Location = New System.Drawing.Point(106, 76)
|
||||
Me.NAMETextBox.Name = "NAMETextBox"
|
||||
Me.NAMETextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.NAMETextBox.TabIndex = 5
|
||||
@ -716,7 +702,7 @@ Partial Class frmMain
|
||||
'GUIDTextBox
|
||||
'
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "GUID", True))
|
||||
Me.GUIDTextBox.Location = New System.Drawing.Point(91, 14)
|
||||
Me.GUIDTextBox.Location = New System.Drawing.Point(106, 22)
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
Me.GUIDTextBox.Size = New System.Drawing.Size(109, 21)
|
||||
@ -725,7 +711,7 @@ Partial Class frmMain
|
||||
'LANGUAGETextBox
|
||||
'
|
||||
Me.LANGUAGETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LANGUAGE", True))
|
||||
Me.LANGUAGETextBox.Location = New System.Drawing.Point(332, 94)
|
||||
Me.LANGUAGETextBox.Location = New System.Drawing.Point(347, 102)
|
||||
Me.LANGUAGETextBox.Name = "LANGUAGETextBox"
|
||||
Me.LANGUAGETextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.LANGUAGETextBox.TabIndex = 13
|
||||
@ -733,7 +719,7 @@ Partial Class frmMain
|
||||
'EMAILTextBox
|
||||
'
|
||||
Me.EMAILTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "EMAIL", True))
|
||||
Me.EMAILTextBox.Location = New System.Drawing.Point(91, 94)
|
||||
Me.EMAILTextBox.Location = New System.Drawing.Point(106, 102)
|
||||
Me.EMAILTextBox.Name = "EMAILTextBox"
|
||||
Me.EMAILTextBox.Size = New System.Drawing.Size(109, 21)
|
||||
Me.EMAILTextBox.TabIndex = 11
|
||||
@ -751,81 +737,63 @@ Partial Class frmMain
|
||||
'
|
||||
'gvUsers
|
||||
'
|
||||
Me.gvUsers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colPRENAME, Me.colNAME, Me.colUSERNAME, Me.colEMAIL})
|
||||
Me.gvUsers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colPRENAME, Me.colNAME, Me.colUSERNAME, Me.colEMAIL})
|
||||
Me.gvUsers.GridControl = Me.GridUsers
|
||||
Me.gvUsers.Name = "gvUsers"
|
||||
Me.gvUsers.OptionsBehavior.Editable = False
|
||||
Me.gvUsers.OptionsBehavior.ReadOnly = True
|
||||
Me.gvUsers.OptionsDetail.EnableMasterViewMode = False
|
||||
'
|
||||
'colGUID
|
||||
'
|
||||
Me.colGUID.FieldName = "GUID"
|
||||
Me.colGUID.Name = "colGUID"
|
||||
Me.colGUID.Visible = True
|
||||
Me.colGUID.VisibleIndex = 0
|
||||
Me.gvUsers.OptionsView.ShowAutoFilterRow = True
|
||||
Me.gvUsers.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'colPRENAME
|
||||
'
|
||||
Me.colPRENAME.Caption = "Vorname"
|
||||
Me.colPRENAME.FieldName = "PRENAME"
|
||||
Me.colPRENAME.Name = "colPRENAME"
|
||||
Me.colPRENAME.Visible = True
|
||||
Me.colPRENAME.VisibleIndex = 1
|
||||
Me.colPRENAME.VisibleIndex = 0
|
||||
'
|
||||
'colNAME
|
||||
'
|
||||
Me.colNAME.Caption = "Name"
|
||||
Me.colNAME.FieldName = "NAME"
|
||||
Me.colNAME.Name = "colNAME"
|
||||
Me.colNAME.Visible = True
|
||||
Me.colNAME.VisibleIndex = 2
|
||||
Me.colNAME.VisibleIndex = 1
|
||||
'
|
||||
'colUSERNAME
|
||||
'
|
||||
Me.colUSERNAME.Caption = "Benutzername"
|
||||
Me.colUSERNAME.FieldName = "USERNAME"
|
||||
Me.colUSERNAME.Name = "colUSERNAME"
|
||||
Me.colUSERNAME.Visible = True
|
||||
Me.colUSERNAME.VisibleIndex = 3
|
||||
Me.colUSERNAME.VisibleIndex = 2
|
||||
'
|
||||
'colEMAIL
|
||||
'
|
||||
Me.colEMAIL.Caption = "E-Mail"
|
||||
Me.colEMAIL.FieldName = "EMAIL"
|
||||
Me.colEMAIL.Name = "colEMAIL"
|
||||
Me.colEMAIL.Visible = True
|
||||
Me.colEMAIL.VisibleIndex = 4
|
||||
Me.colEMAIL.VisibleIndex = 3
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(466, 171)
|
||||
Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(131, 13)
|
||||
Me.Label2.Size = New System.Drawing.Size(269, 30)
|
||||
Me.Label2.TabIndex = 62
|
||||
Me.Label2.Text = "Zugewiesene Mandanten:"
|
||||
'
|
||||
'GroupBox3
|
||||
'
|
||||
Me.GroupBox3.Controls.Add(ADDED_WHOLabel)
|
||||
Me.GroupBox3.Controls.Add(Me.CHANGED_WHENDateTimePicker)
|
||||
Me.GroupBox3.Controls.Add(CHANGED_WHENLabel)
|
||||
Me.GroupBox3.Controls.Add(USERID_FK_INT_ECMLabel)
|
||||
Me.GroupBox3.Controls.Add(Me.USERID_FK_INT_ECMTextBox)
|
||||
Me.GroupBox3.Controls.Add(Me.CHANGED_WHOTextBox)
|
||||
Me.GroupBox3.Controls.Add(CHANGED_WHOLabel)
|
||||
Me.GroupBox3.Controls.Add(Me.ADDED_WHENDateTimePicker)
|
||||
Me.GroupBox3.Controls.Add(ADDED_WHENLabel)
|
||||
Me.GroupBox3.Controls.Add(Me.ADDED_WHOTextBox)
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(3, 177)
|
||||
Me.GroupBox3.Name = "GroupBox3"
|
||||
Me.GroupBox3.Size = New System.Drawing.Size(457, 168)
|
||||
Me.GroupBox3.TabIndex = 57
|
||||
Me.GroupBox3.TabStop = False
|
||||
Me.GroupBox3.Text = "Informationen"
|
||||
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'CHANGED_WHENDateTimePicker
|
||||
'
|
||||
Me.CHANGED_WHENDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHEN", True))
|
||||
Me.CHANGED_WHENDateTimePicker.Enabled = False
|
||||
Me.CHANGED_WHENDateTimePicker.Location = New System.Drawing.Point(147, 93)
|
||||
Me.CHANGED_WHENDateTimePicker.Location = New System.Drawing.Point(162, 252)
|
||||
Me.CHANGED_WHENDateTimePicker.Name = "CHANGED_WHENDateTimePicker"
|
||||
Me.CHANGED_WHENDateTimePicker.Size = New System.Drawing.Size(163, 21)
|
||||
Me.CHANGED_WHENDateTimePicker.TabIndex = 51
|
||||
@ -833,16 +801,16 @@ Partial Class frmMain
|
||||
'USERID_FK_INT_ECMTextBox
|
||||
'
|
||||
Me.USERID_FK_INT_ECMTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "USERID_FK_INT_ECM", True))
|
||||
Me.USERID_FK_INT_ECMTextBox.Location = New System.Drawing.Point(147, 120)
|
||||
Me.USERID_FK_INT_ECMTextBox.Location = New System.Drawing.Point(162, 279)
|
||||
Me.USERID_FK_INT_ECMTextBox.Name = "USERID_FK_INT_ECMTextBox"
|
||||
Me.USERID_FK_INT_ECMTextBox.Size = New System.Drawing.Size(200, 21)
|
||||
Me.USERID_FK_INT_ECMTextBox.Size = New System.Drawing.Size(165, 21)
|
||||
Me.USERID_FK_INT_ECMTextBox.TabIndex = 41
|
||||
'
|
||||
'CHANGED_WHOTextBox
|
||||
'
|
||||
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "CHANGED_WHO", True))
|
||||
Me.CHANGED_WHOTextBox.Enabled = False
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(147, 66)
|
||||
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(162, 225)
|
||||
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
||||
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(163, 21)
|
||||
Me.CHANGED_WHOTextBox.TabIndex = 49
|
||||
@ -851,7 +819,7 @@ Partial Class frmMain
|
||||
'
|
||||
Me.ADDED_WHENDateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHEN", True))
|
||||
Me.ADDED_WHENDateTimePicker.Enabled = False
|
||||
Me.ADDED_WHENDateTimePicker.Location = New System.Drawing.Point(147, 41)
|
||||
Me.ADDED_WHENDateTimePicker.Location = New System.Drawing.Point(162, 200)
|
||||
Me.ADDED_WHENDateTimePicker.Name = "ADDED_WHENDateTimePicker"
|
||||
Me.ADDED_WHENDateTimePicker.Size = New System.Drawing.Size(163, 21)
|
||||
Me.ADDED_WHENDateTimePicker.TabIndex = 47
|
||||
@ -860,29 +828,32 @@ Partial Class frmMain
|
||||
'
|
||||
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "ADDED_WHO", True))
|
||||
Me.ADDED_WHOTextBox.Enabled = False
|
||||
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(147, 14)
|
||||
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(162, 173)
|
||||
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
|
||||
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(163, 21)
|
||||
Me.ADDED_WHOTextBox.TabIndex = 45
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(466, 15)
|
||||
Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(118, 13)
|
||||
Me.Label1.Size = New System.Drawing.Size(269, 38)
|
||||
Me.Label1.TabIndex = 61
|
||||
Me.Label1.Text = "Zugewiesene Gruppen:"
|
||||
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'listClients
|
||||
'
|
||||
Me.listClients.DataSource = Me.TBDD_CLIENTBindingSource
|
||||
Me.listClients.DisplayMember = "CLIENT_NAME"
|
||||
Me.listClients.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.listClients.FormattingEnabled = True
|
||||
Me.listClients.Location = New System.Drawing.Point(466, 190)
|
||||
Me.listClients.Location = New System.Drawing.Point(0, 30)
|
||||
Me.listClients.Name = "listClients"
|
||||
Me.listClients.SelectionMode = System.Windows.Forms.SelectionMode.None
|
||||
Me.listClients.Size = New System.Drawing.Size(272, 121)
|
||||
Me.listClients.Size = New System.Drawing.Size(269, 173)
|
||||
Me.listClients.TabIndex = 60
|
||||
'
|
||||
'TBDD_CLIENTBindingSource
|
||||
@ -894,11 +865,12 @@ Partial Class frmMain
|
||||
'
|
||||
Me.listGroups.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.listGroups.DisplayMember = "NAME"
|
||||
Me.listGroups.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.listGroups.FormattingEnabled = True
|
||||
Me.listGroups.Location = New System.Drawing.Point(466, 33)
|
||||
Me.listGroups.Location = New System.Drawing.Point(0, 38)
|
||||
Me.listGroups.Name = "listGroups"
|
||||
Me.listGroups.SelectionMode = System.Windows.Forms.SelectionMode.None
|
||||
Me.listGroups.Size = New System.Drawing.Size(272, 121)
|
||||
Me.listGroups.Size = New System.Drawing.Size(269, 134)
|
||||
Me.listGroups.TabIndex = 59
|
||||
'
|
||||
'TBDD_USER_GROUPSBindingSource
|
||||
@ -1496,6 +1468,7 @@ Partial Class frmMain
|
||||
'
|
||||
'tabPageGroups
|
||||
'
|
||||
Me.tabPageGroups.Controls.Add(Me.GridControl1)
|
||||
Me.tabPageGroups.Controls.Add(Me.GroupBox4)
|
||||
Me.tabPageGroups.Controls.Add(Me.GroupBox2)
|
||||
Me.tabPageGroups.Controls.Add(Me.TBDD_USER_GROUPSBindingNavigator)
|
||||
@ -1504,6 +1477,44 @@ Partial Class frmMain
|
||||
Me.tabPageGroups.Size = New System.Drawing.Size(1193, 784)
|
||||
Me.tabPageGroups.Text = "Gruppen"
|
||||
'
|
||||
'GridControl1
|
||||
'
|
||||
Me.GridControl1.DataSource = Me.TBDD_USER_GROUPSBindingSource
|
||||
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.GridControl1.Location = New System.Drawing.Point(793, 25)
|
||||
Me.GridControl1.MainView = Me.GridView2
|
||||
Me.GridControl1.Name = "GridControl1"
|
||||
Me.GridControl1.Size = New System.Drawing.Size(400, 759)
|
||||
Me.GridControl1.TabIndex = 17
|
||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
|
||||
'
|
||||
'GridView2
|
||||
'
|
||||
Me.GridView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colNAME5, Me.colCOMMENT1})
|
||||
Me.GridView2.GridControl = Me.GridControl1
|
||||
Me.GridView2.Name = "GridView2"
|
||||
Me.GridView2.OptionsBehavior.Editable = False
|
||||
Me.GridView2.OptionsBehavior.ReadOnly = True
|
||||
Me.GridView2.OptionsDetail.EnableMasterViewMode = False
|
||||
Me.GridView2.OptionsView.ShowAutoFilterRow = True
|
||||
Me.GridView2.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'colNAME5
|
||||
'
|
||||
Me.colNAME5.Caption = "Gruppe"
|
||||
Me.colNAME5.FieldName = "NAME"
|
||||
Me.colNAME5.Name = "colNAME5"
|
||||
Me.colNAME5.Visible = True
|
||||
Me.colNAME5.VisibleIndex = 0
|
||||
'
|
||||
'colCOMMENT1
|
||||
'
|
||||
Me.colCOMMENT1.Caption = "Kommentar"
|
||||
Me.colCOMMENT1.FieldName = "COMMENT"
|
||||
Me.colCOMMENT1.Name = "colCOMMENT1"
|
||||
Me.colCOMMENT1.Visible = True
|
||||
Me.colCOMMENT1.VisibleIndex = 1
|
||||
'
|
||||
'GroupBox4
|
||||
'
|
||||
Me.GroupBox4.Controls.Add(ADDED_WHOLabel1)
|
||||
@ -1599,7 +1610,7 @@ Partial Class frmMain
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.CountItem = Me.BindingNavigatorCountItem1
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.CountItemFormat = "von {0} Gruppen"
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem1
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1})
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1, Me.TBDD_USER_GROUPSBindingNavigatorSaveItem})
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem1
|
||||
@ -1696,8 +1707,17 @@ Partial Class frmMain
|
||||
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
|
||||
Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'TBDD_USER_GROUPSBindingNavigatorSaveItem
|
||||
'
|
||||
Me.TBDD_USER_GROUPSBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TBDD_USER_GROUPSBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_USER_GROUPSBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||
Me.TBDD_USER_GROUPSBindingNavigatorSaveItem.Name = "TBDD_USER_GROUPSBindingNavigatorSaveItem"
|
||||
Me.TBDD_USER_GROUPSBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TBDD_USER_GROUPSBindingNavigatorSaveItem.Text = "Daten speichern"
|
||||
'
|
||||
'tabPageClients
|
||||
'
|
||||
Me.tabPageClients.Controls.Add(Me.GridControl2)
|
||||
Me.tabPageClients.Controls.Add(Me.TBDD_CLIENTBindingNavigator)
|
||||
Me.tabPageClients.Controls.Add(Me.GroupBox6)
|
||||
Me.tabPageClients.Controls.Add(Me.GroupBox5)
|
||||
@ -1706,6 +1726,52 @@ Partial Class frmMain
|
||||
Me.tabPageClients.Size = New System.Drawing.Size(1193, 784)
|
||||
Me.tabPageClients.Text = "Mandanten"
|
||||
'
|
||||
'GridControl2
|
||||
'
|
||||
Me.GridControl2.DataSource = Me.TBDD_CLIENTBindingSource
|
||||
Me.GridControl2.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.GridControl2.Location = New System.Drawing.Point(793, 25)
|
||||
Me.GridControl2.MainView = Me.GridView4
|
||||
Me.GridControl2.Name = "GridControl2"
|
||||
Me.GridControl2.Size = New System.Drawing.Size(400, 759)
|
||||
Me.GridControl2.TabIndex = 19
|
||||
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView4})
|
||||
'
|
||||
'GridView4
|
||||
'
|
||||
Me.GridView4.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn1, Me.GridColumn7, Me.GridColumn6})
|
||||
Me.GridView4.GridControl = Me.GridControl2
|
||||
Me.GridView4.Name = "GridView4"
|
||||
Me.GridView4.OptionsBehavior.Editable = False
|
||||
Me.GridView4.OptionsBehavior.ReadOnly = True
|
||||
Me.GridView4.OptionsDetail.EnableMasterViewMode = False
|
||||
Me.GridView4.OptionsView.ShowAutoFilterRow = True
|
||||
Me.GridView4.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'GridColumn1
|
||||
'
|
||||
Me.GridColumn1.Caption = "Mandant"
|
||||
Me.GridColumn1.FieldName = "CLIENT_NAME"
|
||||
Me.GridColumn1.Name = "GridColumn1"
|
||||
Me.GridColumn1.Visible = True
|
||||
Me.GridColumn1.VisibleIndex = 0
|
||||
'
|
||||
'GridColumn7
|
||||
'
|
||||
Me.GridColumn7.Caption = "Kurzname"
|
||||
Me.GridColumn7.FieldName = "SHORTNAME"
|
||||
Me.GridColumn7.Name = "GridColumn7"
|
||||
Me.GridColumn7.Visible = True
|
||||
Me.GridColumn7.VisibleIndex = 2
|
||||
'
|
||||
'GridColumn6
|
||||
'
|
||||
Me.GridColumn6.Caption = "Kommentar"
|
||||
Me.GridColumn6.FieldName = "COMMENT"
|
||||
Me.GridColumn6.Name = "GridColumn6"
|
||||
Me.GridColumn6.Visible = True
|
||||
Me.GridColumn6.VisibleIndex = 1
|
||||
'
|
||||
'TBDD_CLIENTBindingNavigator
|
||||
'
|
||||
Me.TBDD_CLIENTBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem2
|
||||
@ -1713,7 +1779,7 @@ Partial Class frmMain
|
||||
Me.TBDD_CLIENTBindingNavigator.CountItem = Me.BindingNavigatorCountItem2
|
||||
Me.TBDD_CLIENTBindingNavigator.CountItemFormat = "von {0} Mandanten"
|
||||
Me.TBDD_CLIENTBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem2
|
||||
Me.TBDD_CLIENTBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorAddNewItem2, Me.BindingNavigatorDeleteItem2})
|
||||
Me.TBDD_CLIENTBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem2, Me.BindingNavigatorMovePreviousItem2, Me.BindingNavigatorSeparator6, Me.BindingNavigatorPositionItem2, Me.BindingNavigatorCountItem2, Me.BindingNavigatorSeparator7, Me.BindingNavigatorMoveNextItem2, Me.BindingNavigatorMoveLastItem2, Me.BindingNavigatorSeparator8, Me.BindingNavigatorAddNewItem2, Me.BindingNavigatorDeleteItem2, Me.TBDD_CLIENTBindingNavigatorSaveItem})
|
||||
Me.TBDD_CLIENTBindingNavigator.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TBDD_CLIENTBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem2
|
||||
Me.TBDD_CLIENTBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem2
|
||||
@ -1810,6 +1876,14 @@ Partial Class frmMain
|
||||
Me.BindingNavigatorSeparator8.Name = "BindingNavigatorSeparator8"
|
||||
Me.BindingNavigatorSeparator8.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'TBDD_CLIENTBindingNavigatorSaveItem
|
||||
'
|
||||
Me.TBDD_CLIENTBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TBDD_CLIENTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBDD_CLIENTBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||
Me.TBDD_CLIENTBindingNavigatorSaveItem.Name = "TBDD_CLIENTBindingNavigatorSaveItem"
|
||||
Me.TBDD_CLIENTBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TBDD_CLIENTBindingNavigatorSaveItem.Text = "Daten speichern"
|
||||
'
|
||||
'GroupBox6
|
||||
'
|
||||
Me.GroupBox6.Controls.Add(ADDED_WHENLabel2)
|
||||
@ -1959,6 +2033,72 @@ Partial Class frmMain
|
||||
'
|
||||
Me.TBDD_CLIENTTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'SplitContainer2
|
||||
'
|
||||
Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.SplitContainer2.Name = "SplitContainer2"
|
||||
'
|
||||
'SplitContainer2.Panel1
|
||||
'
|
||||
Me.SplitContainer2.Panel1.Controls.Add(ADDED_WHOLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.CHANGED_WHENDateTimePicker)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(GUIDLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(CHANGED_WHENLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.DATE_FORMATTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(USERID_FK_INT_ECMLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.USERID_FK_INT_ECMTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(DATE_FORMATLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.CHANGED_WHOTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.PRENAMETextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(CHANGED_WHOLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(LANGUAGELabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.ADDED_WHENDateTimePicker)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(NAMELabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(ADDED_WHENLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.EMAILTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.ADDED_WHOTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(WAN_ENVIRONMENTLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.LANGUAGETextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(COMMENTLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.GUIDTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.WAN_ENVIRONMENTCheckBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(EMAILLabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(USERNAMELabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(SHORTNAMELabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.COMMENTTextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.NAMETextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(PRENAMELabel)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.USERNAMETextBox)
|
||||
Me.SplitContainer2.Panel1.Controls.Add(Me.SHORTNAMETextBox)
|
||||
'
|
||||
'SplitContainer2.Panel2
|
||||
'
|
||||
Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer3)
|
||||
Me.SplitContainer2.Size = New System.Drawing.Size(765, 379)
|
||||
Me.SplitContainer2.SplitterDistance = 492
|
||||
Me.SplitContainer2.TabIndex = 63
|
||||
'
|
||||
'SplitContainer3
|
||||
'
|
||||
Me.SplitContainer3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainer3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.SplitContainer3.Name = "SplitContainer3"
|
||||
Me.SplitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||||
'
|
||||
'SplitContainer3.Panel1
|
||||
'
|
||||
Me.SplitContainer3.Panel1.Controls.Add(Me.Label1)
|
||||
Me.SplitContainer3.Panel1.Controls.Add(Me.listGroups)
|
||||
'
|
||||
'SplitContainer3.Panel2
|
||||
'
|
||||
Me.SplitContainer3.Panel2.Controls.Add(Me.Label2)
|
||||
Me.SplitContainer3.Panel2.Controls.Add(Me.listClients)
|
||||
Me.SplitContainer3.Size = New System.Drawing.Size(269, 379)
|
||||
Me.SplitContainer3.SplitterDistance = 172
|
||||
Me.SplitContainer3.TabIndex = 0
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@ -1972,18 +2112,13 @@ Partial Class frmMain
|
||||
Me.tabPageUsers.ResumeLayout(False)
|
||||
Me.tabPageUsers.PerformLayout()
|
||||
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
||||
Me.SplitContainer1.Panel1.PerformLayout()
|
||||
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer1.ResumeLayout(False)
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GroupBox1.PerformLayout()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.UserDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridUsers, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.gvUsers, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox3.ResumeLayout(False)
|
||||
Me.GroupBox3.PerformLayout()
|
||||
CType(Me.TBDD_CLIENTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_USER_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@ -2025,6 +2160,8 @@ Partial Class frmMain
|
||||
Me.TBDD_USERBindingNavigator.PerformLayout()
|
||||
Me.tabPageGroups.ResumeLayout(False)
|
||||
Me.tabPageGroups.PerformLayout()
|
||||
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox4.ResumeLayout(False)
|
||||
Me.GroupBox4.PerformLayout()
|
||||
Me.GroupBox2.ResumeLayout(False)
|
||||
@ -2034,6 +2171,8 @@ Partial Class frmMain
|
||||
Me.TBDD_USER_GROUPSBindingNavigator.PerformLayout()
|
||||
Me.tabPageClients.ResumeLayout(False)
|
||||
Me.tabPageClients.PerformLayout()
|
||||
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_CLIENTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TBDD_CLIENTBindingNavigator.ResumeLayout(False)
|
||||
Me.TBDD_CLIENTBindingNavigator.PerformLayout()
|
||||
@ -2044,6 +2183,15 @@ Partial Class frmMain
|
||||
CType(Me.TBDD_GROUPS_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_CLIENT_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_USER_MODULESBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer2.Panel1.ResumeLayout(False)
|
||||
Me.SplitContainer2.Panel1.PerformLayout()
|
||||
Me.SplitContainer2.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer2.ResumeLayout(False)
|
||||
Me.SplitContainer3.Panel1.ResumeLayout(False)
|
||||
Me.SplitContainer3.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer3.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
@ -2083,12 +2231,9 @@ Partial Class frmMain
|
||||
Friend WithEvents ADDED_WHENDateTimePicker As DateTimePicker
|
||||
Friend WithEvents CHANGED_WHOTextBox As TextBox
|
||||
Friend WithEvents CHANGED_WHENDateTimePicker As DateTimePicker
|
||||
Friend WithEvents GroupBox1 As GroupBox
|
||||
Friend WithEvents GroupBox3 As GroupBox
|
||||
Friend WithEvents tabPageClients As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents GridUsers As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents gvUsers As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn
|
||||
@ -2200,4 +2345,17 @@ Partial Class frmMain
|
||||
Friend WithEvents colUSERNAME3 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colEMAIL2 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colEmail3 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents colNAME5 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colCOMMENT1 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridView4 As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridColumn6 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridColumn7 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents TBDD_USER_GROUPSBindingNavigatorSaveItem As ToolStripButton
|
||||
Friend WithEvents TBDD_CLIENTBindingNavigatorSaveItem As ToolStripButton
|
||||
Friend WithEvents SplitContainer2 As SplitContainer
|
||||
Friend WithEvents SplitContainer3 As SplitContainer
|
||||
End Class
|
||||
|
||||
@ -210,11 +210,8 @@
|
||||
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>136, 17</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_CLIENTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>268, 95</value>
|
||||
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>136, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_USER_GROUPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>489, 56</value>
|
||||
@ -222,6 +219,12 @@
|
||||
<metadata name="TBDD_CLIENTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>268, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>136, 17</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_USERBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>693, 17</value>
|
||||
</metadata>
|
||||
@ -318,12 +321,12 @@
|
||||
<metadata name="TBDD_CLIENTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>936, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>136, 17</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_CLIENTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>268, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_USER_GROUPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>489, 56</value>
|
||||
</metadata>
|
||||
@ -392,6 +395,13 @@
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="TBDD_USER_GROUPSBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
|
||||
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TBDD_CLIENTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
@ -459,6 +469,13 @@
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="TBDD_CLIENTBindingNavigatorSaveItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAExJREFUOE9joAr49u3bf1IxVCsEgAWC58Dxh/cf4RhZDETHTNiHaQgpBoAwzBCo
|
||||
dtINAGGiDUDGyGpoawAxeNSAQWkAORiqnRLAwAAA9EMMU8Daa3MAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TBDD_GROUPS_USERBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
|
||||
@ -75,7 +75,19 @@ Public Class frmMain
|
||||
Private Sub TBDD_USERBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TBDD_USERBindingNavigatorSaveItem.Click
|
||||
Validate()
|
||||
TBDD_USERBindingSource.EndEdit()
|
||||
TableAdapterManager.UpdateAll(UserDataSet)
|
||||
TBDD_USERTableAdapter.Update(UserDataSet.TBDD_USER)
|
||||
End Sub
|
||||
|
||||
Private Sub TBDD_USER_GROUPSBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TBDD_USER_GROUPSBindingNavigatorSaveItem.Click
|
||||
Validate()
|
||||
TBDD_USER_GROUPSBindingSource.EndEdit()
|
||||
TBDD_USER_GROUPSTableAdapter.Update(UserDataSet.TBDD_USER_GROUPS)
|
||||
End Sub
|
||||
|
||||
Private Sub TBDD_CLIENTBindingNavigatorSaveItem_Click(sender As Object, e As EventArgs) Handles TBDD_CLIENTBindingNavigatorSaveItem.Click
|
||||
Validate()
|
||||
TBDD_CLIENTBindingSource.EndEdit()
|
||||
TBDD_CLIENTTableAdapter.Update(UserDataSet.TBDD_CLIENT)
|
||||
End Sub
|
||||
|
||||
Private Sub TBDD_USERBindingSource_Update(sender As Object, e As EventArgs) Handles TBDD_USERBindingSource.PositionChanged, TBDD_USERBindingSource.ListChanged
|
||||
@ -329,5 +341,10 @@ Public Class frmMain
|
||||
gvClients_AssignedUsers.ClearSelection()
|
||||
gvClients_AvailableUsers.ClearSelection()
|
||||
End Sub
|
||||
|
||||
Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ToolStripButton1.Click
|
||||
Dim frm As New frmADImport()
|
||||
frm.ShowDialog()
|
||||
End Sub
|
||||
#End Region
|
||||
End Class
|
||||
Loading…
x
Reference in New Issue
Block a user