www.pudn.com > Auto_Copy.rar > Acopy_File.dfm


object Form1: TForm1 
  Left = 192 
  Top = 114 
  Width = 657 
  Height = 595 
  Caption = 'COPY' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnShow = FormShow 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Button1: TButton 
    Left = 40 
    Top = 488 
    Width = 585 
    Height = 41 
    Caption = '>>>>>>>>>>>>>>>' 
    TabOrder = 0 
    OnClick = Button1Click 
  end 
  object FileListBox1: TFileListBox 
    Left = 40 
    Top = 16 
    Width = 257 
    Height = 433 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clTeal 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ItemHeight = 13 
    ParentFont = False 
    TabOrder = 1 
  end 
  object FileListBox2: TFileListBox 
    Left = 360 
    Top = 16 
    Width = 265 
    Height = 433 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clBlack 
    Font.Height = -11 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ItemHeight = 13 
    ParentFont = False 
    TabOrder = 2 
  end 
  object Edit1: TEdit 
    Left = 40 
    Top = 456 
    Width = 265 
    Height = 24 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clNavy 
    Font.Height = -13 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 3 
    Text = 'C:\' 
  end 
  object Edit2: TEdit 
    Left = 360 
    Top = 456 
    Width = 265 
    Height = 24 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clNavy 
    Font.Height = -13 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
    TabOrder = 4 
    Text = 'G:\' 
  end 
  object ProgressBar1: TProgressBar 
    Left = 312 
    Top = 16 
    Width = 33 
    Height = 433 
    Min = 0 
    Max = 100 
    Orientation = pbVertical 
    Step = 1 
    TabOrder = 5 
  end 
end