home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2002 October / Gamestar_44_2002-10_cd2.bin / patche / AOW2_Euro_Patch_V1_1.exe / AoW2.exe / 0 / RCDATA / TMAILADDRESSDLG / TMAILADDRESSDLG.txt
Text File  |  2002-07-15  |  1KB  |  73 lines

  1. object MailAddressDlg: TMailAddressDlg
  2.   Left = 307
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'Address'
  6.   ClientHeight = 124
  7.   ClientWidth = 240
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 73
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 56
  26.     Width = 38
  27.     Height = 13
  28.     Caption = 'Address'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 24
  32.     Top = 24
  33.     Width = 28
  34.     Height = 13
  35.     Caption = 'Name'
  36.   end
  37.   object OKButton: TButton
  38.     Left = 64
  39.     Top = 88
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 2
  46.     OnClick = OKButtonClick
  47.   end
  48.   object CancelButton: TButton
  49.     Left = 152
  50.     Top = 88
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 3
  57.   end
  58.   object AddressEdit: TEdit
  59.     Left = 64
  60.     Top = 48
  61.     Width = 161
  62.     Height = 21
  63.     TabOrder = 1
  64.   end
  65.   object NameEdit: TEdit
  66.     Left = 64
  67.     Top = 16
  68.     Width = 161
  69.     Height = 21
  70.     TabOrder = 0
  71.   end
  72. end
  73.