object ActionDbf: TActionDbf Left = 315 Top = 144 BorderStyle = bsDialog Caption = 'Action - dbl.click on tableRow' ClientHeight = 134 ClientWidth = 370 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 4 Width = 361 Height = 93 end object Label1: TLabel Left = 16 Top = 16 Width = 57 Height = 13 Caption = 'Path:' end object SpeedButton1: TSpeedButton Left = 328 Top = 14 Width = 25 Height = 20 Caption = '...' OnClick = SpeedButton1Click end object Label2: TLabel Left = 16 Top = 42 Width = 57 Height = 13 Caption = 'Parameter:' end object CBRun: TCheckBox Left = 216 Top = 72 Width = 137 Height = 17 Alignment = taLeftJustify Caption = 'Dbl. click - run program' TabOrder = 0 end object Edit1: TEdit Left = 72 Top = 13 Width = 249 Height = 21 Hint = 'Program: Path + Name' ParentShowHint = False ShowHint = True TabOrder = 1 end object Edit2: TEdit Left = 72 Top = 40 Width = 137 Height = 21 TabOrder = 2 Text = '-nohome c:\Gis Data\a1\' end object CBData: TComboBox Left = 214 Top = 40 Width = 87 Height = 21 ItemHeight = 13 TabOrder = 3 Text = '...selectData' end object Edit3: TEdit Left = 304 Top = 40 Width = 49 Height = 21 TabOrder = 4 Text = '.html' end object CBFind: TCheckBox Left = 14 Top = 72 Width = 163 Height = 17 Alignment = taLeftJustify Caption = 'Dbl. click - Find geoObject' State = cbChecked TabOrder = 5 end object Button1: TButton Left = 104 Top = 104 Width = 75 Height = 25 Caption = 'OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = Button1Click end object Button2: TButton Left = 192 Top = 104 Width = 75 Height = 25 Caption = 'cancel' TabOrder = 7 OnClick = Button2Click end object OD: TOpenDialog FileEditStyle = fsEdit Left = 312 Top = 104 end end