home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / QRYCUST.DFM / QRYCUST.txt
Text File  |  1997-02-28  |  3KB  |  128 lines

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