289968703 发表于 2014-8-19 15:30:00

textControl.textControlPage.SectionFormatDialog可以汉化吗?

textControl中调用打印设置界面,弹出的打印设置弹出框可以汉化吗,求具体操作

289968703 发表于 2014-8-19 15:59:00

求吧主和各位大神指点

iceman 发表于 2014-8-19 16:30:00

回复 1楼289968703的帖子

我们已经针对 TX Winforms平台做了汉化,请参考文章:
http://blog.gcpowertools.com.cn/post/2013/10/09/TX_X9_CN_Resources.aspx

同时,如果使用的是 TX X10,可以从该链接下载资源:
http://www.gcpowertools.com.cn/downloads/trial/TXTextControl/WindowsForms/TX%20Text%20Control%20.NET%20for%20Windows%20Forms%20X10%20%E4%B8%AD%E6%96%87%E8%B5%84%E6%BA%90%E5%8C%85.zip

289968703 发表于 2014-8-19 18:25:00

回复 3楼iceman的帖子

C:\Users\lenovo\Desktop\~(Y

289968703 发表于 2014-8-19 18:28:00

回复 3楼iceman的帖子

还是不行呀,你看看代码:
namespace TX_CN_Test
{
    public partial class Form1 : Form
    {
      public Form1()
      {
            InitializeComponent();
      }

      private void button1_Click(object sender, EventArgs e)
      {
            this.textControl1.SectionFormatDialog(0);
      }
    }
}

SectionFormatDialog(0)这个的弹出框依然是英文,这个弹出框能是中文的吗

289968703 发表于 2014-8-19 21:42:00

回复 3楼iceman的帖子

版主:我写了几了几个例子,发现我用的TXTextControl.dll的版本是17.0.1000.500的,用你介绍的这两个版本的汉化包不起作用,我这的版本的dll有汉化资源吗?或者用您介绍的这两种资源包可以汉化低版本的控件吗?求解决方案!!!

iceman 发表于 2014-8-20 13:31:00

回复 6楼289968703的帖子

抱歉,没有提供 V17 的汉化资源,也许你可以反编译这个 dll 获取其中的翻译结果。

汉化及使用步骤请参考:
http://blog.gcpowertools.com.cn/post/2012/11/16/%E6%B1%89%E5%8C%96-TX-Text-Control-%E8%B5%84%E6%BA%90%E5%8C%85.aspx

289968703 发表于 2014-8-20 20:18:00

回复 7楼iceman的帖子

谢了,我再研究研究吧

iceman 发表于 2014-8-21 09:48:00

回复 8楼289968703的帖子

恩,好的,不客气。

为了给你提供更优质的服务,请对本次服务进行评分。我们会认真对待你提出的宝贵意见,谢谢http://gcdn.gcpowertools.com.cn/attachment.aspx?attachmentid=10062
页: [1]
查看完整版本: textControl.textControlPage.SectionFormatDialog可以汉化吗?