home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMCONTACTPROPERTIES / TFRMCONTACTPROPERTIES.txt < prev   
Text File  |  1999-02-09  |  13KB  |  496 lines

  1. object frmContactProperties: TfrmContactProperties
  2.   Left = 221
  3.   Top = 148
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Contact properties'
  7.   ClientHeight = 298
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 273
  24.     Height = 252
  25.     ActivePage = TabSheet1
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'General'
  29.       object Label1: TLabel
  30.         Left = 8
  31.         Top = 56
  32.         Width = 49
  33.         Height = 13
  34.         Caption = 'Full name:'
  35.       end
  36.       object Image1: TImage
  37.         Left = 8
  38.         Top = 8
  39.         Width = 32
  40.         Height = 32
  41.         AutoSize = True
  42.         Picture.Data = {<image000.bmp>}
  43.         Transparent = True
  44.       end
  45.       object Label2: TLabel
  46.         Left = 48
  47.         Top = 16
  48.         Width = 149
  49.         Height = 13
  50.         Caption = 'Personal information page'
  51.         Font.Charset = ANSI_CHARSET
  52.         Font.Color = clWindowText
  53.         Font.Height = -11
  54.         Font.Name = 'Tahoma'
  55.         Font.Style = [fsBold]
  56.         ParentFont = False
  57.       end
  58.       object Label3: TLabel
  59.         Left = 8
  60.         Top = 128
  61.         Width = 32
  62.         Height = 13
  63.         Caption = 'E-Mail:'
  64.       end
  65.       object Label4: TLabel
  66.         Left = 8
  67.         Top = 88
  68.         Width = 52
  69.         Height = 13
  70.         Caption = 'Display as:'
  71.       end
  72.       object Bevel1: TBevel
  73.         Left = 8
  74.         Top = 112
  75.         Width = 249
  76.         Height = 9
  77.         Shape = bsTopLine
  78.       end
  79.       object Label5: TLabel
  80.         Left = 8
  81.         Top = 192
  82.         Width = 58
  83.         Height = 13
  84.         Caption = 'Home Page:'
  85.       end
  86.       object Label20: TLabel
  87.         Left = 8
  88.         Top = 160
  89.         Width = 86
  90.         Height = 13
  91.         Caption = 'Secondary E-Mail:'
  92.       end
  93.       object edtFullName: TEdit97
  94.         Left = 64
  95.         Top = 53
  96.         Width = 193
  97.         Height = 19
  98.         TabOrder = 0
  99.       end
  100.       object edtEMail: TEdit97
  101.         Left = 48
  102.         Top = 125
  103.         Width = 185
  104.         Height = 19
  105.         TabOrder = 2
  106.         OnChange = edtEMailChange
  107.       end
  108.       object edtDisplayAs: TEdit97
  109.         Left = 64
  110.         Top = 85
  111.         Width = 193
  112.         Height = 19
  113.         TabOrder = 1
  114.       end
  115.       object edtHomePage: TEdit97
  116.         Left = 72
  117.         Top = 189
  118.         Width = 161
  119.         Height = 19
  120.         TabOrder = 4
  121.         OnChange = edtHomePageChange
  122.       end
  123.       object tbPersonal_Parent1: TToolBar
  124.         Left = 238
  125.         Top = 124
  126.         Width = 33
  127.         Height = 28
  128.         Align = alNone
  129.         Caption = 'tbPersonal1'
  130.         EdgeBorders = []
  131.         Flat = True
  132.         Images = imgMain
  133.         TabOrder = 5
  134.         object tbSendMail_Main: TToolButton
  135.           Left = 0
  136.           Top = 0
  137.           Hint = 'Send mail'
  138.           Caption = 'tb_Personal1_child'
  139.           Enabled = False
  140.           ImageIndex = 1
  141.           ParentShowHint = False
  142.           ShowHint = True
  143.           OnClick = tbSendMail_MainClick
  144.         end
  145.       end
  146.       object tbPersonal_Parent2: TToolBar
  147.         Left = 238
  148.         Top = 188
  149.         Width = 33
  150.         Height = 28
  151.         Align = alNone
  152.         Caption = 'tbPersonal1'
  153.         EdgeBorders = []
  154.         Flat = True
  155.         Images = imgMain
  156.         TabOrder = 6
  157.         object tbOpenHomePage: TToolButton
  158.           Left = 0
  159.           Top = 0
  160.           Hint = 'Visit Home Page'
  161.           Caption = 'tb_Personal1_child'
  162.           Enabled = False
  163.           ImageIndex = 0
  164.           ParentShowHint = False
  165.           ShowHint = True
  166.           OnClick = tbOpenHomePageClick
  167.         end
  168.       end
  169.       object ToolBar1: TToolBar
  170.         Left = 238
  171.         Top = 156
  172.         Width = 33
  173.         Height = 25
  174.         Align = alNone
  175.         Caption = 'tbPersonal1'
  176.         EdgeBorders = []
  177.         Flat = True
  178.         Images = imgMain
  179.         TabOrder = 7
  180.         object tbSendMail_Secondary: TToolButton
  181.           Left = 0
  182.           Top = 0
  183.           Hint = 'Send mail'
  184.           Caption = 'tb_Personal1_child'
  185.           Enabled = False
  186.           ImageIndex = 1
  187.           ParentShowHint = False
  188.           ShowHint = True
  189.           OnClick = tbSendMail_SecondaryClick
  190.         end
  191.       end
  192.       object edtSecEMail: TEdit97
  193.         Left = 104
  194.         Top = 157
  195.         Width = 129
  196.         Height = 19
  197.         TabOrder = 3
  198.         OnChange = edtSecEMailChange
  199.       end
  200.     end
  201.     object TabSheet2: TTabSheet
  202.       Caption = 'Home'
  203.       ImageIndex = 1
  204.       object Image2: TImage
  205.         Left = 8
  206.         Top = 8
  207.         Width = 50
  208.         Height = 50
  209.         AutoSize = True
  210.         Picture.Data = {<image001.bmp>}
  211.         Transparent = True
  212.       end
  213.       object Label6: TLabel
  214.         Left = 64
  215.         Top = 8
  216.         Width = 126
  217.         Height = 13
  218.         Caption = 'Home properties page'
  219.         Font.Charset = ANSI_CHARSET
  220.         Font.Color = clWindowText
  221.         Font.Height = -11
  222.         Font.Name = 'Tahoma'
  223.         Font.Style = [fsBold]
  224.         ParentFont = False
  225.       end
  226.       object Label7: TLabel
  227.         Left = 64
  228.         Top = 24
  229.         Width = 193
  230.         Height = 25
  231.         AutoSize = False
  232.         Caption = 
  233.           'Use this page to fill in the contact'#39's home address, home phone ' +
  234.           'number, ...'
  235.         Transparent = True
  236.         WordWrap = True
  237.       end
  238.       object Label8: TLabel
  239.         Left = 8
  240.         Top = 72
  241.         Width = 72
  242.         Height = 13
  243.         Caption = 'Home address:'
  244.       end
  245.       object Label9: TLabel
  246.         Left = 8
  247.         Top = 104
  248.         Width = 69
  249.         Height = 13
  250.         Caption = 'State/Provice:'
  251.       end
  252.       object Label10: TLabel
  253.         Left = 8
  254.         Top = 136
  255.         Width = 43
  256.         Height = 13
  257.         Caption = 'Country:'
  258.       end
  259.       object Bevel2: TBevel
  260.         Left = 8
  261.         Top = 160
  262.         Width = 249
  263.         Height = 9
  264.         Shape = bsTopLine
  265.       end
  266.       object Label11: TLabel
  267.         Left = 8
  268.         Top = 176
  269.         Width = 45
  270.         Height = 13
  271.         Caption = 'Phone #:'
  272.       end
  273.       object Label12: TLabel
  274.         Left = 16
  275.         Top = 200
  276.         Width = 33
  277.         Height = 13
  278.         Caption = 'Fax #:'
  279.       end
  280.       object edtHomeAddress: TEdit97
  281.         Left = 88
  282.         Top = 69
  283.         Width = 169
  284.         Height = 19
  285.         TabOrder = 0
  286.       end
  287.       object edtStateProvince: TEdit97
  288.         Left = 80
  289.         Top = 101
  290.         Width = 177
  291.         Height = 19
  292.         TabOrder = 1
  293.       end
  294.       object edtCountry: TEdit97
  295.         Left = 56
  296.         Top = 133
  297.         Width = 201
  298.         Height = 19
  299.         TabOrder = 2
  300.       end
  301.       object edtPhoneNumber: TEdit97
  302.         Left = 56
  303.         Top = 173
  304.         Width = 201
  305.         Height = 19
  306.         TabOrder = 3
  307.       end
  308.       object edtFaxNumber: TEdit97
  309.         Left = 56
  310.         Top = 197
  311.         Width = 201
  312.         Height = 19
  313.         TabOrder = 4
  314.       end
  315.     end
  316.     object TabSheet3: TTabSheet
  317.       Caption = 'Work'
  318.       ImageIndex = 2
  319.       object Image3: TImage
  320.         Left = 8
  321.         Top = 8
  322.         Width = 32
  323.         Height = 32
  324.         AutoSize = True
  325.         Picture.Data = {<image002.bmp>}
  326.         Transparent = True
  327.       end
  328.       object Label13: TLabel
  329.         Left = 48
  330.         Top = 8
  331.         Width = 123
  332.         Height = 13
  333.         Caption = 'Work properties page'
  334.         Font.Charset = ANSI_CHARSET
  335.         Font.Color = clWindowText
  336.         Font.Height = -11
  337.         Font.Name = 'Tahoma'
  338.         Font.Style = [fsBold]
  339.         ParentFont = False
  340.       end
  341.       object Label14: TLabel
  342.         Left = 48
  343.         Top = 24
  344.         Width = 217
  345.         Height = 25
  346.         AutoSize = False
  347.         Caption = 
  348.           'Enter here the contact'#39's company, position, buisness web site, .' +
  349.           '.. .'
  350.         Transparent = True
  351.         WordWrap = True
  352.       end
  353.       object Label15: TLabel
  354.         Left = 8
  355.         Top = 64
  356.         Width = 49
  357.         Height = 13
  358.         Caption = 'Company:'
  359.       end
  360.       object Label16: TLabel
  361.         Left = 8
  362.         Top = 96
  363.         Width = 43
  364.         Height = 13
  365.         Caption = 'Address:'
  366.       end
  367.       object Label17: TLabel
  368.         Left = 8
  369.         Top = 128
  370.         Width = 91
  371.         Height = 13
  372.         Caption = 'State and country:'
  373.       end
  374.       object Bevel3: TBevel
  375.         Left = 8
  376.         Top = 160
  377.         Width = 249
  378.         Height = 9
  379.         Shape = bsTopLine
  380.       end
  381.       object Label18: TLabel
  382.         Left = 8
  383.         Top = 176
  384.         Width = 45
  385.         Height = 13
  386.         Caption = 'Phone #:'
  387.       end
  388.       object Label19: TLabel
  389.         Left = 16
  390.         Top = 200
  391.         Width = 33
  392.         Height = 13
  393.         Caption = 'Fax #:'
  394.       end
  395.       object edtCompany: TEdit97
  396.         Left = 64
  397.         Top = 61
  398.         Width = 193
  399.         Height = 19
  400.         TabOrder = 0
  401.       end
  402.       object edtCompanyAddress: TEdit97
  403.         Left = 56
  404.         Top = 93
  405.         Width = 201
  406.         Height = 19
  407.         TabOrder = 1
  408.       end
  409.       object edtCompanyStateCountry: TEdit97
  410.         Left = 104
  411.         Top = 125
  412.         Width = 153
  413.         Height = 19
  414.         TabOrder = 2
  415.       end
  416.       object edtCompanyPhoneNumber: TEdit97
  417.         Left = 56
  418.         Top = 173
  419.         Width = 201
  420.         Height = 19
  421.         TabOrder = 3
  422.       end
  423.       object edtCompanyFaxNumber: TEdit97
  424.         Left = 56
  425.         Top = 197
  426.         Width = 201
  427.         Height = 19
  428.         TabOrder = 4
  429.       end
  430.     end
  431.   end
  432.   object btnOK: TButton
  433.     Left = 68
  434.     Top = 272
  435.     Width = 73
  436.     Height = 23
  437.     Caption = '&OK'
  438.     Default = True
  439.     TabOrder = 1
  440.     OnClick = btnOKClick
  441.   end
  442.   object btnCancel: TButton
  443.     Left = 148
  444.     Top = 272
  445.     Width = 73
  446.     Height = 23
  447.     Cancel = True
  448.     Caption = '&Cancel'
  449.     TabOrder = 2
  450.     OnClick = btnCancelClick
  451.   end
  452.   object imgMain: TImageList
  453.     Left = 304
  454.     Top = 224
  455.     Bitmap = {
  456.       3604000002000000424D36040000000000003600000028000000200000001000
  457.       0000010010000000000000040000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000
  465.       EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000
  466.       0000EF3DFF7FE07FF75E0F000F00F75EF75EE07FF75EE07FEF3D000000000000
  467.       EF3DF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EF75EEF3D000000000000
  468.       EF3DFF7FE07FF75EE0011F001F000F00E07FF75EE07FF75E0000EF3D00000000
  469.       EF3DE03DF75EF75EF75EE03DE03DE03DF75EF75EF75EE03DEF3D000000000000
  470.       EF3DFF7FF75EE07FE001E0031F000F00F75EE07FF75EEF3D0000EF3D00000000
  471.       EF3DE07FE03DF75EE03D000000000000E03DF75EE03DF75EEF3D00000000EF3D
  472.       FF7FF75EE07FF75EE07FE001E001F75EE07FF75EE07F0000EF3DEF3D00000000
  473.       EF3DFF7FFF7FE03D0000FF7FFF7FE07F0000E03DF75EF75EEF3D00000000EF3D
  474.       FF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FFF7FEF3D0000F75EEF3D00000000
  475.       EF3DE07FF75E0000FF7FE07FFF7FFF7FFF7F0000E03DF75EEF3D00000000EF3D
  476.       EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DE07FEF3D00000000
  477.       EF3DF75E0000E07FFF7FFF7FFF7FE07FFF7FFF7F0000E03DEF3D000000000000
  478.       EF3DFF7FF75EE07FF75EE07FF75EE07FF75EE07FF75EE07FF75EEF3D00000000
  479.       EF3D0000FF7FFF7FFF7FE07FFF7FFF7FFF7FE07FFF7F0000E03D000000000000
  480.       EF3DFF7FE07FF75EE07FF75EE07FF75EFF7FFF7FFF7FFF7FFF7FEF3D00000000
  481.       EF3DFF7FFF7FE07FFF7FFF7FFF7FE07FFF7FFF7FFF7FE07F0000000000000000
  482.       EF3DFF7FF75EE07FF75EE07FF75EFF7FEF3DEF3DEF3DEF3DEF3DEF3D00000000
  483.       EF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3DEF3D000000000000
  484.       0000EF3DFF7FFF7FFF7FFF7FFF7FEF3D00000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       00000000EF3DEF3DEF3DEF3DEF3D000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       000000000000000000000000000000000000000000000000000000000000424D
  490.       7E000000000000003E0000002800000020000000100000000100010000000000
  491.       400000000000000000000000020000000000000000000000FFFFFF00FFFFFFFF
  492.       FFFFFFFFE0008001C0008001C000800180008001800080010000800100008001
  493.       00008001800080018000800180018001C07FFFFFE0FFFFFFFFFFFFFF}
  494.   end
  495. end
  496.