home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Komunik / Phoenix / Phoenix.ex_ / 0 / RCDATA / TFOLDERFORM / TFOLDERFORM.txt < prev   
Text File  |  1999-02-13  |  5KB  |  222 lines

  1. object FolderForm: TFolderForm
  2.   Tag = 110
  3.   Left = 19
  4.   Top = 323
  5.   ActiveControl = Button1
  6.   BorderStyle = bsDialog
  7.   Caption = 'Properties'
  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 Panel1: TPanel
  20.     Left = 0
  21.     Top = 29
  22.     Width = 330
  23.     Height = 269
  24.     Align = alTop
  25.     BevelOuter = bvNone
  26.     BorderWidth = 6
  27.     TabOrder = 0
  28.     object PageControl1: TPageControl
  29.       Left = 6
  30.       Top = 6
  31.       Width = 318
  32.       Height = 257
  33.       ActivePage = TabSheet1
  34.       Align = alClient
  35.       TabOrder = 0
  36.       object TabSheet1: TTabSheet
  37.         Tag = 170
  38.         HelpContext = 11
  39.         Caption = 'General'
  40.         object Label1: TLabel
  41.           Tag = 185
  42.           Left = 16
  43.           Top = 24
  44.           Width = 31
  45.           Height = 13
  46.           Caption = '&Name:'
  47.           FocusControl = Edit1
  48.         end
  49.         object Bevel1: TBevel
  50.           Left = 4
  51.           Top = 114
  52.           Width = 301
  53.           Height = 5
  54.           Shape = bsTopLine
  55.         end
  56.         object Bevel5: TBevel
  57.           Left = 4
  58.           Top = 10
  59.           Width = 301
  60.           Height = 5
  61.           Shape = bsTopLine
  62.         end
  63.         object Label2: TLabel
  64.           Tag = 181
  65.           Left = 4
  66.           Top = 108
  67.           Width = 63
  68.           Height = 13
  69.           Caption = 'Sorting Filters'
  70.         end
  71.         object Label16: TLabel
  72.           Tag = 184
  73.           Left = 4
  74.           Top = 4
  75.           Width = 29
  76.           Height = 13
  77.           Caption = 'Folder'
  78.         end
  79.         object Label20: TLabel
  80.           Tag = 133
  81.           Left = 16
  82.           Top = 148
  83.           Width = 281
  84.           Height = 53
  85.           AutoSize = False
  86.           Caption = 
  87.             'Separate each keyword with a space. To enforce a keyword, put a ' +
  88.             'plus forward it. To forbid a keyword, put a minus forward it. Ex' +
  89.             'act phrases must be quoted. Click Help for more help.'
  90.           WordWrap = True
  91.         end
  92.         object Label23: TLabel
  93.           Tag = 134
  94.           Left = 16
  95.           Top = 200
  96.           Width = 281
  97.           Height = 13
  98.           AutoSize = False
  99.           Caption = 'Example: -advert -"Advertisement" newspaper +computer'
  100.           WordWrap = True
  101.         end
  102.         object Edit1: TEdit
  103.           Left = 56
  104.           Top = 20
  105.           Width = 241
  106.           Height = 21
  107.           TabOrder = 0
  108.         end
  109.         object Edit2: TEdit
  110.           Left = 16
  111.           Top = 124
  112.           Width = 281
  113.           Height = 21
  114.           TabOrder = 1
  115.         end
  116.         object RadioButton1: TRadioButton
  117.           Tag = 324
  118.           Left = 16
  119.           Top = 48
  120.           Width = 281
  121.           Height = 17
  122.           Caption = 'Normal &folder'
  123.           TabOrder = 2
  124.           OnClick = CheckBox1Click
  125.         end
  126.         object RadioButton2: TRadioButton
  127.           Tag = 186
  128.           Left = 16
  129.           Top = 68
  130.           Width = 281
  131.           Height = 17
  132.           Caption = '&Send mails from this folder (outbox)'
  133.           TabOrder = 3
  134.           OnClick = CheckBox1Click
  135.         end
  136.         object RadioButton3: TRadioButton
  137.           Tag = 183
  138.           Left = 16
  139.           Top = 88
  140.           Width = 281
  141.           Height = 17
  142.           Caption = 'This folder accepts &incoming mails (inbox)'
  143.           TabOrder = 4
  144.           OnClick = CheckBox1Click
  145.         end
  146.       end
  147.     end
  148.   end
  149.   object Button1: TButton
  150.     Tag = 116
  151.     Left = 88
  152.     Top = 300
  153.     Width = 75
  154.     Height = 25
  155.     Caption = '&OK'
  156.     Default = True
  157.     TabOrder = 1
  158.     OnClick = Button1Click
  159.   end
  160.   object Button2: TButton
  161.     Tag = 117
  162.     Left = 168
  163.     Top = 300
  164.     Width = 75
  165.     Height = 25
  166.     Cancel = True
  167.     Caption = '&Cancel'
  168.     ModalResult = 2
  169.     TabOrder = 2
  170.   end
  171.   object Button3: TButton
  172.     Tag = 118
  173.     Left = 248
  174.     Top = 300
  175.     Width = 75
  176.     Height = 25
  177.     Caption = '&Help...'
  178.     TabOrder = 3
  179.     OnClick = Button3Click
  180.   end
  181.   object Panel2: TPanel
  182.     Left = 0
  183.     Top = 0
  184.     Width = 330
  185.     Height = 29
  186.     Align = alTop
  187.     BevelOuter = bvNone
  188.     TabOrder = 4
  189.     object Image1: TImage
  190.       Left = 6
  191.       Top = 4
  192.       Width = 318
  193.       Height = 25
  194.       AutoSize = True
  195.     end
  196.     object Image2: TImage
  197.       Left = 10
  198.       Top = 8
  199.       Width = 16
  200.       Height = 16
  201.       AutoSize = True
  202.       Picture.Data = {<image000.bmp>}
  203.       Transparent = True
  204.     end
  205.     object Label4: TLabel
  206.       Tag = 169
  207.       Left = 30
  208.       Top = 6
  209.       Width = 43
  210.       Height = 19
  211.       Caption = 'Folder'
  212.       Font.Charset = ANSI_CHARSET
  213.       Font.Color = clCaptionText
  214.       Font.Height = -16
  215.       Font.Name = 'Times New Roman'
  216.       Font.Style = [fsBold]
  217.       ParentFont = False
  218.       Transparent = True
  219.     end
  220.   end
  221. end
  222.