object waveletfrm: Twaveletfrm Left = 339 Top = 178 BorderStyle = bsDialog Caption = 'Wavelet Denoising Filter' ClientHeight = 173 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = -2 Top = 0 Width = 320 Height = 27 Stretch = True end object Image3: TImage Left = 183 Top = 0 Width = 114 Height = 173 Align = alRight AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 16 Top = 80 Width = 14 Height = 13 Caption = '0%' end object Label2: TLabel Left = 272 Top = 80 Width = 20 Height = 13 Caption = '30%' end object Image2: TImage Left = 8 Top = 8 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object GroupBox1: TGroupBox Left = 16 Top = 98 Width = 89 Height = 63 Caption = 'Threshold' TabOrder = 4 object Label3: TLabel Left = 8 Top = 25 Width = 73 Height = 20 Alignment = taCenter AutoSize = False Caption = '5%' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object lambda: TTrackBar Left = 8 Top = 48 Width = 281 Height = 33 Max = 300 Orientation = trHorizontal Frequency = 10 Position = 50 SelEnd = 50 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = lambdaChange end object rg1: TRadioGroup Left = 114 Top = 98 Width = 87 Height = 63 Caption = 'Thresholding' ItemIndex = 0 Items.Strings = ( 'Soft' 'Hard') TabOrder = 1 end object Button1: TButton Left = 210 Top = 104 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 210 Top = 136 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = Button2Click end end