home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TGAUSSIANFRM / TGAUSSIANFRM.txt < prev   
Encoding:
Text File  |  2002-08-18  |  1.9 KB  |  105 lines

  1. object Gaussianfrm: TGaussianfrm
  2.   Left = 207
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add gaussian noise'
  6.   ClientHeight = 114
  7.   ClientWidth = 301
  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 = True
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 217
  20.     Top = 13
  21.     Width = 72
  22.     Height = 48
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 56
  27.     Width = 6
  28.     Height = 13
  29.     Caption = '0'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 100
  33.     Top = 56
  34.     Width = 14
  35.     Height = 13
  36.     Caption = '0'#39'5'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 187
  40.     Top = 56
  41.     Width = 6
  42.     Height = 13
  43.     Caption = '1'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 221
  47.     Top = 25
  48.     Width = 65
  49.     Height = 24
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = '0.5'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clNavy
  55.     Font.Height = -21
  56.     Font.Name = 'Times New Roman'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object Label5: TLabel
  61.     Left = 21
  62.     Top = 8
  63.     Width = 119
  64.     Height = 13
  65.     Caption = '&Gaussian noise variance:'
  66.     FocusControl = TrackBar1
  67.   end
  68.   object TrackBar1: TTrackBar
  69.     Left = 14
  70.     Top = 24
  71.     Width = 187
  72.     Height = 33
  73.     Max = 1000
  74.     Orientation = trHorizontal
  75.     Frequency = 100
  76.     Position = 100
  77.     SelEnd = 100
  78.     SelStart = 0
  79.     TabOrder = 2
  80.     ThumbLength = 20
  81.     TickMarks = tmBottomRight
  82.     TickStyle = tsAuto
  83.     OnChange = TrackBar1Change
  84.   end
  85.   object Button2: TButton
  86.     Left = 119
  87.     Top = 80
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = '&Cancel'
  92.     TabOrder = 0
  93.     OnClick = Button2Click
  94.   end
  95.   object Button1: TButton
  96.     Left = 23
  97.     Top = 80
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&OK'
  101.     TabOrder = 1
  102.     OnClick = Button1Click
  103.   end
  104. end
  105.