模仿企业微信界面

备注:未实现相关功能,仅模仿界面,不能作为商业用途,若有侵权,请联系删除。

<Window x:Class="模仿企业微信界面.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:模仿企业微信界面"mc:Ignorable="d"Title="MainWindow" Height="700" Width="800"><Grid><Grid.ColumnDefinitions><ColumnDefinition Width="2*"/><ColumnDefinition Width="2*"/><ColumnDefinition Width="6*"/></Grid.ColumnDefinitions><StackPanel Orientation="Vertical" Background="#3975c6"><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/user.png" /><Label Content="张三" /></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/消息.png"/><Button Content="消息" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/邮件.png"/><Button Content="邮件" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/文档.png"/><Button Content="文档" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/日程.png"/><Button Content="日程" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/会议.png"/><Button Content="会议" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/工作台.png"/><Button Content="工作台" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/通讯录_填充.png"/><Button Content="通讯录" Background="#578acf" Width="200" Margin="10,0,0,0"/></StackPanel></StackPanel><ScrollViewer Grid.Column="1" ><StackPanel Background="#f0f0f1"><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><TextBox Width="200" Height="30" Background="#d9dadb"/><Image  Margin="10,0,0,0" Source="/images/加号.png"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/群聊.png"/><Button Content="群聊" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel><StackPanel Orientation="Horizontal" Margin="20,40,0,0"><Image Source="/images/叮嘱.png"/><Button Content="武大郎" Background="#f0f0f1" Width="200" Margin="10,0,0,0"/></StackPanel></StackPanel></ScrollViewer><Grid Grid.Column="2"><Grid.RowDefinitions><RowDefinition Height="auto"/><RowDefinition Height="5*"/><RowDefinition Height="3*"/></Grid.RowDefinitions><Label Content="武大郎" Background="#f6f6f7" FontSize="20" /><ScrollViewer Grid.Row="1"><StackPanel  Orientation="Vertical" Background="#f6f6f7"><Label Content="大郎,你好"/><Label Content="你好,你好" HorizontalAlignment="Right"/><Label Content="最近在忙什么?"/><Label Content="卖烧饼" HorizontalAlignment="Right"/><Image Source="/images/vg.png" HorizontalAlignment="Left" Width="100"/><Image Source="/images/gou.png" HorizontalAlignment="Right" Width="100"/></StackPanel></ScrollViewer><Grid Grid.Row="2"><Grid.RowDefinitions><RowDefinition Height="30"/><RowDefinition Height="220"/><RowDefinition Height="30"/></Grid.RowDefinitions><StackPanel Orientation="Horizontal" Height="30"><Image Source="/images/会议.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/加号.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/叮嘱.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/工作台.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/文档.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/日程.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/消息.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/通讯录_填充.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/邮件.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/邮件.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/邮件.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/邮件.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/文档.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/日程.png" Width="30" Height="30" Margin="5,0,0,0"/><Image Source="/images/消息.png" Width="30" Height="30" Margin="5,0,0,0"/><Button Content="快速会议" Background="White" Margin="30,0,0,0"/></StackPanel><RichTextBox Grid.Row="1"/><Button Content="发  送" Grid.Row="2" Width=" 120" HorizontalAlignment="Right" Background="White" Margin="0,0,30,0"/></Grid></Grid></Grid>
</Window>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;namespace 模仿企业微信界面
{/// <summary>/// Interaction logic for MainWindow.xaml/// </summary>public partial class MainWindow : Window{public MainWindow(){InitializeComponent();}}
}

效果:

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/169973.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

CVE-2023-46227 Apache inlong JDBC URL反序列化漏洞

项目介绍 Apache InLong&#xff08;应龙&#xff09;是一站式、全场景的海量数据集成框架&#xff0c;同时支持数据接入、数据同步和数据订阅&#xff0c;提供自动、安全、可靠和高性能的数据传输能力&#xff0c;方便业务构建基于流式的数据分析、建模和应用。 项目地址 h…

