home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TTABLEWIZARD / TTABLEWIZARD.txt
Text File  |  2002-03-26  |  2KB  |  89 lines

  1. object tablewizard: Ttablewizard
  2.   Left = 295
  3.   Top = 142
  4.   Width = 408
  5.   Height = 338
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'tablewizard'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 264
  20.     Top = 8
  21.     Width = 58
  22.     Height = 16
  23.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 264
  27.     Top = 56
  28.     Width = 42
  29.     Height = 16
  30.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  31.   end
  32.   object table: TStringGrid
  33.     Left = 8
  34.     Top = 8
  35.     Width = 241
  36.     Height = 281
  37.     Color = clSilver
  38.     ColCount = 2
  39.     DefaultColWidth = 24
  40.     FixedCols = 0
  41.     RowCount = 2
  42.     FixedRows = 0
  43.     GridLineWidth = 3
  44.     TabOrder = 0
  45.   end
  46.   object SpinEdit1: TSpinEdit
  47.     Left = 336
  48.     Top = 8
  49.     Width = 49
  50.     Height = 26
  51.     AutoSelect = False
  52.     MaxValue = 1000
  53.     MinValue = 1
  54.     TabOrder = 1
  55.     Value = 2
  56.     OnChange = SpinEdit1Change
  57.   end
  58.   object SpinEdit2: TSpinEdit
  59.     Left = 336
  60.     Top = 56
  61.     Width = 49
  62.     Height = 26
  63.     AutoSelect = False
  64.     MaxValue = 1000
  65.     MinValue = 1
  66.     TabOrder = 2
  67.     Value = 2
  68.     OnChange = SpinEdit2Change
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 320
  72.     Top = 216
  73.     Width = 73
  74.     Height = 25
  75.     TabOrder = 3
  76.     OnClick = BitBtn1Click
  77.     Kind = bkOK
  78.   end
  79.   object BitBtn2: TBitBtn
  80.     Left = 320
  81.     Top = 264
  82.     Width = 75
  83.     Height = 25
  84.     TabOrder = 4
  85.     OnClick = BitBtn2Click
  86.     Kind = bkCancel
  87.   end
  88. end
  89.