home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / TAVI3DATTR / TAVI3DATTR.txt
Text File  |  2001-06-15  |  6KB  |  272 lines

  1. object AVI3Dattr: TAVI3Dattr
  2.   Left = 588
  3.   Top = 467
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transformation first attractor to second'
  7.   ClientHeight = 148
  8.   ClientWidth = 428
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 4
  22.     Top = 4
  23.     Width = 421
  24.     Height = 109
  25.     Style = bsRaised
  26.   end
  27.   object Label1: TLabel
  28.     Left = 12
  29.     Top = 15
  30.     Width = 33
  31.     Height = 13
  32.     Caption = '&1st file:'
  33.     FocusControl = Edit1
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 12
  43.     Top = 44
  44.     Width = 37
  45.     Height = 13
  46.     Caption = '&2nd file:'
  47.     FocusControl = Edit2
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object SpeedButton1: TSpeedButton
  56.     Tag = 1
  57.     Left = 396
  58.     Top = 12
  59.     Width = 22
  60.     Height = 22
  61.     Hint = 'Load first FR3 file'
  62.     Caption = '...'
  63.     Flat = True
  64.     Font.Charset = RUSSIAN_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'Arial Black'
  68.     Font.Style = []
  69.     Margin = 3
  70.     NumGlyphs = 2
  71.     ParentFont = False
  72.     ParentShowHint = False
  73.     ShowHint = True
  74.     Spacing = 0
  75.     OnClick = SpeedButton1Click
  76.   end
  77.   object SpeedButton2: TSpeedButton
  78.     Tag = 2
  79.     Left = 396
  80.     Top = 40
  81.     Width = 22
  82.     Height = 22
  83.     Hint = 'Load second FR3 file'
  84.     Caption = '...'
  85.     Flat = True
  86.     Font.Charset = RUSSIAN_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'Arial Black'
  90.     Font.Style = []
  91.     Margin = 3
  92.     NumGlyphs = 2
  93.     ParentFont = False
  94.     ParentShowHint = False
  95.     ShowHint = True
  96.     OnClick = SpeedButton1Click
  97.   end
  98.   object Label3: TLabel
  99.     Left = 12
  100.     Top = 70
  101.     Width = 75
  102.     Height = 13
  103.     Caption = '&Frame count:'
  104.     FocusControl = SpinEdit1
  105.     Font.Charset = RUSSIAN_CHARSET
  106.     Font.Color = clWindowText
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.   end
  112.   object Label4: TLabel
  113.     Left = 116
  114.     Top = 70
  115.     Width = 58
  116.     Height = 13
  117.     Caption = '&Iterations:'
  118.     FocusControl = ComboBox1
  119.     Font.Charset = RUSSIAN_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = [fsBold]
  124.     ParentFont = False
  125.   end
  126.   object SpinEdit1: TSpinEdit
  127.     Left = 12
  128.     Top = 84
  129.     Width = 93
  130.     Height = 23
  131.     AutoSize = False
  132.     Font.Charset = RUSSIAN_CHARSET
  133.     Font.Color = clWindowText
  134.     Font.Height = -11
  135.     Font.Name = 'Arial'
  136.     Font.Style = []
  137.     Increment = 5
  138.     MaxLength = 3
  139.     MaxValue = 999
  140.     MinValue = 5
  141.     ParentFont = False
  142.     TabOrder = 2
  143.     Value = 10
  144.   end
  145.   object Button2: TButton
  146.     Left = 220
  147.     Top = 120
  148.     Width = 89
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = '&Cancel'
  152.     Font.Charset = DEFAULT_CHARSET
  153.     Font.Color = clWindowText
  154.     Font.Height = -11
  155.     Font.Name = 'MS Sans Serif'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 6
  159.     OnClick = Button2Click
  160.   end
  161.   object CheckBox1: TCheckBox
  162.     Left = 220
  163.     Top = 86
  164.     Width = 137
  165.     Height = 17
  166.     Caption = 'Make &ping-pong clip'
  167.     Font.Charset = RUSSIAN_CHARSET
  168.     Font.Color = clWindowText
  169.     Font.Height = -11
  170.     Font.Name = 'MS Sans Serif'
  171.     Font.Style = [fsBold]
  172.     ParentFont = False
  173.     TabOrder = 4
  174.   end
  175.   object Edit1: TEdit
  176.     Tag = 1
  177.     Left = 52
  178.     Top = 12
  179.     Width = 341
  180.     Height = 22
  181.     Font.Charset = RUSSIAN_CHARSET
  182.     Font.Color = clWindowText
  183.     Font.Height = -11
  184.     Font.Name = 'Arial'
  185.     Font.Style = []
  186.     ParentFont = False
  187.     TabOrder = 0
  188.     OnEnter = Edit1Enter
  189.     OnExit = Edit1Exit
  190.   end
  191.   object Edit2: TEdit
  192.     Tag = 2
  193.     Left = 52
  194.     Top = 40
  195.     Width = 341
  196.     Height = 22
  197.     Font.Charset = RUSSIAN_CHARSET
  198.     Font.Color = clWindowText
  199.     Font.Height = -11
  200.     Font.Name = 'Arial'
  201.     Font.Style = []
  202.     ParentFont = False
  203.     TabOrder = 1
  204.     OnEnter = Edit2Enter
  205.     OnExit = Edit1Exit
  206.   end
  207.   object Button1: TButton
  208.     Left = 120
  209.     Top = 120
  210.     Width = 89
  211.     Height = 25
  212.     Caption = '&Ok'
  213.     Default = True
  214.     Font.Charset = DEFAULT_CHARSET
  215.     Font.Color = clWindowText
  216.     Font.Height = -11
  217.     Font.Name = 'MS Sans Serif'
  218.     Font.Style = []
  219.     ParentFont = False
  220.     TabOrder = 5
  221.     OnClick = Button1Click
  222.   end
  223.   object ComboBox1: TComboBox
  224.     Left = 116
  225.     Top = 86
  226.     Width = 93
  227.     Height = 21
  228.     Hint = 
  229.       'Changes iterations count. At a plenty of iterations the quality ' +
  230.       #13#10'of the image is improved, but the time of account is increased' +
  231.       '.'#13#10#13#10'Use [Ctrl + Down arrow] and [Ctrl + Up arrow] keys to chang' +
  232.       'e'#13#10'values without mouse.'
  233.     Style = csDropDownList
  234.     DropDownCount = 12
  235.     Font.Charset = DEFAULT_CHARSET
  236.     Font.Color = clWindowText
  237.     Font.Height = -11
  238.     Font.Name = 'MS Sans Serif'
  239.     Font.Style = []
  240.     ItemHeight = 13
  241.     Items.Strings = (
  242.       '         10 000'
  243.       '         25 000'
  244.       '         50 000'
  245.       '       100 000'
  246.       '       200 000'
  247.       '       300 000'
  248.       '       500 000'
  249.       '    1 000 000'
  250.       '    2 000 000'
  251.       '    3 000 000'
  252.       '    5 000 000'
  253.       '  10 000 000'
  254.       '  25 000 000'
  255.       '  50 000 000'
  256.       '100 000 000')
  257.     ParentFont = False
  258.     ParentShowHint = False
  259.     ShowHint = True
  260.     TabOrder = 3
  261.     OnChange = ComboBox1Change
  262.   end
  263.   object OpenDialog1: TOpenDialog
  264.     DefaultExt = 'fr3'
  265.     Filter = '3D attractor files (*.fr3) |*.fr3'
  266.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  267.     Title = 'Select 3D-attractor file'
  268.     Left = 284
  269.     Top = 12
  270.   end
  271. end
  272.