home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 March
/
Chip_1999-03_cd.bin
/
zkuste
/
delphi
/
INFO
/
DI9812CJ.ZIP
/
dmdemou3.dfm
/
dmdemou3.txt
Wrap
Text File
|
1998-09-25
|
2KB
|
117 lines
object Form3: TForm3
Left = 192
Top = 107
Width = 298
Height = 270
Caption = 'Form3'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 32
Width = 35
Height = 13
Caption = 'CustNo'
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 16
Top = 72
Width = 44
Height = 13
Caption = 'Company'
FocusControl = DBEdit2
end
object Label3: TLabel
Left = 16
Top = 112
Width = 17
Height = 13
Caption = 'City'
FocusControl = DBEdit3
end
object Label4: TLabel
Left = 16
Top = 152
Width = 25
Height = 13
Caption = 'State'
FocusControl = DBEdit4
end
object Label5: TLabel
Left = 16
Top = 192
Width = 15
Height = 13
Caption = 'Zip'
FocusControl = DBEdit5
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 0
Width = 290
Height = 25
DataSource = DataSource1
Align = alTop
TabOrder = 0
end
object DBEdit1: TDBEdit
Left = 16
Top = 48
Width = 64
Height = 21
DataField = 'CustNo'
DataSource = DataSource1
TabOrder = 1
end
object DBEdit2: TDBEdit
Left = 16
Top = 88
Width = 184
Height = 21
DataField = 'Company'
DataSource = DataSource1
TabOrder = 2
end
object DBEdit3: TDBEdit
Left = 16
Top = 128
Width = 94
Height = 21
DataField = 'City'
DataSource = DataSource1
TabOrder = 3
end
object DBEdit4: TDBEdit
Left = 16
Top = 168
Width = 124
Height = 21
DataField = 'State'
DataSource = DataSource1
TabOrder = 4
end
object DBEdit5: TDBEdit
Left = 16
Top = 208
Width = 64
Height = 21
DataField = 'Zip'
DataSource = DataSource1
TabOrder = 5
end
object DataSource1: TDataSource
DataSet = DataModule2.Table1
Left = 227
Top = 160
end
end