_ Partial Class Form1 Inherits Telerik.WinControls.UI.RadForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) RadLabel1 = New Telerik.WinControls.UI.RadLabel() RadLabel2 = New Telerik.WinControls.UI.RadLabel() RadLabel3 = New Telerik.WinControls.UI.RadLabel() RadLabel_Status = New Telerik.WinControls.UI.RadLabel() RadTextBoxControl_MinecraftProfileFolder = New Telerik.WinControls.UI.RadTextBoxControl() RadTextBoxControl_ModpackConfig = New Telerik.WinControls.UI.RadTextBoxControl() Panel1 = New Panel() RadButton_Install = New Telerik.WinControls.UI.RadButton() RadButton_CheckForUpdates = New Telerik.WinControls.UI.RadButton() RadButton_EditModpackConfig = New Telerik.WinControls.UI.RadButton() RadButton_PasteModpackConfig = New Telerik.WinControls.UI.RadButton() RadButton_SearchModpackConfig = New Telerik.WinControls.UI.RadButton() RadButton_SearchMinecraftProfileFolder = New Telerik.WinControls.UI.RadButton() CType(RadLabel1, ComponentModel.ISupportInitialize).BeginInit() CType(RadLabel2, ComponentModel.ISupportInitialize).BeginInit() CType(RadLabel3, ComponentModel.ISupportInitialize).BeginInit() CType(RadLabel_Status, ComponentModel.ISupportInitialize).BeginInit() CType(RadTextBoxControl_MinecraftProfileFolder, ComponentModel.ISupportInitialize).BeginInit() CType(RadTextBoxControl_ModpackConfig, ComponentModel.ISupportInitialize).BeginInit() Panel1.SuspendLayout() CType(RadButton_Install, ComponentModel.ISupportInitialize).BeginInit() CType(RadButton_CheckForUpdates, ComponentModel.ISupportInitialize).BeginInit() CType(RadButton_EditModpackConfig, ComponentModel.ISupportInitialize).BeginInit() CType(RadButton_PasteModpackConfig, ComponentModel.ISupportInitialize).BeginInit() CType(RadButton_SearchModpackConfig, ComponentModel.ISupportInitialize).BeginInit() CType(RadButton_SearchMinecraftProfileFolder, ComponentModel.ISupportInitialize).BeginInit() CType(Me, ComponentModel.ISupportInitialize).BeginInit() SuspendLayout() ' ' RadLabel1 ' RadLabel1.Location = New Point(3, 5) RadLabel1.Name = "RadLabel1" RadLabel1.Size = New Size(124, 18) RadLabel1.TabIndex = 0 RadLabel1.Text = "Minecraft profile folder:" ' ' RadLabel2 ' RadLabel2.Location = New Point(3, 63) RadLabel2.Name = "RadLabel2" RadLabel2.Size = New Size(90, 18) RadLabel2.TabIndex = 1 RadLabel2.Text = "Modpack config:" ' ' RadLabel3 ' RadLabel3.Location = New Point(3, 121) RadLabel3.Name = "RadLabel3" RadLabel3.Size = New Size(39, 18) RadLabel3.TabIndex = 2 RadLabel3.Text = "Status:" ' ' RadLabel_Status ' RadLabel_Status.Anchor = AnchorStyles.Top Or AnchorStyles.Left Or AnchorStyles.Right RadLabel_Status.AutoSize = False RadLabel_Status.Location = New Point(144, 119) RadLabel_Status.Name = "RadLabel_Status" RadLabel_Status.Size = New Size(273, 22) RadLabel_Status.TabIndex = 3 RadLabel_Status.Text = "-" RadLabel_Status.TextImageRelation = TextImageRelation.ImageBeforeText ' ' RadTextBoxControl_MinecraftProfileFolder ' RadTextBoxControl_MinecraftProfileFolder.Anchor = AnchorStyles.Top Or AnchorStyles.Left Or AnchorStyles.Right RadTextBoxControl_MinecraftProfileFolder.IsReadOnly = True RadTextBoxControl_MinecraftProfileFolder.Location = New Point(144, 3) RadTextBoxControl_MinecraftProfileFolder.Name = "RadTextBoxControl_MinecraftProfileFolder" RadTextBoxControl_MinecraftProfileFolder.NullText = "No file loaded!" RadTextBoxControl_MinecraftProfileFolder.Size = New Size(273, 22) RadTextBoxControl_MinecraftProfileFolder.TabIndex = 4 ' ' RadTextBoxControl_ModpackConfig ' RadTextBoxControl_ModpackConfig.Anchor = AnchorStyles.Top Or AnchorStyles.Left Or AnchorStyles.Right RadTextBoxControl_ModpackConfig.IsReadOnly = True RadTextBoxControl_ModpackConfig.Location = New Point(144, 61) RadTextBoxControl_ModpackConfig.Name = "RadTextBoxControl_ModpackConfig" RadTextBoxControl_ModpackConfig.NullText = "No file loaded!" RadTextBoxControl_ModpackConfig.Size = New Size(273, 22) RadTextBoxControl_ModpackConfig.TabIndex = 5 ' ' Panel1 ' Panel1.BackColor = Color.Transparent Panel1.Controls.Add(RadButton_Install) Panel1.Controls.Add(RadButton_CheckForUpdates) Panel1.Controls.Add(RadButton_EditModpackConfig) Panel1.Controls.Add(RadButton_PasteModpackConfig) Panel1.Controls.Add(RadButton_SearchModpackConfig) Panel1.Controls.Add(RadButton_SearchMinecraftProfileFolder) Panel1.Controls.Add(RadLabel1) Panel1.Controls.Add(RadTextBoxControl_ModpackConfig) Panel1.Controls.Add(RadLabel2) Panel1.Controls.Add(RadTextBoxControl_MinecraftProfileFolder) Panel1.Controls.Add(RadLabel3) Panel1.Controls.Add(RadLabel_Status) Panel1.Dock = DockStyle.Fill Panel1.Location = New Point(0, 0) Panel1.Name = "Panel1" Panel1.Size = New Size(420, 176) Panel1.TabIndex = 6 ' ' RadButton_Install ' RadButton_Install.Anchor = AnchorStyles.Bottom Or AnchorStyles.Right RadButton_Install.Image = My.Resources.MySymbols.icons8_software_installer_16px RadButton_Install.ImageAlignment = ContentAlignment.MiddleRight RadButton_Install.Location = New Point(337, 149) RadButton_Install.Name = "RadButton_Install" RadButton_Install.Size = New Size(80, 24) RadButton_Install.TabIndex = 10 RadButton_Install.Text = "Install" RadButton_Install.TextAlignment = ContentAlignment.MiddleLeft RadButton_Install.TextImageRelation = TextImageRelation.ImageBeforeText ' ' RadButton_CheckForUpdates ' RadButton_CheckForUpdates.Anchor = AnchorStyles.Bottom Or AnchorStyles.Right RadButton_CheckForUpdates.Image = My.Resources.MySymbols.icons8_update_16px RadButton_CheckForUpdates.ImageAlignment = ContentAlignment.MiddleRight RadButton_CheckForUpdates.Location = New Point(191, 149) RadButton_CheckForUpdates.Name = "RadButton_CheckForUpdates" RadButton_CheckForUpdates.Size = New Size(140, 24) RadButton_CheckForUpdates.TabIndex = 0 RadButton_CheckForUpdates.Text = "Check for Updates" RadButton_CheckForUpdates.TextAlignment = ContentAlignment.MiddleLeft RadButton_CheckForUpdates.TextImageRelation = TextImageRelation.ImageBeforeText ' ' RadButton_EditModpackConfig ' RadButton_EditModpackConfig.Anchor = AnchorStyles.Bottom Or AnchorStyles.Left RadButton_EditModpackConfig.Image = My.Resources.MySymbols.icons8_wrench_16px RadButton_EditModpackConfig.ImageAlignment = ContentAlignment.MiddleRight RadButton_EditModpackConfig.Location = New Point(3, 149) RadButton_EditModpackConfig.Name = "RadButton_EditModpackConfig" RadButton_EditModpackConfig.Size = New Size(150, 24) RadButton_EditModpackConfig.TabIndex = 8 RadButton_EditModpackConfig.Text = "Edit modpack config" RadButton_EditModpackConfig.TextAlignment = ContentAlignment.MiddleLeft RadButton_EditModpackConfig.TextImageRelation = TextImageRelation.ImageBeforeText RadButton_EditModpackConfig.Visible = False ' ' RadButton_PasteModpackConfig ' RadButton_PasteModpackConfig.Anchor = AnchorStyles.Top Or AnchorStyles.Right RadButton_PasteModpackConfig.Image = CType(resources.GetObject("RadButton_PasteModpackConfig.Image"), Image) RadButton_PasteModpackConfig.ImageAlignment = ContentAlignment.MiddleRight RadButton_PasteModpackConfig.Location = New Point(231, 89) RadButton_PasteModpackConfig.Name = "RadButton_PasteModpackConfig" RadButton_PasteModpackConfig.Size = New Size(90, 24) RadButton_PasteModpackConfig.TabIndex = 7 RadButton_PasteModpackConfig.Text = "Paste" RadButton_PasteModpackConfig.TextAlignment = ContentAlignment.MiddleLeft RadButton_PasteModpackConfig.TextImageRelation = TextImageRelation.ImageBeforeText ' ' RadButton_SearchModpackConfig ' RadButton_SearchModpackConfig.Anchor = AnchorStyles.Top Or AnchorStyles.Right RadButton_SearchModpackConfig.Image = CType(resources.GetObject("RadButton_SearchModpackConfig.Image"), Image) RadButton_SearchModpackConfig.ImageAlignment = ContentAlignment.MiddleRight RadButton_SearchModpackConfig.Location = New Point(327, 89) RadButton_SearchModpackConfig.Name = "RadButton_SearchModpackConfig" RadButton_SearchModpackConfig.Size = New Size(90, 24) RadButton_SearchModpackConfig.TabIndex = 7 RadButton_SearchModpackConfig.Text = "Search" RadButton_SearchModpackConfig.TextAlignment = ContentAlignment.MiddleLeft RadButton_SearchModpackConfig.TextImageRelation = TextImageRelation.ImageBeforeText ' ' RadButton_SearchMinecraftProfileFolder ' RadButton_SearchMinecraftProfileFolder.Anchor = AnchorStyles.Top Or AnchorStyles.Right RadButton_SearchMinecraftProfileFolder.Image = CType(resources.GetObject("RadButton_SearchMinecraftProfileFolder.Image"), Image) RadButton_SearchMinecraftProfileFolder.ImageAlignment = ContentAlignment.MiddleRight RadButton_SearchMinecraftProfileFolder.Location = New Point(327, 31) RadButton_SearchMinecraftProfileFolder.Name = "RadButton_SearchMinecraftProfileFolder" RadButton_SearchMinecraftProfileFolder.Size = New Size(90, 24) RadButton_SearchMinecraftProfileFolder.TabIndex = 6 RadButton_SearchMinecraftProfileFolder.Text = "Search" RadButton_SearchMinecraftProfileFolder.TextAlignment = ContentAlignment.MiddleLeft RadButton_SearchMinecraftProfileFolder.TextImageRelation = TextImageRelation.ImageBeforeText ' ' Form1 ' AutoScaleBaseSize = New Size(7, 15) AutoScaleDimensions = New SizeF(7F, 15F) AutoScaleMode = AutoScaleMode.Font ClientSize = New Size(420, 176) Controls.Add(Panel1) Icon = CType(resources.GetObject("$this.Icon"), Icon) MaximizeBox = False Name = "Form1" StartPosition = FormStartPosition.CenterScreen Text = "Minecraft Modpack Updater" CType(RadLabel1, ComponentModel.ISupportInitialize).EndInit() CType(RadLabel2, ComponentModel.ISupportInitialize).EndInit() CType(RadLabel3, ComponentModel.ISupportInitialize).EndInit() CType(RadLabel_Status, ComponentModel.ISupportInitialize).EndInit() CType(RadTextBoxControl_MinecraftProfileFolder, ComponentModel.ISupportInitialize).EndInit() CType(RadTextBoxControl_ModpackConfig, ComponentModel.ISupportInitialize).EndInit() Panel1.ResumeLayout(False) Panel1.PerformLayout() CType(RadButton_Install, ComponentModel.ISupportInitialize).EndInit() CType(RadButton_CheckForUpdates, ComponentModel.ISupportInitialize).EndInit() CType(RadButton_EditModpackConfig, ComponentModel.ISupportInitialize).EndInit() CType(RadButton_PasteModpackConfig, ComponentModel.ISupportInitialize).EndInit() CType(RadButton_SearchModpackConfig, ComponentModel.ISupportInitialize).EndInit() CType(RadButton_SearchMinecraftProfileFolder, ComponentModel.ISupportInitialize).EndInit() CType(Me, ComponentModel.ISupportInitialize).EndInit() ResumeLayout(False) End Sub Friend WithEvents RadLabel1 As Telerik.WinControls.UI.RadLabel Friend WithEvents RadLabel2 As Telerik.WinControls.UI.RadLabel Friend WithEvents RadLabel3 As Telerik.WinControls.UI.RadLabel Friend WithEvents RadLabel_Status As Telerik.WinControls.UI.RadLabel Friend WithEvents RadTextBoxControl_MinecraftProfileFolder As Telerik.WinControls.UI.RadTextBoxControl Friend WithEvents RadTextBoxControl_ModpackConfig As Telerik.WinControls.UI.RadTextBoxControl Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents RadButton_Install As Telerik.WinControls.UI.RadButton Friend WithEvents RadButton_CheckForUpdates As Telerik.WinControls.UI.RadButton Friend WithEvents RadButton_EditModpackConfig As Telerik.WinControls.UI.RadButton Friend WithEvents RadButton_SearchModpackConfig As Telerik.WinControls.UI.RadButton Friend WithEvents RadButton_SearchMinecraftProfileFolder As Telerik.WinControls.UI.RadButton Friend WithEvents RadButton_PasteModpackConfig As Telerik.WinControls.UI.RadButton End Class