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

  1. object QueryCustDlg: TQueryCustDlg
  2.   Left = 266
  3.   Top = 100
  4.   ActiveControl = FromEdit
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Specify Date Range'
  8.   ClientHeight = 96
  9.   ClientWidth = 318
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 5
  19.     Top = 6
  20.     Width = 225
  21.     Height = 84
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 12
  26.     Top = 34
  27.     Width = 23
  28.     Height = 13
  29.     Caption = '&From'
  30.     FocusControl = FromEdit
  31.   end
  32.   object Label2: TLabel
  33.     Left = 12
  34.     Top = 63
  35.     Width = 13
  36.     Height = 13
  37.     Caption = '&To'
  38.     FocusControl = ToEdit
  39.   end
  40.   object Msglab: TLabel
  41.     Left = 12
  42.     Top = 11
  43.     Width = 197
  44.     Height = 16
  45.     AutoSize = False
  46.     Caption = 'Customers with LastInvoiceDate ranging:'
  47.     WordWrap = True
  48.   end
  49.   object PopupCalBtnFrom: TSpeedButton
  50.     Left = 197
  51.     Top = 31
  52.     Width = 21
  53.     Height = 21
  54.     Hint = 'Browse calendar'
  55.     Glyph.Data = {
  56.       4E010000424D4E01000000000000760000002800000012000000120000000100
  57.       040000000000D800000000000000000000000000000010000000000000000000
  58.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  59.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  60.       3333330000003333333333333333330000003338888888888888330000003304
  61.       0404404040483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300
  62.       000033FF000F0007FF483300000033FFF0FF7F70FF483300000033FFF0FFFFF0
  63.       FF483300000033FFF0FF0007FF483300000033FF00FF0FFFFF483300000033FF
  64.       F0FF0000FF483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300
  65.       000033F7777777777F4833000000330000000000003333000000333333333333
  66.       333333000000333333333333333333000000}
  67.     Layout = blGlyphRight
  68.     ParentShowHint = False
  69.     ShowHint = True
  70.     OnClick = PopupCalBtnFromClick
  71.   end
  72.   object PopupCalToBtn: TSpeedButton
  73.     Left = 197
  74.     Top = 60
  75.     Width = 21
  76.     Height = 21
  77.     Hint = 'Browse calendar'
  78.     Glyph.Data = {
  79.       4E010000424D4E01000000000000760000002800000012000000120000000100
  80.       040000000000D800000000000000000000000000000010000000000000000000
  81.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  82.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  83.       3333330000003333333333333333330000003338888888888888330000003304
  84.       0404404040483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300
  85.       000033FF000F0007FF483300000033FFF0FF7F70FF483300000033FFF0FFFFF0
  86.       FF483300000033FFF0FF0007FF483300000033FF00FF0FFFFF483300000033FF
  87.       F0FF0000FF483300000033FFFFFFFFFFFF483300000033FFFFFFFFFFFF483300
  88.       000033F7777777777F4833000000330000000000003333000000333333333333
  89.       333333000000333333333333333333000000}
  90.     Layout = blGlyphRight
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     OnClick = PopupCalToBtnClick
  94.   end
  95.   object FromEdit: TEdit
  96.     Left = 46
  97.     Top = 31
  98.     Width = 147
  99.     Height = 21
  100.     TabOrder = 0
  101.   end
  102.   object ToEdit: TEdit
  103.     Left = 46
  104.     Top = 60
  105.     Width = 147
  106.     Height = 21
  107.     TabOrder = 1
  108.   end
  109.   object CancelBtn: TButton
  110.     Left = 240
  111.     Top = 34
  112.     Width = 70
  113.     Height = 25
  114.     Cancel = True
  115.     Caption = '&Cancel'
  116.     ModalResult = 2
  117.     TabOrder = 2
  118.   end
  119.   object OkBtn: TButton
  120.     Left = 240
  121.     Top = 6
  122.     Width = 70
  123.     Height = 25
  124.     Caption = '&OK'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 3
  128.     OnClick = OkBtnClick
  129.   end
  130. end
  131.