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

  1. object Grid: TGrid
  2.   Left = 440
  3.   Top = 119
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'SetGrid'
  7.   ClientHeight = 339
  8.   ClientWidth = 242
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 4
  17.     Top = 240
  18.     Width = 233
  19.     Height = 68
  20.     Caption = '  Join next database  '
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.     TabOrder = 5
  27.     object Label1: TLabel
  28.       Left = 6
  29.       Top = 18
  30.       Width = 67
  31.       Height = 13
  32.       Caption = 'Main data:'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 6
  36.       Top = 42
  37.       Width = 67
  38.       Height = 13
  39.       Caption = 'Open data:'
  40.     end
  41.     object Button1: TButton
  42.       Left = 155
  43.       Top = 16
  44.       Width = 73
  45.       Height = 22
  46.       Hint = 'Open dataBase file for join'
  47.       Caption = 'Open DBase'
  48.       ParentShowHint = False
  49.       ShowHint = True
  50.       TabOrder = 0
  51.       OnClick = Button1Click
  52.     end
  53.     object Button2: TButton
  54.       Left = 155
  55.       Top = 40
  56.       Width = 36
  57.       Height = 22
  58.       Hint = 'Join select dataBase file'
  59.       Caption = 'Join'
  60.       Enabled = False
  61.       ParentShowHint = False
  62.       ShowHint = True
  63.       TabOrder = 1
  64.       OnClick = Button2Click
  65.     end
  66.     object Button3: TButton
  67.       Left = 192
  68.       Top = 40
  69.       Width = 36
  70.       Height = 22
  71.       Hint = 'Clear all join'
  72.       Caption = 'Clear'
  73.       Enabled = False
  74.       ParentShowHint = False
  75.       ShowHint = True
  76.       TabOrder = 2
  77.       OnClick = Button3Click
  78.     end
  79.   end
  80.   object HG: TStringGrid
  81.     Left = 4
  82.     Top = 8
  83.     Width = 233
  84.     Height = 233
  85.     Hint = '.column:drag and move... 2.:Edit... 3.: show/hide'
  86.     ColCount = 3
  87.     DefaultColWidth = 80
  88.     DefaultRowHeight = 20
  89.     Font.Color = clBlack
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowMoving]
  94.     ParentFont = False
  95.     ParentShowHint = False
  96.     ScrollBars = ssVertical
  97.     ShowHint = True
  98.     TabOrder = 0
  99.     OnDblClick = HGDblClick
  100.     OnDrawCell = HGDrawCell
  101.     ColWidths = (
  102.       80
  103.       87
  104.       38)
  105.   end
  106.   object BOk: TButton
  107.     Left = 52
  108.     Top = 312
  109.     Width = 67
  110.     Height = 25
  111.     Caption = 'Ok'
  112.     Font.Color = clBlack
  113.     Font.Height = -11
  114.     Font.Name = 'MS Sans Serif'
  115.     Font.Style = [fsBold]
  116.     ParentFont = False
  117.     TabOrder = 1
  118.     OnClick = BOkClick
  119.   end
  120.   object BCan: TButton
  121.     Left = 128
  122.     Top = 312
  123.     Width = 65
  124.     Height = 25
  125.     Caption = 'Cancel'
  126.     TabOrder = 2
  127.     OnClick = BCanClick
  128.   end
  129.   object CBJMain: TComboBox
  130.     Left = 78
  131.     Top = 256
  132.     Width = 81
  133.     Height = 21
  134.     Hint = 'Select main databaseField for join'
  135.     ItemHeight = 13
  136.     ParentShowHint = False
  137.     ShowHint = True
  138.     Sorted = True
  139.     TabOrder = 3
  140.     Text = '...join field'
  141.   end
  142.   object CBOpen: TComboBox
  143.     Left = 78
  144.     Top = 280
  145.     Width = 81
  146.     Height = 21
  147.     Hint = 'Select open databaseField for join'
  148.     Enabled = False
  149.     ItemHeight = 13
  150.     ParentShowHint = False
  151.     ShowHint = True
  152.     TabOrder = 4
  153.     Text = '...join field'
  154.   end
  155.   object OD: TOpenDialog
  156.     DefaultExt = 'dbf'
  157.     FileEditStyle = fsEdit
  158.     Left = 200
  159.     Top = 312
  160.   end
  161. end
  162.