object frmSELECT: TfrmSELECT Left = 245 Top = 129 BorderStyle = bsDialog Caption = 'Editor zna�ek - SELECT' ClientHeight = 199 ClientWidth = 275 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 257 Height = 153 TabOrder = 0 object Label1: TLabel Left = 16 Top = 24 Width = 57 Height = 13 Caption = 'N�zev pole:' end object Label2: TLabel Left = 16 Top = 56 Width = 97 Height = 13 Caption = 'Po�et zobr. polo�ek:' end object Label3: TLabel Left = 16 Top = 120 Width = 146 Height = 13 Caption = 'Po�et generovan�ch OPTION:' end object edtNAME: TEdit Left = 120 Top = 20 Width = 121 Height = 21 TabOrder = 0 end object edtSIZE: TEdit Left = 120 Top = 51 Width = 41 Height = 21 TabOrder = 1 end object chkMULTI: TCheckBox Left = 120 Top = 80 Width = 121 Height = 17 Caption = 'V�cen�sobn� v�b�r' TabOrder = 2 end object UpDown1: TUpDown Left = 209 Top = 115 Width = 15 Height = 21 Associate = edtOPTION Min = 0 Position = 0 TabOrder = 3 Wrap = False end object edtOPTION: TMaskEdit Left = 168 Top = 115 Width = 41 Height = 21 EditMask = '!99999;1; ' MaxLength = 5 TabOrder = 4 Text = ' 0' end end object Button1: TButton Left = 112 Top = 168 Width = 75 Height = 25 Caption = 'O&K' Default = True TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 168 Width = 75 Height = 25 Cancel = True Caption = 'Storno' TabOrder = 2 end end