jj: Write Vector fields \o/

This commit is contained in:
Jonathan Jenne
2018-10-29 13:26:57 +01:00
parent ac8709a0f9
commit 52966dcc47
10 changed files with 290 additions and 264 deletions

View File

@@ -38,7 +38,7 @@ Partial Class frmLookupGrid
Me.gridLookup.Location = New System.Drawing.Point(0, 0)
Me.gridLookup.MainView = Me.viewLookup
Me.gridLookup.Name = "gridLookup"
Me.gridLookup.Size = New System.Drawing.Size(295, 233)
Me.gridLookup.Size = New System.Drawing.Size(446, 266)
Me.gridLookup.TabIndex = 0
Me.gridLookup.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewLookup})
'
@@ -58,9 +58,9 @@ Partial Class frmLookupGrid
Me.Panel1.Controls.Add(Me.btnClear)
Me.Panel1.Controls.Add(Me.btnOK)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel1.Location = New System.Drawing.Point(0, 233)
Me.Panel1.Location = New System.Drawing.Point(0, 266)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(295, 36)
Me.Panel1.Size = New System.Drawing.Size(446, 36)
Me.Panel1.TabIndex = 1
'
'btnClear
@@ -88,12 +88,14 @@ Partial Class frmLookupGrid
Me.AcceptButton = Me.btnOK
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(295, 269)
Me.ClientSize = New System.Drawing.Size(446, 302)
Me.Controls.Add(Me.gridLookup)
Me.Controls.Add(Me.Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmLookupGrid"
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "Auswahl:"
Me.TopMost = True
CType(Me.gridLookup, System.ComponentModel.ISupportInitialize).EndInit()