home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / PICKREP.DFM / PICKREP.txt
Text File  |  1997-05-13  |  2KB  |  80 lines

  1. object PickRpt: TPickRpt
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 5
  5.   BorderStyle = bsDialog
  6.   Caption = 'Report Selection'
  7.   ClientHeight = 90
  8.   ClientWidth = 201
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 11
  17.   object OKBtn: TButton
  18.     Left = 135
  19.     Top = 9
  20.     Width = 62
  21.     Height = 21
  22.     Caption = '&Print'
  23.     Default = True
  24.     Font.Charset = SHIFTJIS_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -9
  27.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  28.     Font.Style = []
  29.     ModalResult = 1
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = OKBtnClick
  33.   end
  34.   object CloseBtn: TButton
  35.     Left = 135
  36.     Top = 58
  37.     Width = 62
  38.     Height = 22
  39.     Cancel = True
  40.     Caption = '&Cancel'
  41.     Font.Charset = SHIFTJIS_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -9
  44.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  45.     Font.Style = []
  46.     ModalResult = 2
  47.     ParentFont = False
  48.     TabOrder = 1
  49.   end
  50.   object ViewBtn: TButton
  51.     Left = 135
  52.     Top = 34
  53.     Width = 62
  54.     Height = 21
  55.     Caption = '&View'
  56.     Font.Charset = SHIFTJIS_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -9
  59.     Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  60.     Font.Style = []
  61.     ModalResult = 1
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     OnClick = ViewBtnClick
  65.   end
  66.   object ReportType: TRadioGroup
  67.     Left = 8
  68.     Top = 5
  69.     Width = 121
  70.     Height = 74
  71.     Caption = '&Report'
  72.     ItemIndex = 0
  73.     Items.Strings = (
  74.       'C&ustomers Report'
  75.       '&Orders Report'
  76.       '&Invoice Report')
  77.     TabOrder = 3
  78.   end
  79. end
  80.