diff --git a/guinget/MainWindow.Designer.vb b/guinget/MainWindow.Designer.vb index e4b9bb62..971ef543 100644 --- a/guinget/MainWindow.Designer.vb +++ b/guinget/MainWindow.Designer.vb @@ -60,14 +60,6 @@ Partial Class aaformMainWindow Me.splitcontainerMainWindow = New System.Windows.Forms.SplitContainer() Me.panelPackageListHolder = New System.Windows.Forms.Panel() Me.datagridviewPackageList = New System.Windows.Forms.DataGridView() - Me.PkgAction = New System.Windows.Forms.DataGridViewComboBoxColumn() - Me.PkgStatus = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.PkgName = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.FriendlyName = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.AvailableVersion = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.LatestVersion = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.PkgDescription = New System.Windows.Forms.DataGridViewTextBoxColumn() - Me.Manifest = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.labelUpdatingPackageList = New System.Windows.Forms.Label() Me.textboxPackageDetails = New System.Windows.Forms.TextBox() Me.panelMainPkgArea = New System.Windows.Forms.Panel() @@ -110,6 +102,14 @@ Partial Class aaformMainWindow Me.SelectedPackageToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.zCantFindThisPackagePropertiesMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.zSeparatorNoIdeaWhereThisIs = New System.Windows.Forms.ToolStripSeparator() + Me.PkgAction = New System.Windows.Forms.DataGridViewComboBoxColumn() + Me.PkgStatus = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.PkgName = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.FriendlyName = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.AvailableVersion = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.LatestVersion = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.PkgDescription = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.Manifest = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.menustripMainWindow.SuspendLayout() Me.contextmenustripPackageMenu.SuspendLayout() CType(Me.splitcontainerMainWindow, System.ComponentModel.ISupportInitialize).BeginInit() @@ -411,70 +411,6 @@ Partial Class aaformMainWindow Me.datagridviewPackageList.StandardTab = True Me.datagridviewPackageList.TabIndex = 0 ' - 'PkgAction - ' - Me.PkgAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells - Me.PkgAction.HeaderText = "Action" - Me.PkgAction.Items.AddRange(New Object() {"Do nothing", "Install"}) - Me.PkgAction.MinimumWidth = 6 - Me.PkgAction.Name = "PkgAction" - Me.PkgAction.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic - Me.PkgAction.Width = 76 - ' - 'PkgStatus - ' - Me.PkgStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells - Me.PkgStatus.HeaderText = "Status" - Me.PkgStatus.MinimumWidth = 6 - Me.PkgStatus.Name = "PkgStatus" - Me.PkgStatus.ReadOnly = True - Me.PkgStatus.Width = 77 - ' - 'PkgName - ' - Me.PkgName.HeaderText = "Package" - Me.PkgName.MinimumWidth = 6 - Me.PkgName.Name = "PkgName" - Me.PkgName.ReadOnly = True - ' - 'FriendlyName - ' - Me.FriendlyName.HeaderText = "Name" - Me.FriendlyName.MinimumWidth = 6 - Me.FriendlyName.Name = "FriendlyName" - Me.FriendlyName.ReadOnly = True - ' - 'AvailableVersion - ' - Me.AvailableVersion.HeaderText = "Version" - Me.AvailableVersion.MinimumWidth = 6 - Me.AvailableVersion.Name = "AvailableVersion" - Me.AvailableVersion.ReadOnly = True - Me.AvailableVersion.ToolTipText = "(will eventually only display latest version and have all older versions in a win" & - "dow like Synaptic)" - ' - 'LatestVersion - ' - Me.LatestVersion.HeaderText = "Latest version" - Me.LatestVersion.MinimumWidth = 6 - Me.LatestVersion.Name = "LatestVersion" - Me.LatestVersion.ReadOnly = True - ' - 'PkgDescription - ' - Me.PkgDescription.HeaderText = "Description" - Me.PkgDescription.MinimumWidth = 6 - Me.PkgDescription.Name = "PkgDescription" - Me.PkgDescription.ReadOnly = True - ' - 'Manifest - ' - Me.Manifest.HeaderText = "Manifest" - Me.Manifest.MinimumWidth = 6 - Me.Manifest.Name = "Manifest" - Me.Manifest.ReadOnly = True - Me.Manifest.Visible = False - ' 'labelUpdatingPackageList ' Me.labelUpdatingPackageList.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ @@ -896,6 +832,71 @@ Partial Class aaformMainWindow Me.zSeparatorNoIdeaWhereThisIs.Name = "zSeparatorNoIdeaWhereThisIs" Me.zSeparatorNoIdeaWhereThisIs.Size = New System.Drawing.Size(210, 6) ' + 'PkgAction + ' + Me.PkgAction.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells + Me.PkgAction.HeaderText = "Action" + Me.PkgAction.Items.AddRange(New Object() {"Do nothing", "Install"}) + Me.PkgAction.MinimumWidth = 6 + Me.PkgAction.Name = "PkgAction" + Me.PkgAction.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic + Me.PkgAction.Width = 76 + ' + 'PkgStatus + ' + Me.PkgStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells + Me.PkgStatus.HeaderText = "Status" + Me.PkgStatus.MinimumWidth = 6 + Me.PkgStatus.Name = "PkgStatus" + Me.PkgStatus.ReadOnly = True + Me.PkgStatus.Width = 77 + ' + 'PkgName + ' + Me.PkgName.HeaderText = "Package" + Me.PkgName.MinimumWidth = 6 + Me.PkgName.Name = "PkgName" + Me.PkgName.ReadOnly = True + ' + 'FriendlyName + ' + Me.FriendlyName.HeaderText = "Name" + Me.FriendlyName.MinimumWidth = 6 + Me.FriendlyName.Name = "FriendlyName" + Me.FriendlyName.ReadOnly = True + ' + 'AvailableVersion + ' + Me.AvailableVersion.HeaderText = "Version" + Me.AvailableVersion.MinimumWidth = 6 + Me.AvailableVersion.Name = "AvailableVersion" + Me.AvailableVersion.ReadOnly = True + Me.AvailableVersion.ToolTipText = "(will eventually only display latest version and have all older versions in a win" & + "dow like Synaptic)" + ' + 'LatestVersion + ' + Me.LatestVersion.HeaderText = "Latest version" + Me.LatestVersion.MinimumWidth = 6 + Me.LatestVersion.Name = "LatestVersion" + Me.LatestVersion.ReadOnly = True + Me.LatestVersion.Visible = False + ' + 'PkgDescription + ' + Me.PkgDescription.HeaderText = "Description" + Me.PkgDescription.MinimumWidth = 6 + Me.PkgDescription.Name = "PkgDescription" + Me.PkgDescription.ReadOnly = True + ' + 'Manifest + ' + Me.Manifest.HeaderText = "Manifest" + Me.Manifest.MinimumWidth = 6 + Me.Manifest.Name = "Manifest" + Me.Manifest.ReadOnly = True + Me.Manifest.Visible = False + ' 'aaformMainWindow ' Me.AutoScaleDimensions = New System.Drawing.SizeF(120.0!, 120.0!)