1 Star 0 Fork 0

ldcah/EGrabberWpf4Gain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MainWindow.xaml 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
ldcah 提交于 2024-07-22 14:02 +08:00 . init
<Window x:Class="EGrabberWpf4Gain.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:EGrabberWpf4Gain"
mc:Ignorable="d"
Title="MainWindow" Height="600" Width="800">
<Grid HorizontalAlignment="Left" VerticalAlignment="Top">
<StackPanel Margin="10">
<StackPanel Orientation="Horizontal">
<Label Width="80">js 文件</Label>
<TextBox x:Name="txtJsPath" Width="400" Height="30" IsReadOnly="True"/>
<Button Margin="10,0,0,0" Width="80" Content="浏览..." Click="Button_Click" />
<Button x:Name="btnOpen" Margin="10,0,0,0" Width="80" Content="打开" Click="btnOpen_Click" />
<Button x:Name="btnClos" Margin="10,0,0,0" Width="80" Content="关闭" Click="btnClos_Click" />
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,20,0,0">
<Label Width="80" Content="gain"/>
<TextBox Width="200" Name="txtGain" Text="1"/>
<Button Margin="10,0,0,0" x:Name="btnGain" Click="btnGain_Click" Width="80" Content="gain"></Button>
<CheckBox IsChecked="True" Margin="10,0,0,0" x:Name="chkSaveImage" Content="保存图片 d:\EGrabber4Image" Click="chkSaveImage_Click"></CheckBox>
</StackPanel>
<StackPanel Orientation="Horizontal" Margin="0,20,0,0">
<ListBox Width="739" Height="300" Name="lb" ></ListBox>
</StackPanel>
</StackPanel>
</Grid>
</Window>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/ldcah/egrabber-wpf4-gain.git
git@gitee.com:ldcah/egrabber-wpf4-gain.git
ldcah
egrabber-wpf4-gain
EGrabberWpf4Gain
master

搜索帮助