www.pudn.com > ado batchMove.rar > Unitgauge.dfm


object Frmgauge: TFrmgauge 
  Left = 280 
  Top = 297 
  Width = 354 
  Height = 79 
  Caption = 'Frmgauge' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Gauge: TGauge 
    Left = 48 
    Top = 16 
    Width = 257 
    Height = 17 
    Progress = 0 
  end 
end