JJ 25.11
This commit is contained in:
92
app/DD-Record-Organiser/frmGeodataNavigation.Designer.vb
generated
Normal file
92
app/DD-Record-Organiser/frmGeodataNavigation.Designer.vb
generated
Normal file
@@ -0,0 +1,92 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmGeodataNavigation
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim ImageTilesLayer1 As DevExpress.XtraMap.ImageTilesLayer = New DevExpress.XtraMap.ImageTilesLayer()
|
||||
Dim VectorItemsLayer1 As DevExpress.XtraMap.VectorItemsLayer = New DevExpress.XtraMap.VectorItemsLayer()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.MapControl1 = New DevExpress.XtraMap.MapControl()
|
||||
Me.tsLabelRecordCount = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(796, 25)
|
||||
Me.ToolStrip1.TabIndex = 0
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsLabelRecordCount})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 477)
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
Me.StatusStrip1.Size = New System.Drawing.Size(796, 22)
|
||||
Me.StatusStrip1.TabIndex = 1
|
||||
Me.StatusStrip1.Text = "StatusStrip1"
|
||||
'
|
||||
'MapControl1
|
||||
'
|
||||
Me.MapControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
ImageTilesLayer1.Name = "ImageLayer"
|
||||
VectorItemsLayer1.Name = "VectorLayer"
|
||||
Me.MapControl1.Layers.Add(ImageTilesLayer1)
|
||||
Me.MapControl1.Layers.Add(VectorItemsLayer1)
|
||||
Me.MapControl1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.MapControl1.Name = "MapControl1"
|
||||
Me.MapControl1.NavigationPanelOptions.Visible = False
|
||||
Me.MapControl1.Size = New System.Drawing.Size(796, 452)
|
||||
Me.MapControl1.TabIndex = 2
|
||||
'
|
||||
'tsLabelRecordCount
|
||||
'
|
||||
Me.tsLabelRecordCount.Name = "tsLabelRecordCount"
|
||||
Me.tsLabelRecordCount.Size = New System.Drawing.Size(119, 17)
|
||||
Me.tsLabelRecordCount.Text = "0 Elemente gefunden"
|
||||
'
|
||||
'frmGeodataNavigation
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(796, 499)
|
||||
Me.Controls.Add(Me.MapControl1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Name = "frmGeodataNavigation"
|
||||
Me.Text = "frmGeodataNavigation"
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
CType(Me.MapControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents MapControl1 As DevExpress.XtraMap.MapControl
|
||||
Friend WithEvents tsLabelRecordCount As System.Windows.Forms.ToolStripStatusLabel
|
||||
End Class
|
||||
Reference in New Issue
Block a user