1
czw
2025-07-02 4847ec2b6b5ab316303052117f250d6e9d901cb0
1
1个文件已添加
4个文件已修改
124 ■■■■■ 已修改文件
2025年6月12日/AuxAllWCS/Build/Project/AuxAllWCS.csproj 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025年6月12日/AuxAllWCS/Build/Project/代码/VS自定义类/TcpServer.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025年6月12日/AuxAllWCS/Build/Project/界面/View1.xaml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025年6月12日/AuxAllWCS/Views/View1.xaml 106 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025年6月12日/AuxAllWCS/Views/View2.xaml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Build/Project/AuxAllWCS.csproj
@@ -194,6 +194,9 @@
      <DependentUpon>App.xaml</DependentUpon>
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="界面\View2.xaml.cs">
      <DependentUpon>View2.xaml</DependentUpon>
    </Compile>
    <Page Include="界面\View1.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
@@ -213,6 +216,10 @@
    <Compile Include="代码\VS自定义类\TcpServer.cs" />
    <Compile Include="代码\VS自定义类\AutoThread.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Page Include="界面\View2.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>
    </Page>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Build/Project/´úÂë/VS×Ô¶¨ÒåÀà/TcpServer.cs
@@ -222,6 +222,8 @@
            // è½¬æ¢å›žåè¿›åˆ¶
            return Convert.ToInt32(new string(binaryChars), 2);
        }
        public static List<string> GetStaticClients() => clients.Keys.ToList();
        public static Dictionary<string, string> GetStaticScan() => TrayIps;
    }
}
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Build/Project/½çÃæ/View1.xaml
@@ -1,4 +1,7 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480" x:Class="GZ.Projects.AuxAllWCS.View1" xmlns:local="clr-namespace:GZ.Projects.AuxAllWCS">
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480" x:Class="GZ.Projects.AuxAllWCS.View1" xmlns:local="clr-namespace:GZ.Projects.AuxAllWCS"
        xmlns:local1="clr-namespace:GZ.Projects.AuxAllWCS.界面"
        Title="哈哈wcs"
        >
    <Grid>
        <Grid>
            <TabControl>
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Views/View1.xaml
@@ -1,6 +1,102 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480">
  <Canvas>
    <Label Width="86" Height="25" Canvas.Left="31" Canvas.Top="172" />
    <TextBlock Text="哈哈哈" />
  </Canvas>
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480" x:Class="GZ.Projects.AuxAllWCS.View1" xmlns:local="clr-namespace:GZ.Projects.AuxAllWCS">
    <Grid>
        <Grid>
            <TabControl>
                <TabControl.Resources>
                    <Style TargetType="TabItem">
                        <Setter Property="Template">
                            <Setter.Value>
                                <ControlTemplate TargetType="TabItem">
                                    <Border Name="Border" BorderThickness="1,1,1,0" BorderBrush="Gainsboro" CornerRadius="4,4,0,0" Margin="2,0">
                                        <ContentPresenter x:Name="ContentSite"
                                        VerticalAlignment="Center"
                                        HorizontalAlignment="Center"
                                        ContentSource="Header"
                                        Margin="10,2"/>
                                    </Border>
                                    <ControlTemplate.Triggers>
                                        <Trigger Property="IsSelected" Value="True">
                                            <Setter TargetName="Border" Property="Background" Value="LightSkyBlue" />
                                        </Trigger>
                                        <Trigger Property="IsSelected" Value="False">
                                            <Setter TargetName="Border" Property="Background" Value="GhostWhite" />
                                        </Trigger>
                                    </ControlTemplate.Triggers>
                                </ControlTemplate>
                            </Setter.Value>
                        </Setter>
                    </Style>
                </TabControl.Resources>
                <TabItem>
                    <TabItem.Header>
                        <StackPanel Orientation="Horizontal">
                            <TextBlock Text="emmm" Foreground="Yellow" />
                        </StackPanel>
                    </TabItem.Header>
                    <TextBlock HorizontalAlignment="Center" FontFamily="Courier New" Text="&#x0a;
////////////////////////////////////////////////////////////////////&#x0a;
//                          _ooOoo_                               //&#x0a;
//                         o8888888o                              //&#x0a;
//                         88' ã€‚ '88                              //&#x0a;
//                         (| ^_^ |)                              //&#x0a;
//                         O\  =  /O                              //&#x0a;
//                      ____/`---'\____                           //&#x0a;
//                    .'  \\|     |//  `.                         //&#x0a;
//                   /  \\|||  :  |||//  \                        //&#x0a;
//                  /  _||||| -:- |||||-  \                       //&#x0a;
//                  |   | \\\  -  /// |   |                       //&#x0a;
//                  | \_|  ''\---/''  |   |                       //&#x0a;
//                  \  .-\__  `-`  ___/-. /                       //&#x0a;
//                ___`. .'  /--.--\  `. . ___                     //&#x0a;
//               .'' '《`.___\_《|》_/___.'  ã€‹'''.                    //&#x0a;
//            | | :  `- \`.;`\ _ /`;.`/ - ` : | |                 //&#x0a;
//            \  \ `-.   \_ __\ /__ _/   .-` /  /                 //&#x0a;
//      ========`-.____`-.___\_____/___.-`____.-'========         //&#x0a;
//                           `=---='                              //&#x0a;
//      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^        //&#x0a;
//           ä½›ç¥–保佑       æ°¸æ— BUG     æ°¸ä¸ä¿®æ”¹                     //&#x0a;
////////////////////////////////////////////////////////////////////"
                     TextWrapping="Wrap" />
                </TabItem>
                <TabItem>
                    <TabItem.Header>
                        <StackPanel Orientation="Horizontal">
                            <TextBlock Text="Rgv任务" Foreground="Purple" />
                        </StackPanel>
                    </TabItem.Header>
                    <Label Content="Content goes here..." />
                </TabItem>
                <TabItem>
                    <TabItem.Header>
                        <StackPanel Orientation="Horizontal">
                            <TextBlock Text="AGV任务" Foreground="Black" />
                        </StackPanel>
                    </TabItem.Header>
                    <Label Content="Content goes here..." />
                </TabItem>
                <TabItem>
                    <TabItem.Header>
                        <StackPanel Orientation="Horizontal">
                            <TextBlock Text="壳体下料" Foreground="Blue" />
                        </StackPanel>
                    </TabItem.Header>
                    <Label Content="Content goes here..." />
                </TabItem>
                <TabItem>
                    <TabItem.Header>
                        <StackPanel Orientation="Horizontal">
                            <TextBlock Text="总装上料" Foreground="Red" />
                        </StackPanel>
                    </TabItem.Header>
                </TabItem>
                <TabItem>
                    <TabItem.Header>
                        <StackPanel Orientation="Horizontal">
                            <TextBlock Text="扫码头" Foreground="Green" />
                        </StackPanel>
                    </TabItem.Header>
                </TabItem>
            </TabControl>
        </Grid>
    </Grid>
</Window>
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Views/View2.xaml
New file
@@ -0,0 +1,4 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480">
    <Canvas />
</Window>