home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / ImagoWeb / iwsetup.EXE / imagoWEB.exe / 0 / RCDATA / TEFFECTMANAGER / TEFFECTMANAGER.txt
Text File  |  1998-07-27  |  61KB  |  2,452 lines

  1. object EffectManager: TEffectManager
  2.   Left = 213
  3.   Top = 182
  4.   Width = 459
  5.   Height = 273
  6.   BorderIcons = []
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'imagoWEB Effects Manager'
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CBG: TGauge
  20.     Left = 0
  21.     Top = 218
  22.     Width = 451
  23.     Height = 7
  24.     Align = alBottom
  25.     ShowText = False
  26.     ForeColor = clRed
  27.     Progress = 0
  28.   end
  29.   object ButtonPanel: TPanel
  30.     Left = 344
  31.     Top = 0
  32.     Width = 107
  33.     Height = 218
  34.     Align = alRight
  35.     BevelInner = bvLowered
  36.     BorderStyle = bsSingle
  37.     Color = clTeal
  38.     TabOrder = 1
  39.     object OKBtn: TBitBtn
  40.       Left = 11
  41.       Top = 12
  42.       Width = 78
  43.       Height = 27
  44.       TabOrder = 0
  45.       OnClick = OKBtnClick
  46.       Kind = bkOK
  47.       Margin = 2
  48.       Style = bsNew
  49.       Spacing = -1
  50.       IsControl = True
  51.     end
  52.     object CancelBtn: TBitBtn
  53.       Left = 11
  54.       Top = 43
  55.       Width = 78
  56.       Height = 27
  57.       TabOrder = 1
  58.       OnClick = CancelBtnClick
  59.       Kind = bkCancel
  60.       Margin = 2
  61.       Style = bsNew
  62.       Spacing = -1
  63.       IsControl = True
  64.     end
  65.     object DitherC: TCheckBox
  66.       Left = 3
  67.       Top = 195
  68.       Width = 91
  69.       Height = 17
  70.       Caption = 'Dither Image'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clYellow
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = [fsBold]
  76.       ParentFont = False
  77.       TabOrder = 2
  78.       Visible = False
  79.       OnClick = DitherCClick
  80.     end
  81.     object Undo: TBitBtn
  82.       Left = 11
  83.       Top = 104
  84.       Width = 78
  85.       Height = 27
  86.       Caption = 'Undo'
  87.       TabOrder = 3
  88.       OnClick = UndoClick
  89.       Glyph.Data = {
  90.         76010000424D7601000000000000760000002800000020000000100000000100
  91.         0400000000000001000000000000000000001000000010000000000000000000
  92.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  93.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  94.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  95.         3333333777333777FF3333993333339993333377FF3333377FF3399993333339
  96.         993337777FF3333377F3393999333333993337F777FF333337FF993399933333
  97.         399377F3777FF333377F993339993333399377F33777FF33377F993333999333
  98.         399377F333777FF3377F993333399933399377F3333777FF377F993333339993
  99.         399377FF3333777FF7733993333339993933373FF3333777F7F3399933333399
  100.         99333773FF3333777733339993333339933333773FFFFFF77333333999999999
  101.         3333333777333777333333333999993333333333377777333333}
  102.       Margin = 5
  103.       NumGlyphs = 2
  104.       Spacing = 5
  105.     end
  106.     object Button1: TBitBtn
  107.       Left = 11
  108.       Top = 73
  109.       Width = 78
  110.       Height = 27
  111.       Caption = 'Reload'
  112.       TabOrder = 4
  113.       OnClick = Button1Click
  114.       Glyph.Data = {
  115.         76010000424D7601000000000000760000002800000020000000100000000100
  116.         0400000000000001000000000000000000001000000010000000000000000000
  117.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  118.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  119.         333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  120.         0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  121.         07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  122.         07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  123.         0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  124.         33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  125.         B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  126.         3BB33773333773333773B333333B3333333B7333333733333337}
  127.       Margin = 5
  128.       NumGlyphs = 2
  129.     end
  130.   end
  131.   object TabSet: TTabSet
  132.     Left = 0
  133.     Top = 225
  134.     Width = 451
  135.     Height = 21
  136.     Align = alBottom
  137.     BackgroundColor = clInfoBk
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clWindowText
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     SelectedColor = clAqua
  144.     OnClick = TabSetClick
  145.   end
  146.   object Notebook: TNotebook
  147.     Left = 0
  148.     Top = 0
  149.     Width = 344
  150.     Height = 218
  151.     Align = alClient
  152.     Color = clNavy
  153.     Font.Charset = DEFAULT_CHARSET
  154.     Font.Color = clYellow
  155.     Font.Height = -11
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = []
  158.     ParentColor = False
  159.     ParentFont = False
  160.     TabOrder = 0
  161.     OnPageChanged = NotebookPageChanged
  162.     IsControl = True
  163.     object TPage
  164.       Left = 0
  165.       Top = 0
  166.       Caption = 'AutoContrast'
  167.       object GroupBox28: TGroupBox
  168.         Left = 7
  169.         Top = 10
  170.         Width = 323
  171.         Height = 181
  172.         Caption = 'Automatic Contrast'
  173.         TabOrder = 0
  174.         IsControl = True
  175.         object AutoContrast: TBitBtn
  176.           Left = 206
  177.           Top = 120
  178.           Width = 89
  179.           Height = 33
  180.           Caption = 'Preview'
  181.           Enabled = False
  182.           TabOrder = 0
  183.           OnClick = AutoContrastClick
  184.           Style = bsNew
  185.         end
  186.         object AUTOOK: TCheckBox
  187.           Left = 209
  188.           Top = 160
  189.           Width = 96
  190.           Height = 17
  191.           Caption = 'Contrast on ok'
  192.           TabOrder = 1
  193.           OnClick = AUTOOKClick
  194.         end
  195.       end
  196.     end
  197.     object TPage
  198.       Left = 0
  199.       Top = 0
  200.       Caption = 'Bleed'
  201.       object GroupBox19: TGroupBox
  202.         Left = 7
  203.         Top = 10
  204.         Width = 323
  205.         Height = 181
  206.         Caption = 'Bleed Image'
  207.         Color = clNavy
  208.         Font.Charset = DEFAULT_CHARSET
  209.         Font.Color = clYellow
  210.         Font.Height = -11
  211.         Font.Name = 'MS Sans Serif'
  212.         Font.Style = []
  213.         ParentColor = False
  214.         ParentFont = False
  215.         TabOrder = 0
  216.         IsControl = True
  217.         object Label27: TLabel
  218.           Left = 219
  219.           Top = 72
  220.           Width = 45
  221.           Height = 13
  222.           Caption = 'Value = 0'
  223.         end
  224.         object Bleed: TBitBtn
  225.           Left = 206
  226.           Top = 120
  227.           Width = 89
  228.           Height = 33
  229.           Caption = 'Preview'
  230.           Font.Charset = DEFAULT_CHARSET
  231.           Font.Color = clBlack
  232.           Font.Height = -11
  233.           Font.Name = 'MS Sans Serif'
  234.           Font.Style = []
  235.           ParentFont = False
  236.           TabOrder = 0
  237.           OnClick = BleedClick
  238.           Style = bsNew
  239.         end
  240.         object BleedBar: TScrollBar
  241.           Left = 180
  242.           Top = 92
  243.           Width = 135
  244.           Height = 17
  245.           Hint = 'Value'
  246.           Max = 255
  247.           Min = -255
  248.           ParentShowHint = False
  249.           ShowHint = True
  250.           TabOrder = 1
  251.           OnChange = BleedBarChange
  252.         end
  253.       end
  254.     end
  255.     object TPage
  256.       Left = 0
  257.       Top = 0
  258.       Caption = 'Blur'
  259.       object GroupBox9: TGroupBox
  260.         Left = 7
  261.         Top = 10
  262.         Width = 323
  263.         Height = 181
  264.         Caption = 'Blur Image'
  265.         TabOrder = 0
  266.         IsControl = True
  267.         object Label2: TLabel
  268.           Left = 219
  269.           Top = 72
  270.           Width = 45
  271.           Height = 13
  272.           Caption = 'Value = 0'
  273.         end
  274.         object Blur: TBitBtn
  275.           Left = 206
  276.           Top = 120
  277.           Width = 89
  278.           Height = 33
  279.           Caption = 'Preview'
  280.           Font.Charset = DEFAULT_CHARSET
  281.           Font.Color = clBlack
  282.           Font.Height = -11
  283.           Font.Name = 'MS Sans Serif'
  284.           Font.Style = []
  285.           ParentFont = False
  286.           TabOrder = 0
  287.           OnClick = BlurClick
  288.           Style = bsNew
  289.         end
  290.         object BlurBar: TScrollBar
  291.           Left = 180
  292.           Top = 92
  293.           Width = 135
  294.           Height = 17
  295.           Hint = 'Value'
  296.           ParentShowHint = False
  297.           ShowHint = True
  298.           TabOrder = 1
  299.           OnChange = BlurBarChange
  300.         end
  301.       end
  302.     end
  303.     object TPage
  304.       Left = 0
  305.       Top = 0
  306.       Caption = 'Bright/Dark'
  307.       IsControl = True
  308.       object GroupBox2: TGroupBox
  309.         Left = 7
  310.         Top = 10
  311.         Width = 323
  312.         Height = 181
  313.         Caption = 'Bright / Dark'
  314.         TabOrder = 0
  315.         IsControl = True
  316.         object Label7: TLabel
  317.           Left = 219
  318.           Top = 72
  319.           Width = 45
  320.           Height = 13
  321.           Caption = 'Value = 0'
  322.         end
  323.         object Bright: TBitBtn
  324.           Left = 206
  325.           Top = 120
  326.           Width = 89
  327.           Height = 33
  328.           Caption = 'Preview'
  329.           Font.Charset = DEFAULT_CHARSET
  330.           Font.Color = clBlack
  331.           Font.Height = -11
  332.           Font.Name = 'MS Sans Serif'
  333.           Font.Style = []
  334.           ParentFont = False
  335.           TabOrder = 0
  336.           OnClick = BrightClick
  337.           Style = bsNew
  338.         end
  339.         object BDIEdit: TScrollBar
  340.           Left = 180
  341.           Top = 92
  342.           Width = 135
  343.           Height = 17
  344.           Hint = 'Value'
  345.           Max = 255
  346.           Min = -255
  347.           ParentShowHint = False
  348.           ShowHint = True
  349.           TabOrder = 1
  350.           OnChange = BDIEditChange
  351.         end
  352.       end
  353.     end
  354.     object TPage
  355.       Left = 0
  356.       Top = 0
  357.       Caption = 'Color'
  358.       object Label5: TLabel
  359.         Left = 202
  360.         Top = 192
  361.         Width = 80
  362.         Height = 13
  363.         Caption = 'Number of colors'
  364.       end
  365.       object GroupBox7: TGroupBox
  366.         Left = 7
  367.         Top = 10
  368.         Width = 323
  369.         Height = 181
  370.         Caption = 'Color Reduction'
  371.         TabOrder = 0
  372.         IsControl = True
  373.         object Reduce: TBitBtn
  374.           Left = 206
  375.           Top = 119
  376.           Width = 89
  377.           Height = 33
  378.           Caption = 'Preview'
  379.           Font.Charset = DEFAULT_CHARSET
  380.           Font.Color = clBlack
  381.           Font.Height = -11
  382.           Font.Name = 'MS Sans Serif'
  383.           Font.Style = []
  384.           ParentFont = False
  385.           TabOrder = 0
  386.           OnClick = ReduceClick
  387.           Style = bsNew
  388.         end
  389.         object R1: TRadioButton
  390.           Left = 208
  391.           Top = 60
  392.           Width = 91
  393.           Height = 17
  394.           Hint = 'Dither Method'
  395.           Caption = 'Bayer'
  396.           Checked = True
  397.           ParentShowHint = False
  398.           ShowHint = True
  399.           TabOrder = 1
  400.           TabStop = True
  401.         end
  402.         object R2: TRadioButton
  403.           Left = 208
  404.           Top = 88
  405.           Width = 91
  406.           Height = 17
  407.           Hint = 'Dither Method'
  408.           Caption = 'Burkes'
  409.           ParentShowHint = False
  410.           ShowHint = True
  411.           TabOrder = 2
  412.         end
  413.         object R3: TRadioButton
  414.           Left = 208
  415.           Top = 74
  416.           Width = 91
  417.           Height = 17
  418.           Hint = 'Dither Method'
  419.           Caption = 'Floyed'
  420.           ParentShowHint = False
  421.           ShowHint = True
  422.           TabOrder = 3
  423.         end
  424.         object R4: TRadioButton
  425.           Left = 208
  426.           Top = 102
  427.           Width = 109
  428.           Height = 17
  429.           Hint = 'Dither Method'
  430.           Caption = 'GrayScale'
  431.           ParentShowHint = False
  432.           ShowHint = True
  433.           TabOrder = 4
  434.           OnClick = R4Click
  435.         end
  436.         object Numcolors: TScrollBar
  437.           Left = 181
  438.           Top = 156
  439.           Width = 135
  440.           Height = 17
  441.           Hint = 'Number of colors'
  442.           Max = 255
  443.           ParentShowHint = False
  444.           ShowHint = True
  445.           TabOrder = 5
  446.           OnChange = NumcolorsChange
  447.         end
  448.       end
  449.     end
  450.     object TPage
  451.       Left = 0
  452.       Top = 0
  453.       Caption = 'Curl Page'
  454.       object GroupBox21: TGroupBox
  455.         Left = 7
  456.         Top = 10
  457.         Width = 323
  458.         Height = 181
  459.         Caption = 'Curl Page Effect'
  460.         TabOrder = 0
  461.         IsControl = True
  462.         object Curl: TBitBtn
  463.           Left = 161
  464.           Top = 135
  465.           Width = 53
  466.           Height = 43
  467.           Caption = 'Preview'
  468.           Enabled = False
  469.           Font.Charset = DEFAULT_CHARSET
  470.           Font.Color = clBlack
  471.           Font.Height = -11
  472.           Font.Name = 'MS Sans Serif'
  473.           Font.Style = []
  474.           ParentFont = False
  475.           TabOrder = 0
  476.           OnClick = CurlClick
  477.           Style = bsNew
  478.         end
  479.         object GroupBox22: TGroupBox
  480.           Left = 260
  481.           Top = 130
  482.           Width = 62
  483.           Height = 48
  484.           Caption = 'Location '
  485.           TabOrder = 1
  486.           object C_RT: TRadioButton
  487.             Left = 36
  488.             Top = 13
  489.             Width = 20
  490.             Height = 17
  491.             Hint = 'Right Top'
  492.             ParentShowHint = False
  493.             ShowHint = True
  494.             TabOrder = 0
  495.           end
  496.           object C_LT: TRadioButton
  497.             Left = 8
  498.             Top = 13
  499.             Width = 17
  500.             Height = 17
  501.             Hint = 'Left Top'
  502.             Checked = True
  503.             ParentShowHint = False
  504.             ShowHint = True
  505.             TabOrder = 1
  506.             TabStop = True
  507.           end
  508.           object C_LB: TRadioButton
  509.             Left = 8
  510.             Top = 29
  511.             Width = 18
  512.             Height = 17
  513.             Hint = 'Left Bottom'
  514.             ParentShowHint = False
  515.             ShowHint = True
  516.             TabOrder = 2
  517.           end
  518.           object C_RB: TRadioButton
  519.             Left = 36
  520.             Top = 29
  521.             Width = 17
  522.             Height = 17
  523.             Hint = 'Right Bottom'
  524.             ParentShowHint = False
  525.             ShowHint = True
  526.             TabOrder = 3
  527.           end
  528.         end
  529.         object GroupBox23: TGroupBox
  530.           Left = 214
  531.           Top = 130
  532.           Width = 46
  533.           Height = 48
  534.           Caption = 'Orient.'
  535.           TabOrder = 2
  536.           object C_OH: TRadioButton
  537.             Left = 15
  538.             Top = 13
  539.             Width = 17
  540.             Height = 17
  541.             Hint = 'Horizonal Curl'
  542.             Checked = True
  543.             ParentShowHint = False
  544.             ShowHint = True
  545.             TabOrder = 0
  546.             TabStop = True
  547.           end
  548.           object C_OV: TRadioButton
  549.             Left = 15
  550.             Top = 29
  551.             Width = 18
  552.             Height = 17
  553.             Hint = 'Vertical Curl'
  554.             ParentShowHint = False
  555.             ShowHint = True
  556.             TabOrder = 1
  557.           end
  558.         end
  559.         object CurlBC: TBitBtn
  560.           Left = 242
  561.           Top = 100
  562.           Width = 79
  563.           Height = 31
  564.           Caption = 'F-Color'
  565.           Font.Charset = DEFAULT_CHARSET
  566.           Font.Color = clBlack
  567.           Font.Height = -11
  568.           Font.Name = 'MS Sans Serif'
  569.           Font.Style = []
  570.           ParentFont = False
  571.           TabOrder = 3
  572.           OnClick = CurlBCClick
  573.           Style = bsNew
  574.         end
  575.         object CurlFC: TBitBtn
  576.           Left = 161
  577.           Top = 100
  578.           Width = 79
  579.           Height = 31
  580.           Caption = 'B-Color'
  581.           Font.Charset = DEFAULT_CHARSET
  582.           Font.Color = clBlack
  583.           Font.Height = -11
  584.           Font.Name = 'MS Sans Serif'
  585.           Font.Style = []
  586.           ParentFont = False
  587.           TabOrder = 4
  588.           OnClick = CurlFCClick
  589.           Style = bsNew
  590.         end
  591.         object GroupBox24: TGroupBox
  592.           Left = 161
  593.           Top = 66
  594.           Width = 77
  595.           Height = 31
  596.           Caption = 'Shading'
  597.           TabOrder = 5
  598.           object B_CUBC: TRadioButton
  599.             Left = 51
  600.             Top = 12
  601.             Width = 17
  602.             Height = 17
  603.             Hint = 'Use Backgroun color'
  604.             ParentShowHint = False
  605.             ShowHint = True
  606.             TabOrder = 0
  607.           end
  608.           object B_CUFC: TRadioButton
  609.             Left = 9
  610.             Top = 12
  611.             Width = 18
  612.             Height = 17
  613.             Hint = 'Use foreground color'
  614.             Checked = True
  615.             ParentShowHint = False
  616.             ShowHint = True
  617.             TabOrder = 1
  618.             TabStop = True
  619.           end
  620.         end
  621.         object FCC: TGroupBox
  622.           Left = 243
  623.           Top = 66
  624.           Width = 77
  625.           Height = 31
  626.           Caption = 'Background'
  627.           TabOrder = 6
  628.           object B_CFC: TRadioButton
  629.             Left = 49
  630.             Top = 12
  631.             Width = 17
  632.             Height = 17
  633.             Hint = 'Use Backgroun color'
  634.             ParentShowHint = False
  635.             ShowHint = True
  636.             TabOrder = 0
  637.           end
  638.           object B_CBC: TRadioButton
  639.             Left = 12
  640.             Top = 12
  641.             Width = 18
  642.             Height = 17
  643.             Hint = 'Use foreground color'
  644.             Checked = True
  645.             ParentShowHint = False
  646.             ShowHint = True
  647.             TabOrder = 1
  648.             TabStop = True
  649.           end
  650.         end
  651.         object C_Trans: TCheckBox
  652.           Left = 161
  653.           Top = 48
  654.           Width = 80
  655.           Height = 17
  656.           Hint = 'Keep Image'
  657.           Caption = 'Keep Image'
  658.           ParentShowHint = False
  659.           ShowHint = True
  660.           TabOrder = 7
  661.         end
  662.         object CShade: TCheckBox
  663.           Left = 239
  664.           Top = 48
  665.           Width = 49
  666.           Height = 17
  667.           Hint = 'Shade Under Curl'
  668.           Caption = 'Shade'
  669.           ParentShowHint = False
  670.           ShowHint = True
  671.           State = cbChecked
  672.           TabOrder = 8
  673.         end
  674.         object Value: TSpinEdit
  675.           Left = 288
  676.           Top = 46
  677.           Width = 31
  678.           Height = 22
  679.           Hint = 'Shading transparancy'
  680.           Font.Charset = DEFAULT_CHARSET
  681.           Font.Color = clBlack
  682.           Font.Height = -11
  683.           Font.Name = 'MS Sans Serif'
  684.           Font.Style = []
  685.           MaxValue = 5
  686.           MinValue = 1
  687.           ParentFont = False
  688.           ParentShowHint = False
  689.           ShowHint = True
  690.           TabOrder = 9
  691.           Value = 4
  692.         end
  693.       end
  694.       object CONOK: TCheckBox
  695.         Left = 167
  696.         Top = 192
  697.         Width = 89
  698.         Height = 15
  699.         Caption = 'Curl On OK'
  700.         TabOrder = 1
  701.         OnClick = CONOKClick
  702.       end
  703.     end
  704.     object TPage
  705.       Left = 0
  706.       Top = 0
  707.       Caption = 'Edge Detection'
  708.       object GroupBox32: TGroupBox
  709.         Left = 7
  710.         Top = 10
  711.         Width = 323
  712.         Height = 181
  713.         Caption = 'Edge Detection'
  714.         TabOrder = 0
  715.         IsControl = True
  716.         object Label32: TLabel
  717.           Left = 219
  718.           Top = 72
  719.           Width = 45
  720.           Height = 13
  721.           Caption = 'Value = 1'
  722.         end
  723.         object Edgebtn: TBitBtn
  724.           Left = 206
  725.           Top = 120
  726.           Width = 89
  727.           Height = 33
  728.           Caption = 'Preview'
  729.           Font.Charset = DEFAULT_CHARSET
  730.           Font.Color = clBlack
  731.           Font.Height = -11
  732.           Font.Name = 'MS Sans Serif'
  733.           Font.Style = []
  734.           ParentFont = False
  735.           TabOrder = 0
  736.           OnClick = EdgebtnClick
  737.           Style = bsNew
  738.         end
  739.         object EdgeBar: TScrollBar
  740.           Left = 180
  741.           Top = 92
  742.           Width = 135
  743.           Height = 17
  744.           Hint = 'Value'
  745.           Min = 1
  746.           ParentShowHint = False
  747.           Position = 1
  748.           ShowHint = True
  749.           TabOrder = 1
  750.           OnChange = EdgeBarChange
  751.         end
  752.       end
  753.     end
  754.     object TPage
  755.       Left = 0
  756.       Top = 0
  757.       Caption = 'Engrave'
  758.       object GroupBox10: TGroupBox
  759.         Left = 7
  760.         Top = 10
  761.         Width = 323
  762.         Height = 181
  763.         Caption = 'Engrave Image'
  764.         TabOrder = 0
  765.         IsControl = True
  766.         object Label9: TLabel
  767.           Left = 219
  768.           Top = 72
  769.           Width = 45
  770.           Height = 13
  771.           Caption = 'Value = 0'
  772.         end
  773.         object Engrave: TBitBtn
  774.           Left = 206
  775.           Top = 120
  776.           Width = 89
  777.           Height = 33
  778.           Caption = 'Preview'
  779.           Font.Charset = DEFAULT_CHARSET
  780.           Font.Color = clBlack
  781.           Font.Height = -11
  782.           Font.Name = 'MS Sans Serif'
  783.           Font.Style = []
  784.           ParentFont = False
  785.           TabOrder = 0
  786.           OnClick = EngraveClick
  787.           Style = bsNew
  788.         end
  789.         object EngBar: TScrollBar
  790.           Left = 180
  791.           Top = 92
  792.           Width = 135
  793.           Height = 17
  794.           Hint = 'Value'
  795.           Max = 10
  796.           ParentShowHint = False
  797.           ShowHint = True
  798.           TabOrder = 1
  799.           OnChange = EngBarChange
  800.         end
  801.       end
  802.     end
  803.     object TPage
  804.       Left = 0
  805.       Top = 0
  806.       Caption = 'Enhance'
  807.       object GroupBox15: TGroupBox
  808.         Left = 7
  809.         Top = 10
  810.         Width = 323
  811.         Height = 181
  812.         Caption = 'Enhance Image'
  813.         TabOrder = 0
  814.         IsControl = True
  815.         object Label18: TLabel
  816.           Left = 189
  817.           Top = 47
  818.           Width = 59
  819.           Height = 13
  820.           Caption = 'Gamma Red'
  821.         end
  822.         object Label20: TLabel
  823.           Left = 251
  824.           Top = 47
  825.           Width = 68
  826.           Height = 13
  827.           Caption = 'Gamma Green'
  828.         end
  829.         object Label21: TLabel
  830.           Left = 189
  831.           Top = 82
  832.           Width = 60
  833.           Height = 13
  834.           Caption = 'Gamma Blue'
  835.         end
  836.         object Label22: TLabel
  837.           Left = 256
  838.           Top = 83
  839.           Width = 27
  840.           Height = 13
  841.           Caption = 'Brigth'
  842.         end
  843.         object Label23: TLabel
  844.           Left = 193
  845.           Top = 127
  846.           Width = 39
  847.           Height = 13
  848.           Hint = 'gauss or uniform'
  849.           Caption = 'Contrast'
  850.         end
  851.         object Enhance: TBitBtn
  852.           Left = 193
  853.           Top = 148
  854.           Width = 89
  855.           Height = 29
  856.           Caption = 'Preview'
  857.           Enabled = False
  858.           Font.Charset = DEFAULT_CHARSET
  859.           Font.Color = clBlack
  860.           Font.Height = -11
  861.           Font.Name = 'MS Sans Serif'
  862.           Font.Style = []
  863.           ParentFont = False
  864.           TabOrder = 0
  865.           OnClick = EnhanceClick
  866.           Style = bsNew
  867.         end
  868.         object EnhRed: TSpinEdit
  869.           Left = 192
  870.           Top = 60
  871.           Width = 57
  872.           Height = 22
  873.           Font.Charset = DEFAULT_CHARSET
  874.           Font.Color = clBlack
  875.           Font.Height = -11
  876.           Font.Name = 'MS Sans Serif'
  877.           Font.Style = []
  878.           MaxValue = 255
  879.           MinValue = 0
  880.           ParentFont = False
  881.           ParentShowHint = False
  882.           ShowHint = True
  883.           TabOrder = 1
  884.           Value = 10
  885.         end
  886.         object EnhGreen: TSpinEdit
  887.           Left = 256
  888.           Top = 60
  889.           Width = 57
  890.           Height = 22
  891.           Font.Charset = DEFAULT_CHARSET
  892.           Font.Color = clBlack
  893.           Font.Height = -11
  894.           Font.Name = 'MS Sans Serif'
  895.           Font.Style = []
  896.           MaxValue = 255
  897.           MinValue = 0
  898.           ParentFont = False
  899.           TabOrder = 2
  900.           Value = 10
  901.         end
  902.         object EnhBlue: TSpinEdit
  903.           Left = 192
  904.           Top = 96
  905.           Width = 57
  906.           Height = 22
  907.           Font.Charset = DEFAULT_CHARSET
  908.           Font.Color = clBlack
  909.           Font.Height = -11
  910.           Font.Name = 'MS Sans Serif'
  911.           Font.Style = []
  912.           MaxValue = 255
  913.           MinValue = 0
  914.           ParentFont = False
  915.           ParentShowHint = False
  916.           ShowHint = True
  917.           TabOrder = 3
  918.           Value = 10
  919.         end
  920.         object EnhanceOk: TCheckBox
  921.           Left = 288
  922.           Top = 156
  923.           Width = 26
  924.           Height = 17
  925.           Hint = 'Enhance on Ok'
  926.           ParentShowHint = False
  927.           ShowHint = True
  928.           TabOrder = 4
  929.           OnClick = EnhanceOkClick
  930.         end
  931.         object EnhBright: TSpinEdit
  932.           Left = 256
  933.           Top = 96
  934.           Width = 57
  935.           Height = 22
  936.           Hint = 'Color or Gray '
  937.           Font.Charset = DEFAULT_CHARSET
  938.           Font.Color = clBlack
  939.           Font.Height = -11
  940.           Font.Name = 'MS Sans Serif'
  941.           Font.Style = []
  942.           MaxValue = 255
  943.           MinValue = -255
  944.           ParentFont = False
  945.           ParentShowHint = False
  946.           ShowHint = True
  947.           TabOrder = 5
  948.           Value = 0
  949.         end
  950.         object EnhContrast: TSpinEdit
  951.           Left = 256
  952.           Top = 122
  953.           Width = 57
  954.           Height = 22
  955.           Font.Charset = DEFAULT_CHARSET
  956.           Font.Color = clBlack
  957.           Font.Height = -11
  958.           Font.Name = 'MS Sans Serif'
  959.           Font.Style = []
  960.           MaxValue = 255
  961.           MinValue = -255
  962.           ParentFont = False
  963.           ParentShowHint = False
  964.           ShowHint = True
  965.           TabOrder = 6
  966.           Value = 0
  967.         end
  968.       end
  969.     end
  970.     object TPage
  971.       Left = 0
  972.       Top = 0
  973.       Caption = 'Gray Area'
  974.       object GroupBox17: TGroupBox
  975.         Left = 7
  976.         Top = 10
  977.         Width = 323
  978.         Height = 181
  979.         Caption = 'Gray Area'
  980.         TabOrder = 0
  981.         IsControl = True
  982.         object Gray: TBitBtn
  983.           Left = 206
  984.           Top = 120
  985.           Width = 89
  986.           Height = 33
  987.           Caption = 'Preview'
  988.           Enabled = False
  989.           Font.Charset = DEFAULT_CHARSET
  990.           Font.Color = clBlack
  991.           Font.Height = -11
  992.           Font.Name = 'MS Sans Serif'
  993.           Font.Style = []
  994.           ParentFont = False
  995.           TabOrder = 0
  996.           OnClick = GrayClick
  997.           Style = bsNew
  998.         end
  999.         object GrayOk: TCheckBox
  1000.           Left = 211
  1001.           Top = 157
  1002.           Width = 82
  1003.           Height = 17
  1004.           Hint = 'Motion on Ok'
  1005.           Caption = 'Gray on OK'
  1006.           ParentShowHint = False
  1007.           ShowHint = True
  1008.           TabOrder = 1
  1009.           OnClick = GrayOkClick
  1010.         end
  1011.       end
  1012.     end
  1013.     object TPage
  1014.       Left = 0
  1015.       Top = 0
  1016.       Caption = 'Gamma'
  1017.       IsControl = True
  1018.       object GroupBox3: TGroupBox
  1019.         Left = 7
  1020.         Top = 10
  1021.         Width = 323
  1022.         Height = 181
  1023.         Caption = 'Gamma Correction'
  1024.         TabOrder = 0
  1025.         IsControl = True
  1026.         object Label8: TLabel
  1027.           Left = 219
  1028.           Top = 72
  1029.           Width = 51
  1030.           Height = 13
  1031.           Caption = 'Value = 10'
  1032.         end
  1033.         object Gamma: TBitBtn
  1034.           Left = 206
  1035.           Top = 120
  1036.           Width = 89
  1037.           Height = 33
  1038.           Caption = 'Preview'
  1039.           Font.Charset = DEFAULT_CHARSET
  1040.           Font.Color = clBlack
  1041.           Font.Height = -11
  1042.           Font.Name = 'MS Sans Serif'
  1043.           Font.Style = []
  1044.           ParentFont = False
  1045.           TabOrder = 0
  1046.           OnClick = GammaClick
  1047.           Style = bsNew
  1048.         end
  1049.         object GammaEdit: TScrollBar
  1050.           Left = 180
  1051.           Top = 92
  1052.           Width = 135
  1053.           Height = 17
  1054.           Hint = 'Value'
  1055.           Max = 50
  1056.           Min = 10
  1057.           ParentShowHint = False
  1058.           Position = 10
  1059.           ShowHint = True
  1060.           TabOrder = 1
  1061.           OnChange = GammaEditChange
  1062.         end
  1063.       end
  1064.     end
  1065.     object TPage
  1066.       Left = 0
  1067.       Top = 0
  1068.       Caption = 'Invert'
  1069.       object GroupBox6: TGroupBox
  1070.         Left = 7
  1071.         Top = 10
  1072.         Width = 323
  1073.         Height = 181
  1074.         Caption = 'Invert Image'
  1075.         TabOrder = 0
  1076.         IsControl = True
  1077.         object InvertI: TCheckBox
  1078.           Left = 200
  1079.           Top = 128
  1080.           Width = 97
  1081.           Height = 17
  1082.           Caption = 'Invert Image'
  1083.           TabOrder = 0
  1084.           OnClick = InvertClick
  1085.         end
  1086.       end
  1087.     end
  1088.     object TPage
  1089.       Left = 0
  1090.       Top = 0
  1091.       Caption = 'Jiggle'
  1092.       object GroupBox29: TGroupBox
  1093.         Left = 7
  1094.         Top = 10
  1095.         Width = 323
  1096.         Height = 181
  1097.         Caption = 'Jiggle Image'
  1098.         TabOrder = 0
  1099.         IsControl = True
  1100.         object Label35: TLabel
  1101.           Left = 190
  1102.           Top = 46
  1103.           Width = 27
  1104.           Height = 13
  1105.           Caption = 'Value'
  1106.         end
  1107.         object Label36: TLabel
  1108.           Left = 254
  1109.           Top = 46
  1110.           Width = 21
  1111.           Height = 13
  1112.           Caption = 'Amp'
  1113.         end
  1114.         object Label39: TLabel
  1115.           Left = 229
  1116.           Top = 83
  1117.           Width = 31
  1118.           Height = 13
  1119.           Caption = 'Shape'
  1120.         end
  1121.         object JValue: TSpinEdit
  1122.           Left = 192
  1123.           Top = 60
  1124.           Width = 57
  1125.           Height = 22
  1126.           Font.Charset = DEFAULT_CHARSET
  1127.           Font.Color = clBlack
  1128.           Font.Height = -11
  1129.           Font.Name = 'MS Sans Serif'
  1130.           Font.Style = []
  1131.           MaxValue = 100
  1132.           MinValue = 1
  1133.           ParentFont = False
  1134.           ParentShowHint = False
  1135.           ShowHint = True
  1136.           TabOrder = 0
  1137.           Value = 1
  1138.         end
  1139.         object JAmp: TSpinEdit
  1140.           Left = 256
  1141.           Top = 60
  1142.           Width = 57
  1143.           Height = 22
  1144.           Font.Charset = DEFAULT_CHARSET
  1145.           Font.Color = clBlack
  1146.           Font.Height = -11
  1147.           Font.Name = 'MS Sans Serif'
  1148.           Font.Style = []
  1149.           MaxValue = 360
  1150.           MinValue = 1
  1151.           ParentFont = False
  1152.           TabOrder = 1
  1153.           Value = 10
  1154.         end
  1155.         object Jiggle: TBitBtn
  1156.           Left = 206
  1157.           Top = 120
  1158.           Width = 89
  1159.           Height = 33
  1160.           Caption = 'Preview'
  1161.           Font.Charset = DEFAULT_CHARSET
  1162.           Font.Color = clBlack
  1163.           Font.Height = -11
  1164.           Font.Name = 'MS Sans Serif'
  1165.           Font.Style = []
  1166.           ParentFont = False
  1167.           TabOrder = 2
  1168.           OnClick = JiggleClick
  1169.           Style = bsNew
  1170.         end
  1171.         object JShape: TSpinEdit
  1172.           Left = 223
  1173.           Top = 95
  1174.           Width = 57
  1175.           Height = 22
  1176.           Font.Charset = DEFAULT_CHARSET
  1177.           Font.Color = clBlack
  1178.           Font.Height = -11
  1179.           Font.Name = 'MS Sans Serif'
  1180.           Font.Style = []
  1181.           MaxValue = 1
  1182.           MinValue = 0
  1183.           ParentFont = False
  1184.           TabOrder = 3
  1185.           Value = 1
  1186.         end
  1187.       end
  1188.     end
  1189.     object TPage
  1190.       Left = 0
  1191.       Top = 0
  1192.       Caption = 'Mirror'
  1193.       IsControl = True
  1194.       object GroupBox5: TGroupBox
  1195.         Left = 7
  1196.         Top = 10
  1197.         Width = 323
  1198.         Height = 181
  1199.         Caption = 'Mirror Image'
  1200.         TabOrder = 0
  1201.         IsControl = True
  1202.         object Mirror: TBitBtn
  1203.           Left = 206
  1204.           Top = 120
  1205.           Width = 89
  1206.           Height = 33
  1207.           Caption = 'Preview'
  1208.           Font.Charset = DEFAULT_CHARSET
  1209.           Font.Color = clBlack
  1210.           Font.Height = -11
  1211.           Font.Name = 'MS Sans Serif'
  1212.           Font.Style = []
  1213.           ParentFont = False
  1214.           TabOrder = 0
  1215.           OnClick = MirrorClick
  1216.           Style = bsNew
  1217.         end
  1218.         object HBox: TCheckBox
  1219.           Left = 210
  1220.           Top = 95
  1221.           Width = 97
  1222.           Height = 17
  1223.           Caption = 'Horizontal'
  1224.           TabOrder = 1
  1225.         end
  1226.         object VBox: TCheckBox
  1227.           Left = 210
  1228.           Top = 73
  1229.           Width = 97
  1230.           Height = 17
  1231.           Caption = 'Vertical'
  1232.           TabOrder = 2
  1233.         end
  1234.       end
  1235.     end
  1236.     object TPage
  1237.       Left = 0
  1238.       Top = 0
  1239.       Caption = 'Mosaic'
  1240.       object GroupBox26: TGroupBox
  1241.         Left = 7
  1242.         Top = 10
  1243.         Width = 326
  1244.         Height = 181
  1245.         Caption = 'Mosaic Effect'
  1246.         TabOrder = 0
  1247.         IsControl = True
  1248.         object Label31: TLabel
  1249.           Left = 242
  1250.           Top = 62
  1251.           Width = 20
  1252.           Height = 13
  1253.           Caption = 'Size'
  1254.         end
  1255.         object labell: TLabel
  1256.           Left = 281
  1257.           Top = 62
  1258.           Width = 31
  1259.           Height = 13
  1260.           Caption = 'Height'
  1261.         end
  1262.         object labels: TLabel
  1263.           Left = 241
  1264.           Top = 97
  1265.           Width = 31
  1266.           Height = 13
  1267.           Caption = 'Space'
  1268.         end
  1269.         object Labels45: TLabel
  1270.           Left = 282
  1271.           Top = 97
  1272.           Width = 23
  1273.           Height = 13
  1274.           Caption = 'Light'
  1275.         end
  1276.         object Labels53: TLabel
  1277.           Left = 220
  1278.           Top = 142
  1279.           Width = 29
  1280.           Height = 13
  1281.           Caption = 'Rand.'
  1282.           ParentShowHint = False
  1283.           ShowHint = True
  1284.         end
  1285.         object Mosaic: TBitBtn
  1286.           Left = 165
  1287.           Top = 135
  1288.           Width = 54
  1289.           Height = 43
  1290.           Caption = 'Preview'
  1291.           Enabled = False
  1292.           Font.Charset = DEFAULT_CHARSET
  1293.           Font.Color = clBlack
  1294.           Font.Height = -11
  1295.           Font.Name = 'MS Sans Serif'
  1296.           Font.Style = []
  1297.           ParentFont = False
  1298.           TabOrder = 0
  1299.           OnClick = MosaicClick
  1300.           Style = bsNew
  1301.         end
  1302.         object MosFColor: TBitBtn
  1303.           Left = 252
  1304.           Top = 156
  1305.           Width = 69
  1306.           Height = 23
  1307.           Caption = 'F-Color'
  1308.           Font.Charset = DEFAULT_CHARSET
  1309.           Font.Color = clBlack
  1310.           Font.Height = -11
  1311.           Font.Name = 'MS Sans Serif'
  1312.           Font.Style = []
  1313.           ParentFont = False
  1314.           TabOrder = 1
  1315.           OnClick = MosFColorClick
  1316.           Style = bsNew
  1317.         end
  1318.         object MosBColor: TBitBtn
  1319.           Left = 252
  1320.           Top = 133
  1321.           Width = 69
  1322.           Height = 22
  1323.           Caption = 'B-Color'
  1324.           Font.Charset = DEFAULT_CHARSET
  1325.           Font.Color = clBlack
  1326.           Font.Height = -11
  1327.           Font.Name = 'MS Sans Serif'
  1328.           Font.Style = []
  1329.           ParentFont = False
  1330.           TabOrder = 2
  1331.           OnClick = MosBColorClick
  1332.           Style = bsNew
  1333.         end
  1334.         object GroupBox30: TGroupBox
  1335.           Left = 164
  1336.           Top = 48
  1337.           Width = 77
  1338.           Height = 31
  1339.           Caption = 'Polygons'
  1340.           TabOrder = 3
  1341.           object btnType2: TRadioButton
  1342.             Left = 49
  1343.             Top = 12
  1344.             Width = 17
  1345.             Height = 17
  1346.             Checked = True
  1347.             ParentShowHint = False
  1348.             ShowHint = True
  1349.             TabOrder = 0
  1350.             TabStop = True
  1351.             OnClick = btnType2Click
  1352.           end
  1353.           object btnType: TRadioButton
  1354.             Left = 12
  1355.             Top = 12
  1356.             Width = 18
  1357.             Height = 17
  1358.             ParentShowHint = False
  1359.             ShowHint = True
  1360.             TabOrder = 1
  1361.             OnClick = btnTypeClick
  1362.           end
  1363.         end
  1364.         object MosAntiA: TCheckBox
  1365.           Left = 244
  1366.           Top = 47
  1367.           Width = 77
  1368.           Height = 17
  1369.           Hint = 'Anti-Aliasing'
  1370.           Caption = 'Anti-Aliasing'
  1371.           ParentShowHint = False
  1372.           ShowHint = True
  1373.           State = cbChecked
  1374.           TabOrder = 4
  1375.         end
  1376.         object MosSize: TSpinEdit
  1377.           Left = 243
  1378.           Top = 75
  1379.           Width = 43
  1380.           Height = 22
  1381.           Hint = 'Size of the mosiac'
  1382.           Font.Charset = DEFAULT_CHARSET
  1383.           Font.Color = clBlack
  1384.           Font.Height = -11
  1385.           Font.Name = 'MS Sans Serif'
  1386.           Font.Style = []
  1387.           MaxLength = 100
  1388.           MaxValue = 20000
  1389.           MinValue = 1
  1390.           ParentFont = False
  1391.           ParentShowHint = False
  1392.           ShowHint = True
  1393.           TabOrder = 5
  1394.           Value = 150
  1395.         end
  1396.         object MosHeight: TSpinEdit
  1397.           Left = 285
  1398.           Top = 75
  1399.           Width = 39
  1400.           Height = 22
  1401.           Hint = 'Height of the mosiac'
  1402.           Font.Charset = DEFAULT_CHARSET
  1403.           Font.Color = clBlack
  1404.           Font.Height = -11
  1405.           Font.Name = 'MS Sans Serif'
  1406.           Font.Style = []
  1407.           MaxValue = 20000
  1408.           MinValue = 1
  1409.           ParentFont = False
  1410.           ParentShowHint = False
  1411.           ShowHint = True
  1412.           TabOrder = 6
  1413.           Value = 40
  1414.         end
  1415.         object MosLight: TSpinEdit
  1416.           Left = 285
  1417.           Top = 110
  1418.           Width = 40
  1419.           Height = 22
  1420.           Hint = 'Light degree'
  1421.           Font.Charset = DEFAULT_CHARSET
  1422.           Font.Color = clBlack
  1423.           Font.Height = -11
  1424.           Font.Name = 'MS Sans Serif'
  1425.           Font.Style = []
  1426.           MaxValue = 360
  1427.           MinValue = -360
  1428.           ParentFont = False
  1429.           ParentShowHint = False
  1430.           ShowHint = True
  1431.           TabOrder = 7
  1432.           Value = 30
  1433.         end
  1434.         object MosSpace: TSpinEdit
  1435.           Left = 244
  1436.           Top = 110
  1437.           Width = 42
  1438.           Height = 22
  1439.           Hint = 'Space between mosaics'
  1440.           Font.Charset = DEFAULT_CHARSET
  1441.           Font.Color = clBlack
  1442.           Font.Height = -11
  1443.           Font.Name = 'MS Sans Serif'
  1444.           Font.Style = []
  1445.           MaxValue = 1000
  1446.           MinValue = 1
  1447.           ParentFont = False
  1448.           ParentShowHint = False
  1449.           ShowHint = True
  1450.           TabOrder = 8
  1451.           Value = 10
  1452.         end
  1453.         object MosRand: TSpinEdit
  1454.           Left = 219
  1455.           Top = 156
  1456.           Width = 32
  1457.           Height = 22
  1458.           Hint = 'Random'
  1459.           Font.Charset = DEFAULT_CHARSET
  1460.           Font.Color = clBlack
  1461.           Font.Height = -11
  1462.           Font.Name = 'MS Sans Serif'
  1463.           Font.Style = []
  1464.           MaxValue = 5
  1465.           MinValue = 0
  1466.           ParentFont = False
  1467.           ParentShowHint = False
  1468.           ShowHint = True
  1469.           TabOrder = 9
  1470.           Value = 1
  1471.         end
  1472.         object GroupBox27: TGroupBox
  1473.           Left = 164
  1474.           Top = 96
  1475.           Width = 77
  1476.           Height = 31
  1477.           Caption = 'Smooth'
  1478.           TabOrder = 10
  1479.           object MosSur2: TRadioButton
  1480.             Left = 49
  1481.             Top = 12
  1482.             Width = 17
  1483.             Height = 17
  1484.             ParentShowHint = False
  1485.             ShowHint = True
  1486.             TabOrder = 0
  1487.             OnClick = MosSur2Click
  1488.           end
  1489.           object MosSur1: TRadioButton
  1490.             Left = 12
  1491.             Top = 12
  1492.             Width = 18
  1493.             Height = 17
  1494.             Checked = True
  1495.             ParentShowHint = False
  1496.             ShowHint = True
  1497.             TabOrder = 1
  1498.             TabStop = True
  1499.             OnClick = MosSur1Click
  1500.           end
  1501.         end
  1502.       end
  1503.       object MosOk: TCheckBox
  1504.         Left = 171
  1505.         Top = 192
  1506.         Width = 89
  1507.         Height = 15
  1508.         Caption = 'Mosaic On OK'
  1509.         TabOrder = 1
  1510.         OnClick = MosOkClick
  1511.       end
  1512.     end
  1513.     object TPage
  1514.       Left = 0
  1515.       Top = 0
  1516.       Caption = 'Motion'
  1517.       object GroupBox16: TGroupBox
  1518.         Left = 7
  1519.         Top = 10
  1520.         Width = 323
  1521.         Height = 181
  1522.         Caption = 'Motion Image'
  1523.         TabOrder = 0
  1524.         IsControl = True
  1525.         object Label24: TLabel
  1526.           Left = 190
  1527.           Top = 47
  1528.           Width = 27
  1529.           Height = 13
  1530.           Caption = 'Value'
  1531.         end
  1532.         object Label25: TLabel
  1533.           Left = 254
  1534.           Top = 48
  1535.           Width = 27
  1536.           Height = 13
  1537.           Caption = 'Angle'
  1538.         end
  1539.         object Motion: TBitBtn
  1540.           Left = 193
  1541.           Top = 148
  1542.           Width = 89
  1543.           Height = 29
  1544.           Caption = 'Preview'
  1545.           Enabled = False
  1546.           Font.Charset = DEFAULT_CHARSET
  1547.           Font.Color = clBlack
  1548.           Font.Height = -11
  1549.           Font.Name = 'MS Sans Serif'
  1550.           Font.Style = []
  1551.           ParentFont = False
  1552.           TabOrder = 0
  1553.           OnClick = MotionClick
  1554.           Style = bsNew
  1555.         end
  1556.         object MotEdit: TSpinEdit
  1557.           Left = 192
  1558.           Top = 60
  1559.           Width = 57
  1560.           Height = 22
  1561.           Font.Charset = DEFAULT_CHARSET
  1562.           Font.Color = clBlack
  1563.           Font.Height = -11
  1564.           Font.Name = 'MS Sans Serif'
  1565.           Font.Style = []
  1566.           MaxValue = 5000
  1567.           MinValue = 5
  1568.           ParentFont = False
  1569.           ParentShowHint = False
  1570.           ShowHint = True
  1571.           TabOrder = 1
  1572.           Value = 10
  1573.         end
  1574.         object MotAngleEdit: TSpinEdit
  1575.           Left = 256
  1576.           Top = 60
  1577.           Width = 57
  1578.           Height = 22
  1579.           Font.Charset = DEFAULT_CHARSET
  1580.           Font.Color = clBlack
  1581.           Font.Height = -11
  1582.           Font.Name = 'MS Sans Serif'
  1583.           Font.Style = []
  1584.           MaxValue = 360
  1585.           MinValue = 0
  1586.           ParentFont = False
  1587.           TabOrder = 2
  1588.           Value = 10
  1589.           Visible = False
  1590.         end
  1591.         object MotionZoom: TRadioButton
  1592.           Left = 192
  1593.           Top = 88
  1594.           Width = 113
  1595.           Height = 17
  1596.           Caption = 'Motion Zoom'
  1597.           Checked = True
  1598.           TabOrder = 3
  1599.           TabStop = True
  1600.           OnClick = Mtr
  1601.         end
  1602.         object MotionRotate: TRadioButton
  1603.           Left = 192
  1604.           Top = 107
  1605.           Width = 113
  1606.           Height = 17
  1607.           Caption = 'Motion Rotate'
  1608.           TabOrder = 4
  1609.           OnClick = Mtr
  1610.         end
  1611.         object MotionLine: TRadioButton
  1612.           Left = 192
  1613.           Top = 128
  1614.           Width = 113
  1615.           Height = 17
  1616.           Caption = 'Motion Line'
  1617.           TabOrder = 5
  1618.           OnClick = Mtr
  1619.         end
  1620.         object MotionOk: TCheckBox
  1621.           Left = 288
  1622.           Top = 156
  1623.           Width = 26
  1624.           Height = 17
  1625.           Hint = 'Motion on Ok'
  1626.           ParentShowHint = False
  1627.           ShowHint = True
  1628.           TabOrder = 6
  1629.           OnClick = MotionOkClick
  1630.         end
  1631.       end
  1632.     end
  1633.     object TPage
  1634.       Left = 0
  1635.       Top = 0
  1636.       Caption = 'Noisy'
  1637.       object GroupBox13: TGroupBox
  1638.         Left = 7
  1639.         Top = 10
  1640.         Width = 323
  1641.         Height = 181
  1642.         Caption = 'Noisy Image'
  1643.         TabOrder = 0
  1644.         IsControl = True
  1645.         object Label13: TLabel
  1646.           Left = 192
  1647.           Top = 47
  1648.           Width = 20
  1649.           Height = 13
  1650.           Caption = 'Red'
  1651.         end
  1652.         object Label14: TLabel
  1653.           Left = 252
  1654.           Top = 47
  1655.           Width = 29
  1656.           Height = 13
  1657.           Caption = 'Green'
  1658.         end
  1659.         object Label33: TLabel
  1660.           Left = 192
  1661.           Top = 82
  1662.           Width = 21
  1663.           Height = 13
  1664.           Caption = 'Blue'
  1665.         end
  1666.         object Label15: TLabel
  1667.           Left = 256
  1668.           Top = 82
  1669.           Width = 22
  1670.           Height = 13
  1671.           Caption = 'Gray'
  1672.         end
  1673.         object Label16: TLabel
  1674.           Left = 193
  1675.           Top = 127
  1676.           Width = 36
  1677.           Height = 13
  1678.           Hint = 'gauss or uniform'
  1679.           Caption = 'Method'
  1680.         end
  1681.         object Noisy: TBitBtn
  1682.           Left = 193
  1683.           Top = 148
  1684.           Width = 89
  1685.           Height = 29
  1686.           Caption = 'Preview'
  1687.           Enabled = False
  1688.           Font.Charset = DEFAULT_CHARSET
  1689.           Font.Color = clBlack
  1690.           Font.Height = -11
  1691.           Font.Name = 'MS Sans Serif'
  1692.           Font.Style = []
  1693.           ParentFont = False
  1694.           TabOrder = 0
  1695.           OnClick = NoisyClick
  1696.           Style = bsNew
  1697.         end
  1698.         object sRed: TSpinEdit
  1699.           Left = 192
  1700.           Top = 60
  1701.           Width = 57
  1702.           Height = 22
  1703.           Font.Charset = DEFAULT_CHARSET
  1704.           Font.Color = clBlack
  1705.           Font.Height = -11
  1706.           Font.Name = 'MS Sans Serif'
  1707.           Font.Style = []
  1708.           MaxValue = 255
  1709.           MinValue = 0
  1710.           ParentFont = False
  1711.           ParentShowHint = False
  1712.           ShowHint = True
  1713.           TabOrder = 1
  1714.           Value = 20
  1715.         end
  1716.         object sGreen: TSpinEdit
  1717.           Left = 256
  1718.           Top = 60
  1719.           Width = 57
  1720.           Height = 22
  1721.           Font.Charset = DEFAULT_CHARSET
  1722.           Font.Color = clBlack
  1723.           Font.Height = -11
  1724.           Font.Name = 'MS Sans Serif'
  1725.           Font.Style = []
  1726.           MaxValue = 255
  1727.           MinValue = 0
  1728.           ParentFont = False
  1729.           TabOrder = 2
  1730.           Value = 20
  1731.         end
  1732.         object sBlue: TSpinEdit
  1733.           Left = 192
  1734.           Top = 96
  1735.           Width = 57
  1736.           Height = 22
  1737.           Font.Charset = DEFAULT_CHARSET
  1738.           Font.Color = clBlack
  1739.           Font.Height = -11
  1740.           Font.Name = 'MS Sans Serif'
  1741.           Font.Style = []
  1742.           MaxValue = 255
  1743.           MinValue = 0
  1744.           ParentFont = False
  1745.           ParentShowHint = False
  1746.           ShowHint = True
  1747.           TabOrder = 3
  1748.           Value = 20
  1749.         end
  1750.         object NoisyOk: TCheckBox
  1751.           Left = 288
  1752.           Top = 155
  1753.           Width = 26
  1754.           Height = 17
  1755.           Hint = 'Noisy on Ok'
  1756.           ParentShowHint = False
  1757.           ShowHint = True
  1758.           TabOrder = 4
  1759.           OnClick = NoisyOkClick
  1760.         end
  1761.         object sGray: TSpinEdit
  1762.           Left = 256
  1763.           Top = 96
  1764.           Width = 57
  1765.           Height = 22
  1766.           Hint = 'Color or Gray '
  1767.           Font.Charset = DEFAULT_CHARSET
  1768.           Font.Color = clBlack
  1769.           Font.Height = -11
  1770.           Font.Name = 'MS Sans Serif'
  1771.           Font.Style = []
  1772.           MaxValue = 1
  1773.           MinValue = 0
  1774.           ParentFont = False
  1775.           ParentShowHint = False
  1776.           ShowHint = True
  1777.           TabOrder = 5
  1778.           Value = 0
  1779.         end
  1780.         object NoisyValue: TSpinEdit
  1781.           Left = 257
  1782.           Top = 122
  1783.           Width = 57
  1784.           Height = 22
  1785.           Font.Charset = DEFAULT_CHARSET
  1786.           Font.Color = clBlack
  1787.           Font.Height = -11
  1788.           Font.Name = 'MS Sans Serif'
  1789.           Font.Style = []
  1790.           MaxValue = 1
  1791.           MinValue = 0
  1792.           ParentFont = False
  1793.           ParentShowHint = False
  1794.           ShowHint = True
  1795.           TabOrder = 6
  1796.           Value = 0
  1797.         end
  1798.       end
  1799.     end
  1800.     object TPage
  1801.       Left = 0
  1802.       Top = 0
  1803.       Caption = 'Oil Paint'
  1804.       object GroupBox8: TGroupBox
  1805.         Left = 7
  1806.         Top = 10
  1807.         Width = 323
  1808.         Height = 181
  1809.         Caption = 'Oil Paint Image'
  1810.         TabOrder = 0
  1811.         IsControl = True
  1812.         object Label1: TLabel
  1813.           Left = 219
  1814.           Top = 72
  1815.           Width = 45
  1816.           Height = 13
  1817.           Caption = 'Value = 0'
  1818.         end
  1819.         object OilPaint: TBitBtn
  1820.           Left = 206
  1821.           Top = 120
  1822.           Width = 89
  1823.           Height = 33
  1824.           Caption = 'Preview'
  1825.           Font.Charset = DEFAULT_CHARSET
  1826.           Font.Color = clBlack
  1827.           Font.Height = -11
  1828.           Font.Name = 'MS Sans Serif'
  1829.           Font.Style = []
  1830.           ParentFont = False
  1831.           TabOrder = 0
  1832.           OnClick = OilPaintClick
  1833.           Style = bsNew
  1834.         end
  1835.         object OPbar: TScrollBar
  1836.           Left = 180
  1837.           Top = 92
  1838.           Width = 135
  1839.           Height = 17
  1840.           Hint = 'Value'
  1841.           ParentShowHint = False
  1842.           ShowHint = True
  1843.           TabOrder = 1
  1844.           OnChange = OPbarChange
  1845.         end
  1846.       end
  1847.     end
  1848.     object TPage
  1849.       Left = 0
  1850.       Top = 0
  1851.       Caption = 'Pinch Hole'
  1852.       object GroupBox14: TGroupBox
  1853.         Left = 7
  1854.         Top = 10
  1855.         Width = 323
  1856.         Height = 181
  1857.         Caption = 'Pinch Hole in Image'
  1858.         TabOrder = 0
  1859.         IsControl = True
  1860.         object Label17: TLabel
  1861.           Left = 219
  1862.           Top = 72
  1863.           Width = 45
  1864.           Height = 13
  1865.           Caption = 'Value = 0'
  1866.         end
  1867.         object Label19: TLabel
  1868.           Left = 172
  1869.           Top = 165
  1870.           Width = 3
  1871.           Height = 13
  1872.         end
  1873.         object BitBtn1: TBitBtn
  1874.           Left = 206
  1875.           Top = 120
  1876.           Width = 89
  1877.           Height = 33
  1878.           Caption = 'Preview'
  1879.           Font.Charset = DEFAULT_CHARSET
  1880.           Font.Color = clBlack
  1881.           Font.Height = -11
  1882.           Font.Name = 'MS Sans Serif'
  1883.           Font.Style = []
  1884.           ParentFont = False
  1885.           TabOrder = 0
  1886.           OnClick = BitBtn1Click
  1887.           Style = bsNew
  1888.         end
  1889.         object PinchBar: TScrollBar
  1890.           Left = 180
  1891.           Top = 92
  1892.           Width = 135
  1893.           Height = 17
  1894.           Hint = 'Value'
  1895.           Max = 3
  1896.           Min = -20
  1897.           ParentShowHint = False
  1898.           ShowHint = True
  1899.           TabOrder = 1
  1900.           OnChange = PinchBarChange
  1901.         end
  1902.       end
  1903.     end
  1904.     object TPage
  1905.       Left = 0
  1906.       Top = 0
  1907.       Caption = 'Pixel Fix'
  1908.       object GroupBox25: TGroupBox
  1909.         Left = 7
  1910.         Top = 10
  1911.         Width = 323
  1912.         Height = 181
  1913.         Caption = 'Fill in missing pixels'
  1914.         TabOrder = 0
  1915.         IsControl = True
  1916.         object Label30: TLabel
  1917.           Left = 219
  1918.           Top = 72
  1919.           Width = 45
  1920.           Height = 13
  1921.           Caption = 'Value = 0'
  1922.         end
  1923.         object PxelFix: TBitBtn
  1924.           Left = 206
  1925.           Top = 120
  1926.           Width = 89
  1927.           Height = 33
  1928.           Caption = 'Preview'
  1929.           Font.Charset = DEFAULT_CHARSET
  1930.           Font.Color = clBlack
  1931.           Font.Height = -11
  1932.           Font.Name = 'MS Sans Serif'
  1933.           Font.Style = []
  1934.           ParentFont = False
  1935.           TabOrder = 0
  1936.           OnClick = PxelFixClick
  1937.           Style = bsNew
  1938.         end
  1939.         object PFix: TScrollBar
  1940.           Left = 180
  1941.           Top = 92
  1942.           Width = 135
  1943.           Height = 17
  1944.           Hint = 'Number of neighbour pixels to examine'
  1945.           ParentShowHint = False
  1946.           ShowHint = True
  1947.           TabOrder = 1
  1948.           OnChange = PFixChange
  1949.         end
  1950.       end
  1951.     end
  1952.     object TPage
  1953.       Left = 0
  1954.       Top = 0
  1955.       Caption = 'Polar'
  1956.       object GroupBox20: TGroupBox
  1957.         Left = 7
  1958.         Top = 10
  1959.         Width = 323
  1960.         Height = 181
  1961.         Caption = 'Polar Image'
  1962.         TabOrder = 0
  1963.         IsControl = True
  1964.         object Label28: TLabel
  1965.           Left = 189
  1966.           Top = 60
  1967.           Width = 21
  1968.           Height = 13
  1969.           Caption = 'Vale'
  1970.         end
  1971.         object Label29: TLabel
  1972.           Left = 259
  1973.           Top = 60
  1974.           Width = 27
  1975.           Height = 13
  1976.           Caption = 'Angle'
  1977.         end
  1978.         object PolarBt: TBitBtn
  1979.           Left = 206
  1980.           Top = 120
  1981.           Width = 89
  1982.           Height = 33
  1983.           Caption = 'Preview'
  1984.           Enabled = False
  1985.           Font.Charset = DEFAULT_CHARSET
  1986.           Font.Color = clBlack
  1987.           Font.Height = -11
  1988.           Font.Name = 'MS Sans Serif'
  1989.           Font.Style = []
  1990.           ParentFont = False
  1991.           TabOrder = 0
  1992.           OnClick = PolarBtClick
  1993.           Style = bsNew
  1994.         end
  1995.         object PolBack: TCheckBox
  1996.           Left = 247
  1997.           Top = 100
  1998.           Width = 71
  1999.           Height = 17
  2000.           Caption = 'Backwards'
  2001.           TabOrder = 1
  2002.         end
  2003.         object PolInv: TCheckBox
  2004.           Left = 189
  2005.           Top = 100
  2006.           Width = 57
  2007.           Height = 17
  2008.           Caption = 'Inverse'
  2009.           TabOrder = 2
  2010.         end
  2011.         object PolValue: TSpinEdit
  2012.           Left = 189
  2013.           Top = 75
  2014.           Width = 57
  2015.           Height = 22
  2016.           Font.Charset = DEFAULT_CHARSET
  2017.           Font.Color = clBlack
  2018.           Font.Height = -11
  2019.           Font.Name = 'MS Sans Serif'
  2020.           Font.Style = []
  2021.           MaxValue = 0
  2022.           MinValue = 0
  2023.           ParentFont = False
  2024.           TabOrder = 3
  2025.           Value = 100
  2026.         end
  2027.         object PolAngle: TSpinEdit
  2028.           Left = 259
  2029.           Top = 75
  2030.           Width = 57
  2031.           Height = 22
  2032.           Font.Charset = DEFAULT_CHARSET
  2033.           Font.Color = clBlack
  2034.           Font.Height = -11
  2035.           Font.Name = 'MS Sans Serif'
  2036.           Font.Style = []
  2037.           MaxValue = 0
  2038.           MinValue = 0
  2039.           ParentFont = False
  2040.           TabOrder = 4
  2041.           Value = 0
  2042.         end
  2043.         object PolOk: TCheckBox
  2044.           Left = 241
  2045.           Top = 158
  2046.           Width = 16
  2047.           Height = 17
  2048.           Hint = 'Polar on Ok'
  2049.           ParentShowHint = False
  2050.           ShowHint = True
  2051.           TabOrder = 5
  2052.           OnClick = PolOkClick
  2053.         end
  2054.       end
  2055.     end
  2056.     object TPage
  2057.       Left = 0
  2058.       Top = 0
  2059.       Caption = 'Rotate'
  2060.       object Label6: TLabel
  2061.         Left = 230
  2062.         Top = 192
  2063.         Width = 45
  2064.         Height = 13
  2065.         Caption = 'Angle = 0'
  2066.       end
  2067.       object GroupBox4: TGroupBox
  2068.         Left = 7
  2069.         Top = 10
  2070.         Width = 323
  2071.         Height = 181
  2072.         Caption = 'Rotate Image'
  2073.         TabOrder = 0
  2074.         IsControl = True
  2075.         object Rotate: TBitBtn
  2076.           Left = 206
  2077.           Top = 119
  2078.           Width = 89
  2079.           Height = 33
  2080.           Caption = 'Preview'
  2081.           Font.Charset = DEFAULT_CHARSET
  2082.           Font.Color = clBlack
  2083.           Font.Height = -11
  2084.           Font.Name = 'MS Sans Serif'
  2085.           Font.Style = []
  2086.           ParentFont = False
  2087.           TabOrder = 0
  2088.           OnClick = RotateClick
  2089.           Style = bsNew
  2090.         end
  2091.         object BackColor: TBitBtn
  2092.           Left = 207
  2093.           Top = 76
  2094.           Width = 89
  2095.           Height = 33
  2096.           Caption = 'Back Color'
  2097.           Font.Charset = DEFAULT_CHARSET
  2098.           Font.Color = clBlack
  2099.           Font.Height = -11
  2100.           Font.Name = 'MS Sans Serif'
  2101.           Font.Style = []
  2102.           ParentFont = False
  2103.           TabOrder = 1
  2104.           OnClick = BackColorClick
  2105.           Style = bsNew
  2106.         end
  2107.       end
  2108.       object RotEdit: TScrollBar
  2109.         Left = 190
  2110.         Top = 167
  2111.         Width = 135
  2112.         Height = 17
  2113.         Hint = 'Angle'
  2114.         Max = 360
  2115.         Min = -360
  2116.         ParentShowHint = False
  2117.         ShowHint = True
  2118.         TabOrder = 1
  2119.         OnChange = RotEditChange
  2120.       end
  2121.     end
  2122.     object TPage
  2123.       Left = 0
  2124.       Top = 0
  2125.       Caption = 'Sharp'
  2126.       object GroupBox18: TGroupBox
  2127.         Left = 7
  2128.         Top = 10
  2129.         Width = 323
  2130.         Height = 181
  2131.         Caption = 'SharpImage'
  2132.         TabOrder = 0
  2133.         IsControl = True
  2134.         object Label26: TLabel
  2135.           Left = 219
  2136.           Top = 72
  2137.           Width = 45
  2138.           Height = 13
  2139.           Caption = 'Value = 0'
  2140.         end
  2141.         object Sharp: TBitBtn
  2142.           Left = 206
  2143.           Top = 120
  2144.           Width = 89
  2145.           Height = 33
  2146.           Caption = 'Preview'
  2147.           Font.Charset = DEFAULT_CHARSET
  2148.           Font.Color = clBlack
  2149.           Font.Height = -11
  2150.           Font.Name = 'MS Sans Serif'
  2151.           Font.Style = []
  2152.           ParentFont = False
  2153.           TabOrder = 0
  2154.           OnClick = SharpClick
  2155.           Style = bsNew
  2156.         end
  2157.         object SharpBar: TScrollBar
  2158.           Left = 180
  2159.           Top = 92
  2160.           Width = 135
  2161.           Height = 17
  2162.           Hint = 'Value'
  2163.           Max = 9
  2164.           Min = -9
  2165.           ParentShowHint = False
  2166.           ShowHint = True
  2167.           TabOrder = 1
  2168.           OnChange = SharpBarChange
  2169.         end
  2170.       end
  2171.     end
  2172.     object TPage
  2173.       Left = 0
  2174.       Top = 0
  2175.       Caption = 'Spray'
  2176.       object GroupBox31: TGroupBox
  2177.         Left = 7
  2178.         Top = 10
  2179.         Width = 323
  2180.         Height = 181
  2181.         Caption = 'Spray Image'
  2182.         TabOrder = 0
  2183.         IsControl = True
  2184.         object Label37: TLabel
  2185.           Left = 190
  2186.           Top = 47
  2187.           Width = 27
  2188.           Height = 13
  2189.           Caption = 'Value'
  2190.         end
  2191.         object Label38: TLabel
  2192.           Left = 254
  2193.           Top = 48
  2194.           Width = 40
  2195.           Height = 13
  2196.           Caption = 'Random'
  2197.         end
  2198.         object SprayVal: TSpinEdit
  2199.           Left = 192
  2200.           Top = 60
  2201.           Width = 57
  2202.           Height = 22
  2203.           Font.Charset = DEFAULT_CHARSET
  2204.           Font.Color = clBlack
  2205.           Font.Height = -11
  2206.           Font.Name = 'MS Sans Serif'
  2207.           Font.Style = []
  2208.           MaxValue = 1000
  2209.           MinValue = 0
  2210.           ParentFont = False
  2211.           ParentShowHint = False
  2212.           ShowHint = True
  2213.           TabOrder = 0
  2214.           Value = 0
  2215.         end
  2216.         object SprayRand: TSpinEdit
  2217.           Left = 256
  2218.           Top = 60
  2219.           Width = 57
  2220.           Height = 22
  2221.           Font.Charset = DEFAULT_CHARSET
  2222.           Font.Color = clBlack
  2223.           Font.Height = -11
  2224.           Font.Name = 'MS Sans Serif'
  2225.           Font.Style = []
  2226.           MaxValue = 360
  2227.           MinValue = 1
  2228.           ParentFont = False
  2229.           TabOrder = 1
  2230.           Value = 1
  2231.         end
  2232.         object Spray: TBitBtn
  2233.           Left = 206
  2234.           Top = 120
  2235.           Width = 89
  2236.           Height = 33
  2237.           Caption = 'Preview'
  2238.           Font.Charset = DEFAULT_CHARSET
  2239.           Font.Color = clBlack
  2240.           Font.Height = -11
  2241.           Font.Name = 'MS Sans Serif'
  2242.           Font.Style = []
  2243.           ParentFont = False
  2244.           TabOrder = 2
  2245.           OnClick = SprayClick
  2246.           Style = bsNew
  2247.         end
  2248.       end
  2249.     end
  2250.     object TPage
  2251.       Left = 0
  2252.       Top = 0
  2253.       Caption = 'Whirl Pool'
  2254.       object GroupBox11: TGroupBox
  2255.         Left = 7
  2256.         Top = 10
  2257.         Width = 323
  2258.         Height = 181
  2259.         Caption = 'Whirl Pool Image'
  2260.         TabOrder = 0
  2261.         IsControl = True
  2262.         object Label10: TLabel
  2263.           Left = 219
  2264.           Top = 72
  2265.           Width = 45
  2266.           Height = 13
  2267.           Caption = 'Value = 0'
  2268.         end
  2269.         object Whir: TBitBtn
  2270.           Left = 206
  2271.           Top = 120
  2272.           Width = 89
  2273.           Height = 33
  2274.           Caption = 'Preview'
  2275.           Font.Charset = DEFAULT_CHARSET
  2276.           Font.Color = clBlack
  2277.           Font.Height = -11
  2278.           Font.Name = 'MS Sans Serif'
  2279.           Font.Style = []
  2280.           ParentFont = False
  2281.           TabOrder = 0
  2282.           OnClick = WhirClick
  2283.           Style = bsNew
  2284.         end
  2285.         object WhirlBar: TScrollBar
  2286.           Left = 180
  2287.           Top = 92
  2288.           Width = 135
  2289.           Height = 17
  2290.           Hint = 'Value'
  2291.           Max = 1000
  2292.           ParentShowHint = False
  2293.           ShowHint = True
  2294.           TabOrder = 1
  2295.           OnChange = WhirlBarChange
  2296.         end
  2297.       end
  2298.     end
  2299.     object TPage
  2300.       Left = 0
  2301.       Top = 0
  2302.       Caption = 'Wave Image'
  2303.       object GroupBox12: TGroupBox
  2304.         Left = 7
  2305.         Top = 10
  2306.         Width = 323
  2307.         Height = 181
  2308.         Caption = 'Wave The Image'
  2309.         TabOrder = 0
  2310.         IsControl = True
  2311.         object Label111: TLabel
  2312.           Left = 192
  2313.           Top = 74
  2314.           Width = 30
  2315.           Height = 13
  2316.           Caption = 'Phase'
  2317.         end
  2318.         object Label11: TLabel
  2319.           Left = 252
  2320.           Top = 74
  2321.           Width = 61
  2322.           Height = 13
  2323.           Caption = 'Wave length'
  2324.         end
  2325.         object Label12: TLabel
  2326.           Left = 192
  2327.           Top = 109
  2328.           Width = 46
  2329.           Height = 13
  2330.           Caption = 'Amplitude'
  2331.         end
  2332.         object Wave: TBitBtn
  2333.           Left = 193
  2334.           Top = 148
  2335.           Width = 89
  2336.           Height = 29
  2337.           Caption = 'Preview'
  2338.           Enabled = False
  2339.           Font.Charset = DEFAULT_CHARSET
  2340.           Font.Color = clBlack
  2341.           Font.Height = -11
  2342.           Font.Name = 'MS Sans Serif'
  2343.           Font.Style = []
  2344.           ParentFont = False
  2345.           TabOrder = 0
  2346.           OnClick = WaveClick
  2347.           Style = bsNew
  2348.         end
  2349.         object Phase: TSpinEdit
  2350.           Left = 192
  2351.           Top = 87
  2352.           Width = 57
  2353.           Height = 22
  2354.           Hint = 'How many phases'
  2355.           Font.Charset = DEFAULT_CHARSET
  2356.           Font.Color = clBlack
  2357.           Font.Height = -11
  2358.           Font.Name = 'MS Sans Serif'
  2359.           Font.Style = []
  2360.           MaxValue = 360
  2361.           MinValue = 0
  2362.           ParentFont = False
  2363.           ParentShowHint = False
  2364.           ShowHint = True
  2365.           TabOrder = 1
  2366.           Value = 0
  2367.         end
  2368.         object WaveL: TSpinEdit
  2369.           Left = 256
  2370.           Top = 87
  2371.           Width = 57
  2372.           Height = 22
  2373.           Font.Charset = DEFAULT_CHARSET
  2374.           Font.Color = clBlack
  2375.           Font.Height = -11
  2376.           Font.Name = 'MS Sans Serif'
  2377.           Font.Style = []
  2378.           MaxValue = 200
  2379.           MinValue = 0
  2380.           ParentFont = False
  2381.           TabOrder = 2
  2382.           Value = 20
  2383.         end
  2384.         object Amp: TSpinEdit
  2385.           Left = 192
  2386.           Top = 123
  2387.           Width = 57
  2388.           Height = 22
  2389.           Hint = 'Value of the amplitute'
  2390.           Font.Charset = DEFAULT_CHARSET
  2391.           Font.Color = clBlack
  2392.           Font.Height = -11
  2393.           Font.Name = 'MS Sans Serif'
  2394.           Font.Style = []
  2395.           MaxValue = 200
  2396.           MinValue = 0
  2397.           ParentFont = False
  2398.           ParentShowHint = False
  2399.           ShowHint = True
  2400.           TabOrder = 3
  2401.           Value = 50
  2402.         end
  2403.         object Refl: TCheckBox
  2404.           Left = 252
  2405.           Top = 115
  2406.           Width = 66
  2407.           Height = 17
  2408.           Hint = 'Reflective waves or just distorting'
  2409.           Caption = 'Reflection'
  2410.           ParentShowHint = False
  2411.           ShowHint = True
  2412.           TabOrder = 4
  2413.         end
  2414.         object Smear: TCheckBox
  2415.           Left = 252
  2416.           Top = 130
  2417.           Width = 56
  2418.           Height = 17
  2419.           Hint = 'Smear the edges out'
  2420.           Caption = 'Smear'
  2421.           ParentShowHint = False
  2422.           ShowHint = True
  2423.           State = cbChecked
  2424.           TabOrder = 5
  2425.         end
  2426.         object OnOk: TCheckBox
  2427.           Left = 288
  2428.           Top = 155
  2429.           Width = 26
  2430.           Height = 17
  2431.           Hint = 'Wave on Ok'
  2432.           ParentShowHint = False
  2433.           ShowHint = True
  2434.           TabOrder = 6
  2435.           OnClick = OnOkClick
  2436.         end
  2437.       end
  2438.     end
  2439.   end
  2440.   object Timer1: TTimer
  2441.     OnTimer = Timer1Timer
  2442.     Left = 290
  2443.     Top = 65535
  2444.   end
  2445.   object CD1: TColorDialog
  2446.     Ctl3D = True
  2447.     Color = clBtnFace
  2448.     Left = 317
  2449.     Top = 65535
  2450.   end
  2451. end
  2452.