Team CBAM
This commit is contained in:
@@ -23,16 +23,16 @@ Partial Class usrCntlBenachrichtigungen
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.MyComboBox2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.gridAvisoBenachrichtigungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.Panel4 = New System.Windows.Forms.Panel()
|
||||
Me.cbxTaskForce = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxVerwarung = New System.Windows.Forms.CheckBox()
|
||||
Me.txtVermerk = New System.Windows.Forms.TextBox()
|
||||
Me.cbxNeukunden = New System.Windows.Forms.CheckBox()
|
||||
Me.Button10 = New System.Windows.Forms.Button()
|
||||
Me.txtVermerk = New System.Windows.Forms.TextBox()
|
||||
Me.Panel3 = New System.Windows.Forms.Panel()
|
||||
Me.cbxCluster = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxTeams = New System.Windows.Forms.CheckBox()
|
||||
@@ -80,8 +80,8 @@ Partial Class usrCntlBenachrichtigungen
|
||||
Me.gridAvisoBenachrichtigungen.AllowUserToDeleteRows = False
|
||||
Me.gridAvisoBenachrichtigungen.AllowUserToOrderColumns = True
|
||||
Me.gridAvisoBenachrichtigungen.AllowUserToResizeRows = False
|
||||
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Azure
|
||||
Me.gridAvisoBenachrichtigungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Azure
|
||||
Me.gridAvisoBenachrichtigungen.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.gridAvisoBenachrichtigungen.BackgroundColor = System.Drawing.Color.White
|
||||
Me.gridAvisoBenachrichtigungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.gridAvisoBenachrichtigungen.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
@@ -130,16 +130,6 @@ Partial Class usrCntlBenachrichtigungen
|
||||
Me.cbxVerwarung.UseVisualStyleBackColor = True
|
||||
Me.cbxVerwarung.Visible = False
|
||||
'
|
||||
'txtVermerk
|
||||
'
|
||||
Me.txtVermerk.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtVermerk.Location = New System.Drawing.Point(7, -1)
|
||||
Me.txtVermerk.Name = "txtVermerk"
|
||||
Me.txtVermerk.ReadOnly = True
|
||||
Me.txtVermerk.Size = New System.Drawing.Size(146, 20)
|
||||
Me.txtVermerk.TabIndex = 31
|
||||
'
|
||||
'cbxNeukunden
|
||||
'
|
||||
Me.cbxNeukunden.AutoSize = True
|
||||
@@ -169,6 +159,16 @@ Partial Class usrCntlBenachrichtigungen
|
||||
Me.Button10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button10.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtVermerk
|
||||
'
|
||||
Me.txtVermerk.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtVermerk.Location = New System.Drawing.Point(7, -1)
|
||||
Me.txtVermerk.Name = "txtVermerk"
|
||||
Me.txtVermerk.ReadOnly = True
|
||||
Me.txtVermerk.Size = New System.Drawing.Size(146, 20)
|
||||
Me.txtVermerk.TabIndex = 31
|
||||
'
|
||||
'Panel3
|
||||
'
|
||||
Me.Panel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
|
||||
Reference in New Issue
Block a user