当前位置: 代码迷 >> Delphi >> 这个文件是用什么语言编写的解决办法
  详细解决方案

这个文件是用什么语言编写的解决办法

热度:5748   发布时间:2013-02-25 00:00:00.0
这个文件是用什么语言编写的
object Form5: TFormDesigned
  Left = -4
  Top = -4
  Width = 1032
  Height = 748
  Caption = '雪域之鹰ERP'
  Color = 16427939
  Constraints.MinHeight = 600
  Constraints.MinWidth = 800
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  Menu = YQMainMenu0
  OldCreateOrder = False
  ShowHint = True
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  TrayIconVisible = False
  StayOnToped = False
  DrawStyle = bdsNone
  IsModal = True
  AlphaBlend = False
  AlphaBlendValue = 200
  TransparentColor = False
  TransparentColorValue = clWhite
  ControlName = '主窗体'
  BoxLinkItems = <>
  ExpItems = <>
  ExpSortedItems = <>
  WinControlExps.Strings = (
    
      '状态栏0.标题:=数据源1.公司全称+'#39'     数据帐套:'#39'+取项目文件信息(4' +
      ') +'#39'    登陆时间:'#39' +取日期时间() +'#39'    星期'#39' +数字转中文(取星期' +
      '号()-1,0,'#39'日'#39')+'#39'    农历:'#39' +日期转农历(取日期时间())+'#39'     用户:' +
      #39'+数据源2.部门+ '#39'__'#39'+数据源2.姓名;'
    '按钮6.可视:=数据源3.MA1=1;')
  PromptOnClose = True
  BevelInner = False
  PositionRun = poScreenCenter
  WindowStateRun = wsMaximized
  ExpManualSort = False
  FieldList = Owner
  ConstraintMinWidth = 800
  ConstraintMaxWidth = 0
  ConstraintMinHeight = 600
  ConstraintMaxHeight = 0
  PixelsPerInch = 96
  TextHeight = 12
  object YPanel0: TYPanel
    Left = 630
    Top = 340
    Width = 330
    Height = 250
    BevelOuter = bvNone
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    TabStop = True
    Transparent = True
    FrameLine = True
    FrameColor = clGray
    ControlName = '面板0'
    DataSource = YPanel0
    object YQLabelEx0: TYQLabelEx
      Left = 162
  相关解决方案