菜鸟的博客

纵有疾风起,人生不言弃。

导航

< 2025年3月 >
23 24 25 26 27 28 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 1 2 3 4 5

统计

图书进销存管理系统-登录页面-c#

复制代码
<Window x:Class="Book.LoginWindow"
        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:Book"
        mc:Ignorable="d"
        Title="LoginWindow" Height="450" Width="800">
    <Grid>
        <Label Content="用户ID:" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="225,157,0,0"/>
        <TextBox Name="txtUserID" HorizontalAlignment="Center" Margin="0,157,0,0" VerticalAlignment="Top" Width="150"/>

        <Label Content="密码:" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="225,207,0,0"/>
        <PasswordBox Name="txtPassword" HorizontalAlignment="Center" Margin="0,207,0,0" VerticalAlignment="Top" Width="150"/>

        <Button Content="登录" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,259,0,0" Width="80" Click="btnLogin_Click"/>
        <Label x:Name="LabelTitle" Content="图书进销存管理系统" HorizontalAlignment="Center" Margin="0,35,0,0" VerticalAlignment="Top" Background="{DynamicResource {x:Static SystemColors.MenuBarBrushKey}}" Width="200" Height="50" FontSize="24"/>
    </Grid>
</Window>
复制代码

 

posted on   hhmzd233  阅读(22)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
历史上的今天:
2023-10-27 随机数
点击右上角即可分享
微信分享提示