backup.~dfm
上传用户:bjkrmsxy
上传日期:2010-01-31
资源大小:9004k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

Delphi

  1. object backup_From: Tbackup_From
  2.   Left = 270
  3.   Top = 170
  4.   Width = 574
  5.   Height = 310
  6.   Caption = #25968#25454#24211#22791#20221
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Gauge1: TGauge
  17.     Left = 72
  18.     Top = 64
  19.     Width = 431
  20.     Height = 41
  21.     ForeColor = 15445590
  22.     Progress = 0
  23.   end
  24.   object Label1: TLabel
  25.     Left = 128
  26.     Top = 24
  27.     Width = 336
  28.     Height = 13
  29.     Caption = #20026#20102#20445#35777#25968#25454#23433#20840#65292#24314#35758#24744#32463#24120#23545#25968#25454#24211#36827#34892#22791#20221#25805#20316
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clRed
  32.     Font.Height = -13
  33.     Font.Name = #23435#20307
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 80
  39.     Top = 144
  40.     Width = 417
  41.     Height = 105
  42.     Caption = #25805#20316#21306
  43.     TabOrder = 0
  44.     object Button1: TButton
  45.       Left = 40
  46.       Top = 40
  47.       Width = 81
  48.       Height = 25
  49.       Caption = #25968#25454#24211#22791#20221
  50.       TabOrder = 0
  51.       OnClick = Button1Click
  52.     end
  53.     object Button2: TButton
  54.       Left = 168
  55.       Top = 40
  56.       Width = 75
  57.       Height = 25
  58.       Caption = #25968#25454#24211#36824#21407
  59.       TabOrder = 1
  60.       OnClick = Button2Click
  61.     end
  62.     object Button3: TButton
  63.       Left = 296
  64.       Top = 40
  65.       Width = 75
  66.       Height = 25
  67.       Caption = #36864#20986
  68.       TabOrder = 2
  69.       OnClick = Button3Click
  70.     end
  71.   end
  72.   object SaveDialog1: TSaveDialog
  73.     Filter = 'Microsoft Access(*.mdb)|*.mdb|All Files (*.*)|*.*'
  74.     Title = #25968#25454#24211#22791#20221
  75.     Left = 24
  76.     Top = 152
  77.   end
  78.   object OpenDialog1: TOpenDialog
  79.     FileName = 'C:Documents and SettingswangjieMy Documents'#24335'.mdb'
  80.     Filter = 'Microsoft Access(*.mdb)|*.mdb|All Files(*.*)|*.*'
  81.     Title = #25968#25454#24211#36824#21407
  82.     Left = 24
  83.     Top = 120
  84.   end
  85. end