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

  1. object IterForm: TIterForm
  2.   Left = 421
  3.   Top = 128
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Iteration movie'
  8.   ClientHeight = 160
  9.   ClientWidth = 404
  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 = poDefaultPosOnly
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 369
  24.     Top = 24
  25.     Width = 30
  26.     Height = 13
  27.     Caption = 'Slowly'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 122
  31.     Top = 24
  32.     Width = 35
  33.     Height = 13
  34.     Caption = 'Quickly'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 120
  38.     Top = 112
  39.     Width = 2
  40.     Height = 11
  41.     Caption = '.'
  42.     Font.Charset = RUSSIAN_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -9
  45.     Font.Name = 'Small Fonts'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 374
  51.     Top = 64
  52.     Width = 25
  53.     Height = 13
  54.     Caption = 'Small'
  55.   end
  56.   object Label5: TLabel
  57.     Left = 122
  58.     Top = 64
  59.     Width = 15
  60.     Height = 13
  61.     Caption = 'Big'
  62.   end
  63.   object Bevel1: TBevel
  64.     Left = 0
  65.     Top = 80
  66.     Width = 405
  67.     Height = 4
  68.     Shape = bsTopLine
  69.   end
  70.   object Bevel2: TBevel
  71.     Left = 0
  72.     Top = 124
  73.     Width = 405
  74.     Height = 5
  75.     Shape = bsTopLine
  76.   end
  77.   object TrackBar1: TTrackBar
  78.     Left = 116
  79.     Top = 4
  80.     Width = 289
  81.     Height = 21
  82.     Max = 19
  83.     Orientation = trHorizontal
  84.     Frequency = 1
  85.     Position = 10
  86.     SelEnd = 0
  87.     SelStart = 0
  88.     TabOrder = 0
  89.     TickMarks = tmBottomRight
  90.     TickStyle = tsAuto
  91.     OnChange = TrackBar1Change
  92.   end
  93.   object StaticText1: TStaticText
  94.     Left = 4
  95.     Top = 4
  96.     Width = 112
  97.     Height = 20
  98.     AutoSize = False
  99.     Caption = 'Iteration speed:'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     TabOrder = 6
  107.   end
  108.   object Button1: TBitBtn
  109.     Left = 308
  110.     Top = 132
  111.     Width = 93
  112.     Height = 25
  113.     Caption = '&Close'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clWindowText
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     TabOrder = 3
  121.     OnClick = Button1Click
  122.     Kind = bkCancel
  123.   end
  124.   object TrackBar2: TTrackBar
  125.     Left = 116
  126.     Top = 88
  127.     Width = 289
  128.     Height = 21
  129.     Enabled = False
  130.     Max = 10000
  131.     Orientation = trHorizontal
  132.     Frequency = 200
  133.     Position = 0
  134.     SelEnd = 0
  135.     SelStart = 0
  136.     TabOrder = 4
  137.     TickMarks = tmBottomRight
  138.     TickStyle = tsAuto
  139.   end
  140.   object StaticText2: TStaticText
  141.     Left = 4
  142.     Top = 44
  143.     Width = 109
  144.     Height = 20
  145.     AutoSize = False
  146.     Caption = 'Acceleration:'
  147.     Font.Charset = DEFAULT_CHARSET
  148.     Font.Color = clWindowText
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = [fsBold]
  152.     ParentFont = False
  153.     TabOrder = 5
  154.   end
  155.   object TrackBar3: TTrackBar
  156.     Left = 116
  157.     Top = 44
  158.     Width = 289
  159.     Height = 21
  160.     Max = 100
  161.     Min = 2
  162.     Orientation = trHorizontal
  163.     Frequency = 2
  164.     Position = 10
  165.     SelEnd = 0
  166.     SelStart = 0
  167.     TabOrder = 1
  168.     TickMarks = tmBottomRight
  169.     TickStyle = tsAuto
  170.     OnChange = TrackBar3Change
  171.   end
  172.   object StaticText3: TStaticText
  173.     Left = 4
  174.     Top = 88
  175.     Width = 112
  176.     Height = 20
  177.     AutoSize = False
  178.     Caption = 'Processing:'
  179.     Font.Charset = DEFAULT_CHARSET
  180.     Font.Color = clWindowText
  181.     Font.Height = -11
  182.     Font.Name = 'MS Sans Serif'
  183.     Font.Style = [fsBold]
  184.     ParentFont = False
  185.     TabOrder = 7
  186.   end
  187.   object Button2: TBitBtn
  188.     Left = 208
  189.     Top = 132
  190.     Width = 93
  191.     Height = 25
  192.     Caption = '&Render'
  193.     Font.Charset = DEFAULT_CHARSET
  194.     Font.Color = clWindowText
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     ParentFont = False
  199.     TabOrder = 2
  200.     OnClick = Button2Click
  201.     Kind = bkOK
  202.   end
  203. end
  204.