home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TACTIONDBF / TACTIONDBF.txt
Text File  |  2001-12-03  |  2KB  |  124 lines

  1. object ActionDbf: TActionDbf
  2.   Left = 315
  3.   Top = 144
  4.   BorderStyle = bsDialog
  5.   Caption = 'Action - dbl.click on tableRow'
  6.   ClientHeight = 134
  7.   ClientWidth = 370
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnDeactivate = FormDeactivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 4
  17.     Top = 4
  18.     Width = 361
  19.     Height = 93
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 57
  25.     Height = 13
  26.     Caption = 'Path:'
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Left = 328
  30.     Top = 14
  31.     Width = 25
  32.     Height = 20
  33.     Caption = '...'
  34.     OnClick = SpeedButton1Click
  35.   end
  36.   object Label2: TLabel
  37.     Left = 16
  38.     Top = 42
  39.     Width = 57
  40.     Height = 13
  41.     Caption = 'Parameter:'
  42.   end
  43.   object CBRun: TCheckBox
  44.     Left = 216
  45.     Top = 72
  46.     Width = 137
  47.     Height = 17
  48.     Alignment = taLeftJustify
  49.     Caption = 'Dbl. click - run program'
  50.     TabOrder = 0
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 72
  54.     Top = 13
  55.     Width = 249
  56.     Height = 21
  57.     TabOrder = 1
  58.     Text = 'iexpolore.exe'
  59.   end
  60.   object Edit2: TEdit
  61.     Left = 72
  62.     Top = 40
  63.     Width = 137
  64.     Height = 21
  65.     TabOrder = 2
  66.     Text = '-nohome c:\Gis Data\a1\'
  67.   end
  68.   object CBData: TComboBox
  69.     Left = 214
  70.     Top = 40
  71.     Width = 87
  72.     Height = 21
  73.     ItemHeight = 13
  74.     TabOrder = 3
  75.     Text = '...selectData'
  76.   end
  77.   object Edit3: TEdit
  78.     Left = 304
  79.     Top = 40
  80.     Width = 49
  81.     Height = 21
  82.     TabOrder = 4
  83.     Text = '.html'
  84.   end
  85.   object CBFind: TCheckBox
  86.     Left = 14
  87.     Top = 72
  88.     Width = 163
  89.     Height = 17
  90.     Alignment = taLeftJustify
  91.     Caption = 'Dbl. click - Find geoObject'
  92.     State = cbChecked
  93.     TabOrder = 5
  94.   end
  95.   object Button1: TButton
  96.     Left = 104
  97.     Top = 104
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     ParentFont = False
  106.     TabOrder = 6
  107.     OnClick = Button1Click
  108.   end
  109.   object Button2: TButton
  110.     Left = 192
  111.     Top = 104
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'cancel'
  115.     TabOrder = 7
  116.     OnClick = Button2Click
  117.   end
  118.   object OD: TOpenDialog
  119.     FileEditStyle = fsEdit
  120.     Left = 312
  121.     Top = 104
  122.   end
  123. end
  124.