home *** CD-ROM | disk | FTP | other *** search
- object Form8: TForm8
- Left = 241
- Top = 169
- ActiveControl = Edit1
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add Address'
- ClientHeight = 99
- ClientWidth = 395
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 15
- Width = 85
- Height = 13
- Caption = 'Address To Add : '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 7
- Top = 32
- Width = 285
- Height = 21
- TabOrder = 0
- OnClick = FormShow
- OnKeyPress = Edit1KeyPress
- end
- object Button1: TButton
- Left = 307
- Top = 17
- Width = 75
- Height = 25
- Caption = 'Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 307
- Top = 57
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-