home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / TIMAGEPROCESSINGFORM / TIMAGEPROCESSINGFORM.txt < prev   
Text File  |  2001-06-15  |  11KB  |  442 lines

  1. object ImageProcessingForm: TImageProcessingForm
  2.   Left = 511
  3.   Top = 106
  4.   ActiveControl = ListBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Filters'
  8.   ClientHeight = 301
  9.   ClientWidth = 345
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel2: TBevel
  25.     Left = 4
  26.     Top = 200
  27.     Width = 337
  28.     Height = 65
  29.     Shape = bsFrame
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 4
  33.     Top = 4
  34.     Width = 337
  35.     Height = 189
  36.     Shape = bsFrame
  37.   end
  38.   object Label1: TLabel
  39.     Left = 12
  40.     Top = 12
  41.     Width = 95
  42.     Height = 13
  43.     Caption = '&Transformations:'
  44.     FocusControl = ListBox1
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object Label2: TLabel
  53.     Left = 152
  54.     Top = 12
  55.     Width = 78
  56.     Height = 13
  57.     Caption = 'Texturization:'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object Label5: TLabel
  66.     Left = 288
  67.     Top = 28
  68.     Width = 31
  69.     Height = 14
  70.     Caption = '&Alpha:'
  71.     FocusControl = SpinEdit1
  72.     Font.Charset = RUSSIAN_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'Arial'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Label3: TLabel
  80.     Left = 12
  81.     Top = 212
  82.     Width = 52
  83.     Height = 13
  84.     Caption = '&Brightness:'
  85.     FocusControl = SpinEdit2
  86.   end
  87.   object Label4: TLabel
  88.     Left = 12
  89.     Top = 240
  90.     Width = 42
  91.     Height = 13
  92.     Caption = '&Contrast:'
  93.     FocusControl = SpinEdit3
  94.   end
  95.   object Label6: TLabel
  96.     Left = 124
  97.     Top = 240
  98.     Width = 51
  99.     Height = 13
  100.     Caption = '&Saturation:'
  101.     FocusControl = SpinEdit4
  102.   end
  103.   object Label7: TLabel
  104.     Left = 124
  105.     Top = 212
  106.     Width = 43
  107.     Height = 13
  108.     Caption = 'S&harpen:'
  109.     FocusControl = SpinEdit5
  110.   end
  111.   object Label8: TLabel
  112.     Left = 236
  113.     Top = 212
  114.     Width = 21
  115.     Height = 13
  116.     Caption = 'B&lur:'
  117.     FocusControl = SpinEdit6
  118.   end
  119.   object Label9: TLabel
  120.     Left = 236
  121.     Top = 240
  122.     Width = 40
  123.     Height = 13
  124.     Caption = 'S&ponge:'
  125.     FocusControl = SpinEdit7
  126.   end
  127.   object ListBox1: TListBox
  128.     Left = 12
  129.     Top = 28
  130.     Width = 137
  131.     Height = 157
  132.     ItemHeight = 13
  133.     Items.Strings = (
  134.       '(None)'
  135.       'Soften'
  136.       'Soften (more)'
  137.       'Soften (less)'
  138.       'Smooth'
  139.       'Edge detection'
  140.       'Edge enhance (less)'
  141.       'Edge enhance (more)'
  142.       'Emboss'
  143.       'Emboss (less)'
  144.       'Emboss (more)'
  145.       'Sharpen (low)'
  146.       'Diagonal "shatter"'
  147.       'Fire'
  148.       'Blur'
  149.       'Horizontal blur'
  150.       'Gradient (low)'
  151.       'Gradient (high)'
  152.       'Find edges')
  153.     TabOrder = 0
  154.     OnDblClick = Button1Click
  155.   end
  156.   object Button1: TButton
  157.     Left = 12
  158.     Top = 272
  159.     Width = 77
  160.     Height = 25
  161.     Hint = 'Execute selected filters'
  162.     Caption = 'Apply'
  163.     Default = True
  164.     TabOrder = 12
  165.     OnClick = Button1Click
  166.   end
  167.   object Button2: TButton
  168.     Left = 256
  169.     Top = 272
  170.     Width = 77
  171.     Height = 25
  172.     Cancel = True
  173.     Caption = 'Close'
  174.     TabOrder = 14
  175.     OnClick = Button2Click
  176.   end
  177.   object Button3: TButton
  178.     Left = 96
  179.     Top = 272
  180.     Width = 77
  181.     Height = 25
  182.     Hint = 
  183.       'Restores the image received as result of the fractal calculation' +
  184.       #39'.'
  185.     Caption = '&Restore'
  186.     TabOrder = 13
  187.     OnClick = Button3Click
  188.   end
  189.   object ScrollBox1: TPanel
  190.     Left = 152
  191.     Top = 28
  192.     Width = 132
  193.     Height = 134
  194.     BevelInner = bvLowered
  195.     Color = clBlack
  196.     TabOrder = 1
  197.     object Image1: TImage
  198.       Left = 2
  199.       Top = 2
  200.       Width = 128
  201.       Height = 130
  202.       Hint = 'Click right mouse button to more options'
  203.       Align = alClient
  204.       Center = True
  205.       PopupMenu = RxPopupMenu1
  206.     end
  207.   end
  208.   object SpinEdit1: TSpinEdit
  209.     Left = 288
  210.     Top = 44
  211.     Width = 45
  212.     Height = 23
  213.     Hint = 'Relative scale the texture'
  214.     Font.Charset = RUSSIAN_CHARSET
  215.     Font.Color = clBlack
  216.     Font.Height = -11
  217.     Font.Name = 'Courier New'
  218.     Font.Style = []
  219.     Increment = 5
  220.     MaxLength = 3
  221.     MaxValue = 100
  222.     MinValue = 0
  223.     ParentFont = False
  224.     TabOrder = 2
  225.     Value = 50
  226.   end
  227.   object BitBtn5: TBitBtn
  228.     Left = 288
  229.     Top = 80
  230.     Width = 45
  231.     Height = 25
  232.     Hint = 
  233.       'Texture library...'#13#10'Required file TEXLIB.DLL which inqluded '#13#10'in' +
  234.       'to Fractal Landscapes Library package.'
  235.     TabOrder = 3
  236.     OnClick = BitBtn5Click
  237.     Glyph.Data = {
  238.       72010000424D7201000000000000760000002800000016000000150000000100
  239.       040000000000FC00000000000000000000001000000010000000000000000000
  240.       80000080000000808000800000008000800080800000C0C0C000808080000000
  241.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  242.       77777777770078000000000000000000070078FFFFFFFFFFFFF07777070078FF
  243.       44444444FFF0F887070078FFFFFFFFFFFFF0F007070078FF444444444FF0FFF7
  244.       070078FFFFFFFFFFFFF00000070078FF44444444FFF0F7F70700784444444444
  245.       44407F7F07007844FFFFFFFFF440F7F7070078444444444444407F7F070078FF
  246.       44444444FFF0F7F7070078FFFFFFFFFFFFF07F7F070078FF444444444FF0F7F7
  247.       070078FFFFFFFFFFFFF00000070078FF44444444FFF07777070078FFFFFFFFFF
  248.       FFF0F007070078FF444444444FF0F887070078FFFFFFFFFFFFF0FFF707007888
  249.       88888888888000000700777777777777777777777700}
  250.   end
  251.   object BitBtn6: TBitBtn
  252.     Left = 288
  253.     Top = 108
  254.     Width = 45
  255.     Height = 25
  256.     Hint = 'Load texture from disk'
  257.     TabOrder = 4
  258.     OnClick = BitBtn6Click
  259.     Glyph.Data = {
  260.       76010000424D7601000000000000760000002800000020000000100000000100
  261.       0400000000000001000000000000000000001000000010000000000000000000
  262.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  263.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  264.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  265.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  266.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  267.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  268.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  269.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  270.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  271.       3BB33773333773333773B333333B3333333B7333333733333337}
  272.     NumGlyphs = 2
  273.   end
  274.   object BitBtn7: TBitBtn
  275.     Left = 288
  276.     Top = 136
  277.     Width = 45
  278.     Height = 25
  279.     Hint = 'Clear texture'
  280.     TabOrder = 5
  281.     OnClick = BitBtn7Click
  282.     Glyph.Data = {
  283.       76010000424D7601000000000000760000002800000020000000100000000100
  284.       0400000000000001000000000000000000001000000010000000000000000000
  285.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  286.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  287.       555557777F777555F55500000000555055557777777755F75555005500055055
  288.       555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  289.       5555577FF77577FF555555005050110555555577F757777FF555555505099910
  290.       555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  291.       3055577F75F77777575F55005055090B030555775755777575755555555550B0
  292.       B03055555F555757575755550555550B0B335555755555757555555555555550
  293.       BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  294.       50BB555555555555575F555555555555550B5555555555555575}
  295.     NumGlyphs = 2
  296.   end
  297.   object SpinEdit2: TSpinEdit
  298.     Tag = 1
  299.     Left = 64
  300.     Top = 208
  301.     Width = 53
  302.     Height = 22
  303.     Hint = 'Accepted values: -255 to 255'
  304.     Increment = 8
  305.     MaxValue = 255
  306.     MinValue = -255
  307.     ParentShowHint = False
  308.     ShowHint = True
  309.     TabOrder = 6
  310.     Value = 0
  311.   end
  312.   object SpinEdit3: TSpinEdit
  313.     Tag = 2
  314.     Left = 64
  315.     Top = 236
  316.     Width = 53
  317.     Height = 22
  318.     Hint = 'Accepted values: -255 to 255'
  319.     Increment = 8
  320.     MaxValue = 255
  321.     MinValue = -255
  322.     ParentShowHint = False
  323.     ShowHint = True
  324.     TabOrder = 7
  325.     Value = 0
  326.   end
  327.   object SpinEdit4: TSpinEdit
  328.     Tag = 3
  329.     Left = 176
  330.     Top = 236
  331.     Width = 53
  332.     Height = 22
  333.     Hint = 
  334.       'Accepted values: 0 to 65535'#13#10'Also, -1 (default) provides no chan' +
  335.       'gings.'
  336.     Increment = 16
  337.     MaxValue = 65535
  338.     MinValue = -1
  339.     ParentShowHint = False
  340.     ShowHint = True
  341.     TabOrder = 8
  342.     Value = -1
  343.   end
  344.   object SpinEdit5: TSpinEdit
  345.     Tag = 4
  346.     Left = 176
  347.     Top = 208
  348.     Width = 53
  349.     Height = 22
  350.     Hint = 'Accepted values: -20 to 20'
  351.     MaxValue = 20
  352.     MinValue = -20
  353.     ParentShowHint = False
  354.     ShowHint = True
  355.     TabOrder = 9
  356.     Value = 0
  357.   end
  358.   object SpinEdit6: TSpinEdit
  359.     Tag = 5
  360.     Left = 280
  361.     Top = 208
  362.     Width = 53
  363.     Height = 22
  364.     Hint = 'Accepted values: -128 to 128'
  365.     MaxValue = 128
  366.     MinValue = -128
  367.     ParentShowHint = False
  368.     ShowHint = True
  369.     TabOrder = 10
  370.     Value = 0
  371.   end
  372.   object SpinEdit7: TSpinEdit
  373.     Tag = 6
  374.     Left = 280
  375.     Top = 236
  376.     Width = 53
  377.     Height = 22
  378.     Hint = 'Accepted values: 0 to 100'
  379.     MaxValue = 100
  380.     MinValue = 0
  381.     ParentShowHint = False
  382.     ShowHint = True
  383.     TabOrder = 11
  384.     Value = 0
  385.   end
  386.   object CheckBox1: TCheckBox
  387.     Left = 152
  388.     Top = 168
  389.     Width = 97
  390.     Height = 17
  391.     Caption = 'Infinity area only'
  392.     State = cbChecked
  393.     TabOrder = 15
  394.   end
  395.   object OpenTexDlg: TOpenPictureDialog
  396.     Filter = 
  397.       'All (*.bmp;*.jpg;*.jpeg; *.gif)|*.bmp;*.jpg;*.jpeg;*.gif|Bitmaps' +
  398.       ' (*.bmp)|*.bmp|JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|GIF (*.gif)|*.gi' +
  399.       #39'f'
  400.     Options = [ofPathMustExist, ofFileMustExist]
  401.     Title = 'Open sky texture...'
  402.     Left = 252
  403.     Top = 124
  404.   end
  405.   object RxPopupMenu1: TRxPopupMenu
  406.     OnPopup = RxPopupMenu1Popup
  407.     Left = 224
  408.     Top = 124
  409.     object Stretch1: TMenuItem
  410.       Caption = 'Stretch...'
  411.       OnClick = Stretch1Click
  412.     end
  413.     object N1: TMenuItem
  414.       Caption = '-'
  415.     end
  416.     object pmn01: TMenuItem
  417.       Caption = 'Open texture library...'
  418.       OnClick = BitBtn5Click
  419.     end
  420.     object pmn02: TMenuItem
  421.       Caption = 'Load texture from file...'
  422.       OnClick = BitBtn6Click
  423.     end
  424.     object Clearthetexture1: TMenuItem
  425.       Caption = 'Clear texture'
  426.       OnClick = BitBtn7Click
  427.     end
  428.     object pmn04: TMenuItem
  429.       Caption = '-'
  430.     end
  431.     object pmn05: TMenuItem
  432.       Caption = 'Save texture to "FE_tex.bmp"'
  433.       OnClick = pmn05Click
  434.     end
  435.     object pmn06: TMenuItem
  436.       Caption = 'Edit texture...'
  437.       Enabled = False
  438.       Visible = False
  439.     end
  440.   end
  441. end
  442.