object Form3: TForm3 Left = 282 Top = 127 ActiveControl = ScrollBar1 BorderStyle = bsDialog Caption = 'Nastaven� stolu' ClientHeight = 301 ClientWidth = 363 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 192 Width = 363 Height = 109 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 248 Top = 34 Width = 39 Height = 13 Caption = 'Label1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 96 Top = 70 Width = 57 Height = 22 Caption = 'Ulo�it' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 184 Top = 70 Width = 57 Height = 22 Cancel = True Caption = 'Zav��t' ModalResult = 2 TabOrder = 1 end object ScrollBar1: TScrollBar Left = 104 Top = 32 Width = 137 Height = 16 Min = 1 Position = 1 TabOrder = 2 OnChange = ScrollBar1Change end object RadioB: TRadioButton Left = 8 Top = 8 Width = 89 Height = 17 Caption = 'Pou��t barvu' TabOrder = 3 OnClick = RadioBClick end object RadioT: TRadioButton Left = 8 Top = 32 Width = 89 Height = 17 Caption = 'Pou��t tapetu' Checked = True TabOrder = 4 TabStop = True OnClick = RadioTClick end object ComboBox1: TComboBox Left = 104 Top = 4 Width = 137 Height = 22 Style = csOwnerDrawVariable Color = clSilver DropDownCount = 10 Enabled = False ItemHeight = 16 TabOrder = 5 OnChange = ComboBox1Change OnDrawItem = ComboBox1DrawItem end end object Panel2: TPanel Left = 0 Top = 0 Width = 363 Height = 192 Align = alClient BevelInner = bvLowered TabOrder = 1 object Image1: TImage Left = 2 Top = 2 Width = 359 Height = 188 Align = alClient end object Image2: TImage Left = 152 Top = 32 Width = 105 Height = 105 Visible = False end end end