object GOTOIMGForm: TGOTOIMGForm Left = 261 Top = 100 Width = 250 Height = 170 Caption = 'J�t na obr�zek' Color = clBtnFace Constraints.MinHeight = 170 Constraints.MinWidth = 250 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 101 Width = 242 Height = 42 Align = alBottom TabOrder = 0 object Button2: TButton Left = 156 Top = 8 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 0 end object Button1: TButton Left = 68 Top = 8 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Edit1: TEdit Left = 8 Top = 10 Width = 25 Height = 21 Anchors = [akLeft, akBottom] TabOrder = 2 Text = '32' end object UpDown1: TUpDown Left = 33 Top = 10 Width = 15 Height = 21 Anchors = [akLeft, akBottom] Associate = Edit1 Min = 18 Max = 200 Position = 32 TabOrder = 3 Wrap = False OnClick = UpDown1Click end end object ImageLB: TListBox Left = 0 Top = 0 Width = 242 Height = 101 Align = alClient BiDiMode = bdRightToLeft ItemHeight = 75 ParentBiDiMode = False Style = lbOwnerDrawFixed TabOrder = 1 OnDblClick = ImageLBDblClick OnDrawItem = ImageLBDrawItem end object FormStorage1: TFormStorage IniSection = '\Software\DRHTML\GotoIMGWin' UseRegistry = True StoredProps.Strings = ( 'UpDown1.Position') Left = 24 Top = 24 end end