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

Delphi控件源码

开发平台:

Delphi

  1. object amdz_p: Tamdz_p
  2.   Left = 203
  3.   Top = 176
  4.   Width = 481
  5.   Height = 278
  6.   Caption = #25171#21360
  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.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object frPreview1: TfrPreview
  18.     Left = 40
  19.     Top = 48
  20.     Width = 185
  21.     Height = 41
  22.     BevelOuter = bvLowered
  23.     Caption = 'frPreview1'
  24.     TabOrder = 0
  25.     ScrollBars = ssBoth
  26.   end
  27.   object Button1: TButton
  28.     Left = 40
  29.     Top = 104
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Button1'
  33.     TabOrder = 1
  34.     OnClick = Button1Click
  35.   end
  36.   object frReport1: TfrReport
  37.     Dataset = frDBDataSet1
  38.     InitialZoom = pzDefault
  39.     PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbHelp, pbExit]
  40.     RebuildPrinter = False
  41.     Left = 40
  42.     Top = 16
  43.     ReportForm = {19000000}
  44.   end
  45.   object frDBDataSet1: TfrDBDataSet
  46.     DataSet = DM.V_DZ
  47.     Left = 72
  48.     Top = 16
  49.   end
  50.   object frDesigner1: TfrDesigner
  51.     Left = 104
  52.     Top = 16
  53.   end
  54. end