home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
PICKINVC.DFM
/
PICKINVC.txt
Wrap
Text File
|
1997-05-13
|
1KB
|
54 lines
object PickOrderNoDlg: TPickOrderNoDlg
Left = 236
Top = 124
AutoScroll = False
Caption = 'Order No.'
ClientHeight = 190
ClientWidth = 166
Font.Color = clWindowText
Font.Height = -11
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 5
Top = 1
Width = 94
Height = 13
Caption = '&Select an Order No.'
FocusControl = DBLookupListBox1
end
object CancelBtn: TButton
Left = 86
Top = 160
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 0
end
object OKBtn: TButton
Left = 2
Top = 160
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object DBLookupListBox1: TDBLookupListBox
Left = 5
Top = 16
Width = 153
Height = 134
KeyField = 'OrderNo'
ListField = 'OrderNo'
ListSource = MastData.OrdersSource
TabOrder = 2
end
end