我在 icici 银行有一个要求,我有一张支票,我有 2 个打印用户名,以数字表示,但 textEdit 应该是不可见的,并且允许写入和读取。
<Window xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" x:Class="WpfApplication11.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid Margin="0,10,0,0">
<Grid.Background>
<ImageBrush ImageSource="c:\users\it-prog3\documents\visual studio 2012\Projects\WpfApplication11\WpfApplication11\Images\ICICI.jpg"/>
</Grid.Background>
<dxe:TextEdit Margin="31,60,68,221" />
</Grid>