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

  1. object SelectGeo: TSelectGeo
  2.   Left = 230
  3.   Top = 182
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Select GeoObjects'
  6.   ClientHeight = 310
  7.   ClientWidth = 401
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 18
  21.     Top = 8
  22.     Width = 79
  23.     Height = 13
  24.     Caption = 'Select Layer:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 204
  28.     Top = 8
  29.     Width = 77
  30.     Height = 13
  31.     Caption = 'Database field:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 204
  35.     Top = 36
  36.     Width = 57
  37.     Height = 13
  38.     Caption = 'Select data:'
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object RGLog: TRadioGroup
  46.     Left = 4
  47.     Top = 24
  48.     Width = 193
  49.     Height = 36
  50.     Caption = ' Operator '
  51.     Columns = 5
  52.     Font.Color = clNavy
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ItemIndex = 0
  57.     Items.Strings = (
  58.       '='
  59.       '<>'
  60.       '>'
  61.       '<'
  62.       'in')
  63.     ParentFont = False
  64.     TabOrder = 3
  65.     OnClick = RGLogClick
  66.   end
  67.   object PSel: TPanel
  68.     Left = 4
  69.     Top = 104
  70.     Width = 277
  71.     Height = 25
  72.     BevelOuter = bvNone
  73.     Caption = '***'
  74.     Font.Color = clRed
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     TabOrder = 9
  80.   end
  81.   object RGColored: TRadioGroup
  82.     Left = 4
  83.     Top = 64
  84.     Width = 393
  85.     Height = 41
  86.     Caption = ' Colored GeoObject (by selected field): '
  87.     Color = clBtnFace
  88.     Columns = 6
  89.     Font.Color = clBlue
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ItemIndex = 0
  94.     Items.Strings = (
  95.       'default'
  96.       'colored')
  97.     ParentColor = False
  98.     ParentFont = False
  99.     TabOrder = 4
  100.     OnClick = RGColoredClick
  101.   end
  102.   object CBLayer: TComboBox
  103.     Left = 96
  104.     Top = 4
  105.     Width = 101
  106.     Height = 21
  107.     ItemHeight = 13
  108.     TabOrder = 0
  109.     Text = '...'
  110.     OnChange = CBLayerChange
  111.   end
  112.   object CBDbfField: TComboBox
  113.     Left = 288
  114.     Top = 4
  115.     Width = 109
  116.     Height = 21
  117.     ItemHeight = 13
  118.     TabOrder = 1
  119.     Text = '...'
  120.     OnChange = CBDbfFieldChange
  121.   end
  122.   object CBData: TComboBox
  123.     Left = 288
  124.     Top = 32
  125.     Width = 109
  126.     Height = 21
  127.     ItemHeight = 13
  128.     Sorted = True
  129.     TabOrder = 2
  130.     Text = '...'
  131.     OnChange = CBDataChange
  132.   end
  133.   object Panel1: TPanel
  134.     Left = 142
  135.     Top = 76
  136.     Width = 249
  137.     Height = 24
  138.     Caption = 'Panel1'
  139.     TabOrder = 5
  140.     object CBdatF: TComboBox
  141.       Left = 0
  142.       Top = 1
  143.       Width = 82
  144.       Height = 21
  145.       Enabled = False
  146.       ItemHeight = 13
  147.       TabOrder = 0
  148.       Text = '...dataField'
  149.       OnExit = CBdatFExit
  150.     end
  151.     object CBBcolor: TComboBox
  152.       Left = 83
  153.       Top = 1
  154.       Width = 82
  155.       Height = 21
  156.       Enabled = False
  157.       ItemHeight = 13
  158.       Items.Strings = (
  159.         'Aqua   '
  160.         'Black  '
  161.         'Blue   '
  162.         'Fuchsia'
  163.         'Gray   '
  164.         'Green  '
  165.         'Lime   '
  166.         'Maroon '
  167.         'Navy   '
  168.         'Olive  '
  169.         'Purple '
  170.         'Red    '
  171.         'Silver '
  172.         'Teal   '
  173.         'White  '
  174.         'Yellow ')
  175.       TabOrder = 1
  176.       Text = '...beginColor'
  177.       OnChange = CBBcolorChange
  178.     end
  179.     object CBEcolor: TComboBox
  180.       Left = 166
  181.       Top = 1
  182.       Width = 82
  183.       Height = 21
  184.       Enabled = False
  185.       ItemHeight = 13
  186.       Items.Strings = (
  187.         'Aqua   '
  188.         'Black  '
  189.         'Blue   '
  190.         'Fuchsia'
  191.         'Gray   '
  192.         'Green  '
  193.         'Lime   '
  194.         'Maroon '
  195.         'Navy   '
  196.         'Olive  '
  197.         'Purple '
  198.         'Red    '
  199.         'Silver '
  200.         'Teal   '
  201.         'White  '
  202.         'Yellow ')
  203.       TabOrder = 2
  204.       Text = '...endColor'
  205.       OnChange = CBEcolorChange
  206.     end
  207.   end
  208.   object RGNext: TRadioGroup
  209.     Left = 4
  210.     Top = 122
  211.     Width = 393
  212.     Height = 40
  213.     Caption = ' Next select: '
  214.     Columns = 7
  215.     Font.Color = clNavy
  216.     Font.Height = -11
  217.     Font.Name = 'MS Sans Serif'
  218.     Font.Style = [fsBold]
  219.     ItemIndex = 2
  220.     Items.Strings = (
  221.       'or'
  222.       'and'
  223.       'blank')
  224.     ParentFont = False
  225.     ParentShowHint = False
  226.     ShowHint = True
  227.     TabOrder = 6
  228.   end
  229.   object Panel2: TPanel
  230.     Left = 184
  231.     Top = 134
  232.     Width = 206
  233.     Height = 22
  234.     TabOrder = 7
  235.     object Button1: TButton
  236.       Left = 0
  237.       Top = 0
  238.       Width = 68
  239.       Height = 22
  240.       Caption = 'add select'
  241.       TabOrder = 0
  242.       OnClick = Button1Click
  243.     end
  244.     object Button2: TButton
  245.       Left = 138
  246.       Top = 0
  247.       Width = 68
  248.       Height = 22
  249.       Caption = 'update line'
  250.       TabOrder = 1
  251.       OnClick = Button2Click
  252.     end
  253.     object Button5: TButton
  254.       Left = 69
  255.       Top = 0
  256.       Width = 68
  257.       Height = 22
  258.       Caption = 'clear line'
  259.       TabOrder = 2
  260.       OnClick = Button5Click
  261.     end
  262.   end
  263.   object SG: TStringGrid
  264.     Left = 4
  265.     Top = 160
  266.     Width = 391
  267.     Height = 121
  268.     DefaultColWidth = 50
  269.     DefaultRowHeight = 18
  270.     RowCount = 2
  271.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  272.     ScrollBars = ssVertical
  273.     TabOrder = 8
  274.     OnDblClick = SGDblClick
  275.     OnDrawCell = SGDrawCell
  276.     OnKeyDown = SGKeyDown
  277.     ColWidths = (
  278.       50
  279.       81
  280.       49
  281.       144
  282.       41)
  283.   end
  284.   object Button3: TButton
  285.     Left = 216
  286.     Top = 285
  287.     Width = 97
  288.     Height = 23
  289.     Caption = 'Select'
  290.     Font.Color = clBlack
  291.     Font.Height = -11
  292.     Font.Name = 'MS Sans Serif'
  293.     Font.Style = [fsBold]
  294.     ParentFont = False
  295.     TabOrder = 10
  296.     OnClick = Button3Click
  297.   end
  298.   object Button6: TButton
  299.     Left = 112
  300.     Top = 285
  301.     Width = 99
  302.     Height = 23
  303.     Caption = 'Clear all select'
  304.     TabOrder = 11
  305.     OnClick = Button6Click
  306.   end
  307.   object CBDbl: TCheckBox
  308.     Left = 288
  309.     Top = 108
  310.     Width = 113
  311.     Height = 17
  312.     Caption = 'Dbl line/outLine'
  313.     Enabled = False
  314.     TabOrder = 12
  315.   end
  316. end
  317.