datafrm.dfm
上传用户:szruida
上传日期:2007-06-01
资源大小:6518k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object frm_Data: Tfrm_Data
  2.   Left = 211
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'frm_Data'
  6.   ClientHeight = 156
  7.   ClientWidth = 424
  8.   Color = clBtnFace
  9.   Font.Charset = GB2312_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = #23435#20307
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Bevel1: TBevel
  20.     Left = 18
  21.     Top = 8
  22.     Width = 393
  23.     Height = 89
  24.   end
  25.   object lbl_Caption: TLabel
  26.     Left = 30
  27.     Top = 33
  28.     Width = 77
  29.     Height = 14
  30.     Caption = 'lbl_Caption'
  31.   end
  32.   object SpeedButton1: TSpeedButton
  33.     Left = 370
  34.     Top = 30
  35.     Width = 23
  36.     Height = 22
  37.     Caption = '...'
  38.     OnClick = SpeedButton1Click
  39.   end
  40.   object edt_Path: TEdit
  41.     Left = 112
  42.     Top = 29
  43.     Width = 257
  44.     Height = 22
  45.     ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
  46.     TabOrder = 0
  47.   end
  48.   object ProgressBar: TProgressBar
  49.     Left = 18
  50.     Top = 108
  51.     Width = 393
  52.     Height = 9
  53.     Min = 0
  54.     Max = 100
  55.     TabOrder = 1
  56.   end
  57.   object btnOK: TButton
  58.     Left = 243
  59.     Top = 125
  60.     Width = 75
  61.     Height = 25
  62.     Caption = #30830#23450'&A'
  63.     TabOrder = 2
  64.     OnClick = btnOKClick
  65.   end
  66.   object btnCancel: TButton
  67.     Left = 337
  68.     Top = 125
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = #21462#28040'&Q'
  73.     TabOrder = 3
  74.     OnClick = btnCancelClick
  75.   end
  76.   object Panel_Hide: TPanel
  77.     Left = 20
  78.     Top = 64
  79.     Width = 383
  80.     Height = 30
  81.     BevelOuter = bvNone
  82.     TabOrder = 4
  83.     object Label2: TLabel
  84.       Left = 12
  85.       Top = 3
  86.       Width = 77
  87.       Height = 14
  88.       Caption = #22791#20221#25991#20214#21517':'
  89.     end
  90.     object Edt_FileName: TEdit
  91.       Left = 92
  92.       Top = 0
  93.       Width = 165
  94.       Height = 22
  95.       TabOrder = 0
  96.     end
  97.   end
  98.   object ADOBackUP: TADOBackUP
  99.     BackUpFileName = 'Save.dat'
  100.     ADOConnection = DMMain.ADOConnection1
  101.     IsDevide = False
  102.     Procession = ADOBackUPProcession
  103.     Left = 112
  104.     Top = 124
  105.   end
  106.   object OpenDialog: TOpenDialog
  107.     Left = 160
  108.     Top = 124
  109.   end
  110. end