object WRKForm1: TWRKForm1 Left = 240 Top = 217 BorderStyle = bsDialog Caption = 'MARQUEE...' ClientHeight = 206 ClientWidth = 195 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 32 Top = 17 Width = 56 Height = 13 Caption = 'Pohyb textu' end object Label2: TLabel Left = 25 Top = 42 Width = 62 Height = 13 Caption = 'Sm�r pohybu' end object Label3: TLabel Left = 4 Top = 92 Width = 83 Height = 13 Caption = 'Kolikr�t opakovat' end object Label4: TLabel Left = 56 Top = 120 Width = 30 Height = 13 Caption = 'Pauza' end object Label6: TLabel Left = 12 Top = 148 Width = 75 Height = 13 Caption = 'Velikost posunu' end object Label8: TLabel Left = 24 Top = 68 Width = 63 Height = 13 Caption = 'Barva pozad�' end object Button1: TButton Left = 112 Top = 176 Width = 75 Height = 25 Caption = 'Vlo�it' Default = True ModalResult = 1 TabOrder = 9 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 176 Width = 75 Height = 25 Cancel = True Caption = 'Zp�t' ModalResult = 2 TabOrder = 10 end object ComboBox1: TComboBox Left = 92 Top = 13 Width = 93 Height = 21 ItemHeight = 13 Items.Strings = ( '' 'SLIDE' 'SCROLL' 'ALTERNATE') TabOrder = 0 end object ComboBox2: TComboBox Left = 92 Top = 39 Width = 93 Height = 21 ItemHeight = 13 Items.Strings = ( '' 'LEFT' 'RIGHT') TabOrder = 1 end object ComboBox3: TComboBox Left = 91 Top = 88 Width = 94 Height = 21 ItemHeight = 13 Items.Strings = ( '1' '2' '5' '10' '20' '50' '100' '1000' 'INFINITE') TabOrder = 4 end object SpinEdit1: TSpinEdit Left = 92 Top = 116 Width = 53 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 5 Value = 0 OnChange = SpinEdit1Change end object SpinEdit2: TSpinEdit Left = 92 Top = 144 Width = 53 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 7 Value = 0 OnChange = SpinEdit2Change end object ColorCombo1: TColorCombo Left = 92 Top = 64 Width = 40 Height = 20 Caption = 'ColorCombo1' TabOrder = 2 Color = clWhite end object CheckBox1: TCheckBox Left = 141 Top = 65 Width = 17 Height = 17 TabOrder = 3 end object CheckBox2: TCheckBox Left = 146 Top = 119 Width = 34 Height = 17 Caption = 'ms' TabOrder = 6 end object CheckBox3: TCheckBox Left = 147 Top = 146 Width = 97 Height = 17 Caption = 'pixel�' TabOrder = 8 end end