object IterForm: TIterForm Left = 421 Top = 128 ActiveControl = Button1 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Iteration movie' ClientHeight = 160 ClientWidth = 404 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poDefaultPosOnly Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 369 Top = 24 Width = 30 Height = 13 Caption = 'Slowly' end object Label2: TLabel Left = 122 Top = 24 Width = 35 Height = 13 Caption = 'Quickly' end object Label3: TLabel Left = 120 Top = 112 Width = 2 Height = 11 Caption = '.' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Small Fonts' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 374 Top = 64 Width = 25 Height = 13 Caption = 'Small' end object Label5: TLabel Left = 122 Top = 64 Width = 15 Height = 13 Caption = 'Big' end object Bevel1: TBevel Left = 0 Top = 80 Width = 405 Height = 4 Shape = bsTopLine end object Bevel2: TBevel Left = 0 Top = 124 Width = 405 Height = 5 Shape = bsTopLine end object TrackBar1: TTrackBar Left = 116 Top = 4 Width = 289 Height = 21 Max = 19 Orientation = trHorizontal Frequency = 1 Position = 10 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object StaticText1: TStaticText Left = 4 Top = 4 Width = 112 Height = 20 AutoSize = False Caption = 'Iteration speed:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 end object Button1: TBitBtn Left = 308 Top = 132 Width = 93 Height = 25 Caption = '&Close' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = Button1Click Kind = bkCancel end object TrackBar2: TTrackBar Left = 116 Top = 88 Width = 289 Height = 21 Enabled = False Max = 10000 Orientation = trHorizontal Frequency = 200 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 4 TickMarks = tmBottomRight TickStyle = tsAuto end object StaticText2: TStaticText Left = 4 Top = 44 Width = 109 Height = 20 AutoSize = False Caption = 'Acceleration:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 end object TrackBar3: TTrackBar Left = 116 Top = 44 Width = 289 Height = 21 Max = 100 Min = 2 Orientation = trHorizontal Frequency = 2 Position = 10 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar3Change end object StaticText3: TStaticText Left = 4 Top = 88 Width = 112 Height = 20 AutoSize = False Caption = 'Processing:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 7 end object Button2: TBitBtn Left = 208 Top = 132 Width = 93 Height = 25 Caption = '&Render' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button2Click Kind = bkOK end end