Git Product home page Git Product logo

Comments (5)

ahdung avatar ahdung commented on July 22, 2024

@ZhuYonglin 这个消息框是仿系统向的,追求的是一种正规的感觉,所以没有提供视觉元素方面的修改接口。要修改的话只能从源码着手,文本是在这里绘制的:
https://github.com/ahdung/MessageBoxEx/blob/163620a0716644bd118afdff503b084bbc251d74/MsgBox.cs#L674

from msgbox.

YonlinZ avatar YonlinZ commented on July 22, 2024

static readonly Font GlobalFont = SystemFonts.MessageBoxFont;

我找到了一个全局的字体,修改后有效过,但是下方panel高度有问题,上方的标题大小也有问题
image

from msgbox.

ahdung avatar ahdung commented on July 22, 2024

@ZhuYonglin 因为GlobalFont用在多个地方,牵连较大,所以如果你只想改消息区,还只能在 TextRenderer.DrawText处指定特别字体,另外,颜色也可以在这里改。
至于标题栏字体,由于这是标准的Windows窗体,标题边框等元素由系统控制,并不是自绘的,所以改不了~或者说只能改系统主题。

from msgbox.

YonlinZ avatar YonlinZ commented on July 22, 2024

@ahdung 能告知下如何改个提示窗大小,和下方panel区域大小的代码段在哪吗? 3Q

from msgbox.

ahdung avatar ahdung commented on July 22, 2024

@ZhuYonglin 这些是根据内容自动确定的,如果你想手动,可以在MessageForm的构造里改ClientSize,这控制的是整个消息窗体的尺寸,至于按钮区的尺寸,可在CreateButtonsPanel中找找。

from msgbox.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.