home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TWAVELETFRM / TWAVELETFRM.txt < prev   
Text File  |  2005-05-01  |  3KB  |  134 lines

  1. object waveletfrm: Twaveletfrm
  2.   Left = 339
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = 'Wavelet Denoising Filter'
  6.   ClientHeight = 173
  7.   ClientWidth = 297
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = -2
  22.     Top = 0
  23.     Width = 320
  24.     Height = 27
  25.     Stretch = True
  26.   end
  27.   object Image3: TImage
  28.     Left = 183
  29.     Top = 0
  30.     Width = 114
  31.     Height = 173
  32.     Align = alRight
  33.     AutoSize = True
  34.     Picture.Data = {<image001.bmp>}
  35.     Transparent = True
  36.   end
  37.   object Label1: TLabel
  38.     Left = 16
  39.     Top = 80
  40.     Width = 14
  41.     Height = 13
  42.     Caption = '0%'
  43.   end
  44.   object Label2: TLabel
  45.     Left = 272
  46.     Top = 80
  47.     Width = 20
  48.     Height = 13
  49.     Caption = '30%'
  50.   end
  51.   object Image2: TImage
  52.     Left = 8
  53.     Top = 8
  54.     Width = 32
  55.     Height = 32
  56.     AutoSize = True
  57.     Picture.Data = {<image002.bmp>}
  58.     Transparent = True
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 16
  62.     Top = 98
  63.     Width = 89
  64.     Height = 63
  65.     Caption = 'Threshold'
  66.     TabOrder = 4
  67.     object Label3: TLabel
  68.       Left = 8
  69.       Top = 25
  70.       Width = 73
  71.       Height = 20
  72.       Alignment = taCenter
  73.       AutoSize = False
  74.       Caption = '5%'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clNavy
  77.       Font.Height = -16
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = [fsBold]
  80.       ParentFont = False
  81.     end
  82.   end
  83.   object lambda: TTrackBar
  84.     Left = 8
  85.     Top = 48
  86.     Width = 281
  87.     Height = 33
  88.     Max = 300
  89.     Orientation = trHorizontal
  90.     Frequency = 10
  91.     Position = 50
  92.     SelEnd = 50
  93.     SelStart = 0
  94.     TabOrder = 0
  95.     TickMarks = tmBottomRight
  96.     TickStyle = tsAuto
  97.     OnChange = lambdaChange
  98.   end
  99.   object rg1: TRadioGroup
  100.     Left = 114
  101.     Top = 98
  102.     Width = 87
  103.     Height = 63
  104.     Caption = 'Thresholding'
  105.     ItemIndex = 0
  106.     Items.Strings = (
  107.       'Soft'
  108.       'Hard')
  109.     TabOrder = 1
  110.   end
  111.   object Button1: TButton
  112.     Left = 210
  113.     Top = 104
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 2
  120.     OnClick = Button1Click
  121.   end
  122.   object Button2: TButton
  123.     Left = 210
  124.     Top = 136
  125.     Width = 75
  126.     Height = 25
  127.     Cancel = True
  128.     Caption = 'Cancel'
  129.     ModalResult = 2
  130.     TabOrder = 3
  131.     OnClick = Button2Click
  132.   end
  133. end
  134.