home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TWAVELETFRM / TWAVELETFRM.txt < prev   
Encoding:
Text File  |  2002-08-18  |  2.4 KB  |  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.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = -2
  21.     Top = 0
  22.     Width = 320
  23.     Height = 27
  24.     Stretch = True
  25.   end
  26.   object Image3: TImage
  27.     Left = 183
  28.     Top = 0
  29.     Width = 114
  30.     Height = 173
  31.     Align = alRight
  32.     AutoSize = True
  33.     Picture.Data = {<image000.bmp>}
  34.     Transparent = True
  35.   end
  36.   object Label1: TLabel
  37.     Left = 16
  38.     Top = 80
  39.     Width = 14
  40.     Height = 13
  41.     Caption = '0%'
  42.   end
  43.   object Label2: TLabel
  44.     Left = 272
  45.     Top = 80
  46.     Width = 20
  47.     Height = 13
  48.     Caption = '30%'
  49.   end
  50.   object Image2: TImage
  51.     Left = 8
  52.     Top = 8
  53.     Width = 32
  54.     Height = 32
  55.     AutoSize = True
  56.     Picture.Data = {<image001.bmp>}
  57.     Transparent = True
  58.   end
  59.   object GroupBox1: TGroupBox
  60.     Left = 16
  61.     Top = 98
  62.     Width = 89
  63.     Height = 63
  64.     Caption = 'Threshold'
  65.     TabOrder = 4
  66.     object Label3: TLabel
  67.       Left = 8
  68.       Top = 25
  69.       Width = 73
  70.       Height = 20
  71.       Alignment = taCenter
  72.       AutoSize = False
  73.       Caption = '5%'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clNavy
  76.       Font.Height = -16
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.     end
  81.   end
  82.   object lambda: TTrackBar
  83.     Left = 8
  84.     Top = 48
  85.     Width = 281
  86.     Height = 33
  87.     Max = 300
  88.     Orientation = trHorizontal
  89.     Frequency = 10
  90.     Position = 50
  91.     SelEnd = 50
  92.     SelStart = 0
  93.     TabOrder = 0
  94.     ThumbLength = 20
  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.