f_bz.dfm
上传用户:lcqxtx
上传日期:2013-02-15
资源大小:530k
文件大小:4k
源码类别:

企业管理

开发平台:

Delphi

  1. object w_bz: Tw_bz
  2.   Left = 220
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = #20851#20110
  6.   ClientHeight = 217
  7.   ClientWidth = 296
  8.   Color = clBackground
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 94
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 6
  21.     Top = 0
  22.     Width = 289
  23.     Height = 177
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 65
  32.       Height = 57
  33.       Picture.Data = {
  34.         07544269746D617076020000424D760200000000000076000000280000002000
  35.         0000200000000100040000000000000200000000000000000000100000000000
  36.         000000000000000080000080000000808000800000008000800080800000C0C0
  37.         C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
  38.         FF00000000000000000000000000000000000EE8787878EEEEEEE03F30878EEE
  39.         EEE00EE8787878EEEEEEE03F30878EEEEEE00EE8787878EEEEEEE03F30878EEE
  40.         EEE00EE8787878EEEEEEE03F30878EEEEEE00887787877788888803F3088787E
  41.         EEE00788787878878887803F3088887EEEE00788887888878887803F3088887E
  42.         EEE00877888887788888703F308887EEEEE00888777778888888037883088888
  43.         8EE007777777777777703787883087777EE00888888888888803787FF8830888
  44.         888008888888888880378777778830888880077777777788037873F3F3F87808
  45.         88E00888888888803787FFFFFFFF8830EEE00887777778800001111111111100
  46.         EEE00888888888888899B999B99999EEEEE00888888888888899B9B99BB9B9EE
  47.         EEE0088888888888899BB9BB99BB99EEEEE0078888888888899B999B999999EE
  48.         EEE0087788888778899B9B9BB9BB99EEEEE00888778778888E9B9B9BB9999EEE
  49.         EEE0088888788888EE9B99B9BB9BEEEEEEE00EE8888888EEEEE999B9999EEEEE
  50.         EEE00EEEE888EEEEEEEE99BB999EEEEEEEE00EEEEE8EEEEEEEEEE999B9EEEEEE
  51.         EEE00EEEEE8EEEEEEEEEEEE999EEEEEEEEE00EEEEE8EEEEEEEEEEEEE99EEEEEE
  52.         EEE00EEEEE8EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE8EEEEEEEEEEEEEEEEEEEEE
  53.         EEE00EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000
  54.         0000}
  55.       Stretch = True
  56.       IsControl = True
  57.     end
  58.     object ProductName: TLabel
  59.       Left = 88
  60.       Top = 16
  61.       Width = 177
  62.       Height = 13
  63.       AutoSize = False
  64.       Caption = 'Product Name'
  65.       IsControl = True
  66.     end
  67.     object Version: TLabel
  68.       Left = 88
  69.       Top = 40
  70.       Width = 153
  71.       Height = 13
  72.       AutoSize = False
  73.       Caption = 'Version'
  74.       IsControl = True
  75.     end
  76.     object Copyright: TLabel
  77.       Left = 8
  78.       Top = 88
  79.       Width = 179
  80.       Height = 13
  81.       AutoSize = False
  82.       Caption = 'Copyright 2005 @@@ufsoft of jxufe'
  83.       IsControl = True
  84.     end
  85.     object Comments: TLabel
  86.       Left = 8
  87.       Top = 144
  88.       Width = 209
  89.       Height = 25
  90.       AutoSize = False
  91.       Caption = 'ERP'#20154#21147#36164#28304#31649#29702#31995#32479
  92.       WordWrap = True
  93.       IsControl = True
  94.     end
  95.   end
  96.   object StaticText1: TStaticText
  97.     Left = 158
  98.     Top = 184
  99.     Width = 114
  100.     Height = 25
  101.     Caption = #20851#38381'        '
  102.     Font.Charset = GB2312_CHARSET
  103.     Font.Color = clRed
  104.     Font.Height = -27
  105.     Font.Name = #21326#25991#34892#26999
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 1
  109.     OnClick = StaticText1Click
  110.   end
  111.   object Timer1: TTimer
  112.     Enabled = False
  113.     Interval = 10000
  114.     OnTimer = Timer1Timer
  115.     Left = 16
  116.     Top = 184
  117.   end
  118. end