object NewForm: TNewForm Left = 760 Top = 443 BorderStyle = bsDialog Caption = 'Nov'#253 ClientHeight = 104 ClientWidth = 256 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 172 Top = 12 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 172 Top = 44 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 153 Height = 89 Caption = 'Rozm'#283'ry nov'#233'ho prost'#345'ed'#237 TabOrder = 2 object Label2: TLabel Left = 16 Top = 28 Width = 27 Height = 13 Caption = #352#237#345'&ka:' FocusControl = WidthEdit end object Label3: TLabel Left = 16 Top = 60 Width = 32 Height = 13 Caption = '&V'#253#353'ka:' FocusControl = HeightEdit end object WidthUpDown: TUpDown Left = 97 Top = 24 Width = 15 Height = 21 Associate = WidthEdit Min = 1 Max = 256 Position = 256 TabOrder = 0 Wrap = False end object WidthEdit: TEdit Left = 56 Top = 24 Width = 41 Height = 21 TabOrder = 1 Text = '256' OnChange = WidthEditChange end object HeightEdit: TEdit Left = 56 Top = 56 Width = 41 Height = 21 TabOrder = 2 Text = '256' OnChange = HeightEditChange end object HeightUpDown: TUpDown Left = 97 Top = 56 Width = 15 Height = 21 Associate = HeightEdit Min = 1 Max = 256 Position = 256 TabOrder = 3 Wrap = False end end end