123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- <Page x:Class="B20UVLog.Pages.RobotInterface"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:B20UVLog.Pages" xmlns:My="clr-namespace:MyWPFControl.Controls;assembly=MyWPFControl"
- mc:Ignorable="d"
- d:DesignHeight="800" d:DesignWidth="1600"
- Title="RobotInterface">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="auto"/>
- <RowDefinition Height="*"/>
- </Grid.RowDefinitions>
- <StackPanel Grid.Row="0" Orientation="Horizontal" VerticalAlignment="Center">
- <!--<My:MTextBox x:Name="TextIndex" Title="Index_No"/>-->
- <My:MDateTimePicker x:Name="DTPStart" Title="开始时间"/>
- <TextBlock Text="--" VerticalAlignment="Center" Margin="2"/>
- <My:MDateTimePicker x:Name="DTPEnd" Title="结束时间"/>
- <My:MButton x:Name="BtnSearch" Content="查询" Type="Primary" Click="BtnSearch_Click"/>
- <My:MButton x:Name="BtnReset" Content="条件重置" Click="BtnReset_Click"/>
- <My:MButton x:Name="BtnExport" Content="导出报表" Click="BtnExport_Click" Type="Warning"/>
- </StackPanel>
- <My:MPagination Grid.Row="1" x:Name="MyPagination" DockPanel.Dock="Bottom" PageIndexChange="MyPagination_PageIndexChange"/>
- <StackPanel x:Name="DP" Grid.Row="2">
- <StackPanel Orientation="Horizontal">
- <StackPanel.Resources>
- <Style x:Key="BaseGroup" TargetType="GroupBox">
- <Setter Property="Margin" Value="10 10 0 0"/>
- <Setter Property="IsHitTestVisible" Value="False"/>
- </Style>
- <Style x:Key="MainGroup" TargetType="GroupBox" BasedOn="{StaticResource BaseGroup}">
- </Style>
- <Style x:Key="ChildGroup" TargetType="GroupBox" BasedOn="{StaticResource BaseGroup}">
- <Setter Property="Height" Value="510"/>
- </Style>
- <Style TargetType="My:MCheckBox" BasedOn="{StaticResource CheckBoxStyle}">
- <Setter Property="Margin" Value="0"/>
- </Style>
- </StackPanel.Resources>
- <GroupBox Style="{StaticResource MainGroup}" Header="收片" Height="auto">
- <StackPanel Orientation="Horizontal">
- <GroupBox Style="{StaticResource ChildGroup}" Header="Robot">
- <WrapPanel Orientation="Vertical">
- <My:MCheckBox>Up Stream Inline</My:MCheckBox>
- <My:MCheckBox>Up Stream Trouble</My:MCheckBox>
- <My:MCheckBox>Send Ready</My:MCheckBox>
- <My:MCheckBox>Send</My:MCheckBox>
- <My:MCheckBox>Job Transfer</My:MCheckBox>
- <My:MCheckBox>Send Cancel</My:MCheckBox>
- <My:MCheckBox>Exchange Execute</My:MCheckBox>
- <My:MCheckBox>Double Glass</My:MCheckBox>
- <My:MCheckBox>Send Job Reserve</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Interlock</My:MCheckBox>
- <My:MCheckBox>Slot number#01</My:MCheckBox>
- <My:MCheckBox>Slot number#02</My:MCheckBox>
- <My:MCheckBox>Slot number#03</My:MCheckBox>
- <My:MCheckBox>Slot number#04</My:MCheckBox>
- <My:MCheckBox>Slot number#05</My:MCheckBox>
- <My:MCheckBox>Slot number#06</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Force Complete Req.</My:MCheckBox>
- <My:MCheckBox>Force Complete Ack.</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- </WrapPanel>
- </GroupBox>
- <GroupBox Style="{StaticResource ChildGroup}" Header="SUV">
- <WrapPanel Orientation="Vertical">
- <My:MCheckBox>Down Stream Inline</My:MCheckBox>
- <My:MCheckBox>Down Stream Trouble</My:MCheckBox>
- <My:MCheckBox>Receive Able</My:MCheckBox>
- <My:MCheckBox>Receive</My:MCheckBox>
- <My:MCheckBox>Job Transfer</My:MCheckBox>
- <My:MCheckBox>Receive Cancel</My:MCheckBox>
- <My:MCheckBox>Exchange Possible</My:MCheckBox>
- <My:MCheckBox>Double Glass</My:MCheckBox>
- <My:MCheckBox>Receive Job Reserve</My:MCheckBox>
- <My:MCheckBox>Stop Receive</My:MCheckBox>
- <My:MCheckBox>Transfer Stop Req</My:MCheckBox>
- <My:MCheckBox>Class Exist</My:MCheckBox>
- <My:MCheckBox>Interlock</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Slot number#01</My:MCheckBox>
- <My:MCheckBox>Slot number#02</My:MCheckBox>
- <My:MCheckBox>Slot number#03</My:MCheckBox>
- <My:MCheckBox>Slot number#04</My:MCheckBox>
- <My:MCheckBox>Slot number#05</My:MCheckBox>
- <My:MCheckBox>Slot number#06</My:MCheckBox>
- <My:MCheckBox>Glass Count#01</My:MCheckBox>
- <My:MCheckBox>Glass Count#02</My:MCheckBox>
- <My:MCheckBox>Glass Count#03</My:MCheckBox>
- <My:MCheckBox>Glass Count#04</My:MCheckBox>
- <My:MCheckBox>Glass Count#05</My:MCheckBox>
- <My:MCheckBox>Force Complete Req.</My:MCheckBox>
- <My:MCheckBox>Force Complete Ack.</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- </WrapPanel>
- </GroupBox>
- </StackPanel>
- </GroupBox>
- <GroupBox Style="{StaticResource MainGroup}" Header="出片">
- <StackPanel Orientation="Horizontal">
- <GroupBox Style="{StaticResource ChildGroup}" Header="Robot">
- <WrapPanel Orientation="Vertical">
- <My:MCheckBox>Down Stream Inline</My:MCheckBox>
- <My:MCheckBox>Down Stream Trouble</My:MCheckBox>
- <My:MCheckBox>Receive Able</My:MCheckBox>
- <My:MCheckBox>Receive</My:MCheckBox>
- <My:MCheckBox>Job Transfer</My:MCheckBox>
- <My:MCheckBox>Receive Cancel</My:MCheckBox>
- <My:MCheckBox>Exchange Execute</My:MCheckBox>
- <My:MCheckBox>Double Glass</My:MCheckBox>
- <My:MCheckBox>Receive Job Reserve</My:MCheckBox>
- <My:MCheckBox>Stop Receive</My:MCheckBox>
- <My:MCheckBox>Transfer Stop Req</My:MCheckBox>
- <My:MCheckBox>Class Exist</My:MCheckBox>
- <My:MCheckBox>Interlock</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Slot number#01</My:MCheckBox>
- <My:MCheckBox>Slot number#02</My:MCheckBox>
- <My:MCheckBox>Slot number#03</My:MCheckBox>
- <My:MCheckBox>Slot number#04</My:MCheckBox>
- <My:MCheckBox>Slot number#05</My:MCheckBox>
- <My:MCheckBox>Slot number#06</My:MCheckBox>
- <My:MCheckBox>Glass Count#01</My:MCheckBox>
- <My:MCheckBox>Glass Count#02</My:MCheckBox>
- <My:MCheckBox>Glass Count#03</My:MCheckBox>
- <My:MCheckBox>Glass Count#04</My:MCheckBox>
- <My:MCheckBox>Glass Count#05</My:MCheckBox>
- <My:MCheckBox>Force Complete Req.</My:MCheckBox>
- <My:MCheckBox>Force Complete Ack.</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- </WrapPanel>
- </GroupBox>
- <GroupBox Style="{StaticResource ChildGroup}" Header="SUV">
- <WrapPanel Orientation="Vertical">
- <My:MCheckBox>Up Stream Inline</My:MCheckBox>
- <My:MCheckBox>Up Stream Trouble</My:MCheckBox>
- <My:MCheckBox>Send Ready</My:MCheckBox>
- <My:MCheckBox>Send</My:MCheckBox>
- <My:MCheckBox>Job Transfer</My:MCheckBox>
- <My:MCheckBox>Send Cancel</My:MCheckBox>
- <My:MCheckBox>Exchange Possible</My:MCheckBox>
- <My:MCheckBox>Double Glass</My:MCheckBox>
- <My:MCheckBox>Send Job Reserve</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Interlock</My:MCheckBox>
- <My:MCheckBox>Slot number#01</My:MCheckBox>
- <My:MCheckBox>Slot number#02</My:MCheckBox>
- <My:MCheckBox>Slot number#03</My:MCheckBox>
- <My:MCheckBox>Slot number#04</My:MCheckBox>
- <My:MCheckBox>Slot number#05</My:MCheckBox>
- <My:MCheckBox>Slot number#06</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Force Complete Req.</My:MCheckBox>
- <My:MCheckBox>Force Complete Ack.</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>LinkSpecial Spare</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- <My:MCheckBox>NC</My:MCheckBox>
- </WrapPanel>
- </GroupBox>
- </StackPanel>
- </GroupBox>
- </StackPanel>
- </StackPanel>
- </Grid>
- </Page>
|