home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TSELECTGEO / TSELECTGEO.txt < prev   
Text File  |  2002-02-12  |  6KB  |  319 lines

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