Linux系统安装redis并配置为服务

一、Linux环境 1、下载 官网提供的源码下载地址&#xff1a; https://github.com/redis/redis/archive/7.0.5.tar.gz 2、将源码上传至服务器 3、解压缩 # 将解压缩后的文件放置在同目录的source文件夹下 tar -zxvf redis-7.0.5.tar.gz -C ./source4、编译安装 对源码进行编…

FFmpeg 解析Glide 缓存下的图片文件报错(Impossible to open xxx)

简单介绍下背景 我们业务有个功能把图片放到一个文件中&#xff0c;统一进行播放 &#xff0c;但是遇到一个棘手问题&#xff0c;某一个情况下 的图片 就是打不开 就是报错。以为是编译参数 。哪些格式没有加上。但经过测试 该加的都加了。 所以 不是编译参数的问题。 Impossi…

ElasticSearch:实现高效数据搜索与分析的利器!项目中如何应用落地,让我带你实操指南。

1.难点解答 收集到几个问题&#xff1a; elasticsearch是单独建一个项目&#xff0c;作为全文搜索使用&#xff0c;还是直接在项目中直接用&#xff1f; ES 服务器是要单独部署的&#xff0c;你可以把 ES 理解为 Redis。 新增数据时&#xff0c;插入到mysql中&#xff0c;需不…

Webpack 基础以及常用插件使用方法

目录 一、前言二、修改打包入/出口配置步骤 三、常用插件使用html-webpack-plugin打包 CSS 代码提取 CSS 代码优化压缩过程打包 less 代码打包图片文件 一、前言 本质上&#xff0c;Webpack 是一个用于现代 JavaScript 应用程序的 静态模块打包工具。当 webpack 处理应用程序时…

多级缓存入门

文章目录 什么是多级缓存JVM进程缓存环境准备安装MySQL导入Demo工程导入商品查询页面 初识Caffeine Lua语法初识Lua第一个lua程序变量和循环Lua的数据类型声明变量循环 条件控制、函数函数条件控制 多级缓存安装OpenRestyOpenResty快速入门反向代理流程OpenResty监听请求编写it…

【数据结构】堆的详解

文章目录 堆的简介堆的实现堆的插入数据堆的删除数据 堆排序向上调整和向下调整的时间复杂度的分析 大量数据的topk问题 堆的简介 今天要写的数据结构是堆&#xff0c;什么是堆呢&#xff1f;堆其实是一种完全二叉树&#xff0c;只不过它是有条件的。 堆分为两种&#xff0c;一…

网站搬家的多种方法

网站搬家&#xff0c;把网站从一个服务器迁移到另一个服务器&#xff0c;涉及到网站文件和数据库的备份、上传、导入等操作&#xff0c;最重要的是备份网站&#xff0c;避免迁移出现问题无法恢复网站。 根据不同的情景和需求&#xff0c;网站搬家的方法有多种&#xff0c;下面…

Mysql,SqlServer,Oracle获取库名 表名 列名

先看下需求背景&#xff1a; 获取某个数据源连接下所有库名&#xff0c;库下所有表名&#xff0c;表中所有字段 1.MySql 先说MySql吧&#xff0c;最简单 1.1获得所有数据库库名 这是一个mysql和sqlserver公用的方法&#xff0c;这里url不用担心数据库问题&#xff0c;他其实…

[Ubuntu 18.04] 搭建文件夹共享之Samba服务器

Samba是一个开源项目,允许Windows用户在Linux和Unix系统上进行文件共享。 Samba服务器是一个可以让Linux或Unix系统在网络上充当Windows NT/2000/XP/2003等网络操作系统的共享资源的软件。它允许用户通过SMB/CIFS协议在Linux或Unix系统与Windows共享资源。 Samba服务器的主要…

Android Apk一键打包上传至蒲公英平台的gradle脚本

