有可能版本不一样,有些delphi6下的窗体,在delphi5下打开就会这样!

解决方案 »

  1.   

    你可以把它的窗体打开,然后按 Alt + F12(或右键 view as text),在把描述代码copy到你现在的窗体(右键 view as text),再右键(view as form),看看能不能解决。
      

  2.   

    object Form1: TForm1
      Left = 192
      Top = 116
      Width = 544
      Height = 375
      Caption = '祥荣集成管理系统...'
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = '#23435#20307'
      Font.Style = []
      OldCreateOrder = False
      PixelsPerInch = 96
      TextHeight = 13
      object Label1: TLabel
        Left = 96
        Top = 56
        Width = 29
        Height = 11
        Caption = '祥荂?'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
    end
      

  3.   

    这是IDE字符的表示方法。
    你的那些#23435#20307表示的是汉字。
    如#23435#20307表示“宋体”#31077#33635#38598#25104#31649#29702#31995#32479'...'表示“祥荣集成管理系统...”一个简单的办法是用Delphi6打开。
      

  4.   

    //参考
    http://kingron.myetang.com/zsfunc1c.htm
      

  5.   

    是的,也许他是用D6做的
    而你用d5打开当然不成,低版本不能打开高版 本的东东嘛我试过了,比如From的Caption = #31077#33635#38598#25104#31649#29702#31995#32479'...'

    '祥荣集成管理系统...'的意思。
      

  6.   

    版本問題﹖我試一下﹐因為他的電腦好象沒有裝delphi6.0,等一下再回復大家.先謝了。