licenseassignmentreport.resources.ps1
& { $BinaryFormatter = New-Object -TypeName System.Runtime.Serialization.Formatters.Binary.BinaryFormatter @{ 'v.Name' = 'v' 'PlanName.Name' = 'PlanName' 'ExportCSV.Name' = 'ExportCSV' 'ComboBox2.Name' = 'ComboBox2' 'StatusStrip1.TrayLocation' = New-Object -TypeName System.Drawing.Point -ArgumentList @(17, 17) 'PropertyBox.Name' = 'PropertyBox' 'DataGridView1.Name' = 'DataGridView1' 'ToolStripStatusLabel1.Name' = 'ToolStripStatusLabel1' 'StatusStrip1.Name' = 'StatusStrip1' 'PlanBox.Name' = 'PlanBox' '$this.Name' = 'LicenseAssignmentReport' 'UserLicenseView.Name' = 'UserLicenseView' 'SkuName.Name' = 'SkuName' 'ReportExitButton.Name' = 'ReportExitButton' 'RefreshButton.Name' = 'RefreshButton' 'ComboBox1.Name' = 'ComboBox1' 'CheckedListBox1.Name' = 'CheckedListBox1' 'SkuBox.Name' = 'SkuBox' } } |