home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TMDICHILD / TMDICHILD.txt
Encoding:
Text File  |  1998-09-13  |  12.5 KB  |  494 lines

  1. object MDIChild: TMDIChild
  2.   Left = 329
  3.   Top = 206
  4.   Width = 432
  5.   Height = 323
  6.   HorzScrollBar.Tracking = True
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Tracking = True
  9.   VertScrollBar.Visible = False
  10.   Caption = 'MDI Child'
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   FormStyle = fsMDIChild
  17.   Menu = MainMenu2
  18.   Position = poDefault
  19.   Visible = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnMouseDown = FormMouseDown
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object StatusBar1: TStatusBar
  27.     Left = 0
  28.     Top = 258
  29.     Width = 424
  30.     Height = 19
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -12
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     Panels = <
  37.       item
  38.         Width = 150
  39.       end
  40.       item
  41.         Width = 150
  42.       end
  43.       item
  44.         Width = 120
  45.       end>
  46.     ParentFont = False
  47.     SimplePanel = False
  48.   end
  49.   object PGImage1: TPGImage
  50.     Left = 0
  51.     Top = 0
  52.     Width = 424
  53.     Height = 258
  54.     Cursor = crArrow
  55.     HorzScrollBar.Tracking = True
  56.     VertScrollBar.Tracking = True
  57.     Align = alClient
  58.     Color = clBlack
  59.     Font.Charset = ANSI_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -12
  62.     Font.Name = 'Arial'
  63.     Font.Style = []
  64.     ParentColor = False
  65.     ParentFont = False
  66.     PopupMenu = PopupMenu1
  67.     TabOrder = 1
  68.     OnMouseDown = PGImage1MouseDown
  69.     ActionMode = amMoveResizeCreateSelection
  70.     Center = True
  71.     PicBoxColor = clBlack
  72.     PicBoxCursor = crCross
  73.     PicBoxDragCursor = crDrag
  74.     PicBoxDragMode = dmManual
  75.     PicBoxParentColor = True
  76.     PicBoxParentShowHint = True
  77.     PicBoxShowHint = False
  78.     PicBoxTag = 0
  79.     ZoomFactor = 1.000000000000000000
  80.     PicBoxOnDblClick = PGImage1PicBoxOnDblClick
  81.     PicBoxOnMouseDown = PGImage1MouseDown
  82.     PicBoxOnMouseMove = PGImage1PicBoxOnMouseMove
  83.     PicBoxOnMouseUp = PGImage1PicBoxOnMouseUp
  84.     PicBoxOnSetCursor = PGImage1PicBoxOnSetCursor
  85.     OnNewAutoSize = PGImage1NewAutoSize
  86.     OnSelectionChange = PGImage1SelectionChange
  87.   end
  88.   object Timer1: TTimer
  89.     Interval = 100
  90.     OnTimer = Timer1Timer
  91.     Left = 18
  92.     Top = 18
  93.   end
  94.   object PGSaveDialog1: TPGSaveDialog
  95.     Filter = 
  96.       'BMP - Bitmap|*.bmp|JPG - JPEG (JFIF compliant)|*.jpg|PBM - Porta' +
  97.       'ble Bitmap|*.pbm|PGM - Portable Graymap|*.pgm|PNG - Portable Net' +
  98.       'work Graphics|*.png|PPM - Portable Pixelmap|*.ppm|TGA - Truevisi' +
  99.       'on Targa|*.tga|TIF - Tagged Image File Format|*.tif|'
  100.     Left = 98
  101.     Top = 18
  102.   end
  103.   object MainMenu2: TMainMenu
  104.     Left = 58
  105.     Top = 18
  106.     object File1: TMenuItem
  107.       Caption = 'File'
  108.       object Open1: TMenuItem
  109.         Caption = 'Open'
  110.         OnClick = Open1Click
  111.       end
  112.       object ChildClose: TMenuItem
  113.         Caption = 'Close'
  114.         OnClick = ChildCloseClick
  115.       end
  116.       object LoadfromParameterFile1: TMenuItem
  117.         Caption = 'Load from Parameter File'
  118.         OnClick = LoadfromParameterFile1Click
  119.       end
  120.       object SaveAs1: TMenuItem
  121.         Caption = 'Save As'
  122.         OnClick = SaveAs1Click
  123.       end
  124.       object Background1: TMenuItem
  125.         Caption = 'Background'
  126.         OnClick = Background1Click
  127.       end
  128.       object N2: TMenuItem
  129.         Caption = '-'
  130.       end
  131.       object OpenNewFormulaFile1: TMenuItem
  132.         Caption = 'Open New Formula File [FLL]'
  133.         OnClick = OpenNewFormulaFile1Click
  134.       end
  135.       object OpenNewRenderFile1: TMenuItem
  136.         Caption = 'Open New Render File [RLL]'
  137.         OnClick = OpenNewRenderFile1Click
  138.       end
  139.       object N5: TMenuItem
  140.         Caption = '-'
  141.       end
  142.       object Options1: TMenuItem
  143.         Caption = 'Options'
  144.         OnClick = Options1Click
  145.       end
  146.       object N1: TMenuItem
  147.         Caption = '-'
  148.       end
  149.       object Exit1: TMenuItem
  150.         Caption = 'Exit'
  151.         Hint = 'Exit'
  152.         OnClick = Exit1Click
  153.       end
  154.     end
  155.     object Filter1: TMenuItem
  156.       Caption = 'Post-Process'
  157.       GroupIndex = 1
  158.       object RGB1: TMenuItem
  159.         Caption = 'RGB...'
  160.         OnClick = RGB1Click
  161.       end
  162.       object CMY1: TMenuItem
  163.         Caption = 'CMY...'
  164.         OnClick = CMY1Click
  165.       end
  166.       object YCbCr1: TMenuItem
  167.         Caption = 'YCbCr...'
  168.         OnClick = YCbCr1Click
  169.       end
  170.       object HLS1: TMenuItem
  171.         Caption = 'HLS...'
  172.         OnClick = HLS1Click
  173.       end
  174.       object HSV1: TMenuItem
  175.         Caption = 'HSV...'
  176.         OnClick = HSV1Click
  177.       end
  178.       object BrightnessContrastGamma1: TMenuItem
  179.         Caption = 'Brightness, Contrast, Gamma...'
  180.         OnClick = BrightnessContrastGamma1Click
  181.       end
  182.       object Grayscale1: TMenuItem
  183.         Caption = 'Grayscale...'
  184.         OnClick = Grayscale1Click
  185.       end
  186.       object Negative1: TMenuItem
  187.         Caption = 'Negative...'
  188.         OnClick = Negative1Click
  189.       end
  190.       object Sharpen2: TMenuItem
  191.         Caption = 'Sharpen...'
  192.         OnClick = Sharpen2Click
  193.       end
  194.       object Detail1: TMenuItem
  195.         Caption = 'Detail...'
  196.         OnClick = Detail1Click
  197.       end
  198.       object Smooth1: TMenuItem
  199.         Caption = 'Smooth...'
  200.         OnClick = Smooth1Click
  201.       end
  202.       object Blur1: TMenuItem
  203.         Caption = 'Blur...'
  204.         OnClick = Blur1Click
  205.       end
  206.       object Contour1: TMenuItem
  207.         Caption = 'Contour...'
  208.         OnClick = Contour1Click
  209.       end
  210.       object N4: TMenuItem
  211.         Caption = '-'
  212.       end
  213.       object AntiAlis211: TMenuItem
  214.         Caption = 'Anti-Alias 2:1'
  215.         OnClick = AntiAlis211Click
  216.       end
  217.       object AntiAlis311: TMenuItem
  218.         Caption = 'Anti-Alias 3:1'
  219.         OnClick = AntiAlis311Click
  220.       end
  221.       object AntiAlias411: TMenuItem
  222.         Caption = 'Anti-Alias 4:1'
  223.         OnClick = AntiAlias411Click
  224.       end
  225.       object N10: TMenuItem
  226.         Caption = '-'
  227.       end
  228.       object Sharpen1: TMenuItem
  229.         Caption = 'Sharpen'
  230.         OnClick = Sharpen1Click
  231.       end
  232.       object ConvertTo256Color1: TMenuItem
  233.         Caption = 'Convert To 256 Color'
  234.         OnClick = ConvertTo256Color1Click
  235.       end
  236.       object AutoFilter: TMenuItem
  237.         Caption = 'Auto Brightness, Gamma, Contrast'
  238.         OnClick = AutoFilterClick
  239.       end
  240.     end
  241.     object Image1: TMenuItem
  242.       Caption = 'Image'
  243.       GroupIndex = 1
  244.       object Draw1: TMenuItem
  245.         Caption = 'Draw'
  246.         OnClick = Draw1Click
  247.       end
  248.       object ClearRectangle1: TMenuItem
  249.         Caption = 'Clear Rectangle'
  250.         OnClick = ClearRectangle1Click
  251.       end
  252.       object JuliaMode1: TMenuItem
  253.         Caption = 'Julia Mode'
  254.         OnClick = JuliaMode1Click
  255.       end
  256.       object InsideOut1: TMenuItem
  257.         Caption = 'Inside Out'
  258.         Hint = 'Inside Out'
  259.         OnClick = InsideOut1Click
  260.       end
  261.       object N8: TMenuItem
  262.         Caption = '-'
  263.       end
  264.       object Rotate90: TMenuItem
  265.         Caption = 'Rotate90'
  266.         OnClick = Rotate90Click
  267.       end
  268.       object Rotate90Mirror: TMenuItem
  269.         Caption = 'Rotate90Mirror'
  270.         OnClick = Rotate90MirrorClick
  271.       end
  272.       object Mirror: TMenuItem
  273.         Caption = 'Mirror'
  274.         OnClick = MirrorClick
  275.       end
  276.     end
  277.     object Options: TMenuItem
  278.       Caption = 'Dialogs'
  279.       GroupIndex = 1
  280.       object ColorControls1: TMenuItem
  281.         Caption = 'Color Controls'
  282.         OnClick = ColorControls1Click
  283.       end
  284.       object Parameters1: TMenuItem
  285.         Caption = 'Parameters'
  286.         OnClick = Parameters1Click
  287.       end
  288.       object XYSize1: TMenuItem
  289.         Caption = 'XY Size'
  290.         OnClick = XYSize1Click
  291.       end
  292.       object Formulas1: TMenuItem
  293.         Caption = 'Formulas'
  294.         OnClick = Formulas1Click
  295.       end
  296.     end
  297.     object Blend1: TMenuItem
  298.       Caption = 'Blend'
  299.       GroupIndex = 1
  300.       object Blend01: TMenuItem
  301.         Caption = '1.) r=sqrt(x*x+y*y), g=x, b=y'
  302.         OnClick = Blend01Click
  303.       end
  304.       object Blend02: TMenuItem
  305.         Caption = '2.) Sum of Squares (x*x+y*y)'
  306.         OnClick = Blend02Click
  307.       end
  308.       object Blend03: TMenuItem
  309.         Caption = '3.) Sum of Cubes (x*x*x+y*y*y)'
  310.         OnClick = Blend03Click
  311.       end
  312.       object Blend04: TMenuItem
  313.         Caption = '4.) ArcTan(Abs(cx/cy))'
  314.         OnClick = Blend04Click
  315.       end
  316.       object Blend05: TMenuItem
  317.         Caption = '5.) Sine(Abs(1/f)'
  318.         OnClick = Blend05Click
  319.       end
  320.       object Blend06: TMenuItem
  321.         Caption = '6.) Linear Grayscale'
  322.         OnClick = Blend06Click
  323.       end
  324.       object Blend07: TMenuItem
  325.         Caption = '7.) Abs(ArcTan(Abs(v.zx / v.zy)) - ArcTan(Abs(v.zy / v.zx)))'
  326.         OnClick = Blend07Click
  327.       end
  328.       object Blend08: TMenuItem
  329.         Caption = '8.) Additional, r=(x+y), g=(x*x*r), b=(y*y*r)'
  330.         OnClick = Blend08Click
  331.       end
  332.       object Blend09: TMenuItem
  333.         Caption = '9.) limit 768'
  334.         OnClick = Blend09Click
  335.       end
  336.       object N9: TMenuItem
  337.         Caption = '-'
  338.       end
  339.       object Blend11: TMenuItem
  340.         Caption = '11.) r=(x*x+y*y); g=(x+r)*.5; b=(y+r)*.5'
  341.         OnClick = Blend11Click
  342.       end
  343.       object Blend12: TMenuItem
  344.         Caption = '12.) r=(x*x+y*y); g=x*x; b=y*y'
  345.         OnClick = Blend12Click
  346.       end
  347.       object Blend13: TMenuItem
  348.         Caption = '13.) r=.5*(x*x*x+y*y*y); g=.5*x*x*x+r; b=.5*y*y*y+r'
  349.         OnClick = Blend13Click
  350.       end
  351.       object Blend14: TMenuItem
  352.         Caption = '14.) ArcTan(Abs(cx/cy))'
  353.         OnClick = Blend14Click
  354.       end
  355.       object Blend15: TMenuItem
  356.         Caption = '15.) Sine(Abs(1/f)'
  357.         OnClick = Blend15Click
  358.       end
  359.       object Blend16: TMenuItem
  360.         Caption = '16.) Linear Grayscale II'
  361.         OnClick = Blend16Click
  362.       end
  363.       object Blend17: TMenuItem
  364.         Caption = '17.) Abs(ArcTan(Abs(v.zx / v.zy)) - ArcTan(Abs(v.zy / v.zx)))'
  365.         OnClick = Blend17Click
  366.       end
  367.       object Blend18: TMenuItem
  368.         Caption = '18.) Additional, r=(x+y), g=(x*x*r), b=(y*y*r)'
  369.         OnClick = Blend18Click
  370.       end
  371.     end
  372.     object RGBOrder1: TMenuItem
  373.       Caption = 'RGBOrder'
  374.       GroupIndex = 1
  375.       object RGBOrder01: TMenuItem
  376.         Caption = '1.) RGB'
  377.         OnClick = RGBOrder01Click
  378.       end
  379.       object RGBOrder02: TMenuItem
  380.         Caption = '2.) RBG'
  381.         OnClick = RGBOrder02Click
  382.       end
  383.       object RGBOrder03: TMenuItem
  384.         Caption = '3.) GBR'
  385.         OnClick = RGBOrder03Click
  386.       end
  387.       object RGBOrder04: TMenuItem
  388.         Caption = '4.) GRB'
  389.         OnClick = RGBOrder04Click
  390.       end
  391.       object RGBOrder05: TMenuItem
  392.         Caption = '5.) BRG'
  393.         OnClick = RGBOrder05Click
  394.       end
  395.       object RGBOrder06: TMenuItem
  396.         Caption = '6.) BGR'
  397.         OnClick = RGBOrder06Click
  398.       end
  399.     end
  400.   end
  401.   object PopupMenu1: TPopupMenu
  402.     Left = 138
  403.     Top = 18
  404.     object Zoom1: TMenuItem
  405.       Caption = 'Zoom In (double click)'
  406.       OnClick = Zoom1Click
  407.     end
  408.     object N7: TMenuItem
  409.       Caption = '-'
  410.     end
  411.     object JuliaMode2: TMenuItem
  412.       Caption = 'Julia Mode'
  413.       OnClick = JuliaMode1Click
  414.     end
  415.     object InsideOut2: TMenuItem
  416.       Caption = 'Inside Out'
  417.       OnClick = InsideOut1Click
  418.     end
  419.     object N6: TMenuItem
  420.       Caption = '-'
  421.     end
  422.     object ClearRectangle2: TMenuItem
  423.       Caption = 'Clear Rectangle'
  424.       OnClick = ClearRectangle2Click
  425.     end
  426.   end
  427.   object Timer2: TTimer
  428.     Enabled = False
  429.     Interval = 400
  430.     OnTimer = Timer2Timer
  431.     Left = 18
  432.     Top = 58
  433.   end
  434.   object RGBFilterDialog1: TRGBFilterDialog
  435.     Left = 34
  436.     Top = 106
  437.   end
  438.   object CMYFilterDialog1: TCMYFilterDialog
  439.     Left = 74
  440.     Top = 106
  441.   end
  442.   object YCbCrFilterDialog1: TYCbCrFilterDialog
  443.     Left = 114
  444.     Top = 106
  445.   end
  446.   object HLSFilterDialog1: THLSFilterDialog
  447.     Left = 154
  448.     Top = 106
  449.   end
  450.   object HSVFilterDialog1: THSVFilterDialog
  451.     Left = 194
  452.     Top = 106
  453.   end
  454.   object BCGFilterDialog1: TBCGFilterDialog
  455.     Contrast = 1.000000000000000000
  456.     Gamma = 1.000000000000000000
  457.     Left = 234
  458.     Top = 106
  459.   end
  460.   object GrayScaleFilterDialog1: TGrayScaleFilterDialog
  461.     Left = 274
  462.     Top = 106
  463.   end
  464.   object NegativeFilterDialog1: TNegativeFilterDialog
  465.     Left = 314
  466.     Top = 106
  467.   end
  468.   object SharpenFilterDialog1: TSharpenFilterDialog
  469.     StdDeviation = 0.750000000000000000
  470.     Left = 34
  471.     Top = 146
  472.   end
  473.   object DetailFilterDialog1: TDetailFilterDialog
  474.     StdDeviation = 0.750000000000000000
  475.     Left = 74
  476.     Top = 146
  477.   end
  478.   object SmoothFilterDialog1: TSmoothFilterDialog
  479.     StdDeviation = 1.300000000000000000
  480.     Left = 114
  481.     Top = 146
  482.   end
  483.   object BlurFilterDialog1: TBlurFilterDialog
  484.     Radius = 2.500000000000000000
  485.     Left = 154
  486.     Top = 146
  487.   end
  488.   object ContourFilterDialog1: TContourFilterDialog
  489.     StdDeviation = 1.000000000000000000
  490.     Left = 194
  491.     Top = 146
  492.   end
  493. end
  494.