neu
This commit is contained in:
31
Aviso/Auswertung/usrctlAuswertung.Designer.vb
generated
31
Aviso/Auswertung/usrctlAuswertung.Designer.vb
generated
@@ -22,8 +22,8 @@ Partial Class usrctlAuswertung
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
||||
@@ -49,7 +49,6 @@ Partial Class usrctlAuswertung
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
@@ -154,8 +153,8 @@ Partial Class usrctlAuswertung
|
||||
'
|
||||
'DataGridView1
|
||||
'
|
||||
DataGridViewCellStyle3.BackColor = System.Drawing.Color.Azure
|
||||
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
||||
DataGridViewCellStyle5.BackColor = System.Drawing.Color.Azure
|
||||
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
||||
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DataGridView1.Location = New System.Drawing.Point(3, 61)
|
||||
@@ -370,7 +369,6 @@ Partial Class usrctlAuswertung
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.Button2)
|
||||
Me.Panel2.Controls.Add(Me.Button1)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.Panel2.Location = New System.Drawing.Point(1021, 3)
|
||||
@@ -378,24 +376,18 @@ Partial Class usrctlAuswertung
|
||||
Me.Panel2.Size = New System.Drawing.Size(106, 533)
|
||||
Me.Panel2.TabIndex = 1
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button2.Location = New System.Drawing.Point(11, 56)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(85, 47)
|
||||
Me.Button2.TabIndex = 0
|
||||
Me.Button2.Text = "Button1"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
||||
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button1.Image = Global.AVISO.My.Resources.Resources.Excel_2013_logo_155x110
|
||||
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button1.Location = New System.Drawing.Point(11, 3)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(85, 47)
|
||||
Me.Button1.TabIndex = 0
|
||||
Me.Button1.Text = "Button1"
|
||||
Me.Button1.Text = "Excel"
|
||||
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TabPage2
|
||||
@@ -1052,8 +1044,8 @@ Partial Class usrctlAuswertung
|
||||
'
|
||||
'DataGridView2
|
||||
'
|
||||
DataGridViewCellStyle4.BackColor = System.Drawing.Color.Azure
|
||||
Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
||||
DataGridViewCellStyle6.BackColor = System.Drawing.Color.Azure
|
||||
Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
||||
Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.DataGridView2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DataGridView2.Location = New System.Drawing.Point(3, 3)
|
||||
@@ -1097,7 +1089,6 @@ Partial Class usrctlAuswertung
|
||||
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Button3 As System.Windows.Forms.Button
|
||||
|
||||
Reference in New Issue
Block a user