object FormDictImportDB: TFormDictImportDB Left = 295 Top = 210 BorderStyle = bsDialog Caption = 'Import from database' ClientHeight = 291 ClientWidth = 376 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 12 Top = 12 Width = 123 Height = 269 Picture.Data = {} Stretch = True end object StaticDB: TStatic Left = 156 Top = 28 Width = 97 Height = 21 end object Label1: TLabel Left = 156 Top = 12 Width = 46 Height = 13 Caption = 'Datab�ze' end object Frame1: TFrame Left = 156 Top = 168 Width = 209 Height = 113 Caption = 'Pr�b�h' end object LabelPerc: TLabel Left = 252 Top = 192 Width = 14 Height = 13 Caption = '0%' end object LabelInserted: TLabel Left = 164 Top = 244 Width = 50 Height = 13 Caption = 'Vlo�eno: 0' end object LabelUpdated: TLabel Left = 164 Top = 260 Width = 64 Height = 13 Caption = 'Nahrazeno: 0' end object LabelDone: TLabel Left = 200 Top = 208 Width = 113 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Hotovo.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Visible = False end object StaticServer: TStatic Left = 264 Top = 28 Width = 97 Height = 21 end object Label2: TLabel Left = 264 Top = 12 Width = 55 Height = 13 Caption = 'SQL Server' end object RadiosDupl: TRadios Left = 156 Top = 64 Width = 209 Height = 89 Caption = 'Ji� existuj�c� hodnoty' EnableMask = -1 ItemIndex = 0 Items.Strings = ( '&Ponechat beze zm�n' '&Nahradit' '&Zeptat se') TabOrder = 0 end object ProgressBar: TProgressBar Left = 168 Top = 208 Width = 185 Height = 16 Min = 0 Max = 100 Step = 1 TabOrder = 2 end object BtnState: TButton Left = 280 Top = 244 Width = 75 Height = 25 Caption = 'Start' TabOrder = 1 OnClick = BtnStateClick end end