home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programming Unleashed
/
Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso
/
chap23
/
address2
/
main.dfm
/
main.txt
< prev
Wrap
Text File
|
1995-03-20
|
18KB
|
786 lines
object frAddress: TfrAddress
Left = 108
Top = 21
ActiveControl = EFName
AutoScroll = False
Caption = 'Address Book'
ClientHeight = 418
ClientWidth = 524
Color = clSilver
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Icon.Data = {<image000.ico>}
Menu = MainMenu1
PixelsPerInch = 96
OnCreate = FormCreate
TextHeight = 16
object Panel1: TPanel
Left = 24
Top = 8
Width = 480
Height = 334
Color = clSilver
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = False
TabOrder = 0
object Label2: TLabel
Left = 49
Top = 8
Width = 24
Height = 15
Caption = 'First'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 274
Top = 7
Width = 22
Height = 15
Caption = 'Last'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Address1: TLabel
Left = 21
Top = 36
Width = 52
Height = 15
Caption = 'Address1'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Address2: TLabel
Left = 21
Top = 64
Width = 52
Height = 15
Caption = 'Address2'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object City: TLabel
Left = 51
Top = 92
Width = 22
Height = 15
Caption = 'City'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object State: TLabel
Left = 270
Top = 92
Width = 26
Height = 15
Caption = 'State'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Zip: TLabel
Left = 349
Top = 91
Width = 18
Height = 15
Caption = 'Zip'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Company: TLabel
Left = 22
Top = 120
Width = 51
Height = 15
Caption = 'Company'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object HPhone: TLabel
Left = 5
Top = 148
Width = 68
Height = 15
Caption = 'Home Phone'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object WPhone: TLabel
Left = 6
Top = 176
Width = 67
Height = 15
Caption = 'Work Phone'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Fax: TLabel
Left = 279
Top = 148
Width = 17
Height = 15
Caption = 'Fax'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Comment: TLabel
Left = 23
Top = 260
Width = 50
Height = 15
Caption = 'Comment'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object EMail1: TLabel
Left = 36
Top = 204
Width = 37
Height = 15
Caption = 'EMail1'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object Category: TLabel
Left = 248
Top = 176
Width = 48
Height = 15
Caption = 'Category'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object EMail2: TLabel
Left = 34
Top = 232
Width = 40
Height = 15
Caption = 'EMail2'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
end
object SpeedButton1: TSpeedButton
Left = 8
Top = 8
Width = 25
Height = 25
NumGlyphs = 2
OnClick = SpeedButton1Click
end
object ELName: TDBEdit
Tag = 1
Left = 301
Top = 8
Width = 169
Height = 25
Hint = 'Last Name'
Color = clNavy
DataField = 'LNAME'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 1
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object EFName: TDBEdit
Left = 77
Top = 8
Width = 169
Height = 25
Hint = 'First Name'
Color = clNavy
DataField = 'FNAME'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 0
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object EAddress1: TDBEdit
Left = 77
Top = 36
Width = 393
Height = 25
Hint = 'Address1'
Color = clNavy
DataField = 'ADDRESS1'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 2
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object EAddress2: TDBEdit
Tag = 3
Left = 77
Top = 64
Width = 393
Height = 25
Hint = 'Address2'
Color = clNavy
DataField = 'ADDRESS2'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 3
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object ECity: TDBEdit
Tag = 4
Left = 77
Top = 92
Width = 161
Height = 25
Hint = 'City'
Color = clNavy
DataField = 'CITY'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 4
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object EState: TDBEdit
Tag = 5
Left = 301
Top = 92
Width = 41
Height = 25
Hint = 'State'
Color = clNavy
DataField = 'STATE'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 5
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object EZip: TDBEdit
Tag = 6
Left = 373
Top = 92
Width = 97
Height = 25
Hint = 'Zip'
Color = clNavy
DataField = 'ZIP'
DataSource = DataSource1
Font.Color = clYellow
Font.Height = -15
Font.Name = 'Times New Roman'
Font.Style = []
MaxLength = 0
ParentFont = False
PopupMenu = PopupMenu1
TabOrder = 6
OnEnter = EFNameEnter
OnMouseMove = EFNameMouseMove
end
object ECompany: TDBEdit
Tag = 7
Left = 77
Top = 120
Width = 393
He