home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / TransSoftMail / tmc4bpe.exe / %MAINDIR% / Tmc4.exe / 0 / RCDATA / TFOLDERPROPERTIES / TFOLDERPROPERTIES.txt
Encoding:
Text File  |  1999-02-07  |  2.3 KB  |  120 lines

  1. object FolderProperties: TFolderProperties
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Folder Properties...'
  6.   ClientHeight = 135
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LMDLabelFill1: TLMDLabelFill
  20.     Left = 6
  21.     Top = 3
  22.     Width = 145
  23.     Height = 27
  24.     FillObject.Style = sfGradient
  25.     FillObject.Gradient.Color = clRed
  26.     FillObject.Gradient.ColorCount = 31
  27.     FillObject.Gradient.Style = gstElliptic
  28.     Caption = 'Folder properties:'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -19
  32.     Font.Name = 'Impact'
  33.     Font.Style = []
  34.     FontFx.Style = tdRaisedShadow
  35.     ParentFont = False
  36.   end
  37.   object Label1: TLabel
  38.     Left = 87
  39.     Top = 47
  40.     Width = 31
  41.     Height = 13
  42.     Alignment = taRightJustify
  43.     Caption = 'Name:'
  44.   end
  45.   object Label2: TLabel
  46.     Left = 14
  47.     Top = 69
  48.     Width = 104
  49.     Height = 13
  50.     Alignment = taRightJustify
  51.     Caption = 'Notification sound file:'
  52.   end
  53.   object FilenameEdit1: TFilenameEdit
  54.     Left = 121
  55.     Top = 66
  56.     Width = 233
  57.     Height = 21
  58.     Filter = 'Wav files|*.wav|All files (*.*)|*.*'
  59.     FilterIndex = 0
  60.     NumGlyphs = 1
  61.     TabOrder = 0
  62.   end
  63.   object Button1: TButton
  64.     Left = 228
  65.     Top = 103
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.   end
  73.   object Button2: TButton
  74.     Left = 309
  75.     Top = 103
  76.     Width = 75
  77.     Height = 25
  78.     Cancel = True
  79.     Caption = 'Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 2
  82.   end
  83.   object Edit1: TEdit
  84.     Left = 121
  85.     Top = 43
  86.     Width = 233
  87.     Height = 21
  88.     TabOrder = 3
  89.   end
  90.   object MultiLang1: TMultiLang
  91.     Languages = 2
  92.     Words.Strings = (
  93.       '%Form%'
  94.       'Folder Properties...'
  95.       'Eiginleikar m∩┐╜ppu...'
  96.       'LMDLabelFill1'
  97.       'Folder properties:'
  98.       'Eiginleikar m∩┐╜ppu:'
  99.       'Label1'
  100.       'Name:'
  101.       'Nafn:'
  102.       'Label2'
  103.       'Notification sound file:'
  104.       'Hlj∩┐╜∩┐╜:'
  105.       'FilenameEdit1'
  106.       ''
  107.       ''
  108.       'Button1'
  109.       'OK'
  110.       '∩┐╜ lagi'
  111.       'Button2'
  112.       'Cancel'
  113.       'H∩┐╜tta vi∩┐╜'
  114.       'Edit1'
  115.       ''
  116.       '')
  117.     Left = 320
  118.   end
  119. end
  120.