Unit1.dfm
上传用户:brightee
上传日期:2009-12-07
资源大小:160k
文件大小:1k
源码类别:

GDI/图象编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 161
  3.   Top = 103
  4.   BorderStyle = bsNone
  5.   Caption = 'looking'
  6.   ClientHeight = 37
  7.   ClientWidth = 188
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 11
  18.   object ProgressBar: TProgressBar
  19.     Left = 16
  20.     Top = 0
  21.     Width = 161
  22.     Height = 9
  23.     Min = 0
  24.     Max = 100
  25.     TabOrder = 0
  26.   end
  27.   object Timer1: TTimer
  28.     Interval = 500
  29.     OnTimer = Timer1Timer
  30.     Left = 32
  31.     Top = 8
  32.   end
  33. end