home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TACTIONDBF / TACTIONDBF.txt
Text File  |  2002-02-12  |  2KB  |  126 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.     Hint = 'Program: Path + Name'
  58.     ParentShowHint = False
  59.     ShowHint = True
  60.     TabOrder = 1
  61.   end
  62.   object Edit2: TEdit
  63.     Left = 72
  64.     Top = 40
  65.     Width = 137
  66.     Height = 21
  67.     TabOrder = 2
  68.     Text = '-nohome c:\Gis Data\a1\'
  69.   end
  70.   object CBData: TComboBox
  71.     Left = 214
  72.     Top = 40
  73.     Width = 87
  74.     Height = 21
  75.     ItemHeight = 13
  76.     TabOrder = 3
  77.     Text = '...selectData'
  78.   end
  79.   object Edit3: TEdit
  80.     Left = 304
  81.     Top = 40
  82.     Width = 49
  83.     Height = 21
  84.     TabOrder = 4
  85.     Text = '.html'
  86.   end
  87.   object CBFind: TCheckBox
  88.     Left = 14
  89.     Top = 72
  90.     Width = 163
  91.     Height = 17
  92.     Alignment = taLeftJustify
  93.     Caption = 'Dbl. click - Find geoObject'
  94.     State = cbChecked
  95.     TabOrder = 5
  96.   end
  97.   object Button1: TButton
  98.     Left = 104
  99.     Top = 104
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'OK'
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = [fsBold]
  107.     ParentFont = False
  108.     TabOrder = 6
  109.     OnClick = Button1Click
  110.   end
  111.   object Button2: TButton
  112.     Left = 192
  113.     Top = 104
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'cancel'
  117.     TabOrder = 7
  118.     OnClick = Button2Click
  119.   end
  120.   object OD: TOpenDialog
  121.     FileEditStyle = fsEdit
  122.     Left = 312
  123.     Top = 104
  124.   end
  125. end
  126.