中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C# 中怎么利用WPF實現一個登錄加載窗體

發布時間:2021-07-07 15:12:21 來源:億速云 閱讀:496 作者:Leah 欄目:大數據

本篇文章給大家分享的是有關C# 中怎么利用WPF實現一個登錄加載窗體,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

首先在App.xaml中添加HandyControl兩個樣式文件:

<Application.Resources>        <ResourceDictionary>            <ResourceDictionary.MergedDictionaries>                <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>                <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>            </ResourceDictionary.MergedDictionaries>        </ResourceDictionary>    </Application.Resources>

另外一個代碼文件是MainWindow.xaml,首先引入HandyControl命名空間

xmlns:hc="https://handyorg.github.io/handycontrol"

代碼確實不多,關鍵代碼不到10行左右

<Window x:Class="CustomControlsHandyOrg.MainWindow"        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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"        xmlns:local="clr-namespace:CustomControlsHandyOrg"        mc:Ignorable="d"        xmlns:hc="https://handyorg.github.io/handycontrol"        Height="450" Width="300" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" WindowStyle="None">    <Grid Background="#FF222222">        <StackPanel VerticalAlignment="Center">            <hc:Gravatar Id="{Binding Value,ElementName=slider}"/>            <TextBlock FontSize="18" Text="DOWNLOADING" Margin="5 15" Foreground="White" HorizontalAlignment="Center"/>            <hc:WaveProgressBar Value="{Binding Value,ElementName=slider}" Maximum="100" Background="#FF555555" WaveFill="#ff563380" WaveStroke="#FF5675" WaveThickness="1" Foreground="White"/>            <Button Content="STOP" Margin="15" HorizontalAlignment="Stretch" Background="#FF563380" BorderBrush="#FF482480" Foreground="White"/>            <hc:PreviewSlider x:Name="slider" Maximum="100" Margin="20"/>        </StackPanel>    </Grid></Window>

以上就是C# 中怎么利用WPF實現一個登錄加載窗體,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

wpf
AI

马关县| 西丰县| 仲巴县| 商洛市| 柯坪县| 海南省| 台州市| 杨浦区| 太原市| 百色市| 射阳县| 明光市| 盐源县| 锡林浩特市| 成都市| 沙河市| 西昌市| 印江| 东台市| 天等县| 武汉市| 黄平县| 德化县| 上高县| 竹溪县| 屏南县| 寿宁县| 广德县| 开原市| 喀喇沁旗| 宁城县| 新平| 岚皋县| 东兴市| 林口县| 崇礼县| 大英县| 石首市| 馆陶县| 安岳县| 丰县|