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

  1. object DiagramSel: TDiagramSel
  2.   Left = 578
  3.   Top = 110
  4.   Width = 365
  5.   Height = 272
  6.   Caption = 'Select records'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnDeactivate = FormDeactivate
  13.   OnResize = FormResize
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 12
  19.     Width = 73
  20.     Height = 13
  21.     Caption = 'Select field:'
  22.   end
  23.   object SpeedButton1: TSpeedButton
  24.     Left = 168
  25.     Top = 48
  26.     Width = 25
  27.     Height = 25
  28.     Caption = '>>'
  29.     OnClick = SpeedButton1Click
  30.   end
  31.   object SpeedButton2: TSpeedButton
  32.     Left = 168
  33.     Top = 80
  34.     Width = 25
  35.     Height = 25
  36.     Caption = '<<'
  37.     OnClick = SpeedButton2Click
  38.   end
  39.   object Button1: TButton
  40.     Left = 104
  41.     Top = 216
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Select'
  45.     TabOrder = 0
  46.     OnClick = Button1Click
  47.   end
  48.   object Button2: TButton
  49.     Left = 184
  50.     Top = 216
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Clear'
  54.     TabOrder = 1
  55.     OnClick = Button2Click
  56.   end
  57.   object CBField: TComboBox
  58.     Left = 104
  59.     Top = 8
  60.     Width = 145
  61.     Height = 21
  62.     ItemHeight = 13
  63.     TabOrder = 2
  64.     OnChange = CBFieldChange
  65.   end
  66.   object LBValue: TListBox
  67.     Left = 8
  68.     Top = 40
  69.     Width = 153
  70.     Height = 169
  71.     ItemHeight = 13
  72.     MultiSelect = True
  73.     TabOrder = 3
  74.   end
  75.   object LBvalue1: TListBox
  76.     Left = 200
  77.     Top = 40
  78.     Width = 153
  79.     Height = 169
  80.     ItemHeight = 13
  81.     MultiSelect = True
  82.     TabOrder = 4
  83.   end
  84. end
  85.