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

  1. object PickOrdDlg: TPickOrdDlg
  2.   Left = 280
  3.   Top = 172
  4.   ActiveControl = OrderGrid
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose an order to invoice.'
  7.   ClientHeight = 253
  8.   ClientWidth = 547
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OrderGrid: TDBGrid
  19.     Left = 8
  20.     Top = 8
  21.     Width = 529
  22.     Height = 193
  23.     Columns = <
  24.       item
  25.         FieldName = 'OrderNo'
  26.         Width = 45
  27.       end
  28.       item
  29.         FieldName = 'Company'
  30.         Width = 140
  31.       end
  32.       item
  33.         FieldName = 'LastInvoiceDate'
  34.       end
  35.       item
  36.         FieldName = 'TotalAmt'
  37.         Width = 72
  38.       end
  39.       item
  40.         FieldName = 'AmountPaid'
  41.         Width = 72
  42.       end
  43.       item
  44.         FieldName = 'AmountDue'
  45.         Width = 72
  46.       end>
  47.     DataSource = MastData.OrdPickQrySrc
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     TabOrder = 0
  55.     TitleFont.Charset = DEFAULT_CHARSET
  56.     TitleFont.Color = clWindowText
  57.     TitleFont.Height = -11
  58.     TitleFont.Name = 'MS Sans Serif'
  59.     TitleFont.Style = []
  60.     OnDblClick = OrderGridDblClick
  61.   end
  62.   object OkBtn: TButton
  63.     Left = 8
  64.     Top = 216
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&OK'
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.     OnClick = OkBtnClick
  71.   end
  72.   object CancelBtn: TButton
  73.     Left = 96
  74.     Top = 216
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = '&Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 2
  81.   end
  82. end
  83.