|
6 | 6 | xmlns:mah="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro" |
7 | 7 | xmlns:local="clr-namespace:Endpoint_Manager_Scripts_Editor" |
8 | 8 | mc:Ignorable="d" |
9 | | - Title="Script Viewer for Microsoft Endpoint Manager" Height="500" Width="1000" Background="Black" ShowTitleBar="False" WindowStartupLocation="CenterScreen" WindowStyle="None" ResizeMode="CanResizeWithGrip" ShowMaxRestoreButton="True" ShowMinButton="True" ShowCloseButton="True" MouseLeftButtonDown="MetroWindow_MouseLeftButtonDown"> |
| 9 | + Title="Script Viewer for Microsoft Intune" Height="500" Width="1000" Background="Black" ShowTitleBar="False" WindowStartupLocation="CenterScreen" WindowStyle="None" ResizeMode="CanResizeWithGrip" ShowMaxRestoreButton="True" ShowMinButton="True" ShowCloseButton="True" MouseLeftButtonDown="MetroWindow_MouseLeftButtonDown"> |
10 | 10 | <Grid> |
11 | 11 | <Grid.RowDefinitions> |
12 | 12 | <RowDefinition Height="Auto"/> |
|
15 | 15 | <RowDefinition Height="Auto"/> |
16 | 16 | <RowDefinition Height="Auto"/> |
17 | 17 | </Grid.RowDefinitions> |
18 | | - <TextBlock Text="Script Viewer for Microsoft Endpoint Manager" Foreground="#BB86FC" FontFamily="Consolas" FontWeight="Bold" FontSize="22" Margin="5" HorizontalAlignment="Center"/> |
| 18 | + <TextBlock Text="Script Viewer for Intune" Foreground="#BB86FC" FontFamily="Consolas" FontWeight="Bold" FontSize="22" Margin="5" HorizontalAlignment="Center"/> |
19 | 19 | <StackPanel Grid.Row="1" Orientation="Horizontal"> |
20 | | - <Button Content="Connect Endpoint Manager" Click="Btn_ConnectIntune" Margin="5" Foreground="#03DAC5" FontSize="12" FontFamily="Consolas"/> |
| 20 | + <Button Content="Connect Intune" Click="Btn_ConnectIntune" Margin="5" Foreground="#03DAC5" FontSize="12" FontFamily="Consolas"/> |
21 | 21 | <ComboBox Name="ComboBox" Width="500" Margin="5" FontSize="14" FontFamily="Consolas" ItemsSource="{Binding comboSource}" mah:TextBoxHelper.Watermark="Select Script" SelectionChanged="ComboBox_SelectionChanged"/> |
22 | 22 | </StackPanel> |
23 | 23 | <TextBox Grid.Row="2" Name="ScriptWindow" Height="Auto" Width="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" FontSize="14" FontFamily="Consolas" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" IsReadOnly="True"/> |
|
40 | 40 | <ColumnDefinition Width="1*"/> |
41 | 41 | <ColumnDefinition Width="Auto"/> |
42 | 42 | </Grid.ColumnDefinitions> |
43 | | - <TextBlock Grid.Column="0" Name="Status" Text="Connect to Endpoint Manager" Foreground="#03DAC5" VerticalAlignment="Center" Margin="5" FontSize="14" FontFamily="Consolas"/> |
| 43 | + <TextBlock Grid.Column="0" Name="Status" Text="Connect to Intune" Foreground="#03DAC5" VerticalAlignment="Center" Margin="5" FontSize="14" FontFamily="Consolas"/> |
44 | 44 | <StackPanel Grid.Column="1" Orientation="Horizontal"> |
45 | 45 | <TextBlock Name="Tenant" Text="TenantId: " Foreground="#03DAC5" VerticalAlignment="Center" Margin="5" FontSize="14" FontFamily="Consolas"/> |
46 | 46 | <TextBlock Name="Account" Text="Account: " Foreground="#03DAC5" VerticalAlignment="Center" Margin="5,5,10,5" FontSize="14" FontFamily="Consolas"/> |
|
0 commit comments