wpf 初步学习

<Window x:Class="land.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:land"
        mc:Ignorable="d"
        Icon="opent.ico"
        Title="VTC" Height="400" ResizeMode="NoResize" Width="400">  //ResizeMode="NoResize" 设置静止缩放之后最小化和最大化都没有了

    <Grid>
        <Label Content="账号:" HorizontalAlignment="Left"  Margin="20,0,0,0" FontSize="24" />
        <Border CornerRadius="5" Height="40" BorderThickness="1" BorderBrush="Black" VerticalAlignment="Top" Margin="20,42,20,0" Padding="0"> 
            <TextBox  BorderThickness="0"  TextWrapping="Wrap" Text=""  VerticalAlignment="Center"  FontSize="24" Margin="0"/>
        </Border>
        <Label Content="密码:" HorizontalAlignment="Left" Margin="20,85,0,0" VerticalAlignment="Top" FontSize="24"/>
        <Border CornerRadius="5" Height="40" BorderThickness="1" BorderBrush="Black" VerticalAlignment="Top" Margin="20,130,20,0" >
            <PasswordBox  BorderThickness="0" VerticalAlignment="Center" FontSize="24"/>
        </Border>
        <Border x:Name="load" CornerRadius="5" Height="40" BorderThickness="1" BorderBrush="Black" VerticalAlignment="Top" Margin="20,284,20,0" Background="#FF30DA35" Cursor="Hand" >
            <Label Content="登陆" HorizontalAlignment="Center" VerticalAlignment="Center"  Margin="20,0,0,0" FontSize="24"  Foreground="White"/>
        </Border>
    </Grid>
</Window>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值