96 lines
4.1 KiB
VB.net
96 lines
4.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmTool_ControlProperties
|
|
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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTool_ControlProperties))
|
|
Me.pgControlProperties = New System.Windows.Forms.PropertyGrid()
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.btnSaveControl = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pgControlProperties
|
|
'
|
|
resources.ApplyResources(Me.pgControlProperties, "pgControlProperties")
|
|
Me.pgControlProperties.Name = "pgControlProperties"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSaveControl, Me.ToolStripButton1})
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
'
|
|
'lblStatus
|
|
'
|
|
resources.ApplyResources(Me.lblStatus, "lblStatus")
|
|
Me.lblStatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.flag_green
|
|
Me.lblStatus.Name = "lblStatus"
|
|
'
|
|
'btnSaveControl
|
|
'
|
|
resources.ApplyResources(Me.btnSaveControl, "btnSaveControl")
|
|
Me.btnSaveControl.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG
|
|
Me.btnSaveControl.Name = "btnSaveControl"
|
|
'
|
|
'ToolStripButton1
|
|
'
|
|
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
|
Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_Cancel_16xLG
|
|
Me.ToolStripButton1.Name = "ToolStripButton1"
|
|
'
|
|
'frmTool_ControlProperties
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.pgControlProperties)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmTool_ControlProperties"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents pgControlProperties As System.Windows.Forms.PropertyGrid
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents btnSaveControl As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
|
End Class
|