FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
StarlightGUI/StarlightGUI/ModifyTokenDialog.xaml at master · CKWindowsProject/StarlightGUI · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CKWindowsProject
/
StarlightGUI
Public
forked from
OpenStarlight/StarlightGUI
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
StarlightGUI
/
StarlightGUI
/
ModifyTokenDialog.xaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (45 loc) · 1.88 KB
Breadcrumbs
StarlightGUI
/
StarlightGUI
/
ModifyTokenDialog.xaml
Copy path
File metadata and controls
48 lines (45 loc) · 1.88 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
" ?>
<
ContentDialog
x
:
Class
=
"
StarlightGUI.ModifyTokenDialog
"
xmlns
=
"
http://schemas.microsoft.com/winfx/2006/xaml/presentation
"
xmlns
:
x
=
"
http://schemas.microsoft.com/winfx/2006/xaml
"
xmlns
:
d
=
"
http://schemas.microsoft.com/expression/blend/2008
"
xmlns
:
essential
=
"
using:WinUI3Package
"
xmlns
:
local
=
"
using:StarlightGUI
"
xmlns
:
mc
=
"
http://schemas.openxmlformats.org/markup-compatibility/2006
"
Title
=
"
修改进程令牌
"
DefaultButton
=
"
Primary
"
PrimaryButtonClick
=
"
OnPrimaryButtonClick
"
PrimaryButtonText
=
"
修改
"
RequestedTheme
=
"
Dark
"
SecondaryButtonText
=
"
取消
"
Style
=
"
{StaticResource DefaultContentDialogStyle}
"
mc
:
Ignorable
=
"
d
"
>
<
ContentDialog
.TitleTemplate>
<
DataTemplate
xmlns
=
"
http://schemas.microsoft.com/winfx/2006/xaml/presentation
"
>
<
StackPanel
Orientation
=
"
Horizontal
"
Spacing
=
"
8
"
>
<
FontIcon
Margin
=
"
0,5,0,0
"
FontFamily
=
"
Segoe Fluent Icons
"
FontSize
=
"
30
"
Glyph
=
"

"
/>
<
TextBlock
VerticalAlignment
=
"
Center
"
Text
=
"
{Binding}
"
/>
</
StackPanel
>
</
DataTemplate
>
</
ContentDialog
.TitleTemplate>
<
Grid
>
<
StackPanel
Margin
=
"
0,0,0,10
"
>
<
TextBlock
Margin
=
"
0,0,0,10
"
Text
=
"
Starlight GUI 将修改指定进程的令牌至选定权限类型。
"
/>
<
ComboBox
x
:
Name
=
"
TokenComboBox
"
essential:ComboBoxHelper.AcrylicWorkaround=
"
True
"
ItemContainerStyle
=
"
{StaticResource ComboBoxItemStyle}
"
SelectedIndex
=
"
0
"
Text
=
"
令牌
"
>
<
ComboBoxItem
Content
=
"
System
"
/>
<
ComboBoxItem
Content
=
"
TrustedInstaller
"
/>
<
ComboBoxItem
Content
=
"
DWM
"
/>
</
ComboBox
>
</
StackPanel
>
</
Grid
>
</
ContentDialog
>
Back
|
FazBrowse Home
|
New Git URL