home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / mastapp.pak / PICKREP.DFM / PICKREP.txt
Encoding:
Text File  |  1995-08-24  |  1.9 KB  |  97 lines

  1. object PickRpt: TPickRpt
  2.   Left = 263
  3.   Top = 115
  4.   AutoScroll = False
  5.   HelpContext = 5
  6.   BorderStyle = bsDialog
  7.   Caption = 'Report Selection'
  8.   ClientHeight = 113
  9.   ClientWidth = 324
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 16
  19.     Top = 9
  20.     Width = 209
  21.     Height = 87
  22.     TabOrder = 0
  23.     object CustRadBtn: TRadioButton
  24.       Left = 24
  25.       Top = 16
  26.       Width = 161
  27.       Height = 17
  28.       Caption = 'Customers Report'
  29.       Checked = True
  30.       TabOrder = 0
  31.       TabStop = True
  32.     end
  33.     object OrderRadBtn: TRadioButton
  34.       Left = 24
  35.       Top = 36
  36.       Width = 161
  37.       Height = 17
  38.       Caption = 'Orders Report'
  39.       TabOrder = 1
  40.     end
  41.     object OrderInvBtn: TRadioButton
  42.       Left = 24
  43.       Top = 56
  44.       Width = 113
  45.       Height = 17
  46.       Caption = 'Invoice Report'
  47.       TabOrder = 2
  48.     end
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 240
  52.     Top = 13
  53.     Width = 73
  54.     Height = 25
  55.     Caption = '&Print'
  56.     Default = True
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ModalResult = 1
  62.     ParentFont = False
  63.     TabOrder = 1
  64.     OnClick = OKBtnClick
  65.   end
  66.   object CloseBtn: TButton
  67.     Left = 241
  68.     Top = 71
  69.     Width = 73
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = '&Cancel'
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ModalResult = 2
  78.     ParentFont = False
  79.     TabOrder = 2
  80.   end
  81.   object ViewBtn: TButton
  82.     Left = 241
  83.     Top = 42
  84.     Width = 73
  85.     Height = 25
  86.     Caption = '&View'
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ModalResult = 1
  92.     ParentFont = False
  93.     TabOrder = 3
  94.     OnClick = ViewBtnClick
  95.   end
  96. end
  97.