home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMEditAdr.dfm / FMEditAdr.txt next >
Text File  |  1998-12-07  |  5KB  |  260 lines

  1. object EditAdrForm: TEditAdrForm
  2.   Tag = 171
  3.   Left = 344
  4.   Top = 172
  5.   ActiveControl = Button1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Address'
  8.   ClientHeight = 330
  9.   ClientWidth = 330
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Tag = 116
  21.     Left = 88
  22.     Top = 300
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Default = True
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Tag = 117
  32.     Left = 168
  33.     Top = 300
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 0
  43.     Top = 29
  44.     Width = 330
  45.     Height = 269
  46.     Align = alTop
  47.     BevelOuter = bvNone
  48.     BorderWidth = 6
  49.     TabOrder = 3
  50.     object PageControl1: TPageControl
  51.       Left = 6
  52.       Top = 6
  53.       Width = 318
  54.       Height = 257
  55.       ActivePage = TabSheet1
  56.       Align = alClient
  57.       TabOrder = 0
  58.       object TabSheet1: TTabSheet
  59.         Tag = 170
  60.         Caption = 'General'
  61.         object Bevel5: TBevel
  62.           Left = 4
  63.           Top = 10
  64.           Width = 301
  65.           Height = 5
  66.           Shape = bsTopLine
  67.         end
  68.         object Label16: TLabel
  69.           Tag = 344
  70.           Left = 4
  71.           Top = 4
  72.           Width = 38
  73.           Height = 13
  74.           Caption = 'Address'
  75.         end
  76.         object Label1: TLabel
  77.           Tag = 174
  78.           Left = 16
  79.           Top = 84
  80.           Width = 31
  81.           Height = 13
  82.           Caption = '&Name:'
  83.           FocusControl = Edit5
  84.         end
  85.         object Label2: TLabel
  86.           Tag = 176
  87.           Left = 16
  88.           Top = 140
  89.           Width = 32
  90.           Height = 13
  91.           Caption = '&E-Mail:'
  92.           FocusControl = Edit2
  93.         end
  94.         object Label3: TLabel
  95.           Tag = 178
  96.           Left = 16
  97.           Top = 168
  98.           Width = 34
  99.           Height = 13
  100.           Caption = '&Phone:'
  101.           FocusControl = Edit3
  102.         end
  103.         object Label4: TLabel
  104.           Tag = 180
  105.           Left = 16
  106.           Top = 196
  107.           Width = 41
  108.           Height = 13
  109.           Caption = '&Address:'
  110.           FocusControl = Edit4
  111.         end
  112.         object Label5: TLabel
  113.           Tag = 172
  114.           Left = 16
  115.           Top = 24
  116.           Width = 28
  117.           Height = 13
  118.           Caption = '&Book:'
  119.           FocusControl = ComboBox1
  120.         end
  121.         object Label6: TLabel
  122.           Tag = 175
  123.           Left = 16
  124.           Top = 112
  125.           Width = 56
  126.           Height = 13
  127.           Caption = '&Description:'
  128.           FocusControl = Edit1
  129.         end
  130.         object Label7: TLabel
  131.           Tag = 173
  132.           Left = 16
  133.           Top = 56
  134.           Width = 27
  135.           Height = 13
  136.           Caption = '&Type:'
  137.           FocusControl = ComboBoxEx1
  138.         end
  139.         object Edit1: TEdit
  140.           Left = 88
  141.           Top = 108
  142.           Width = 209
  143.           Height = 21
  144.           TabOrder = 0
  145.         end
  146.         object Edit2: TEdit
  147.           Left = 88
  148.           Top = 136
  149.           Width = 209
  150.           Height = 21
  151.           TabOrder = 1
  152.         end
  153.         object Edit3: TEdit
  154.           Left = 88
  155.           Top = 164
  156.           Width = 209
  157.           Height = 21
  158.           TabOrder = 2
  159.         end
  160.         object Edit4: TEdit
  161.           Left = 88
  162.           Top = 192
  163.           Width = 209
  164.           Height = 21
  165.           TabOrder = 3
  166.         end
  167.         object ComboBox1: TComboBoxEx
  168.           Left = 88
  169.           Top = 22
  170.           Width = 209
  171.           Height = 22
  172.           ShowImages = True
  173.           DropDownCount = 10
  174.           ItemHeight = 16
  175.           TabOrder = 4
  176.         end
  177.         object Edit5: TEdit
  178.           Left = 88
  179.           Top = 80
  180.           Width = 209
  181.           Height = 21
  182.           TabOrder = 5
  183.         end
  184.         object ComboBoxEx1: TComboBoxEx
  185.           Tag = 318
  186.           Left = 88
  187.           Top = 52
  188.           Width = 209
  189.           Height = 22
  190.           ImgIndexes.Strings = (
  191.             '0'
  192.             '1'
  193.             '2'
  194.             '3'
  195.             '4')
  196.           ShowImages = True
  197.           DropDownCount = 10
  198.           ItemHeight = 16
  199.           Items.Strings = (
  200.             'Private'
  201.             'Company'
  202.             'Organization'
  203.             'Friend'
  204.             'Love')
  205.           TabOrder = 6
  206.         end
  207.       end
  208.     end
  209.   end
  210.   object Panel2: TPanel
  211.     Left = 0
  212.     Top = 0
  213.     Width = 330
  214.     Height = 29
  215.     Align = alTop
  216.     BevelOuter = bvNone
  217.     TabOrder = 4
  218.     object Image1: TImage
  219.       Left = 6
  220.       Top = 4
  221.       Width = 318
  222.       Height = 25
  223.       AutoSize = True
  224.     end
  225.     object Image2: TImage
  226.       Left = 10
  227.       Top = 8
  228.       Width = 16
  229.       Height = 16
  230.       AutoSize = True
  231.       Picture.Data = {<image000.bmp>}
  232.       Transparent = True
  233.     end
  234.     object Label11: TLabel
  235.       Tag = 344
  236.       Left = 30
  237.       Top = 6
  238.       Width = 55
  239.       Height = 19
  240.       Caption = 'Address'
  241.       Font.Charset = ANSI_CHARSET
  242.       Font.Color = clCaptionText
  243.       Font.Height = -16
  244.       Font.Name = 'Times New Roman'
  245.       Font.Style = [fsBold]
  246.       ParentFont = False
  247.       Transparent = True
  248.     end
  249.   end
  250.   object Button3: TButton
  251.     Tag = 118
  252.     Left = 248
  253.     Top = 300
  254.     Width = 75
  255.     Height = 25
  256.     Caption = '&Help...'
  257.     TabOrder = 2
  258.   end
  259. end
  260.