home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 August
/
VPR9608A.BIN
/
del20try
/
install
/
data.z
/
SRCHDLG.DFM
/
SRCHDLG.txt
Wrap
Text File
|
1996-05-08
|
4KB
|
148 lines
object SearchDlg: TSearchDlg
Left = 226
Top = 118
ActiveControl = DBGrid1
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'SearchDlg'
ClientHeight = 299
ClientWidth = 282
Font.Color = clBlack
Font.Height = -12
Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 7
Top = 11
Width = 53
Height = 12
Caption = 'List Order:'
end
object Label2: TLabel
Left = 12
Top = 38
Width = 37
Height = 12
Caption = 'Search:'
end
object SearchButton: TSpeedButton
Left = 248
Top = 36
Width = 23
Height = 23
Hint = 'Search'
Enabled = False
Glyph.Data = {
CA010000424DCA01000000000000760000002800000022000000110000000100
04000000000054010000CE0E0000D80E00000000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333333FBFFF
FFFFF3333333333333333300000033333333FBBFFFFBF3333333333333333300
00003333333FBFFFFBFFF333333333333333330000003333333FBFFFFBFBF333
3333333333333300000033333333FBBFFFFFF333333333333333330000003333
333444FBFFFBF3333333888333333300000033333344834FBFFFF33333388738
333333000000333334847F84BFFFF33333878737833333000000333334484F84
FBBFB333338878378333330000003333348F74483FF3F3333387338873333300
0000333344FFF743333333333883333833333300000033448F84443333333338
873388873333330000003448F74333333333338873387773333333000000348F
77333333333333873337333333333300000034F7743333333333338333873333
3333330000003444433333333333338888733333333333000000333333333333
3333333333333333333333000000}
NumGlyphs = 2
ParentShowHint = False
ShowHint = True
OnClick = SearchButtonClick
end
object DBGrid1: TDBGrid
Left = 8
Top = 66
Width = 264
Height = 181
Columns = <
item
FieldName = 'PartNo'
end
item
FieldName = 'Description'
Width = 191
end
item
FieldName = 'VendorNo'
Width = 64
end
item
FieldName = 'OnHand'
Width = 64
end
item
FieldName = 'OnOrder'
end
item
FieldName = 'BackOrd'
Width = 64
end
item
FieldName = 'Cost'
Width = 64
end
item
FieldName = 'ListPrice'
end>
DataSource = DataSource
Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgRowSelect]
TabOrder = 2
TitleFont.Color = clBlack
TitleFont.Height = -12
TitleFont.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
end
object OKBtn: TButton
Left = 115
Top = 265
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object CancelBtn: TButton
Left = 199
Top = 265
Width = 75
Height = 25
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 4
end
object SearchEd: TEdit
Left = 60
Top = 36
Width = 181
Height = 20
TabOrder = 1
OnChange = SearchEdChange
OnKeyPress = SearchEdKeyPress
end
object OrderCombo: TComboBox
Left = 61
Top = 8
Width = 211
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnChange = OrderComboChange
end
object DataSource: TDataSource
DataSet = MastData.Parts
Left = 47
Top = 253
end
end