一、背景 项目中每次手动打包后&#xff0c;生成的测试包&#xff0c;都需要手动打开蒲公英平台的网址&#xff0c;登录账号&#xff0c;手动上传apk。之前写过一键上传至fir平台的脚本&#xff0c;想着这次可以搞一下一键打包上传至蒲公英的gradle脚本&#xff0c;提高下工作…

UE4 中可全局获取的变量(例如游戏实例、玩家控制器等) 详解

目录 0 引言1 全局对象&#xff08;全局变量&#xff09;1.1 游戏实例 GameInstance1.1.1 介绍1.1.2 使用 GameInstance 1.2 玩家控制器 PlayerController1.3 游戏世界类 UWorld &#x1f64b;‍♂️ 作者&#xff1a;海码007&#x1f4dc; 专栏&#xff1a;UE虚幻引擎专栏&…

[数据分析与可视化] 基于Python绘制简单动图

动画是一种高效的可视化工具&#xff0c;能够提升用户的吸引力和视觉体验&#xff0c;有助于以富有意义的方式呈现数据可视化。本文的主要介绍在Python中两种简单制作动图的方法。其中一种方法是使用matplotlib的Animations模块绘制动图&#xff0c;另一种方法是基于Pillow生成…

手搭手Ajax经典基础案例省市联动

环境介绍 技术栈 springbootmybatis-plusmysql 软件 版本 mysql 8 IDEA IntelliJ IDEA 2022.2.1 JDK 1.8 Spring Boot 2.7.13 mybatis-plus 3.5.3.2 pom.xml <?xml version"1.0" encoding"UTF-8"?> <project xmlns"http:/…

在pycharm中创建python模板文件

File——>Setting——>File and Code Templates——>Python Scripts 在文本框中输入模板内容

javaEE -7(网络原理初识 --- 7000字)

一&#xff1a;网络初识 计算机的独立模式是指多台计算机在网络中相互独立运行&#xff0c;彼此之间不共享资源或信息。在早期&#xff0c;计算机主要采用独立模式&#xff0c;每台计算机都拥有自己的操作系统、应用程序和数据&#xff0c;它们之间没有直接的连接或通信。 在…

【大数据】Hadoop

文章目录 概述Hadoop组成HDFSMapReduce写MapReduce程序&#xff08;Hadoop streaming&#xff09; YARNHadoop 启动 工作方式Hadoop的主从工作方式Hadoop的守护进程 运行模式本地运行模式伪分布式运行模式完全分布式运行模式 Hadoop高可用的解决方案ZooKeeper quorumZKFC 环境搭…

Elasticsearch聚合----aggregations的简单使用

文章目录 Getting started1、搜索 address 中包含 mill 的所有人的年龄分布以及平均年龄&#xff0c;但不显示这些人的详情2、size0不展示命中记录&#xff0c;只展示聚合结果3、按照年龄聚合&#xff0c;并且请求这些年龄段的这些人的平均薪资4、查出所有年龄分布&#xff0c;…

hadoop伪分布式安装部署

首先jdk安装完毕 jdk安装文档参考&#xff1a; Linux 环境下安装JDK1.8并配置环境变量_linux安装jdk1.8并配置环境变量_Xi-Yuan的博客-CSDN博客 准备好hadoop的安装包 我的下载地址如下&#xff1a; We Transfer Gratuit. Envoi scuris de gros fichiers. 将hadoop包上传到随…

C++前缀和算法的应用:装包裹的最小浪费空间 原理源码测试用例

本文涉及的基础知识点 C算法&#xff1a;前缀和、前缀乘积、前缀异或的原理、源码及测试用例 包括课程视频 题目 给你 n 个包裹&#xff0c;你需要把它们装在箱子里&#xff0c;每个箱子装一个包裹。总共有 m 个供应商提供 不同尺寸 的箱子&#xff08;每个规格都有无数个箱…