JJ LookupGrid Neue DevexpresVersion und Dropdown
This commit is contained in:
8
Controls.LookupGrid/frmLookupGrid.Designer.vb
generated
8
Controls.LookupGrid/frmLookupGrid.Designer.vb
generated
@@ -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(384, 221)
|
||||
Me.gridLookup.Size = New System.Drawing.Size(388, 221)
|
||||
Me.gridLookup.TabIndex = 0
|
||||
Me.gridLookup.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewLookup})
|
||||
'
|
||||
@@ -55,7 +55,7 @@ Partial Class frmLookupGrid
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 221)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(384, 40)
|
||||
Me.Panel1.Size = New System.Drawing.Size(388, 40)
|
||||
Me.Panel1.TabIndex = 1
|
||||
'
|
||||
'btnOK
|
||||
@@ -71,7 +71,7 @@ Partial Class frmLookupGrid
|
||||
'
|
||||
Me.btnClear.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnClear.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btnClear.Location = New System.Drawing.Point(236, 6)
|
||||
Me.btnClear.Location = New System.Drawing.Point(240, 6)
|
||||
Me.btnClear.Name = "btnClear"
|
||||
Me.btnClear.Size = New System.Drawing.Size(136, 23)
|
||||
Me.btnClear.TabIndex = 0
|
||||
@@ -82,7 +82,7 @@ Partial Class frmLookupGrid
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(384, 261)
|
||||
Me.ClientSize = New System.Drawing.Size(388, 261)
|
||||
Me.Controls.Add(Me.gridLookup)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
|
||||
|
||||
Reference in New Issue
Block a user