home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / nastroje / d5 / 5EXCELRE.ZIP / START / OTCNASTR.DFM / OTCNASTR.txt
Text File  |  1999-10-29  |  2KB  |  97 lines

  1. object Form_nastr: TForm_nastr
  2.   Left = 154
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Start Report '
  6.   ClientHeight = 105
  7.   ClientWidth = 331
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SpeedButton1: TSpeedButton
  20.     Left = 7
  21.     Top = 10
  22.     Width = 190
  23.     Height = 25
  24.     Caption = 'Select Report'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     OnClick = SpeedButton1Click
  32.   end
  33.   object SpeedButton3: TSpeedButton
  34.     Left = 7
  35.     Top = 40
  36.     Width = 190
  37.     Height = 25
  38.     Caption = 'Generate'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     OnClick = SpeedButton3Click
  46.   end
  47.   object SpeedButton5: TSpeedButton
  48.     Left = 7
  49.     Top = 70
  50.     Width = 190
  51.     Height = 25
  52.     Caption = 'Exit'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     OnClick = SpeedButton5Click
  60.   end
  61.   object rg1: TRadioGroup
  62.     Left = 211
  63.     Top = 7
  64.     Width = 112
  65.     Height = 89
  66.     Caption = 'Report Type'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ItemIndex = 0
  73.     Items.Strings = (
  74.       'Word Report'
  75.       'Report Smith'
  76.       'Excel Report')
  77.     ParentFont = False
  78.     TabOrder = 0
  79.   end
  80.   object Report1: TReport
  81.     AutoUnload = True
  82.     Preview = True
  83.     Left = 288
  84.     Top = 90
  85.   end
  86.   object OpenDialog1: TOpenDialog
  87.     Filter = 'Word Report|*.rep|Report Smith|*.rpt|Excel Report|*.pr|All|*.*'
  88.     InitialDir = 'c:\bvista\db'
  89.     Left = 260
  90.     Top = 90
  91.   end
  92.   object SaveDialog1: TSaveDialog
  93.     Left = 232
  94.     Top = 90
  95.   end
  96. end
  97.